OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_name
(Results
1 - 13
of
13
) sorted by null
/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/webkit/Tools/Scripts/webkitpy/layout_tests/port/
gtk.py
102
config_name
= 'fedora-httpd.conf'
104
config_name
= 'apache2-debian-httpd.conf'
107
config_name
)
chromium_linux.py
179
config_name
= 'fedora-httpd.conf'
181
config_name
= 'apache2-debian-httpd.conf'
184
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
...]
input_method_library.h
95
// be "panel", and |
config_name
| should be "custom_font".
100
const std::string&
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
,
conf.h
140
void OPENSSL_config(const char *
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
) &&
lease.c
156
(config->flags &
CONFIG_NAME
) &&
dnsmasq.h
459
#define
CONFIG_NAME
16
option.c
[
all
...]
rfc2131.c
388
if (have_config(config,
CONFIG_NAME
))
560
if (have_config(config,
CONFIG_NAME
))
[
all
...]
/external/openssl/include/openssl/
conf.h
140
void OPENSSL_config(const char *
config_name
);
Completed in 258 milliseconds