HomeSort by relevance Sort by last modified time
    Searched refs:manifest (Results 101 - 115 of 115) sorted by null

1 2 3 45

  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 39 import java.util.jar.Manifest;
237 * META-INF/ META-INF/MANIFEST.MF foo/ foo/bar/ foo/bar/A.class Blah.txt
430 // Test for method java.util.jar.Manifest
435 assertNotNull("Error--Manifest not returned", jarFile.getManifest());
454 assertNotNull("Should find manifest without verifying", jarFile
463 Manifest manifest = new Manifest(); local
464 Attributes attributes = manifest.getMainAttributes();
465 attributes.put(new Attributes.Name("Manifest-Version"), "1.0")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 261 IFile manifest = ProjectHelper.getManifest(project); local
262 if (manifest != null) {
263 array.add(manifest);
391 // If the API level requested in the manifest is lower than the current project
393 // a device/avd which target is as close to the manifest as possible (instead of
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
55 private static final String MANIFEST_NODE_NAME = "manifest"; //$NON-NLS-1$
64 /** The {@link ElementDescriptor} for the root Manifest element. */
83 /** Private package attribute for the manifest element. Needs to be handled manually. */
356 * @param styleMap The input styleable map for manifest elements & attributes.
461 * The exception is "manifest" which just becomes AndroidManifest.
464 * - manifest => AndroidManifest
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
69 * <li>The list of permissions values from <code>android.Manifest$permission</code></li>
163 progress.subTask("Manifest definitions");
643 * Collects all manifest definition information from the attrs_manifest.xml and returns it.
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 71 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /build/core/
definitions.mk     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 29 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
202 // Application and Manifest nodes have a special treatment: they are unique nodes
274 * It will look something like "Manifest > Application > .myactivity (Activity) > Intent-Filter"
276 * @param include_root Whether to include the root (e.g. "Manifest") or not. Has no effect
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 952 milliseconds

1 2 3 45