Searched refs:openKey (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java389 int parentNativeHandle = parent.openKey(KEY_CREATE_SUB_KEY, KEY_READ);
391 // if here, openKey failed and logged
461 * @see #openKey(byte[], int)
462 * @see #openKey(int, byte[], int)
465 private int openKey(int securityMask) { method in class:WindowsPreferences
466 return openKey(securityMask, securityMask);
475 * @see #openKey(byte[], int)
476 * @see #openKey(int, byte[], int)
479 private int openKey(int mask1, int mask2) { method in class:WindowsPreferences
480 return openKey(windowsAbsolutePat
495 private int openKey(byte[] windowsAbsolutePath, int mask1, int mask2) { method in class:WindowsPreferences
538 private int openKey(int nativeHandle, byte[] windowsRelativePath, method in class:WindowsPreferences
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java759 final Object openKey = keyMapping.toOpenValue(entry.getKey());
764 new Object[] {openKey,

Completed in 36 milliseconds