/external/curl/src/ |
D | tool_paramhlp.c | 40 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 …]
|
D | tool_getparam.c | 48 #define GetStr(str,val) do { \ argument 387 struct OperationConfig *config) in getparameter() 1838 ParameterError parse_args(struct GlobalConfig *config, int argc, in parse_args()
|
D | tool_metalink.c | 110 #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/ |
D | config_winreg.c | 50 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 …]
|
D | config.c | 202 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 …]
|
D | main_winsvc.c | 66 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
|
D | config_file.c | 336 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/ |
D | ImplicitResolverTest.java | 42 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/ |
D | dri_util.c | 162 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/ |
D | destructuring-assignment.js | 13 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/ |
D | ProxyServlet.java | 121 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/ |
D | bssl_shim.cc | 120 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/ |
D | core.c | 675 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/ |
D | vktMemoryMappingTests.cpp | 318 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/ |
D | eglconfig.c | 103 _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/ |
D | html.py | 85 def __init__(self, cov, config): argument 405 def set_file_hash(self, fname, val): argument
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 477 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/ |
D | pcm.c | 165 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/ |
D | db4o-6.4.14.8131-java5.jar | ... db4o/collections/facades/
com/db4o/config/
com/db4o/config/annotations/
com |
D | xwork-2.0.4.jar | ... opensymphony/xwork2/
com/opensymphony/xwork2/config/
com/opensymphony/xwork2/config/entities ... |
/external/avahi/avahi-compat-howl/ |
D | unsupported.c | 371 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/ |
D | native_wayland.c | 126 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/ |
D | xeTestLogWriter.cpp | 171 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/ |
D | syslogd.c | 86 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/ |
D | native_fbdev.c | 68 struct native_config config; member 393 int val; in fbdev_display_get_param() local
|