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

<<21222324252627282930>>

  /libcore/luni/src/test/java/libcore/java/util/jar/
DalvikExecTest.java 28 import java.util.jar.Manifest;
140 * This test does quite the same as test_execCreatedJar, but includes a manifest.
141 * Note however that the Dalvik JAR format does not require this manifest.
142 * We just test whether the manifest is placed correctly within the JAR by
145 * with a manifest inside, taken with precedence.
146 * So we will reopen the JAR as a JarFile and check the manifest
153 // Create the manifest:
154 Manifest manifest = new Manifest(); local
    [all...]
  /libcore/support/src/test/java/tests/resources/
hyts_patch.jar 
  /libcore/support/src/test/java/tests/resources/morestuff/
hyts_patch.jar 
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 49 * {@link android.Manifest.permission#ACCESS_CACHE_FILESYSTEM}
70 * {@link com.android.providers.downloads.Manifest.permission#ACCESS_DOWNLOAD_MANAGER}
72 * {@link android.Manifest.permission#INTERNET}
89 * {@link com.android.providers.downloads.Manifest.permission#ACCESS_DOWNLOAD_MANAGER}
  /sdk/apps/SdkController/bin/
SdkControllerApp.apk 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/META-INF/
MANIFEST.MF 0 Manifest-Version: 1.0
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/
MANIFEST.MF 0 Manifest-Version: 1.0
  /frameworks/base/docs/html/tools/projects/
projects-eclipse.jd 67 <a href="{@docRoot}guide/topics/manifest/manifest-element.html#package">{@code package}</a>
69 <a href="{@docRoot}guide/topics/manifest/manifest-intro.html">Android manifest file</a>.
70 This manifest value serves as the unique identifier for your application app when you
77 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a>
78 element of your manifest file.</li>
82 <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#target">{@code
83 targetSdkVersion}</a> attribute in your application's' manifest file
    [all...]
  /frameworks/base/docs/html/training/beam-files/
send-files.jd 13 <li><a href="#DeclareFeatures">Declare Features in the Manifest</a>
59 <h2 id="DeclareFeatures">Declare Features in the Manifest</h2>
61 First, edit your app manifest to declare the permissions and features your app needs.
66 NFC, you must request the following permissions in your app manifest:
70 {@link android.Manifest.permission#NFC NFC}
74 as a child of the <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html"
75 >&lt;manifest&gt;</a></code> element:
81 {@link android.Manifest.permission#READ_EXTERNAL_STORAGE READ_EXTERNAL_STORAGE}
86 <code><a href="{@docRoot}guide/topics/manifest/manifest-element.html
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 66 """ Read the supplied manifest file and parse its contents.
140 """ Parses the extension_api.json manifest and returns a dict of all
153 """ Represents a manifest file containing information about the sample
172 Returns a list of paths to sample extension manifest.json files.
177 A list of paths below base_path pointing at manifest.json files.
181 if 'manifest.json' in files:
183 manifest_paths.append(os.path.join(root, 'manifest.json'))
189 """ Returns metadata about the sample extensions given their manifest
198 Manifest data containing a list of samples and available API methods.
223 """ Writes the contents of this manifest file as a JSON-encoded text file
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.h 40 class Manifest;
64 // Do not check for any manifest equality.
101 // prompt if the actual manifest from the extension to be installed matches
103 // to require an exact manifest match, or are willing to tolerate a looser
119 // The expected manifest, before localization.
120 scoped_ptr<Manifest> manifest; member in struct:extensions::WebstoreInstaller::Approval
138 // Manifest check level for checking actual manifest against expected
139 // manifest
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
permission-element.jd 3 parent.link=manifest-intro.html
17 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
22 See the <a href="{@docRoot}guide/topics/manifest/manifest-intro.html#perms">Permissions</a>
58 <code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></code> element and the
69 <code><a href="{@docRoot}guide/topics/manifest/permission-group-element.html">&lt;permission-group&gt;</a></code> element in this
132 <dd><code><a href="{@docRoot}guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></code>
133 <br/><code><a href="{@docRoot}guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></code
    [all...]
application-element.jd 38 <dd><code><a href="{@docRoot}guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></code></dd>
41 <dd><code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
42 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
43 <br/><code><a href="{@docRoot}guide/topics/manifest/service-element.html">&lt;service&gt;</a></code>
44 <br/><code><a href="{@docRoot}guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></code>
45 <br/><code><a href="{@docRoot}guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></code>
46 <br/><code><a href="{@docRoot}guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></code></dd>
75 <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.Manifest.permission.html 10 android.Manifest.permission
74 Class android.<A HREF="../../../../reference/android/Manifest.permission.html" target="_top"><font size="+2"><code>Manifest.permission</code></font></A>
87 <A NAME="android.Manifest.permission.BIND_NOTIFICATION_LISTENER_SERVICE"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#BIND_NOTIFICATION_LISTENER_SERVICE" target="_top"><code>BIND_NOTIFICATION_LISTENER_SERVICE</code></A></nobr>
94 <A NAME="android.Manifest.permission.GET_TOP_ACTIVITY_INFO"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#GET_TOP_ACTIVITY_INFO" target="_top"><code>GET_TOP_ACTIVITY_INFO</code></A></nobr>
101 <A NAME="android.Manifest.permission.LOCATION_HARDWARE"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#LOCATION_HARDWARE" target="_top"><code>LOCATION_HARDWARE</code></A></nobr>
108 <A NAME="android.Manifest.permission.SEND_RESPOND_VIA_MESSAGE"></A
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.Manifest.permission.html 10 android.Manifest.permission
74 Class android.<A HREF="../../../../reference/android/Manifest.permission.html" target="_top"><font size="+2"><code>Manifest.permission</code></font></A>
87 <A NAME="android.Manifest.permission.ACCOUNT_MANAGER"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#ACCOUNT_MANAGER" target="_top"><code>ACCOUNT_MANAGER</code></A></nobr>
94 <A NAME="android.Manifest.permission.AUTHENTICATE_ACCOUNTS"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#AUTHENTICATE_ACCOUNTS" target="_top"><code>AUTHENTICATE_ACCOUNTS</code></A></nobr>
101 <A NAME="android.Manifest.permission.MANAGE_ACCOUNTS"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#MANAGE_ACCOUNTS" target="_top"><code>MANAGE_ACCOUNTS</code></A></nobr>
108 <A NAME="android.Manifest.permission.USE_CREDENTIALS"></A
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
tut_migration_to_manifest_v2.html 1 <h1>Tutorial: Migrate to Manifest V2</h1>
4 Manifest version 1 was deprecated in Chrome 18,
6 <a href="manifestVersion.html#manifest-v1-support-schedule">manifest version 1 support schedule</a>.
14 from manifest version 1 to version 2,
86 <li>Define the <a href="manifest/web_accessible_resources.html">web_accessible_resources</a>
92 <li>Define the <a href="manifest/sandbox.html">sandbox</a> property.</li>
102 <li>Create a sandbox entry in your manifest and
114 in the "content_security_policy" part of your manifest.</li>
121 Manifest version 2 introduces a few change
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/
distributing.rst 21 simple as embedding a manifest file that points to a **pexe**. See the
28 <http://en.wikipedia.org/wiki/Same_origin_policy>`_. The PNaCl manifest and
62 Web Store manifest file (manifest.json), an icon, and all of the regular Native
97 Put this directory at the same level where your CWS manifest file,
98 ``manifest.json``, is located.
109 | |-- manifest.json
133 * must be listed in the CWS manifest file (see step 3 below).
151 #. Modify the CWS manifest file, ``manifest.json``, so that it specifies whic
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
32 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/AppWithData/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
33 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
26 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
28 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareAppCompat/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
30 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
28 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/SharedUidInstallDiffCert/
AndroidManifest.xml 17 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
26 </manifest>
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/
AndroidManifest.xml 16 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
28 </manifest>

Completed in 434 milliseconds

<<21222324252627282930>>