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

1 2 3 4 5 6 7

  /external/chromium/chrome/common/extensions/
extension_set_unittest.cc 26 DictionaryValue manifest; local
27 manifest.SetString("name", name);
28 manifest.SetString("version", "1");
31 manifest.SetString("app.launch.web_url", launch_url);
35 manifest.Set("app.urls", urls);
41 Extension::Create(path, Extension::INTERNAL, manifest,
extension_messages.h 99 // The subset of the extension manifest data we send to renderers.
100 scoped_ptr<DictionaryValue> manifest; member in struct:ExtensionMsg_Loaded_Params
  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.cpp 73 const AtomicString& manifest = getAttribute(manifestAttr); local
74 if (manifest.isEmpty())
77 documentLoader->applicationCacheHost()->selectCacheWithManifest(document()->completeURL(manifest));
  /libcore/luni/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
40 * @param manifest
41 * the {@code Manifest} to output for this JAR file.
45 public JarOutputStream(OutputStream os, Manifest manifest) throws IOException {
47 if (manifest == null) {
48 throw new NullPointerException("manifest == null");
50 this.manifest = manifest
    [all...]
JarInputStream.java 36 private Manifest manifest; field in class:JarInputStream
76 manifest = new Manifest(this, verify);
79 verifier.setManifest(manifest);
80 if (manifest != null) {
81 verifier.mainAttributesEnd = manifest.getMainAttributesEnd();
111 * Returns the {@code Manifest} object associated with this {@code
112 * JarInputStream} or {@code null} if no manifest entry exists.
114 * @return the MANIFEST specifying the contents of the JAR file
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
ActionNode.java 16 package com.motorola.studio.android.model.manifest.dom;
38 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
47 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
CategoryNode.java 16 package com.motorola.studio.android.model.manifest.dom;
38 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
47 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
ReceiverNode.java 16 package com.motorola.studio.android.model.manifest.dom;
34 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
UsesFeatureNode.java 16 package com.motorola.studio.android.model.manifest.dom;
39 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
48 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
UsesLibraryNode.java 16 package com.motorola.studio.android.model.manifest.dom;
38 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
47 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
PermissionTreeNode.java 16 package com.motorola.studio.android.model.manifest.dom;
38 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#canContains(com.motorola.studio.android.model.manifest.dom.AndroidManifestNode.NodeType)
48 * @see com.motorola.studio.android.model.manifest.dom.AbstractIconLabelNameNode#addAdditionalProperties()
57 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
66 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
UsesPermissionNode.java 16 package com.motorola.studio.android.model.manifest.dom;
39 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getNodeType()
62 * @see com.motorola.studio.android.model.manifest.dom.AndroidManifestNode#getSpecificNodeErrors()
  /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;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
66 form.setText("Android Manifest Instrumentation");
69 UiElementNode manifest = mEditor.getUiRootNode(); local
79 mTreeBlock = new UiTreeBlock(mEditor, manifest,
83 "List of instrumentations defined in the manifest");
92 UiElementNode manifest = mEditor.getUiRootNode(); local
95 mTreeBlock.changeRootAndDescriptors(manifest,
PermissionPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
70 form.setText("Android Manifest Permissions");
73 UiElementNode manifest = mEditor.getUiRootNode(); local
85 mTreeBlock = new UiTreeBlock(mEditor, manifest,
89 "List of permissions defined and used by the manifest");
98 UiElementNode manifest = mEditor.getUiRootNode(); local
101 mTreeBlock.changeRootAndDescriptors(manifest,
  /external/chromium/chrome/browser/extensions/
extension_info_map_unittest.cc 39 DictionaryValue manifest; local
40 manifest.SetString(keys::kVersion, "1.0.0.0");
41 manifest.SetString(keys::kName, name);
45 path.AppendASCII(name), Extension::INVALID, manifest,
extension_special_storage_policy_unittest.cc 21 DictionaryValue manifest; local
22 manifest.SetString(keys::kName, "Protected");
23 manifest.SetString(keys::kVersion, "1");
24 manifest.SetString(keys::kLaunchWebURL, "http://explicit/protected/start");
28 manifest.Set(keys::kWebURLs, list);
31 path, Extension::INVALID, manifest, Extension::STRICT_ERROR_CHECKS,
43 DictionaryValue manifest; local
44 manifest.SetString(keys::kName, "Unlimited");
45 manifest.SetString(keys::kVersion, "1");
46 manifest.SetString(keys::kLaunchWebURL, "http://explicit/unlimited/start")
68 DictionaryValue manifest; local
95 DictionaryValue manifest; local
    [all...]
  /sdk/anttasks/src/com/android/ant/
GetTypeTask.java 78 // we also need to check if the Manifest doesn't have some instrumentation which
81 File manifest = new File(antProject.getBaseDir(), SdkConstants.FN_ANDROID_MANIFEST_XML); local
84 // check the present of /manifest/instrumentation/
90 new InputSource(new FileInputStream(manifest)));
  /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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ClassAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
ManifestElementDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiManifestElementNode;
ManifestPkgAttrDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiManifestPkgAttrNode;
PackageAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiPackageAttributeNode;
ThemeAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.model;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
22 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.ManifestElementDescriptor;
77 // Application and Manifest nodes have a special treatment: they are unique nodes

Completed in 626 milliseconds

1 2 3 4 5 6 7