Searched defs:getEntry (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugDirectory.java38 public DebugDirectoryEntry getEntry(int i); method in interface:DebugDirectory
/openjdk7/jdk/src/share/classes/sun/management/jdp/
H A DJdpPacketReader.java78 public String getEntry() method in class:JdpPacketReader
126 key = getEntry();
127 value = getEntry();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableBucket.java50 public BasicHashtableEntry getEntry(Class clazz) { method in class:HashtableBucket
56 return getEntry(HashtableEntry.class);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DDictionary.java90 DictionaryEntry entry = getEntry(index, hash, className, classLoader);
99 private DictionaryEntry getEntry(int index, long hash, Symbol className, Oop classLoader) { method in class:Dictionary
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableEntryNotification.java86 public Object getEntry() { method in class:SnmpTableEntryNotification
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DCacheFSInfo.java65 Entry e = getEntry(file);
71 Entry e = getEntry(file);
77 Entry e = getEntry(file);
83 Entry e = getEntry(file);
92 Entry e = getEntry(file);
98 private Entry getEntry(File file) { method in class:CacheFSInfo
/openjdk7/jdk/src/share/classes/sun/swing/
H A DImageCache.java55 private Entry getEntry(Object key, GraphicsConfiguration config, method in class:ImageCache
87 Entry entry = getEntry(key, config, w, h, args);
96 Entry entry = getEntry(key, config, w, h, args);
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmRTBootClassPathTableMetaImpl.java191 public Object getEntry(SnmpOid oid) method in class:JvmRTBootClassPathTableMetaImpl
194 if (dbg) log.debug("getEntry", "oid [" + oid + "]");
196 if (dbg) log.debug("getEntry", "Invalid oid [" + oid + "]");
220 log.debug("getEntry", "Entry is already in the cache");
223 if (dbg) log.debug("getEntry", "Entry is not in the cache");
250 log.debug("getEntry","data is a: " + data.getClass().getName());
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 DJvmMemGCTableMetaImpl.java277 public Object getEntry(SnmpOid oid) method in class:JvmMemGCTableMetaImpl
H A DJvmMemManagerTableMetaImpl.java196 public Object getEntry(SnmpOid oid) method in class:JvmMemManagerTableMetaImpl
H A DJvmMemPoolTableMetaImpl.java203 public Object getEntry(SnmpOid oid) method in class:JvmMemPoolTableMetaImpl
258 log.debug("getEntry","data is a: " + data.getClass().getName());
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/src/share/classes/sun/security/util/
H A DManifestEntryVerifier.java181 public JarEntry getEntry() method in class:ManifestEntryVerifier
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java171 // We call getEntry here so that state of the entry is
174 entry = getEntry(serverId);
326 private ServerTableEntry getEntry( int serverId ) method in class:ServerManagerImpl
337 System.out.println( "ServerManagerImpl: getEntry: " +
340 System.out.println( "ServerManagerImpl: getEntry: " +
464 ServerTableEntry entry = getEntry( serverId ) ;
474 ServerTableEntry entry = getEntry( serverId ) ;
522 ServerTableEntry entry = getEntry( serverId ) ;
540 ServerTableEntry entry = getEntry( serverId ) ;
566 ServerTableEntry entry = getEntry( serverI
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DLongHashMap.java247 Entry e = getEntry(key);
260 return getEntry(key) != null;
268 Entry getEntry(long key) { method in class:LongHashMap
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DManifest.java117 public MessageHeader getEntry(String name) { method in class:Manifest
H A DSignatureFile.java254 MessageHeader mh = manifest.getEntry(entry);
271 public MessageHeader getEntry(String name) { method in class:SignatureFile
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DURLJarFile.java127 public ZipEntry getEntry(String name) { method in class:URLJarFile
128 ZipEntry ze = super.getEntry(name);
/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadLocal.java146 ThreadLocalMap.Entry e = map.getEntry(this);
375 private Entry getEntry(ThreadLocal key) { method in class:ThreadLocal.ThreadLocalMap
385 * Version of getEntry method for use when key is not found in
/openjdk7/jdk/src/share/classes/java/text/
H A DRBCollationTables.java263 final static int getEntry(Vector list, String name, boolean fwd) { method in class:RBCollationTables
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarFile.java209 return (JarEntry)getEntry(name);
225 public ZipEntry getEntry(String name) { method in class:JarFile
226 ZipEntry ze = super.getEntry(name);

Completed in 90 milliseconds

12