/external/llvm-project/lldb/utils/lldb-dotest/ |
D | CMakeLists.txt | 19 foreach(config_type ${config_types}) 21 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_… 34 if(${config_type} IN_LIST LLVM_CONFIGURATION_TYPES) 36 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_DOTEST_ARGS_CONFIGURED "${LLDB_DOTEST_ARGS}… 37 … string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_SOURCE_DIR_CONFIGURED "${LLDB_SOURCE_DIR}") 38 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_FRAMEWORK_DIR_CONFIGURED "${LLDB_FRAMEWORK_… 39 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_TEST_BUILD_DIRECTORY_CONFIGURED "${LLDB_TES… 40 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_TEST_EXECUTABLE_CONFIGURED "${LLDB_TEST_EXE… 41 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_TEST_COMPILER_CONFIGURED "${LLDB_TEST_COMPI… 42 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} LLDB_TEST_DSYMUTIL_CONFIGURED "${LLDB_TEST_DSYMU… [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 801 for config_type in idleConf.config_types: 802 self[config_type] = {} 803 self.pages.append(self[config_type]) 805 def add_option(self, config_type, section, item, value): argument 807 page = self[config_type] 814 def save_option(config_type, section, item, value): argument 819 if idleConf.defaultCfg[config_type].has_option(section, item): 820 if idleConf.defaultCfg[config_type].Get(section, item) == value: 822 return idleConf.userCfg[config_type].RemoveOption(section, item) 824 return idleConf.userCfg[config_type].SetOption(section, item, value) [all …]
|
/external/arm-trusted-firmware/lib/fconf/ |
D | fconf.c | 50 void fconf_populate(const char *config_type, uintptr_t config) in fconf_populate() argument 56 ERROR("FCONF: Invalid DTB file passed for %s\n", config_type); in fconf_populate() 60 INFO("FCONF: Reading %s firmware configuration file from: 0x%lx\n", config_type, config); in fconf_populate() 70 if (strcmp(populator->config_type, config_type) == 0) { in fconf_populate()
|
/external/arm-trusted-firmware/include/lib/fconf/ |
D | fconf.h | 24 .config_type = (#config), \ 37 const char *config_type; member 56 void fconf_populate(const char *config_type, uintptr_t config);
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | exceptions.py | 12 def __init__(self, config_type, config_file): argument 13 if not config_type: 18 'by the dependency manager.' % (config_file, config_type))
|
D | base_config.py | 109 config_type = config_data.pop('config_type', None) 110 if config_type != self.GetConfigType(): 113 '%s' % (config_type, self.GetConfigType(), file_path))
|
D | base_config_unittest.py | 1393 self.config_type = 'BaseConfig' 1397 self.empty_dict = {'config_type': self.config_type, 1435 self.one_dep_dict = {'config_type': self.config_type, 1451 self.assertEqual(self.config_type, config.GetConfigType()) 1466 self.assertEqual(self.config_type, config.GetConfigType())
|
/external/llvm-project/lldb/utils/lldb-repro/ |
D | CMakeLists.txt | 12 foreach(config_type ${config_types}) 13 …string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} config_runtime_output_dir ${LLVM_RUNTIME_OUTPUT_…
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 126 int config_type; member 405 switch (info->config_type) in getPlatformConfigInfo() 446 log_error("Unknown config type: %d\n", info->config_type); in getPlatformConfigInfo() 462 switch (info->config_type) in getConfigInfo() 592 log_error("Unknown config type: %d\n", info->config_type); in getConfigInfo() 606 switch (info->config_type) in dumpConfigInfo() 1149 if (info.config_type == type_string) in getConfigInfos() 1153 if (info.config_type == type_cl_name_version_array) in getConfigInfos() 1237 if (info.config_type == type_string) in getPlatformCapabilities() 1241 if (info.config_type == type_cl_name_version_array) in getPlatformCapabilities()
|
/external/llvm-project/lldb/cmake/modules/ |
D | LLDBStandalone.cmake | 20 foreach(config_type ${LLVM_CONFIGURATION_TYPES}) 21 string(REPLACE ${CMAKE_CFG_INTDIR} ${config_type} dir ${input_dir})
|
/external/python/cpython3/Lib/test/ |
D | pythoninfo.py | 682 for config_type in sorted(all_configs): 683 config = all_configs[config_type] 685 info_add('%s[%s]' % (config_type, key), repr(config[key]))
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_parser.py | 268 def print_config_failures(self, config_type, security, config_csv_list): argument 279 print('%s config failures for security: %s' % (config_type, security))
|
/external/arm-trusted-firmware/plat/intel/soc/common/ |
D | socfpga_sip_svc.c | 184 static int intel_fpga_config_start(uint32_t config_type) in intel_fpga_config_start() argument 189 is_partial_reconfig = config_type; in intel_fpga_config_start()
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 912 enum config_type { enum 922 enum config_type type; 938 enum config_type type) in kmod_config_iter_new()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | CMakeLists.txt | 45 FOREACH (config_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE}) 46 STRING (TOUPPER ${config_type} upper_config_type) 55 SET (config_type) variable
|
/external/arm-trusted-firmware/docs/components/fconf/ |
D | index.rst | 48 ``config_type`` identifier. It broadly represents a logical grouping of
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | base.proto | 125 oneof config_type { oneof
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log.proto | 375 optional IceCandidatePairConfigType config_type = 1; field
|
D | rtc_event_log2.proto | 586 optional IceCandidatePairConfigType config_type = 2; field
|
D | rtc_event_log_parser.cc | 1989 res.type = GetRuntimeIceCandidatePairConfigType(config.config_type()); in GetIceCandidatePairConfig() 3156 ice_config.type = GetRuntimeIceCandidatePairConfigType(proto.config_type()); in StoreIceCandidatePairConfig()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 1311 <4>[ 1.326751] [1: swapper/0: 1] [c1] warning:Must give me the config_type! default is … 1312 <4>[ 1.326751] [1: swapper/0: 1] [c1] i2s config_type (null) 1316 <4>[ 1.326965] [1: swapper/0: 1] [c1] warning:Must give me the config_type! default is … 1317 <4>[ 1.326995] [1: swapper/0: 1] [c1] i2s config_type (null) 1321 <4>[ 1.327209] [1: swapper/0: 1] [c1] warning:Must give me the config_type! default is … 1322 <4>[ 1.327209] [1: swapper/0: 1] [c1] i2s config_type (null) 1326 <4>[ 1.327423] [1: swapper/0: 1] [c1] warning:Must give me the config_type! default is … 1327 <4>[ 1.327453] [1: swapper/0: 1] [c1] i2s config_type (null)
|
D | galaxy-j1-2016.log | 1190 <4>[ 1.970733] [2: swapper/0: 1] [c2] i2s config_type pcm 1194 <4>[ 1.971008] [2: swapper/0: 1] [c2] warning:Must give me the config_type! default is … 1195 <4>[ 1.971008] [2: swapper/0: 1] [c2] i2s config_type (null)
|