Home
last modified time | relevance | path

Searched defs:getEntry (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
DManifestEntryVerifier.java179 public JarEntry getEntry() in getEntry() method in ManifestEntryVerifier
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java130 public ZipEntry getEntry(String name) { in getEntry() method in URLJarFile
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java74 public java.util.zip.ZipEntry getEntry(java.lang.String name) { in getEntry() method in JarFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java64 public java.util.zip.ZipEntry getEntry(java.lang.String name) { in getEntry() method in ZipFile
69 private static native long getEntry(long jzfile, byte[] name, boolean addSlash); in getEntry() method in ZipFile
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java352 public ZipEntry getEntry(String name) { in getEntry() method in ZipFile
369 private static native long getEntry(long jzfile, byte[] name, in getEntry() method in ZipFile
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadLocal.java135 private java.lang.ThreadLocal.ThreadLocalMap.Entry getEntry(java.lang.ThreadLocal<?> key) { in getEntry() method in ThreadLocal.ThreadLocalMap
/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java249 public ZipEntry getEntry(String name) { in getEntry() method in JarFile
/libcore/ojluni/src/main/java/java/lang/
DThreadLocal.java413 private Entry getEntry(ThreadLocal<?> key) { in getEntry() method in ThreadLocal.ThreadLocalMap
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java167 public final java.security.KeyStore.Entry getEntry( in getEntry() method in KeyStore
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java1550 public final Entry getEntry(String alias, ProtectionParameter protParam) in getEntry() method in KeyStore
/libcore/ojluni/src/main/java/java/util/
DWeakHashMap.java424 Entry<K,V> getEntry(Object key) { in getEntry() method in WeakHashMap
DTreeMap.java343 final TreeMapEntry<K,V> getEntry(Object key) { in getEntry() method in TreeMap