Home
last modified time | relevance | path

Searched +defs:val +defs:config (Results 1 – 25 of 126) sorted by relevance

123456

/external/curl/src/
Dtool_paramhlp.c40 struct getout *new_getout(struct OperationConfig *config) in new_getout()
158 ParameterError str2num(long *val, const char *str) in str2num()
180 ParameterError str2unum(long *val, const char *str) in str2unum()
200 ParameterError str2double(double *val, const char *str) in str2double()
222 ParameterError str2udouble(double *val, const char *str) in str2udouble()
244 long proto2num(struct OperationConfig *config, long *val, const char *str) in proto2num()
349 ParameterError str2offset(curl_off_t *val, const char *str) in str2offset()
444 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
459 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
472 long delegation(struct OperationConfig *config, char *str) in delegation()
[all …]
Dtool_getparam.c48 #define GetStr(str,val) do { \ argument
387 struct OperationConfig *config) in getparameter()
1838 ParameterError parse_args(struct GlobalConfig *config, int argc, in parse_args()
Dtool_metalink.c110 #define GetStr(str,val) do { \ argument
659 int metalink_check_hash(struct GlobalConfig *config, in metalink_check_hash()
794 int parse_metalink(struct OperationConfig *config, struct OutStruct *outs, in parse_metalink()
875 struct OperationConfig *config = outs->config; in metalink_write_cb() local
962 void clean_metalink(struct OperationConfig *config) in clean_metalink()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c50 static int wpa_config_read_blobs(struct wpa_config *config, HKEY hk) in wpa_config_read_blobs()
122 DWORD val, buflen; in wpa_config_read_reg_dword() local
141 TCHAR *val; in wpa_config_read_reg_string() local
164 static int wpa_config_read_global_uuid(struct wpa_config *config, HKEY hk) in wpa_config_read_global_uuid()
182 static int wpa_config_read_global_os_version(struct wpa_config *config, in wpa_config_read_global_os_version()
202 static int wpa_config_read_global(struct wpa_config *config, HKEY hk) in wpa_config_read_global()
205 int val; in wpa_config_read_global() local
372 static int wpa_config_read_networks(struct wpa_config *config, HKEY hk) in wpa_config_read_networks()
442 struct wpa_config *config; in wpa_config_read() local
492 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val, in wpa_config_write_reg_dword()
[all …]
Dconfig.c202 int val, *dst; in wpa_config_parse_int() local
553 int val = 0, last, errors = 0; in wpa_config_parse_proto() local
654 int val = 0, last, errors = 0; in wpa_config_parse_key_mgmt() local
974 int val; in wpa_config_parse_pairwise() local
1005 int val; in wpa_config_parse_group() local
1043 int val = 0, last, errors = 0; in wpa_config_parse_auth_alg() local
2084 int wpa_config_add_prio_network(struct wpa_config *config, in wpa_config_add_prio_network()
2136 int wpa_config_update_prio_list(struct wpa_config *config) in wpa_config_update_prio_list()
2277 void wpa_config_flush_blobs(struct wpa_config *config) in wpa_config_flush_blobs()
2300 void wpa_config_free(struct wpa_config *config) in wpa_config_free()
[all …]
Dmain_winsvc.c66 TCHAR adapter[TBUFLEN], config[TBUFLEN], ctrl_interface[TBUFLEN]; in read_interface() local
67 DWORD buflen, val; in read_interface() local
140 DWORD val, buflen, i; in wpa_supplicant_thread() local
Dconfig_file.c336 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob()
369 struct wpa_config *config; in wpa_config_read() local
972 const struct wpabuf *val) in write_global_bin()
988 static void wpa_config_write_global(FILE *f, struct wpa_config *config) in wpa_config_write_global()
1113 char *val = freq_range_list_str(&config->p2p_no_go_freq); in wpa_config_write_global() local
1343 int wpa_config_write(const char *name, struct wpa_config *config) in wpa_config_write()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
DImplicitResolverTest.java42 protected Map<String, String> config = null; field in ImplicitResolverTest.ConfigurationConstructor
44 public ConfigurationConstructor(Map<String, String> config) { in ConfigurationConstructor() argument
51 String val = (String) constructScalar((ScalarNode) node); in construct() local
82 Map<String, String> config = new HashMap<String, String>(); in testMain() local
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c162 const __DRIconfig *config, in dri2CreateContextAttribs()
300 const __DRIconfig *config, in dri2CreateNewContextForAPI()
310 dri2CreateNewContext(__DRIscreen *screen, const __DRIconfig *config, in dri2CreateNewContext()
471 const __DRIconfig *config, in dri2CreateNewDrawable()
524 dri2ConfigQueryb(__DRIscreen *screen, const char *var, GLboolean *val) in dri2ConfigQueryb()
535 dri2ConfigQueryi(__DRIscreen *screen, const char *var, GLint *val) in dri2ConfigQueryi()
547 dri2ConfigQueryf(__DRIscreen *screen, const char *var, GLfloat *val) in dri2ConfigQueryf()
/external/v8/test/mjsunit/harmony/
Ddestructuring-assignment.js13 z: ({ set v(val) { oz = val; } }).v argument
43 z: ({ set v(val) { z = val; } }).v argument
69 var fn = (config = { argument
81 var fn = (config = [ argument
93 function fn(config = { argument
107 function fn(config = [ argument
137 a: { b: ext.b, c: ext["c"], d: { set v(val) { ext.d = val; } }.v } = { argument
148 ...[ ext.b, ext["c"], { set v(val) { ext.d = val; } }.v ] = [ argument
/external/jetty/src/java/org/eclipse/jetty/servlets/
DProxyServlet.java121 public void init(ServletConfig config) throws ServletException in init()
177 protected Logger createLogger(ServletConfig config) in createLogger()
202 protected HttpClient createHttpClient(ServletConfig config) throws Exception in createHttpClient()
612 String val = (String)vals.nextElement(); in service() local
864 public void init(ServletConfig config) throws ServletException in init()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc120 static bool SetConfigPtr(SSL *ssl, const TestConfig *config) { in SetConfigPtr()
295 const TestConfig *config = GetConfigPtr(ssl); in InstallCertificate() local
346 const TestConfig *config = GetConfigPtr(ctx->ssl); in SelectCertificateCallback() local
400 const TestConfig *config = GetConfigPtr(ssl); in VerifySucceed() local
422 const TestConfig *config = GetConfigPtr(ssl); in NextProtosAdvertisedCallback() local
434 const TestConfig *config = GetConfigPtr(ssl); in NextProtoSelectCallback() local
446 const TestConfig *config = GetConfigPtr(ssl); in AlpnSelectCallback() local
468 const TestConfig *config = GetConfigPtr(ssl); in PskClientCallback() local
490 const TestConfig *config = GetConfigPtr(ssl); in PskServerCallback() local
538 const TestConfig *config = GetConfigPtr(early_context->ssl); in DDoSCallback() local
[all …]
/external/libusb/libusb/
Dcore.c675 struct libusb_config_descriptor *config, unsigned char endpoint) in find_endpoint()
718 struct libusb_config_descriptor *config; in libusb_get_max_packet_size() local
767 struct libusb_config_descriptor *config; in libusb_get_max_iso_packet_size() local
770 uint16_t val; in libusb_get_max_iso_packet_size() local
1093 int *config) in libusb_get_configuration()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp318 tcu::TestStatus testMemoryMapping (Context& context, const TestConfig config) in testMemoryMapping()
417 const deUint8 val = rng.getUint8(); in testMemoryMapping() local
528 const deUint8 val = ((deUint8*)m_ptr)[pos]; in randomRead() local
541 const deUint8 val = rng.getUint8(); in randomWrite() local
555 const deUint8 val = ((deUint8*)m_ptr)[pos]; in randomModify() local
716 void removeFirstEqual (vector<T>& vec, const T& val) in removeFirstEqual()
1153 TestConfig config; in subMappedConfig() local
1296 const TestConfig config = fullMappedConfig(allocationSize, op, seed); in createMappingTests() local
1342 … const TestConfig config = subMappedConfig(allocationSize, MemoryRange(offset, size), op, seed); in createMappingTests() local
/external/mesa3d/src/egl/main/
Deglconfig.c103 _eglLookupConfig(EGLConfig config, _EGLDisplay *dpy) in _eglLookupConfig()
261 EGLint i, attr, val; in _eglValidateConfig() local
432 EGLint attr, val, i; in _eglMatchConfig() local
507 EGLint attr, val, i; in _eglParseConfigAttribList() local
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dhtml.py85 def __init__(self, cov, config): argument
405 def set_file_hash(self, fname, val): argument
/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp477 const int val = (*iter) - '0'; in checkVersionString() local
509 const int val = (*iter) - '0'; in checkVersionString() local
889 const EGLConfig config = m_configs[m_iteration]; in iterate() local
947 void CreateContextExtCase::executeForSurface (EGLConfig config, EGLSurface surface) in executeForSurface()
/external/tinyalsa/
Dpcm.c165 static void param_set_min(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_min()
182 static void param_set_max(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_max()
199 static void param_set_int(struct snd_pcm_hw_params *p, int n, unsigned int val) in param_set_int()
252 struct pcm_config config; member
688 enum pcm_param param, unsigned int val) in pcm_params_set_min()
720 enum pcm_param param, unsigned int val) in pcm_params_set_max()
839 unsigned int flags, struct pcm_config *config) in pcm_open()
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jar ... db4o/collections/facades/ com/db4o/config/ com/db4o/config/annotations/ com
Dxwork-2.0.4.jar ... opensymphony/xwork2/ com/opensymphony/xwork2/config/ com/opensymphony/xwork2/config/entities ...
/external/avahi/avahi-compat-howl/
Dunsupported.c371 AVAHI_GCC_UNUSED sw_bool val) { in sw_socket_options_set_debug()
378 AVAHI_GCC_UNUSED sw_bool val) { in sw_socket_options_set_nodelay()
385 AVAHI_GCC_UNUSED sw_bool val) { in sw_socket_options_set_dontroute()
392 AVAHI_GCC_UNUSED sw_bool val) { in sw_socket_options_set_keepalive()
407 AVAHI_GCC_UNUSED sw_bool val) { in sw_socket_options_set_reuseaddr()
414 AVAHI_GCC_UNUSED sw_uint32 val) { in sw_socket_options_set_rcvbuf()
421 AVAHI_GCC_UNUSED sw_uint32 val) { in sw_socket_options_set_sndbuf()
434 AVAHI_GCC_UNUSED const sw_corby_orb_config * config, in sw_corby_orb_init()
613 AVAHI_GCC_UNUSED sw_int8 val) { in sw_corby_buffer_put_int8()
620 AVAHI_GCC_UNUSED sw_uint8 val) { in sw_corby_buffer_put_uint8()
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_wayland.c126 int val; in wayland_display_get_param() local
375 struct wayland_config *config = wayland_config(nconf); in wayland_create_window_surface() local
/external/deqp/executor/
DxeTestLogWriter.cpp171 inline const char* getBoolName (bool val) in getBoolName()
380 const ri::EglConfig& config = static_cast<const ri::EglConfig&>(item); in writeResultItem() local
/external/toybox/toys/pending/
Dsyslogd.c86 static char *dec(int val, CODE *clist, char *buf) in dec()
99 static int resolve_config(struct logfile *file, char *config) in resolve_config()
/external/mesa3d/src/gallium/state_trackers/egl/fbdev/
Dnative_fbdev.c68 struct native_config config; member
393 int val; in fbdev_display_get_param() local

123456