/external/chromium_org/chrome/browser/chromeos/input_method/ |
ibus_controller_base.cc | 26 const std::string& config_name, 29 DCHECK(!config_name.empty()); 31 const ConfigKeyType key(section, config_name); 45 const std::string& config_name, 48 const ConfigKeyType key(section, config_name);
|
ibus_controller.h | 45 // and |config_name| should be "history_learning_level". 47 const std::string& config_name,
|
ibus_controller_base.h | 32 const std::string& config_name, 39 const std::string& config_name,
|
mock_input_method_manager.cc | 90 const std::string& config_name,
|
mock_input_method_manager.h | 50 const std::string& config_name,
|
/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 | 68 shared_intermediate_dirs, config_name): 81 if config_name in target['configurations']: 82 config = target['configurations'][config_name] 149 def GetAllDefines(target_list, target_dicts, data, config_name): 162 if config_name in target['configurations']: 163 config = target['configurations'][config_name] 228 config_name): 235 config_name) 253 shared_intermediate_dirs, config_name) 255 defines = GetAllDefines(target_list, target_dicts, data, config_name) [all...] |
ninja.py | 274 path = path.replace(CONFIGURATION_NAME, self.config_name) 281 path, config=self.config_name) 362 def WriteSpec(self, spec, config_name, generator_flags, 370 self.config_name = config_name 373 config = spec['configurations'][config_name] 385 arch = self.msvs_settings.GetArch(config_name) 391 self.archs = self.xcode_settings.GetActiveArchs(config_name) 453 self.msvs_settings, config_name, self.GypPathToNinja, 460 self.ninja, config_name, config, sources, compile_depends_stamp, pch [all...] |
msvs.py | 243 def _ConfigBaseName(config_name, platform_name): 244 if config_name.endswith('_' + platform_name): 245 return config_name[0:-len(platform_name) - 1] 247 return config_name 250 def _ConfigFullName(config_name, config_data): 252 return '%s|%s' % (_ConfigBaseName(config_name, platform_name), platform_name) 403 for config_name, c_data in spec['configurations'].iteritems(): 405 _ConfigFullName(config_name, c_data), tools=[tool]) 917 for config_name, config in spec['configurations'].iteritems(): 918 _AddConfigurationToMSVSProject(p, spec, config_type, config_name, config [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" 76 "/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/chrome/browser/chromeos/ |
preferences_unittest.cc | 30 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,
|
/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,)
|