Searched refs:getEntry (Results 76 - 96 of 96) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmRTClassPathTableMetaImpl.java190 public Object getEntry(SnmpOid oid) method in class:JvmRTClassPathTableMetaImpl
193 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
195 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
219 log.debug("getEntry", "Entry is already in the cache");
222 if (dbg) log.debug("getEntry", "Entry is not in the cache");
249 log.debug("getEntry","data is a: " + data.getClass().getName());
H A DJvmRTInputArgsTableMetaImpl.java187 public Object getEntry(SnmpOid oid) method in class:JvmRTInputArgsTableMetaImpl
190 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
192 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
216 log.debug("getEntry", "Entry is already in the cache");
218 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
244 if (dbg) log.debug("getEntry","data is a: " +
H A DJvmRTLibraryPathTableMetaImpl.java190 public Object getEntry(SnmpOid oid) method in class:JvmRTLibraryPathTableMetaImpl
193 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
195 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
219 log.debug("getEntry", "Entry is already in the cache");
221 } else if (dbg) log.debug("getEntry", "Entry is not in the cache");
248 if (dbg) log.debug("getEntry","data is a: "+
H A DJvmThreadInstanceTableMetaImpl.java166 // See getEntry
270 public Object getEntry(SnmpOid oid) method in class:JvmThreadInstanceTableMetaImpl
272 log.debug("*** **** **** **** getEntry", "oid [" + oid + "]");
274 log.debug("getEntry", "Invalid oid [" + oid + "]");
H A DJvmMemMgrPoolRelTableMetaImpl.java411 public Object getEntry(SnmpOid oid) method in class:JvmMemMgrPoolRelTableMetaImpl
/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddPrivateKey.java73 PrivateKeyEntry entry = (PrivateKeyEntry)jks.getEntry(alias, new PasswordProtection(jkspass));
/openjdk7/jdk/src/share/classes/java/util/
H A DTreeMap.java227 return getEntry(key) != null;
273 Entry<K,V> p = getEntry(key);
337 final Entry<K,V> getEntry(Object key) { method in class:TreeMap
358 * Version of getEntry using comparator. Split off from getEntry
595 Entry<K,V> p = getEntry(key);
983 Entry<K,V> p = getEntry(entry.getKey());
992 Entry<K,V> p = getEntry(entry.getKey());
1546 TreeMap.Entry node = m.getEntry(key);
1558 TreeMap.Entry<K,V> node = m.getEntry(ke
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java227 JarEntry je = mev.getEntry();
241 String uname = mev.getEntry().getName()
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLinkedHashMap.java253 Entry e = getEntry(key);
261 private Entry getEntry(Object key) { method in class:LinkedHashMap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DTestDebugInfo.java103 DebugDirectoryEntry entry = debug.getEntry(i);
H A DCOFFFileParser.java755 public DebugDirectoryEntry getEntry(int i) { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugDirectoryImpl
/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java305 Entry getEntry(Object key) method in class:WeakPool
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java239 return (de == null) ? null : de.getEntry(lookFor);
768 private Entry getEntry(String rootName) { method in class:ZipFileIndex.DirectoryEntry
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java498 PolicyEntry[] getEntry() { method in class:PolicyTool
1022 PolicyEntry entries[] = tool.getEntry();
1555 entries = tool.getEntry();
2210 PolicyEntry entries[] = tool.getEntry();
2453 PolicyEntry entries[] = tool.getEntry();
3621 PolicyEntry entries[] = tool.getEntry();
3627 entries = tool.getEntry();
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java139 * ks.getEntry("privateKeyAlias", protParam);
1280 public final Entry getEntry(String alias, ProtectionParameter protParam) method in class:KeyStore
1313 * @see #getEntry(String, KeyStore.ProtectionParameter)
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java1262 if (zipFile.getEntry(sfFilename) != null) {
1299 if (zipFile.getEntry(bkFilename) != null) {
1937 ZipEntry ze = zf.getEntry(JarFile.MANIFEST_NAME);
H A DKeyTool.java3147 entry = ks.getEntry(alias, pp);
3164 entry = ks.getEntry(alias, pp);
3172 entry = ks.getEntry(alias, pp);
3187 entry = ks.getEntry(alias, pp);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java633 DebugDirectoryEntry entry = debug.getEntry(i);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java679 public synchronized Object getEntry(SnmpOid rowOid) method in class:SnmpMibTable
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java766 public Entry getEntry(int i) { method in class:ConstantPool.Index
H A DBandStructure.java1068 Entry e = ix.getEntry(n);

Completed in 126 milliseconds

1234