/external/chromium_org/build/toolchain/win/ |
BUILD.gn | 66 command = "cmd /c $python_path gyp-win-tool link-wrapper environment.x86 link.exe /nologo \$implibflag /DLL /OUT:\$dll /PDB:\$dll.pdb @\$dll.rsp && $python_path gyp-win-tool manifest-wrapper environment.x86 cmd /c if exist \$dll.manifest del \$dll.manifest && $python_path gyp-win-tool manifest-wrapper environment.x86 mt.exe -nologo -manifest \$manifests -out:\$dll.manifest" 73 command = "cmd /c $python_path gyp-win-tool link-wrapper environment.x86 link.exe /nologo /OUT:\$out /PDB:\$out.pdb @\$out.rsp && $python_path gyp-win-tool manifest-wrapper environment.x86 cmd /c if exist \$out.manifest del \$out.manifest && $python_path gyp-win-tool manifest-wrapper environment.x86 mt.exe -nologo -manifest \$manifests -out:\$out.manifest [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
update_response.cc | 30 UpdateResponse::Result::Manifest::Manifest() {} 31 UpdateResponse::Result::Manifest::~Manifest() {} 33 UpdateResponse::Result::Manifest::Package::Package() : size(0), sizediff(0) {} 34 UpdateResponse::Result::Manifest::Package::~Package() {} 109 UpdateResponse::Result::Manifest::Package p; 134 result->manifest.packages.push_back(p); 139 // Parses the <manifest> tag. 140 bool ParseManifestTag(xmlNode* manifest, [all...] |
/external/chromium_org/chrome/common/extensions/api/extension_action/ |
page_action_handler.cc | 30 if (extension->manifest()->HasKey(keys::kPageActions)) { 32 if (!extension->manifest()->GetList(keys::kPageActions, &list_value)) { 41 // a page_actions key in the manifest. Don't set |page_action_value|. 51 } else if (extension->manifest()->HasKey(keys::kPageAction)) { 52 if (!extension->manifest()->GetDictionary(keys::kPageAction, 60 if (extension->manifest()->HasKey(keys::kBrowserAction)) {
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
externally_connectable.html | 4 The <code>externally_connectable</code> manifest property declares which extensions, apps, and web pages can connect to your {{platform}} via <a href="../runtime.html#method-connect">runtime.connect</a> and <a href="../runtime.html#method-sendMessage">runtime.sendMessage</a>. 14 If <code>externally_connectable</code> is not declared in your {{platform}}'s manifest, all extensions and apps can connect, but no webpages can connect. As a consequence, when updating your manifest to use <code>externally_connectable</code>, if <code>"ids": ["*"]</code> is not specified then other extensions and apps will lose the ability to connect to your {{platform}}. This may be an unintended consequence, so keep it in mind. 17 <h2 id="manifest">Sample manifest.json</h2> 18 <pre data-filename="manifest.json">
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_web_accessible_resources_unittest.cc | 16 // Manifest version 2 with web accessible resources specified. 20 // Manifest version 2 with no web accessible resources. 24 // Default manifest version with web accessible resources specified. 28 // Default manifest version with no web accessible resources. 32 // Default manifest version with wildcard web accessible resource. 36 // Default manifest version with wildcard with specific path and extension.
|
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
application-structure.rst | 34 * a Native Client manifest file (with a .nmf extension) that specifies how to 44 Web Store manifest file ``(manifest.json)`` and one or more icon files. 74 refers to the Native Client manifest file that is used to determine 85 Manifest Files 88 Native Client applications have two types of manifest files: a Chrome Web Store 89 manifest file and a Native Client manifest file. 91 A **Chrome Web Store manifest file** is a file with information about a web 93 ``manifest.json``, is required for applications that are published in the Chrom [all...] |
/frameworks/webview/chromium/tools/ |
generate_local_manifest.py | 6 """Generate local manifest in an Android repository. 8 This is used to generate a local manifest in an Android repository. The purpose 9 of the generated manifest is to remove the set of projects that exist under a 19 local_manifest_root = ET.Element('manifest') 62 print 'Path to manifest file: %s' % manifest_path 64 print 'Local manifest created in: %s' % local_manifest_path
|
/libcore/luni/src/main/java/java/util/jar/ |
JarFile.java | 41 * The MANIFEST file name. 43 public static final String MANIFEST_NAME = "META-INF/MANIFEST.MF"; 45 // The directory containing the manifest. 48 // The manifest after it has been read from the JAR. 49 private Manifest manifest; field in class:JarFile 51 // The entry for the MANIFEST.MF file before it is read. 272 * Returns the {@code Manifest} object associated with this {@code JarFile} 273 * or {@code null} if no MANIFEST entry exists. 275 * @return the MANIFEST [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiElementNodeTest.java | 17 package com.android.ide.eclipse.adt.internal.editors.manifest.model; 57 mManifestDesc = new ElementDescriptor("manifest", new ElementDescriptor[] { 100 // Parse an XML with just a manifest. 101 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, 132 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, 137 // get /manifest 139 assertEquals("manifest", ui.getDescriptor().getXmlName()); 143 // get /manifest/application 153 MockXmlNode root = new MockXmlNode(null /* namespace */, "manifest", Node.ELEMENT_NODE, 159 // get /manifest [all...] |
/development/testrunner/ |
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_org/chrome/browser/chromeos/input_method/ |
component_extension_ime_manager_impl.cc | 112 const std::string& manifest, 118 GetComponentLoader()->Add(manifest, file_path); 138 scoped_ptr<DictionaryValue> manifest( 140 if (!manifest.get()) 141 LOG(ERROR) << "Failed at getting manifest"; 143 manifest.get(), 147 return manifest.Pass(); 223 const DictionaryValue& manifest, 227 if (!manifest.GetString(extensions::manifest_keys::kDescription, 231 if (manifest.GetString(extensions::manifest_keys::kOptionsPage 273 scoped_ptr<DictionaryValue> manifest = GetManifest(component_ime.path); local [all...] |
/frameworks/base/docs/html/google/play/ |
filters.jd | 13 manifest file, as well as other factors.</li> 20 <li><a href="#manifest-filters">Filtering based on Manifest Elements</a> 31 href="{@docRoot}guide/topics/manifest/supports-gl-texture-element.html"><supports-gl-texture></a></code></li> 33 href="{@docRoot}guide/topics/manifest/supports-screens-element.html"><supports-screens></a></code></li> 35 href="{@docRoot}guide/topics/manifest/uses-configuration-element.html"><uses-configuration></a></code></li> 37 href="{@docRoot}guide/topics/manifest/uses-feature-element.html"><uses-feature></a></code></li> 39 href="{@docRoot}guide/topics/manifest/uses-library-element.html"><uses-library></a></code></li> 41 href="{@docRoot}guide/topics/manifest/uses-permission-element.html"><uses-permission></a></code></li> 43 href="{@docRoot}guide/topics/manifest/uses-sdk-element.html"><uses-sdk></code></a></li [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidManifestHelper.java | 41 * Parses the Android Manifest, and returns an object containing the result of the parsing. 49 * @param manifestFile the {@link IFile} representing the manifest file. 50 * @param gatherData indicates whether the parsing will extract data from the manifest. If null, 82 * Parses the Android Manifest, and returns an object containing the result of the parsing. 90 * @param manifestFile the {@link IFile} representing the manifest file. 91 * @param gatherData indicates whether the parsing will extract data from the manifest. If null, 132 * Parses the Android Manifest for a given project, and returns an object containing 141 * @param javaProject the project containing the manifest to parse. 142 * @param gatherData indicates whether the parsing will extract data from the manifest. If null, 162 * Parses the manifest file only for error check [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
ZipExecTest.java | 26 import java.util.jar.Manifest; 41 Manifest man = new Manifest(); 56 zout.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF")); 72 * tests Class-Path entry in manifest 81 // create the manifest 82 Manifest man = new Manifest(); 91 zoutFoo.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF")); 110 //rewrite manifest so it contains not only reference to bar but useless entries as wel [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_special_storage_policy_unittest.cc | 14 #include "extensions/common/manifest.h" 20 using extensions::Manifest; 103 DictionaryValue manifest; local 104 manifest.SetString(keys::kName, "Protected"); 105 manifest.SetString(keys::kVersion, "1"); 106 manifest.SetString(keys::kLaunchWebURL, "http://explicit/protected/start"); 110 manifest.Set(keys::kWebURLs, list); 113 path, Manifest::INVALID_LOCATION, manifest, 125 DictionaryValue manifest; local 150 DictionaryValue manifest; local [all...] |
/cts/hostsidetests/appsecurity/test-apps/SharedUidInstall/ |
AndroidManifest.xml | 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 20 </manifest>
|
/cts/hostsidetests/appsecurity/test-apps/SimpleAppInstall/ |
AndroidManifest.xml | 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 24 </manifest>
|
/cts/hostsidetests/appsecurity/test-apps/TargetInstrumentationApp/ |
AndroidManifest.xml | 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 24 </manifest>
|
/cts/tests/ProcessTest/NoShareUidApp/ |
AndroidManifest.xml | 17 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 20 </manifest>
|
/cts/tests/ProcessTest/ShareUidApp/ |
AndroidManifest.xml | 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 20 </manifest>
|
/cts/tests/systemAppTest/test/ |
AndroidManifest.xml | 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 20 </manifest>
|
/cts/tests/tests/permission/src/android/permission/cts/ |
NoNetworkStatePermissionTest.java | 45 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 61 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 77 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 93 * {@link android.Manifest.permission#ACCESS_NETWORK_STATE}. 109 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}. 125 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}. 141 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}. 157 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE}.
|
/cts/tools/cts-holo-generation/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 22 </manifest>
|
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 29 </manifest>
|
/developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/ |
AndroidManifest.xml | 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 29 </manifest>
|