Searched defs:manifest (Results 1 - 25 of 173) sorted by last modified time

1234567

/external/vixl/tools/
H A Dtest.py121 # Scan matching tests and return a test manifest.
133 # Run all tests in the manifest.
134 def RunTests(manifest):
135 count = len(manifest)
146 for test in manifest:
175 manifest = ReadManifest(args.filters) variable
182 status = RunTests(manifest)
/external/robolectric/lib/main/
H A Dandroid.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DClassCache.java29 Manifest manifest = cacheFile.getManifest();
30 if (manifest != null) {
31 Attributes attributes = manifest.getEntries().get("robolectric");
50 Manifest manifest = new Manifest();
53 manifest.getEntries().put("robolectric", attributes);
55 saveAllClassesToCache(cacheJarFile, manifest);
98 protected void saveAllClassesToCache(File file, Manifest manifest) { argument
110 jarOutputStream = new JarOutputStream(new FileOutputStream(file), manifest);
/external/proguard/lib/
H A Dproguard.jar ... META-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package ...
/external/proguard/src/proguard/io/
H A DJarWriter.java33 * The manifest and comment properties can optionally be set.
40 private final Manifest manifest; field in class:JarWriter
53 * Creates a new JarWriter without manifest or comment.
65 Manifest manifest,
69 this.manifest = manifest;
201 // Create a new jar stream, with a manifest, if set.
202 currentJarOutputStream = manifest != null ?
203 new JarOutputStream(parentOutputStream, manifest) :
64 JarWriter(DataEntryWriter dataEntryWriter, Manifest manifest, String comment) argument
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... .io.IOException java.util.jar.Manifest manifest java.util.jar.JarFile jarFile String ...
H A Dfindbugs.jar ... META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd ...
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java60 * @param manifest the original manifest
61 * @return your customized version of the manifest
63 protected Document customizeManifest(Document manifest) { argument
64 return manifest;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... .io.IOException java.util.jar.Manifest manifest java.util.jar.JarFile jarFile String ...
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java69 public final void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
74 // TODO: pass manifest into this callback, if any
75 // TODO: detect if manifest corresonds to a previously intrumented archive already ?
87 final Manifest outManifest = manifest != null
88 ? new Manifest (manifest) // shallow copy
94 if (manifest == null) mainAttrs.put (Attributes.Name.MANIFEST_VERSION, "1.0");
/external/emma/core/java12/com/vladium/emma/rt/
H A DClassPathProcessorST.java81 public void handleArchiveStart (final File parentDir, final File archive, final Manifest manifest) argument
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java48 * is opened and the manifest entry is read.
50 void handleArchiveStart (File parentDir, File archive, Manifest manifest); argument
216 // I try to read the manifest again via a JarFile if the stream
223 Manifest manifest = in.getManifest (); // can be null
224 if (manifest == null) manifest = readManifestViaJarFile (fullArchive); // can be null
226 handler.handleArchiveStart (m_currentPathDir, new File (archive), manifest);
228 // note: this loop does not skip over the manifest-related
243 // note: JarInputStream only reads the manifest if it the
245 if (manifest
[all...]
/external/emma/lib/
H A Demma.jar ... META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META- ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache ...
H A Dant-weblogic.jar ... META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache ...
H A Dant.jar ... int classIndex String packageName java.util.jar.Manifest manifest private java.util.jar.Manifest getJarManifest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jar ... META-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer. ...

Completed in 350 milliseconds

1234567