HomeSort by relevance Sort by last modified time
    Searched refs:manifest (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /development/testrunner/
android_manifest.py 21 http://developer.android.com/guide/topics/manifest/manifest-intro.html
40 """Retrieve file system path to this manifest file's directory."""
44 """Retrieve package name defined at <manifest package="...">.
49 manifest = self._GetManifestElement()
50 if not manifest or not manifest.hasAttribute('package'):
52 return manifest.getAttribute('package')
68 """Adds a uses-sdk element to manifest.
73 manifest = self._GetManifestElement(
    [all...]
create_test.py 53 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
64 </manifest>
86 def _GenerateTestManifest(manifest, module_name, mapping=None):
93 manifest: AndroidManifest object for application manifest
101 tests_path = "%s/%s" % (manifest.app_path, TestsConsts.TESTS_FOLDER)
102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
108 package_name = manifest.GetPackageName()
198 def _ValidateInputFiles(mk, manifest):
203 manifest: AndroidManifest object for application manifes
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarOutputStream.java 31 private Manifest manifest; field in class:JarOutputStream
35 * content of the {@code Manifest} must match the JAR entry information
41 * the {@code Manifest} to output for this JAR file.
45 public JarOutputStream(OutputStream os, Manifest mf) throws IOException {
50 manifest = mf;
53 manifest.write(this);
JarInputStream.java 37 private Manifest manifest; field in class:JarInputStream
80 manifest = new Manifest(this, verify);
83 verifier.setManifest(manifest);
84 if (manifest != null) {
85 verifier.mainAttributesEnd = manifest
116 * Returns the {@code Manifest} object associated with this {@code
117 * JarInputStream} or {@code null} if no manifest entry exists.
119 * @return the MANIFEST specifying the contents of the JAR file
    [all...]
  /sdk/archquery/src/
Android.mk 20 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestSourceViewerConfig.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest;
ManifestContentAssist.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
56 form.setText("Android Manifest Instrumentation");
59 UiElementNode manifest = mEditor.getUiRootNode(); local
69 mTreeBlock = new UiTreeBlock(mEditor, manifest,
73 "List of instrumentations defined in the manifest");
82 UiElementNode manifest = mEditor.getUiRootNode(); local
85 mTreeBlock.changeRootAndDescriptors(manifest,
PermissionPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
60 form.setText("Android Manifest Permissions");
63 UiElementNode manifest = mEditor.getUiRootNode(); local
75 mTreeBlock = new UiTreeBlock(mEditor, manifest,
79 "List of permissions defined and used by the manifest");
88 UiElementNode manifest = mEditor.getUiRootNode(); local
91 mTreeBlock.changeRootAndDescriptors(manifest,
OverviewPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
52 /** Overview part (attributes for manifest) */
60 super(editor, PAGE_ID, "Manifest"); // tab's label, user visible, keep it short
73 form.setText("Android Manifest");
98 UiElementNode manifest = mEditor.getUiRootNode(); local
99 mTreeBlock = new UiTreeBlock(mEditor, manifest,
102 "Manifest Extras",
103 "Extra manifest elements")
120 UiElementNode manifest = mEditor.getUiRootNode(); local
128 UiElementNode manifest = mEditor.getUiRootNode(); local
    [all...]
  /external/webkit/WebCore/html/
HTMLHtmlElement.cpp 77 // Check the manifest attribute
79 // manifest attributes. As spec'd, and coded here, the system will initiate an update
80 // passing in the document url as the manifest url. That's not a good thing.
81 AtomicString manifest = getAttribute(manifestAttr);
82 if (manifest.isNull())
85 documentLoader->applicationCacheHost()->selectCacheWithManifest(document()->completeURL(manifest));
  /build/tools/kcm/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /development/tools/line_endings/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /sdk/dumpeventlog/src/
Android.mk 8 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /cts/tools/dasm/src/
Android.mk 24 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /development/tools/makedict/
Android.mk 20 LOCAL_JAR_MANIFEST := etc/manifest.txt
  /development/tools/mkstubs/
Android.mk 21 LOCAL_JAR_MANIFEST := manifest.txt
  /frameworks/base/tools/layoutlib/create/
Android.mk 21 LOCAL_JAR_MANIFEST := manifest.txt
  /sdk/apkbuilder/src/
Android.mk 21 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /sdk/eventanalyzer/src/
Android.mk 21 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /sdk/screenshot/src/
Android.mk 21 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /external/webkit/WebCore/loader/appcache/
ManifestParser.cpp 41 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest& manifest)
43 ASSERT(manifest.explicitURLs.isEmpty());
44 ASSERT(manifest.onlineWhitelistedURLs.isEmpty());
45 ASSERT(manifest.fallbackURLs.isEmpty());
46 manifest.allowAllNetworkRequests = false;
50 RefPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("text/cache-manifest", "UTF-8");
54 // Look for the magic signature: "^\xFEFF?CACHE MANIFEST[ \t]?" (the BOM is removed by TextResourceDecoder).
55 // Example: "CACHE MANIFEST #comment" is a valid signature.
56 // Example: "CACHE MANIFEST;V2" is not
    [all...]
  /external/proguard/src/proguard/io/
JarWriter.java 33 * 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
    [all...]
  /build/tools/atree/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ApplicationAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
20 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;

Completed in 264 milliseconds

1 2 3 4 5