Home
last modified time | relevance | path

Searched refs:getEntries (Results 1 – 11 of 11) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DManifestTest.java78 assertTrue("Should have no entries", emptyManifest.getEntries() in testConstructor()
152 Map<String, Attributes> entries = mf.getEntries(); in testStreamConstructor()
170 assertTrue("Should have no entries", m.getEntries().isEmpty()); in testClear()
226 Map<String, Attributes> myMap = m.getEntries(); in testGetEntries()
416 m.getEntries().get(ATT_ENTRY_NAME).put( in testDecoding()
425 assertEquals(vendor, m.getEntries().get(ATT_ENTRY_NAME).get( in testDecoding()
/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java112 entries.putAll(man.getEntries()); in Manifest()
133 public Map<String,Attributes> getEntries() { in getEntries() method in Manifest
160 return getEntries().get(name); in getAttributes()
393 && entries.equals(other.getEntries()); in equals()
/libcore/ojluni/src/test/java/util/Properties/
DCompatibilityTest.java42 public Object[][] getEntries() throws IOException { in getEntries() method in CompatibilityTest
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldManifestTest.java39 assertTrue("Should have no entries", emptyClone.getEntries().isEmpty()); in test_ConstructorLjava_util_jar_Manifest()
80 assertTrue("Should have no entries", emptyClone.getEntries().isEmpty()); in test_clone()
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java155 Map<String, Attributes> entries = man.getEntries(); in getManifest()
182 superEntries = superMan.getEntries(); in isSuperMan()
/libcore/tools/non-cts-json-generator/src/libcore/tools/generator/noncts/
DMain.java147 public List<NonCtsEntry> getEntries() { in getEntries() method in Main.NonCtsAnnotationReader
238 for (NonCtsEntry entry : annotationReader.getEntries()) { in from()
/libcore/ojluni/src/main/java/java/beans/
DChangeListenerMap.java228 public final Set<Entry<String, L[]>> getEntries() { in getEntries() method in ChangeListenerMap
DPropertyChangeSupport.java428 for (Entry<String, PropertyChangeListener[]> entry : this.map.getEntries()) { in writeObject()
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java104 Map<String, Attributes> attr = manifest.getEntries(); in test_getManifest()
/libcore/ojluni/src/main/java/sun/security/util/
DSignatureFileVerifier.java307 sf.getEntries().entrySet().iterator(); in processImpl()
/libcore/api/
Dcurrent.txt17535 method public java.util.Map<java.lang.String,java.util.jar.Attributes> getEntries();