Home
last modified time | relevance | path

Searched refs:CONFIG_NAME (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
DLoginContext1Test.java62 private static final String CONFIG_NAME = "testConfiguration"; field in LoginContext1Test
154 if (!CONFIG_NAME.equals(appName)) { in getAppConfigurationEntry()
695 new LoginContext(CONFIG_NAME); in testLoginContextString()
699 new LoginContext(CONFIG_NAME); in testLoginContextString()
708 new LoginContext(CONFIG_NAME); in testLoginContextString()
723 new LoginContext(CONFIG_NAME, (CallbackHandler) null); in testLoginContextStringCallbackHandler()
745 new LoginContext(CONFIG_NAME, (Subject) null); in testLoginContextStringSubject()
769 new LoginContext(CONFIG_NAME, (Subject) null, in testLoginContextStringSubjectCallbackHandler()
777 new LoginContext(CONFIG_NAME, new Subject(), null); in testLoginContextStringSubjectCallbackHandler()
806 new LoginContext(CONFIG_NAME, null, null, null); in testLoginContextStringSubjectCallbackHandlerConfiguration()
[all …]
/external/dnsmasq/src/
Ddhcp.c697 if ((config->flags & CONFIG_NAME) && in find_config()
746 if (config->flags & CONFIG_NAME) in dhcp_read_ethers()
806 flags = CONFIG_NAME; in dhcp_read_ethers()
809 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, host)) in dhcp_read_ethers()
846 if (flags & CONFIG_NAME) in dhcp_read_ethers()
906 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname))) in check_dhcp_hosts()
932 (config->flags & CONFIG_NAME) && in dhcp_update_configs()
Dlease.c156 (config->flags & CONFIG_NAME) && in lease_update_from_configs()
Ddnsmasq.h459 #define CONFIG_NAME 16 macro
Drfc2131.c388 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
560 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
Doption.c1918 new->flags |= CONFIG_NAME; in one_opt()
2732 if (configs->flags & CONFIG_NAME) in reread_dhcp()