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

1 2 3 45 6 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/
hb-manifest-read 5 UtilMains.process_multiple_args (FilterHelpers.filter_printer_function (Manifest.read), mnemonic="DIR")
  /frameworks/ex/common/
AndroidManifest.xml 2 <manifest package="com.android.common"/
  /sdk/avdlauncher/images/
android_icon.rc 2 1 RT_MANIFEST "../avdlauncher.exe.manifest"
  /sdk/find_java/images/
android_icon.rc 2 1 RT_MANIFEST "../find_java.exe.manifest"
  /sdk/find_lock/images/
android_icon.rc 2 1 RT_MANIFEST "../find_lock.exe.manifest"
  /sdk/sdklauncher/images/
android_icon.rc 2 1 RT_MANIFEST "../sdklauncher.exe.manifest"
  /external/chromium_org/chromeos/app_mode/
kiosk_oem_manifest_parser_unittest.cc 21 KioskOemManifestParser::Manifest manifest; local
22 EXPECT_TRUE(KioskOemManifestParser::Load(kiosk_oem_file, &manifest));
23 EXPECT_TRUE(manifest.enterprise_managed);
24 EXPECT_FALSE(manifest.can_exit_enrollment);
25 EXPECT_TRUE(manifest.keyboard_driven_oobe);
26 EXPECT_EQ(manifest.device_requisition, std::string("test"));
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifest_test.h 13 #include "extensions/common/manifest.h"
22 // to a manifest or the manifest itself.
23 class Manifest {
25 explicit Manifest(const char* name);
26 Manifest(base::DictionaryValue* manifest, const char* name);
28 // take a const-ref of a temporary for that type. Since Manifest
30 // Manifest(Manifest&) according to spec 12.8.5. This breaks the firs
    [all...]
extension_manifest_test.cc 35 base::DictionaryValue* manifest = local
43 if (manifest &&
46 extension_l10n_util::LocalizeExtension(extension_path, manifest, error);
48 return manifest;
59 // to a manifest or the manifest itself.
60 ExtensionManifestTest::Manifest::Manifest(const char* name)
64 ExtensionManifestTest::Manifest::Manifest(base::DictionaryValue* manifest
    [all...]
extension_manifests_background_unittest.cc 33 scoped_ptr<base::DictionaryValue> manifest(
35 ASSERT_TRUE(manifest.get());
38 LoadAndExpectSuccess(Manifest(manifest.get(), "")));
51 manifest->SetString("background_page", "monkey.html");
52 LoadAndExpectError(Manifest(manifest.get(), ""),
65 scoped_ptr<base::DictionaryValue> manifest(
67 ASSERT_TRUE(manifest.get());
68 extension = LoadAndExpectSuccess(Manifest(manifest.get(), ""))
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_manifestVersion.html 1 <h1>Manifest Version</h1>
5 up with a <a href="manifest.html"><code>manifest.json</code></a> file that
8 Developers should specify which version of the manifest specification their
20 <pre data-filename="manifest.json">
29 Manifest version 1 only applied to extensions and hosted apps, not
  /external/chromium/chrome/common/extensions/docs/static/
idle.html 4 <h2 id="manifest">Manifest</h2>
5 <p>You must declare the "idle" permission in your extension's manifest to use the idle API.
  /frameworks/base/core/java/android/content/pm/
package.html 6 <p>Most of the information about an application package is defined by its manifest file. For
8 href="{@docRoot}guide/topics/manifest/manifest-intro.html">AndroidManifest.xml File</a>
  /bootable/recovery/testdata/
alter-footer.zip 
alter-metadata.zip 
fake-eocd.zip 
jarsigned.zip 
otasigned.zip 
otasigned_f4.zip 
otasigned_f4_sha256.zip 
otasigned_sha256.zip 
  /cts/tests/assets/
alter-footer.zip 
alter-metadata.zip 
fake-eocd.zip 
jarsigned.zip 

Completed in 372 milliseconds

1 2 3 45 6 7 8 91011>>