/external/skia/tools/tests/ |
bench_pictures_cfg_test.py | 34 for config_name, config_list in bench_pictures_cfg.iteritems(): 35 ThrowIfNotAString(config_name)
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
eclipse.py | 80 shared_intermediate_dirs, config_name, params): 96 if config_name in target['configurations']: 97 config = target['configurations'][config_name] 105 cflags = msvs_settings.GetCflags(config_name) 168 def GetAllDefines(target_list, target_dicts, data, config_name, params): 186 extra_defines = msvs_settings.GetComputedDefines(config_name) 189 if config_name in target['configurations']: 190 config = target['configurations'][config_name] 258 config_name): 265 config_name) [all...] |
ninja.py | 277 path = path.replace(CONFIGURATION_NAME, self.config_name) 284 path, config=self.config_name) 365 def WriteSpec(self, spec, config_name, generator_flags): 372 self.config_name = config_name 375 config = spec['configurations'][config_name] 390 arch = self.msvs_settings.GetArch(config_name) 396 self.archs = self.xcode_settings.GetActiveArchs(config_name) 458 self.msvs_settings, config_name, self.GypPathToNinja, 465 self.ninja, config_name, config, sources, compile_depends_stamp, pch [all...] |
msvs.py | 294 def _ConfigBaseName(config_name, platform_name): 295 if config_name.endswith('_' + platform_name): 296 return config_name[0:-len(platform_name) - 1] 298 return config_name 301 def _ConfigFullName(config_name, config_data): 303 return '%s|%s' % (_ConfigBaseName(config_name, platform_name), platform_name) 454 for config_name, c_data in spec['configurations'].iteritems(): 456 _ConfigFullName(config_name, c_data), tools=[tool]) [all...] |
cmake.py | [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
LoginContext1Test.java | 62 private static final String CONFIG_NAME = "testConfiguration"; 154 if (!CONFIG_NAME.equals(appName)) { 695 new LoginContext(CONFIG_NAME); 699 new LoginContext(CONFIG_NAME); 708 new LoginContext(CONFIG_NAME); 723 new LoginContext(CONFIG_NAME, (CallbackHandler) null); 745 new LoginContext(CONFIG_NAME, (Subject) null); 769 new LoginContext(CONFIG_NAME, (Subject) null, 777 new LoginContext(CONFIG_NAME, new Subject(), null); 806 new LoginContext(CONFIG_NAME, null, null, null) [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSUserFile.py | 78 def AddDebugSettings(self, config_name, command, environment = {}, 129 if config_name not in self.configurations: 130 self.AddConfig(config_name) 133 self.configurations[config_name].append(n_cmd)
|
MSVSUtil.py | 125 def _GetPdbPath(target_dict, config_name, vars): 138 config_name: The name of the configuration of interest. 143 config = target_dict['configurations'][config_name] 235 for config_name, config in shim_dict.get('configurations').iteritems(): 236 pdb_path = _GetPdbPath(target_dict, config_name, vars) 251 config = target_dict['configurations'][config_name]
|
MSVSProject.py | 92 def _GetSpecForConfiguration(self, config_type, config_name, attrs, tools): 97 config_name: Configuration name. 110 node_attrs['Name'] = config_name
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/ |
dlopen.cc | 22 #define CONFIG_NAME "Debug" 24 #define CONFIG_NAME "Release" 93 "/http/glibc/" CONFIG_NAME "/libreverse_" NACL_ARCH ".so";
|
/external/chromium/chrome/browser/chromeos/cros/ |
input_method_library.cc | 211 const std::string& config_name, 221 config_name == language_prefs::kPreloadEnginesConfigName && 227 MaybeStartInputMethodDaemon(section, config_name, value); 229 const ConfigKeyType key = std::make_pair(section, config_name); 237 MaybeStopInputMethodDaemon(section, config_name, value); 239 MaybeChangeCurrentKeyboardLayout(section, config_name, value); 283 // |config_name| is a name of the configuration (e.g. "preload_engines", 286 const std::string& config_name, 289 config_name == language_prefs::kPreloadEnginesConfigName && 342 const std::string& config_name, 421 const std::string& config_name = iter->first.second; local [all...] |
input_method_library.h | 95 // be "panel", and |config_name| should be "custom_font". 100 const std::string& config_name,
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_sap.c | 77 void OPENSSL_config(const char *config_name) 91 if (CONF_modules_load_file(NULL, config_name,
|
conf.h | 140 void OPENSSL_config(const char *config_name);
|
/external/openssl/crypto/conf/ |
conf_sap.c | 77 void OPENSSL_config(const char *config_name) 91 if (CONF_modules_load_file(NULL, config_name,
|
/external/dnsmasq/src/ |
dhcp.c | 697 if ((config->flags & CONFIG_NAME) && 746 if (config->flags & CONFIG_NAME) 806 flags = CONFIG_NAME; 809 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, host)) 846 if (flags & CONFIG_NAME) 906 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname))) 932 (config->flags & CONFIG_NAME) &&
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
config.cpp | 30 #define config_name "libnfc-brcm.conf" macro 386 strPath += config_name; 394 strPath += config_name;
|
/external/libnfc-nci/src/adaptation/ |
config.cpp | 30 #define config_name "libnfc-brcm.conf" macro 386 strPath += config_name; 394 strPath += config_name;
|
/external/chromium_org/third_party/mesa/src/configs/ |
current.in | 7 CONFIG_NAME = autoconf
|
default | 8 CONFIG_NAME = default
|
/external/llvm/utils/lit/lit/ |
LitConfig.py | 48 self.config_name = '%s.cfg' % (self.config_prefix,)
|
discovery.py | 15 cfgpath = os.path.join(path, lit_config.config_name)
|
/external/mesa3d/configs/ |
current.in | 7 CONFIG_NAME = autoconf
|
default | 8 CONFIG_NAME = default
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
conf.h | 140 void OPENSSL_config(const char *config_name);
|