HomeSort by relevance Sort by last modified time
    Searched full:manifest (Results 176 - 200 of 4304) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 10 #include "extensions/common/manifest.h"
33 Manifest::Location location,
85 Manifest::Location location,
105 Manifest::INTERNAL, base::FilePath(),
113 Manifest::INTERNAL, base::FilePath(),
121 Manifest::INTERNAL, base::FilePath(),
129 Manifest::INTERNAL, base::FilePath(),
138 Manifest::INTERNAL, base::FilePath(),
146 Manifest::EXTERNAL_PREF, base::FilePath(),
155 Manifest::INTERNAL, base::FilePath(), Extension::NO_FLAGS))
177 base::DictionaryValue manifest; local
    [all...]
extension_unittest.cc 18 #include "extensions/common/manifest.h"
37 ASSERT_EQ(0, Manifest::INVALID_LOCATION);
38 ASSERT_EQ(1, Manifest::INTERNAL);
39 ASSERT_EQ(2, Manifest::EXTERNAL_PREF);
40 ASSERT_EQ(3, Manifest::EXTERNAL_REGISTRY);
41 ASSERT_EQ(4, Manifest::UNPACKED);
42 ASSERT_EQ(5, Manifest::COMPONENT);
43 ASSERT_EQ(6, Manifest::EXTERNAL_PREF_DOWNLOAD);
44 ASSERT_EQ(7, Manifest::EXTERNAL_POLICY_DOWNLOAD);
45 ASSERT_EQ(8, Manifest::COMMAND_LINE)
    [all...]
extension_l10n_util_unittest.cc 44 base::DictionaryValue manifest; local
45 manifest.SetString(keys::kDefaultLocale, "en");
48 temp.path(), &manifest, &error));
311 base::DictionaryValue manifest; local
316 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
321 base::DictionaryValue manifest; local
322 manifest.SetString(keys::kName, "no __MSG");
327 extension_l10n_util::LocalizeManifest(*messages, &manifest, &error));
330 ASSERT_TRUE(manifest.GetString(keys::kName, &result));
333 EXPECT_FALSE(manifest.HasKey(keys::kDescription))
339 base::DictionaryValue manifest; local
357 base::DictionaryValue manifest; local
374 base::DictionaryValue manifest; local
391 base::DictionaryValue manifest; local
411 base::DictionaryValue manifest; local
439 base::DictionaryValue manifest; local
464 base::DictionaryValue manifest; local
494 base::DictionaryValue manifest; local
536 base::DictionaryValue manifest; local
553 base::DictionaryValue manifest; local
570 base::DictionaryValue manifest; local
622 base::DictionaryValue manifest; local
628 base::DictionaryValue manifest; local
635 base::DictionaryValue manifest; local
643 base::DictionaryValue manifest; local
652 base::DictionaryValue manifest; local
    [all...]
  /external/chromium_org/extensions/common/manifest_handlers/
