Searched refs:config_name (Results 1 - 9 of 9) sorted by relevance

/external/openssl/crypto/conf/
H A Dconf_sap.c77 void OPENSSL_config(const char *config_name) argument
91 if (CONF_modules_load_file(NULL, config_name,
H A Dconf.h140 void OPENSSL_config(const char *config_name);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dgtk.py102 config_name = 'fedora-httpd.conf'
104 config_name = 'apache2-debian-httpd.conf'
107 config_name)
H A Dchromium_linux.py179 config_name = 'fedora-httpd.conf'
181 config_name = 'apache2-debian-httpd.conf'
184 config_name)
/external/chromium/chrome/browser/chromeos/cros/
H A Dinput_method_library.cc211 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,
210 SetImeConfig(const std::string& section, const std::string& config_name, const ImeConfigValue& value) argument
285 MaybeStartInputMethodDaemon(const std::string& section, const std::string& config_name, const ImeConfigValue& value) argument
341 MaybeStopInputMethodDaemon(const std::string& section, const std::string& config_name, const ImeConfigValue& value) argument
357 MaybeChangeCurrentKeyboardLayout(const std::string& section, const std::string& config_name, const ImeConfigValue& value) argument
421 const std::string& config_name = iter->first.second; local
872 SetImeConfig(const std::string& section, const std::string& config_name, const ImeConfigValue& value) argument
[all...]
H A Dinput_method_library.h95 // be "panel", and |config_name| should be "custom_font".
100 const std::string& config_name,
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp35 #define config_name "libnfc-brcm.conf" macro
391 strPath += config_name;
399 strPath += config_name;
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp35 #define config_name "libnfc-brcm.conf" macro
391 strPath += config_name;
399 strPath += config_name;
/external/openssl/include/openssl/
H A Dconf.h140 void OPENSSL_config(const char *config_name);

Completed in 201 milliseconds