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

1 2 3 4 5 6 7 8 910

  /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...]
  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.idl 24 attribute [Reflect, URL] DOMString manifest;
HTMLHtmlElement.cpp 73 const AtomicString& manifest = getAttribute(manifestAttr); local
74 if (manifest.isEmpty())
77 documentLoader->applicationCacheHost()->selectCacheWithManifest(document()->completeURL(manifest));
  /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.GetAppPath(), TestsConsts.TESTS_FOLDER)
102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
108 package_name = manifest.GetPackageName()
199 def _ValidateInputFiles(mk, manifest):
204 manifest: AndroidManifest object for application manifes
    [all...]
  /external/chromium/chrome/common/extensions/
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...]
extension_l10n_util.cc 40 std::string GetDefaultLocaleFromManifest(const DictionaryValue& manifest,
43 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
52 DictionaryValue* manifest = info.extension_manifest.get(); local
53 if (!manifest)
56 if (!manifest->HasKey(keys::kDefaultLocale))
60 manifest->GetString(keys::kCurrentLocale, &manifest_current_locale);
64 // Localizes manifest value for a given key.
67 DictionaryValue* manifest,
70 if (!manifest->GetString(key, &result))
76 manifest->SetString(key, result)
    [all...]
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.cc 19 : manifest(other.manifest->DeepCopy()),
27 : manifest(new DictionaryValue()),
46 manifest->Set(kRendererExtensionKeys[i], temp->DeepCopy());
55 Extension::Create(path, location, *manifest, Extension::NO_FLAGS,
132 WriteParam(m, *(p.manifest));
138 p->manifest.reset(new DictionaryValue());
141 ReadParam(m, iter, p->manifest.get());
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 36 GURL manifest1("http://example1.com/manifest.xml");
37 GURL manifest2("http://example2.com/path1/manifest.xml");
38 GURL manifest3("http://example2.com/path2/manifest.xml");
71 GURL manifest("http://example.com/manifest.xml");
75 helper->AddAppCache(manifest);
76 helper->AddAppCache(manifest);
87 EXPECT_TRUE(ContainsKey(collection, manifest.GetOrigin()));
88 ASSERT_EQ(1u, collection[manifest.GetOrigin()].size());
89 EXPECT_EQ(manifest, collection[manifest.GetOrigin()].at(0).manifest_url)
    [all...]
  /external/chromium/chrome/browser/extensions/
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...]
  /development/tools/line_endings/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /cts/tools/dasm/src/
Android.mk 24 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /development/tools/mkstubs/
Android.mk 21 LOCAL_JAR_MANIFEST := manifest.txt
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /frameworks/base/tools/layoutlib/create/
Android.mk 21 LOCAL_JAR_MANIFEST := manifest.txt
  /packages/inputmethods/LatinIME/tools/maketext/
Android.mk 20 LOCAL_JAR_MANIFEST := etc/manifest.txt
  /sdk/eventanalyzer/src/
Android.mk 21 LOCAL_JAR_MANIFEST := ../etc/manifest.txt
  /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,
OverviewPage.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;
55 /** Overview part (attributes for manifest) */
63 super(editor, PAGE_ID, "Manifest"); // tab's label, user visible, keep it short
81 form.setText("Android Manifest");
106 UiElementNode manifest = mEditor.getUiRootNode(); local
107 mTreeBlock = new UiTreeBlock(mEditor, manifest,
110 "Manifest Extras",
111 "Extra manifest elements")
128 UiElementNode manifest = mEditor.getUiRootNode(); local
136 UiElementNode manifest = mEditor.getUiRootNode(); local
    [all...]
  /external/webkit/Source/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

Completed in 1324 milliseconds

1 2 3 4 5 6 7 8 910