shared_module_manifest_unittest.cc 30 Manifest manifest("shared_module_export.json");
32 scoped_refptr<Extension> extension = LoadAndExpectSuccess(manifest);
35 << manifest.name();
37 << manifest.name();
39 << manifest.name();
41 << manifest.name();
45 Manifest manifest("shared_module_export_foo.json");
47 scoped_refptr<Extension> extension = LoadAndExpectSuccess(manifest);
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
ProviderPermissionTest.java 34 * {@link android.Manifest.permission#READ_CONTACTS}
38 android.Manifest.permission.READ_CONTACTS);
44 * {@link android.Manifest.permission#WRITE_CONTACTS}
48 android.Manifest.permission.WRITE_CONTACTS);
54 * {@link android.Manifest.permission#READ_CALL_LOG}
58 android.Manifest.permission.READ_CALL_LOG);
64 * {@link android.Manifest.permission#WRITE_CALL_LOG}
68 android.Manifest.permission.WRITE_CALL_LOG);
74 * {@link android.Manifest.permission#WRITE_SETTINGS}
78 android.Manifest.permission.WRITE_SETTINGS)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc 23 scoped_ptr<base::DictionaryValue> manifest(new base::DictionaryValue());
24 manifest->SetString("name", kTestNativeMessagingHostName);
25 manifest->SetString("description", "Native Messaging Echo Test");
26 manifest->SetString("type", "stdio");
37 manifest->SetString("path", host_path.AsUTF8Unsafe());
42 manifest->Set("allowed_origins", origins.release());
45 ASSERT_TRUE(serializer.Serialize(*manifest));
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
manifest_version.html 1 <h1 id="manifest_version">Manifest Version</h1>
4 One integer specifying the version of the manifest file format your package
9 <pre data-filename="manifest.json">
14 Consider manifest version 1 <em>deprecated</em> as of Chrome 18. Version 2 is
16 future, stop supporting packages using deprecated manifest versions. Extensions,
17 applications, and themes that aren't ready to make the jump to the new manifest
23 The changes between version 1 and version 2 of the manifest file format are
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_manifest_version_unittest.cc 29 base::DictionaryValue* manifest; member in struct:__anon6679
46 Manifest(test_data[i].manifest,
49 extensions::Manifest::UNPACKED,
52 LoadAndExpectSuccess(Manifest(test_data[i].manifest,
54 extensions::Manifest::UNPACKED,
extension_manifests_update_unittest.cc 20 Testcase("update_url_valid_1.json", extensions::Manifest::INTERNAL,
22 Testcase("update_url_valid_2.json", extensions::Manifest::INTERNAL,
24 Testcase("update_url_valid_3.json", extensions::Manifest::INTERNAL,
26 Testcase("update_url_valid_4.json", extensions::Manifest::INTERNAL,
35 extensions::Manifest::INTERNAL, Extension::NO_FLAGS),
37 extensions::Manifest::INTERNAL, Extension::NO_FLAGS),
39 extensions::Manifest::INTERNAL, Extension::NO_FLAGS)
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
ppapi_bad.html 14 <title> PPAPI bad manifest/nexe URLs </title>
52 // 'bad_magic' loads a manifest, then loads a nexe that tests as invalid.
60 // 'cross_origin' loads a manifest, then tries to load a cross-origin nexe.
68 // 'cross_manifest' tries to load a cross-origin manifest.
72 'http://www.google.com/crossorigin.manifest',
74 'NaCl module load failed: access to manifest url was denied.');
76 // 'nonexistent_nexe' loads a manifest, then tries to load a nonexistent nexe.
84 // 'nonexistent_manifest' tries to load a nonexistent manifest.
88 'doesnotexist.manifest',
90 'NaCl module load failed: could not load manifest url.')
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
package.html 13 <li>{@link android.Manifest.permission#ACCESS_WIFI_STATE}</li>
14 <li>{@link android.Manifest.permission#CHANGE_WIFI_STATE}</li>
15 <li>{@link android.Manifest.permission#CHANGE_WIFI_MULTICAST_STATE}</li>
20 href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code &lt;uses-feature&gt;}</a>
21 element in the manifest file:</p>
23 &lt;manifest ...>
26 &lt;/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...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
manifestVersion.html 1 <h1>Manifest Version</h1>
16 up with a <a href="manifest.html"><code>manifest.json</code></a> file that
19 Developers should specify which version of the manifest specification their
38 Manifest version 1 was <em>deprecated</em> in Chrome 18, and support will
42 <h2 id="manifest-v1-support-schedule">Manifest version 1 support schedule</h2>
45 <h3 id="manifest-v1-august2012">August 2012</h3>
47 <li>The Web Store will block creation of new manifest version 1 extensions.
48 <li>The Web Store will allow updates to existing manifest version 1 extensions
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-intro.jd 9 <li><a href="#filestruct">Structure of the Manifest File</a></li>
24 name) in its root directory. The manifest presents essential information about
26 it can run any of the application's code. Among other things, the manifest
51 are present in the manifest only while the application is being developed and
61 <h2 id="filestruct">Structure of the Manifest File</h2>
64 The diagram below shows the general structure of the manifest file and
75 <a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a>
77 <a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission /&gt;</a
    [all...]
  /external/chromium_org/chrome/common/extensions/features/
base_feature_provider_unittest.cc 17 FeatureProvider* provider = BaseFeatureProvider::GetByName("manifest");
22 EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_EXTENSION));
24 feature->extension_types()->count(Manifest::TYPE_LEGACY_PACKAGED_APP));
26 feature->extension_types()->count(Manifest::TYPE_PLATFORM_APP));
27 EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_HOSTED_APP));
28 EXPECT_EQ(1u, feature->extension_types()->count(Manifest::TYPE_THEME));
30 feature->extension_types()->count(Manifest::TYPE_SHARED_MODULE));
32 base::DictionaryValue manifest; local
33 manifest.SetString("name", "test extension");
34 manifest.SetString("version", "1")
39 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS, local
71 base::DictionaryValue manifest; local
80 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS, local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/extension/
isAllowedAccess.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/i18n/
getMessage.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/idle/
idle_simple.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/
sandwichbar.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/
notifications.zip 
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/
pageaction_by_content.zip 
  /external/chromium/chrome/common/extensions/docs/examples/extensions/
news_i18n.zip 
  /external/chromium/chrome/common/extensions/docs/static/
cookies.html 4 <h2 id="manifest">Manifest</h2>
7 you must declare the "cookies" permission in your manifest,
8 along with <a href="manifest.html#permissions">host permissions</a>
management.html 8 <h2 id="manifest">Manifest</h2>
11 in the <a href="manifest.html">extension manifest</a>
  /external/chromium_org/build/android/
AndroidManifest.xml 9 This is a dummy manifest which is required by:
11 Nothing in the manifest is used, but it is still required by aapt.
15 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
20 </manifest>

Completed in 1964 milliseconds

1 2 3 4 5 6 78 91011>>