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

1 2 3 4

  /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
extension_l10n_util_unittest.cc 254 DictionaryValue manifest; local
259 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
264 DictionaryValue manifest; local
265 manifest.SetString(keys::kName, "no __MSG");
270 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
273 ASSERT_TRUE(manifest.GetString(keys::kName, &result));
276 EXPECT_FALSE(manifest.HasKey(keys::kDescription));
282 DictionaryValue manifest; local
283 manifest.SetString(keys::kName, "__MSG_name__");
288 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error))
300 DictionaryValue manifest; local
320 DictionaryValue manifest; local
348 DictionaryValue manifest; local
373 DictionaryValue manifest; local
411 DictionaryValue manifest; local
419 DictionaryValue manifest; local
429 DictionaryValue manifest; local
440 DictionaryValue manifest; local
452 DictionaryValue manifest; local
    [all...]
  /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
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 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...]
  /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;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
65 form.setText("Android Manifest Instrumentation");
68 UiElementNode manifest = mEditor.getUiRootNode(); local
78 mTreeBlock = new UiTreeBlock(mEditor, manifest,
82 "List of instrumentations defined in the manifest");
91 UiElementNode manifest = mEditor.getUiRootNode(); local
94 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;
69 form.setText("Android Manifest Permissions");
72 UiElementNode manifest = mEditor.getUiRootNode(); local
84 mTreeBlock = new UiTreeBlock(mEditor, manifest,
88 "List of permissions defined and used by the manifest");
97 UiElementNode manifest = mEditor.getUiRootNode(); local
100 mTreeBlock.changeRootAndDescriptors(manifest,
OverviewInfoPart.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
20 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
32 * the manifest element.
41 "Manifest General Attributes", // section title
61 // No manifest descriptor: we have a dummy UiRootNode, so we return that.
OverviewExportPart.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
19 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
  /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/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;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
ClassAttributeDescriptor.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode;
22 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;
PostActivityCreationAction.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
19 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
PostReceiverCreationAction.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.descriptors;
19 import com.android.ide.eclipse.adt.internal.editors.manifest.model.UiClassAttributeNode.IPostTypeCreationAction;
  /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;
20 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
21 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.ManifestElementDescriptor;
78 // Application and Manifest nodes have a special treatment: they are unique nodes
  /dalvik/dexgen/src/com/android/dexgen/util/
DexJarMaker.java 28 import java.util.jar.Manifest;
48 Manifest manifest = new Manifest(); local
49 manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0");
54 manifest);
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 128 URL manifest = classLoader.getResource(manifestFile); local
129 if (manifest != null) {
130 String manifestString = manifest.toString();

Completed in 326 milliseconds

1 2 3 4