Searched defs:keyNames (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/management/
H A DPlatformComponent.java344 private static Set<String> keyProperties(String... keyNames) { argument
347 for (String s : keyNames) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java77 private static final Map<Integer,String> keyNames = field in class:Functions
424 return getName(keyNames, id);
597 addMapping(keyNames, keyIds, id, name);
/openjdk7/jdk/src/windows/native/java/util/
H A DTimeZone_md.c55 static void *keyNames[] = { variable
63 * Indices to keyNames[]
78 * `keyIndex' is an index value to the keyNames in Unicode
99 ret = RegQueryValueExW(hKey, (WCHAR *) keyNames[keyIndex], NULL,
107 ret = RegQueryValueExA(hKey, (char *) keyNames[keyIndex + 1], NULL,

Completed in 291 milliseconds