/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/ |
D | config.py | 35 config = tf.contrib.training.HParams() 36 config.add_hparam("num_train_images", 50000) 37 config.add_hparam("num_eval_images", 10000) 38 config.add_hparam("init_filters", 32) 39 config.add_hparam("init_kernel", 3) 40 config.add_hparam("init_stride", 1) 41 config.add_hparam("n_rev_blocks", 3) 42 config.add_hparam("n_res", [3, 3, 3]) 43 config.add_hparam("filters", [32, 64, 112]) 44 config.add_hparam("strides", [1, 2, 2]) [all …]
|
/external/grpc-grpc/test/core/end2end/ |
D | end2end_tests.cc | 33 extern void authority_not_supported(grpc_end2end_test_config config); 35 extern void bad_hostname(grpc_end2end_test_config config); 37 extern void bad_ping(grpc_end2end_test_config config); 39 extern void binary_metadata(grpc_end2end_test_config config); 41 extern void call_creds(grpc_end2end_test_config config); 43 extern void call_host_override(grpc_end2end_test_config config); 45 extern void cancel_after_accept(grpc_end2end_test_config config); 47 extern void cancel_after_client_done(grpc_end2end_test_config config); 49 extern void cancel_after_invoke(grpc_end2end_test_config config); 51 extern void cancel_after_round_trip(grpc_end2end_test_config config); [all …]
|
D | end2end_nosec_tests.cc | 33 extern void authority_not_supported(grpc_end2end_test_config config); 35 extern void bad_hostname(grpc_end2end_test_config config); 37 extern void bad_ping(grpc_end2end_test_config config); 39 extern void binary_metadata(grpc_end2end_test_config config); 41 extern void call_host_override(grpc_end2end_test_config config); 43 extern void cancel_after_accept(grpc_end2end_test_config config); 45 extern void cancel_after_client_done(grpc_end2end_test_config config); 47 extern void cancel_after_invoke(grpc_end2end_test_config config); 49 extern void cancel_after_round_trip(grpc_end2end_test_config config); 51 extern void cancel_before_invoke(grpc_end2end_test_config config); [all …]
|
/external/adhd/cras/src/server/config/ |
D | aec_config.c | 27 struct aec_config *config; in aec_config_get() local 41 config = (struct aec_config *)calloc(1, sizeof(*config)); in aec_config_get() 43 config->delay.default_delay = in aec_config_get() 45 config->delay.down_sampling_factor = in aec_config_get() 47 config->delay.num_filters = in aec_config_get() 49 config->delay.api_call_jitter_blocks = in aec_config_get() 51 config->delay.min_echo_path_delay_blocks = in aec_config_get() 53 config->delay.delay_headroom_blocks = in aec_config_get() 55 config->delay.hysteresis_limit_1_blocks = in aec_config_get() 57 config->delay.hysteresis_limit_2_blocks = in aec_config_get() [all …]
|
/external/robolectric-shadows/resources/src/test/java/org/robolectric/res/android/ |
D | ConfigDescriptionTest.java | 57 ResTable_config config = new ResTable_config(); in parse_mcc() local 58 ConfigDescription.parse("mcc310", config); in parse_mcc() 59 assertThat(config.mcc).isEqualTo(310); in parse_mcc() 64 ResTable_config config = new ResTable_config(); in parse_mcc_upperCase() local 65 ConfigDescription.parse("MCC310", config); in parse_mcc_upperCase() 66 assertThat(config.mcc).isEqualTo(310); in parse_mcc_upperCase() 71 ResTable_config config = new ResTable_config(); in parse_mcc_mnc_upperCase() local 72 ConfigDescription.parse("mcc310-mnc004", config); in parse_mcc_mnc_upperCase() 73 assertThat(config.mcc).isEqualTo(310); in parse_mcc_mnc_upperCase() 74 assertThat(config.mnc).isEqualTo(4); in parse_mcc_mnc_upperCase() [all …]
|
/external/curl/src/ |
D | tool_cfgable.c | 29 void config_init(struct OperationConfig* config) in config_init() argument 31 memset(config, 0, sizeof(struct OperationConfig)); in config_init() 33 config->postfieldsize = -1; in config_init() 34 config->use_httpget = FALSE; in config_init() 35 config->create_dirs = FALSE; in config_init() 36 config->maxredirs = DEFAULT_MAXREDIRS; in config_init() 37 config->proto = CURLPROTO_ALL; /* FIXME: better to read from library */ in config_init() 38 config->proto_present = FALSE; in config_init() 39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in config_init() 42 config->proto_redir_present = FALSE; in config_init() [all …]
|
D | tool_operate.c | 192 struct OperationConfig *config) in operate_do() argument 203 CURL *curl = config->easy; in operate_do() 220 heads.config = config; in operate_do() 229 if(!config->url_list || !config->url_list->url) { in operate_do() 245 if(!config->cacert && in operate_do() 246 !config->capath && in operate_do() 247 !config->insecure_ok) { in operate_do() 254 result = curl_easy_getinfo(config->easy, in operate_do() 273 config->cacert = strdup(env); in operate_do() 274 if(!config->cacert) { in operate_do() [all …]
|
/external/webp/src/enc/ |
D | config_enc.c | 15 #include "src/webp/config.h" 24 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() argument 29 if (config == NULL) return 0; in WebPConfigInitInternal() 31 config->quality = quality; in WebPConfigInitInternal() 32 config->target_size = 0; in WebPConfigInitInternal() 33 config->target_PSNR = 0.; in WebPConfigInitInternal() 34 config->method = 4; in WebPConfigInitInternal() 35 config->sns_strength = 50; in WebPConfigInitInternal() 36 config->filter_strength = 60; // mid-filtering in WebPConfigInitInternal() 37 config->filter_sharpness = 0; in WebPConfigInitInternal() [all …]
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | Kconfig | 4 config SYS_CPU 7 config CMD_ERRATA 19 config TARGET_SBC8548 23 config TARGET_SOCRATES 27 config TARGET_B4420QDS 34 config TARGET_B4860QDS 42 config TARGET_BSC9131RDB 48 config TARGET_BSC9132QDS 55 config TARGET_C29XPCIE 64 config TARGET_P3041DS [all …]
|
/external/grpc-grpc/ |
D | Makefile | 243 CONFIG ?= opt macro 255 CC = $(CC_$(CONFIG)) 258 CXX = $(CXX_$(CONFIG)) 261 LD = $(LD_$(CONFIG)) 263 LDXX ?= $(LDXX_$(CONFIG)) 291 PKG_CONFIG ?= pkg-config 293 ifndef VALID_CONFIG_$(CONFIG) 294 $(error Invalid CONFIG value '$(CONFIG)') 360 CPPFLAGS += $(CPPFLAGS_$(CONFIG)) 361 CFLAGS += $(CFLAGS_$(CONFIG)) [all …]
|
/external/u-boot/arch/m68k/ |
D | Kconfig | 4 config SYS_ARCH 8 config MCF520x 11 config MCF52x2 14 config MCF523x 17 config MCF530x 20 config MCF5301x 23 config MCF532x 26 config MCF537x 29 config MCF5441x 32 config MCF5445x [all …]
|
/external/libffi/src/arm/ |
D | trampoline.S | 36 // Load the context argument from the config page. 37 // This places the first usable config value at _ffi_closure_trampoline_table-4080 41 // Load the jump address from the config page. 49 // Load the context argument from the config page. 50 // This places the first usable config value at _ffi_closure_trampoline_table-4080 54 // Load the jump address from the config page. 62 // Load the context argument from the config page. 63 // This places the first usable config value at _ffi_closure_trampoline_table-4080 67 // Load the jump address from the config page. 75 // Load the context argument from the config page. [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
D | trampoline.S | 36 // Load the context argument from the config page. 37 // This places the first usable config value at _ffi_closure_trampoline_table-4080 41 // Load the jump address from the config page. 49 // Load the context argument from the config page. 50 // This places the first usable config value at _ffi_closure_trampoline_table-4080 54 // Load the jump address from the config page. 62 // Load the context argument from the config page. 63 // This places the first usable config value at _ffi_closure_trampoline_table-4080 67 // Load the jump address from the config page. 75 // Load the context argument from the config page. [all …]
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 8 def get_required_attr(config, attr_name): 9 attr_value = getattr(config, attr_name, None) 17 def push_dynamic_library_lookup_path(config, new_path): 26 (new_path, config.environment.get(dynamic_library_lookup_var, ''))) 27 config.environment[dynamic_library_lookup_var] = new_ld_library_path 29 # Setup config name. 30 config.name = 'AddressSanitizer' + config.name_suffix 34 if config.host_os == 'Darwin': 41 config.environment['ASAN_OPTIONS'] = default_asan_opts 43 config.substitutions.append(('%env_asan_opts=', [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ |
D | lit.site.cfg.py.in | 5 config.host_triple = "@LLVM_HOST_TRIPLE@" 6 config.target_triple = "@TARGET_TRIPLE@" 7 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 8 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 9 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 10 config.llvm_lib_dir = "@LLVM_LIBRARY_DIR@" 11 config.llvm_shlib_dir = "@SHLIBDIR@" 12 config.llvm_shlib_ext = "@SHLIBEXT@" 13 config.llvm_exe_ext = "@EXEEXT@" 14 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" [all …]
|
/external/libxcam/modules/isp/ |
D | x3a_isp_config.cpp | 2 * x3a_isp_config.h - 3A ISP config 32 AtomIspConfigContent::copy (const struct atomisp_parameters &config) in copy() argument 35 if (config.wb_config) { in copy() 36 wb = *config.wb_config; in copy() 39 if (config.cc_config) { in copy() 40 cc = *config.cc_config; in copy() 43 if (config.tnr_config) { in copy() 44 tnr = *config.tnr_config; in copy() 47 if (config.ecd_config) { in copy() 48 ecd_config = *config.ecd_config; in copy() [all …]
|
/external/compiler-rt/test/ |
D | lit.common.cfg | 16 config.test_format = lit.formats.ShTest(execute_external) 18 config.available_features.add('shell') 21 compiler_path = getattr(config, 'clang', None) 25 compiler_id = getattr(config, 'compiler_id', None) 28 config.cxx_mode_flags = ["--driver-mode=g++"] 30 config.cxx_mode_flags = [] 33 config.debug_info_flags = ["-gline-tables-only"] 35 config.debug_info_flags.append("-gcodeview") 37 config.cxx_mode_flags = ["-x c++"] 38 config.debug_info_flags = ["-g"] [all …]
|
/external/u-boot/arch/arm/ |
D | Kconfig | 4 config SYS_ARCH 7 config ARM64 13 config POSITION_INDEPENDENT 23 config SYS_INIT_SP_BSS_OFFSET 36 config LINUX_KERNEL_IMAGE_HEADER 46 config LNX_KRNL_IMG_TEXT_OFFSET_BASE 54 config STATIC_RELA 58 config DMA_ADDR_T_64BIT 62 config HAS_VBAR 65 config HAS_THUMB2 [all …]
|
/external/u-boot/arch/arm/mach-imx/mx6/ |
D | Kconfig | 3 config MX6_SMP 11 config MX6 18 config MX6D 23 config MX6DL 28 config MX6Q 33 config MX6QDL 38 config MX6S 42 config MX6SL 45 config MX6SX 50 config MX6SLL [all …]
|
/external/llvm/test/ |
D | lit.site.cfg.in | 5 config.host_triple = "@LLVM_HOST_TRIPLE@" 6 config.target_triple = "@TARGET_TRIPLE@" 7 config.llvm_src_root = "@LLVM_SOURCE_DIR@" 8 config.llvm_obj_root = "@LLVM_BINARY_DIR@" 9 config.llvm_tools_dir = "@LLVM_TOOLS_DIR@" 10 config.llvm_lib_dir = "@LLVM_LIBRARY_DIR@" 11 config.llvm_shlib_dir = "@SHLIBDIR@" 12 config.llvm_shlib_ext = "@SHLIBEXT@" 13 config.llvm_exe_ext = "@EXEEXT@" 14 config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@" [all …]
|
D | lit.site.cfg | 8 config.enable_ffi = "" 9 config.enable_timestamps = 0 10 config.go_executable = "" 11 config.gold_executable = "ld.gold" 12 config.include_go_tests = 0 13 config.ld64_executable = "ld" 14 config.have_ocamlopt = "" 15 config.have_ocaml_ounit = "" 16 config.host_triple = "x86_64-unknown-linux-gnu" 17 config.target_triple = "x86_64-unknown-linux-gnu" [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config_file.c | 19 #include "config.h" 350 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob() argument 370 wpa_config_set_blob(config, blob); in wpa_config_process_blob() 383 struct wpa_config *config; in wpa_config_read() local 390 config = cfgp; in wpa_config_read() 392 config = wpa_config_alloc_empty(NULL, NULL); in wpa_config_read() 393 if (config == NULL) { in wpa_config_read() 394 wpa_printf(MSG_ERROR, "Failed to allocate config file " in wpa_config_read() 398 tail = head = config->ssid; in wpa_config_read() 401 cred_tail = cred_head = config->cred; in wpa_config_read() [all …]
|
/external/ImageMagick/config/ |
D | Makefile.am | 21 config/english.xml \ 22 config/francais.xml \ 23 config/locale.xml 29 config/configure.xml 35 config/colors.xml \ 36 config/delegates.xml \ 37 config/log.xml \ 38 config/mime.xml \ 39 config/policy.xml \ 40 config/quantization-table.xml \ [all …]
|
/external/u-boot/arch/powerpc/cpu/mpc8xx/ |
D | Kconfig | 4 config SYS_CPU 11 config TARGET_MCR3000 20 config MPC866 23 config MPC885 28 config MPC8xx_WATCHDOG 32 config 8xx_GCLK_FREQ 37 config CMD_IMMAP 47 config SYS_SIUMCR 52 config SYS_SYPCR 57 config SYS_TBSCR [all …]
|
/external/libcxx/test/ |
D | lit.site.cfg.in | 2 config.cxx_under_test = "@LIBCXX_COMPILER@" 3 config.project_obj_root = "@CMAKE_BINARY_DIR@" 4 config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@" 5 config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@" 6 config.cxx_library_root = "@LIBCXX_LIBRARY_DIR@" 7 config.enable_exceptions = "@LIBCXX_ENABLE_EXCEPTIONS@" 8 config.enable_experimental = "@LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY@" 9 config.enable_filesystem = "@LIBCXX_ENABLE_FILESYSTEM@" 10 config.enable_rtti = "@LIBCXX_ENABLE_RTTI@" 11 config.enable_shared = "@LIBCXX_ENABLE_SHARED@" [all …]
|