/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
D | ManifestTest.java | 28 import java.util.jar.Manifest; 59 private Manifest getManifest(String fileName) { in getManifest() 63 Manifest m = jarFile.getManifest(); in getManifest() 77 Manifest emptyManifest = new Manifest(); in testConstructor() 88 Manifest firstManifest = new Manifest(new ByteArrayInputStream( in testCopyingConstructor() 90 Manifest secondManifest = new Manifest(firstManifest); in testCopyingConstructor() 98 private void checkManifest(Manifest manifest) { in checkManifest() 129 Manifest m = getManifest(ATT_JAR_NAME); in testStreamConstructor() 133 Manifest mCopy = new Manifest(is); in testStreamConstructor() 136 Manifest manifest = new Manifest(new ByteArrayInputStream( in testStreamConstructor() [all …]
|
D | ZipExecTest.java | 26 import java.util.jar.Manifest; 41 Manifest man = new Manifest(); in test_1562() 82 Manifest man = new Manifest(); in test_zip_class_path() 146 Manifest man = new Manifest(); in test_zip_jar_mix() 180 Manifest man = new Manifest(); in test_zip_jar_mix_1() 220 Manifest man = new Manifest(); in test_main_class_in_another_zip()
|
D | JarExecTest.java | 26 import java.util.jar.Manifest; 44 Manifest man = new Manifest(); in test_1562() 84 Manifest man = new Manifest(); in test_jar_class_path() 145 Manifest man = new Manifest(); in test_main_class_in_another_jar() 214 Manifest man = new Manifest(); in test_classpath()
|
D | JarOutputStreamTest.java | 27 import java.util.jar.Manifest; 57 Manifest newman = new Manifest(); in test_putNextEntryLjava_util_zip_ZipEntry() 110 Manifest man = new Manifest(); in test_JarOutputStreamLjava_io_OutputStreamLjava_util_jar_Manifest()
|
D | JarExceptionTest.java | 23 import java.util.jar.Manifest; 32 new Manifest(new ByteArrayInputStream( in test_ConstructorLjava_lang_String()
|
D | JarInputStreamTest.java | 28 import java.util.jar.Manifest; 135 Manifest m; in test_getManifest()
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | remove-cache-expected.txt | 3 Frame 1: Manifest is still available, so a new master resource is added to the cache. 4 Frame 2: Manifest loading results in 404 response, so the cache group becomes obsolete, and an obso… 5 Frame 3: Manifest is still 404 - the document is never associated with a cache. 6 Frame 4: Manifest is now available, so the document gets associated with a cache in a newly created…
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ManifestParser.h | 37 struct Manifest { struct 44 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest&); argument
|
D | ApplicationCacheResource.h | 39 Manifest = 1 << 1, enumerator
|
D | ApplicationCacheResource.cpp | 76 if (type & Manifest) in dumpType()
|
/external/emma/core/java12/com/vladium/util/ |
D | IPathEnumerator.java | 23 import java.util.jar.Manifest; 50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); in handleArchiveStart() 223 Manifest manifest = in.getManifest (); // can be null in enumeratePathArchive() 291 private static Manifest readManifestViaJarFile (final File archive) in readManifestViaJarFile() 293 Manifest result = null; in readManifestViaJarFile()
|
/external/proguard/src/proguard/io/ |
D | JarWriter.java | 40 private final Manifest manifest; 65 Manifest manifest, in JarWriter()
|
/external/proguard/src/proguard/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/proguard/src/proguard/retrace/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/junit/src/META-INF/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/eyes-free/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/proguard/src/proguard/gui/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/emma/core/data/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.0
|
/external/javassist/src/main/META-INF/ |
D | MANIFEST.MF | 1 Manifest-Version: 1.1
|
/external/llvm/test/CodeGen/Thumb2/ |
D | ldr-str-imm12.ll | 23 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** … 56 …%0 = call %union.rec* @Manifest(%union.rec* undef, %union.rec* %env, %struct.STYLE* %style, %unio…
|
/external/emma/core/java12/com/vladium/emma/ |
D | runCommand.java | 15 import java.util.jar.Manifest; 302 final Manifest manifest = jarfile.getManifest (); in openJarFile()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessorST.java | 24 import java.util.jar.Manifest; 69 …public final void handleArchiveStart (final File parentDir, final File archive, final Manifest man… in handleArchiveStart() 87 final Manifest outManifest = manifest != null in handleArchiveStart() 88 ? new Manifest (manifest) // shallow copy in handleArchiveStart() 89 : new Manifest (); in handleArchiveStart()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | JarURLConnectionTest.java | 32 import java.util.jar.Manifest; 237 Manifest mf = juc.getManifest(); in test_getManifest()
|
/external/emma/core/java12/com/vladium/emma/rt/ |
D | ClassPathProcessorST.java | 18 import java.util.jar.Manifest; 81 … public void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) in handleArchiveStart()
|
/external/apache-harmony/support/src/test/resources/tests/resources/manifest/ |
D | hyts_MANIFEST.MF | 1 Manifest-Version: 1.0
|