HomeSort by relevance Sort by last modified time
    Searched full:manifest (Results 76 - 100 of 3864) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_storage_unittest.cc 23 "'storage' requires manifest version of at least 2.";
25 // Extension with no manifest version cannot use storage API.
27 Manifest manifest(&base_manifest, "test");
28 LoadAndExpectWarning(manifest, kManifestVersionError);
31 // Extension with manifest version 1 cannot use storage API.
37 Manifest manifest(&manifest_with_version, "test");
38 LoadAndExpectWarning(manifest, kManifestVersionError);
41 // Extension with manifest version 2 *can* use storage API
    [all...]
  /external/robolectric/src/test/resources/
TestAndroidManifestWithMinSdkVersionOnly.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
4 </manifest>
TestAndroidManifestWithPackageName.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 </manifest>
  /frameworks/base/tools/aapt/tests/plurals/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
5 </manifest>
  /packages/apps/Email/emailcommon/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
5 </manifest>
  /cts/tools/cts-api-coverage/src/
MANIFEST.mf 0 Manifest-Version: 1.0
  /cts/tools/cts-java-scanner/src/
MANIFEST.mf 0 Manifest-Version: 1.0
  /cts/tools/cts-native-scanner/src/
MANIFEST.mf 0 Manifest-Version: 1.0
  /cts/tools/cts-xml-generator/src/
MANIFEST.mf 0 Manifest-Version: 1.0
  /external/chromium/chrome/common/extensions/docs/examples/extensions/
news_a11y.zip 
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
management.html 1 <h2 id="manifest">Manifest</h2>
4 in the <a href="manifest.html">extension manifest</a>
idle.html 1 <h2 id="manifest">Manifest</h2>
2 <p>You must declare the "idle" permission in your extension's manifest to use the idle API.
  /external/dropbear/libtommath/pics/
design_process.sxd 
expt_state.sxd 
radix.sxd 
sliding_window.sxd 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core.contrib.converter_1.1.2.200703120901.jar 
  /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/docs/templates/json/
manifest.json 4 "documentation": "manifest/name.html",
9 "documentation": "manifest/app.html",
14 "documentation": "manifest/version.html",
19 "documentation": "manifest/manifest_version.html",
26 "documentation": "manifest/description.html",
31 "documentation": "manifest/icons.html",
36 "documentation": "manifest/default_locale.html",
94 "documentation": "manifest/file_handlers.html",
99 "documentation": "manifest/homepage_url.html",
104 "documentation": "manifest/incognito.html"
    [all...]

Completed in 1276 milliseconds

1 2 34 5 6 7 8 91011>>