HomeSort by relevance Sort by last modified time
    Searched defs:CONFIG_NAME (Results 1 - 2 of 2) 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/dnsmasq/src/
dnsmasq.h 459 #define CONFIG_NAME 16

Completed in 65 milliseconds