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

/openjdk9/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.sh72 TOKEN=$2
75 TOKEN=$1
78 TOKEN="nss"
85 echo TOKEN=${TOKEN}
159 if [ "${TOKEN}" = "nss" ] ; then
183 -DCUSTOM_P11_CONFIG=${TESTSRC}${FS}BasicData${FS}p11-${TOKEN}.txt \
186 -DTOKEN=${TOKEN} \
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DDatatypeLib.java77 builtinTypes.put("token", CBuiltinLeafInfo.TOKEN);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DFullDVFactory.java97 final String TOKEN = "token";
117 XSSimpleTypeDecl tokenDV = new XSSimpleTypeDecl(normalizedDV, TOKEN , URI_SCHEMAFORSCHEMA, (short)0, false, null, XSConstants.TOKEN_DT);
119 types.put(TOKEN, tokenDV);
H A DBaseSchemaDVFactory.java89 final String TOKEN = "token";
200 XSSimpleTypeDecl tokenDV = new XSSimpleTypeDecl(normalizedDV, TOKEN , URI_SCHEMAFORSCHEMA, (short)0, false, null, XSConstants.TOKEN_DT);
202 builtInTypes.put(TOKEN, tokenDV);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java428 m.put("ENTITY", CBuiltinLeafInfo.TOKEN);
430 m.put("NMTOKEN", CBuiltinLeafInfo.TOKEN);
435 m.put("ENUMERATION",CBuiltinLeafInfo.TOKEN);
/openjdk9/jdk/src/jdk.security.auth/share/classes/com/sun/security/auth/module/
H A DKeyStoreLoginModule.java124 private static final int TOKEN = 1; field in class:KeyStoreLoginModule
289 getAliasAndPasswords(TOKEN);
328 case TOKEN:
362 case TOKEN:
/openjdk9/langtools/make/tools/propertiesparser/parser/
H A DMessageType.java89 TOKEN("token", "TokenKind", "com.sun.tools.javac.parser.Tokens"), enum constant in enum:MessageType.SimpleType
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.java378 public static final TypeUse TOKEN = field in class:CBuiltinLeafInfo
384 public static final TypeUse ID = TypeUseFactory.makeID(TOKEN,com.sun.xml.internal.bind.v2.model.core.ID.ID);
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java910 m.put("token", CBuiltinLeafInfo.TOKEN);

Completed in 167 milliseconds