OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:config_name
(Results
1 - 3
of
3
) sorted by null
/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/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
...]
Completed in 624 milliseconds