Home
last modified time | relevance | path

Searched refs:Manifest (Results 1 – 25 of 35) sorted by relevance

12

/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DManifestTest.java28 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 …]
DZipExecTest.java26 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()
DJarExecTest.java26 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()
DJarOutputStreamTest.java27 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()
DJarExceptionTest.java23 import java.util.jar.Manifest;
32 new Manifest(new ByteArrayInputStream( in test_ConstructorLjava_lang_String()
DJarInputStreamTest.java28 import java.util.jar.Manifest;
135 Manifest m; in test_getManifest()
/external/webkit/LayoutTests/http/tests/appcache/
Dremove-cache-expected.txt3 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/
DManifestParser.h37 struct Manifest { struct
44 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest&); argument
DApplicationCacheResource.h39 Manifest = 1 << 1, enumerator
DApplicationCacheResource.cpp76 if (type & Manifest) in dumpType()
/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java23 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/
DJarWriter.java40 private final Manifest manifest;
65 Manifest manifest, in JarWriter()
/external/proguard/src/proguard/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/proguard/src/proguard/retrace/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/junit/src/META-INF/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/eyes-free/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/proguard/src/proguard/gui/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/emma/core/data/
DMANIFEST.MF1 Manifest-Version: 1.0
/external/javassist/src/main/META-INF/
DMANIFEST.MF1 Manifest-Version: 1.1
/external/llvm/test/CodeGen/Thumb2/
Dldr-str-imm12.ll23 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/
DrunCommand.java15 import java.util.jar.Manifest;
302 final Manifest manifest = jarfile.getManifest (); in openJarFile()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java24 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/
DJarURLConnectionTest.java32 import java.util.jar.Manifest;
237 Manifest mf = juc.getManifest(); in test_getManifest()
/external/emma/core/java12/com/vladium/emma/rt/
DClassPathProcessorST.java18 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/
Dhyts_MANIFEST.MF1 Manifest-Version: 1.0

12