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

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/manifest/
receiver-element.jd 3 parent.link=manifest-intro.html
19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
33 declare it in the manifest file with this element. The other is to create
48 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
51 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and
78 (see the <code><a href="{@docRoot}guide/topics/manifest/receiver-element.html#prmsn">permission</a></code> attribute).
85 instead (see the <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
    [all...]
activity-alias-element.jd 3 parent.link=manifest-intro.html
19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
22 <dd><code><a href="{@docRoot}guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></code>
23 <br/><code><a href="{@docRoot}guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></code></dd>
28 alias and it must be declared before the alias in the manifest.
46 attributes are a subset of <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code> attributes.
60 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
61 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
63 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and {@code &lt;activity-alias&gt;}
87 See the <code><a href="{@docRoot}guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></code> element's
    [all...]
  /frameworks/base/docs/html-intl/ja/guide/publishing/
versioning.jd 29 <li><a href="{@docRoot}guide/topics/manifest/manifest-intro.html">The AndroidManifest.xml File</a></li>
64 <p>????????????????????? ????? <code>&lt;manifest&gt;</code> ????????? </p>
66 <p>????<code>&lt;manifest&gt;</code> ??? <code>android:versionCode</code> ? <code>android:versionName</code> ??????????????????? </p>
70 &lt;manifest xmlns:android="http://schemas.android.com/apk/res/android"
77 &lt;/manifest&gt;
98 <p>??????????????????? ?????????????<code>&lt;uses-sdk&gt;</code> ??? <code>&lt;manifest&gt;</code> ?????????<code>android:minSdkVersion</code> ???????????? </p>
  /external/chromium_org/chrome/common/extensions/docs/server2/
chroot_file_system_test.py 35 'manifest': {
49 prefix + 'extensions/manifest' + suffix)
65 self._test_fs.IncrementStat('extensions/manifest/', by=2)
66 self._test_fs.IncrementStat('extensions/manifest/moremanifest/csp.html')
74 'manifest/': '2',
80 }), chroot_fs.Stat('manifest/'))
81 self.assertEqual(StatInfo('0'), chroot_fs.Stat('manifest/sockets.html'))
85 }), chroot_fs.Stat('manifest/moremanifest/'))
87 chroot_fs.Stat('manifest/moremanifest/csp.html'))
89 chroot_fs.Stat('manifest/moremanifest/usb.html')
    [all...]
redirector_test.py 31 'manifest': 'manifest.html'
33 'manifest': {
35 '': '../manifest.html',
54 self._redirector.Redirect(HOST, 'extensions/manifest/more-info'))
67 '/extensions/manifest.html',
68 self._redirector.Redirect(HOST, 'extensions/manifest/'))
70 '/extensions/manifest.html',
71 self._redirector.Redirect(HOST, 'extensions/manifest'))
96 'extensions/manifest/redirects.json
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 61 // Localizes manifest value of string type for a given key.
64 base::DictionaryValue* manifest,
67 if (!manifest->GetString(key, &result))
73 manifest->SetString(key, result);
77 // Localizes manifest value of list type for a given key.
80 base::DictionaryValue* manifest,
83 if (!manifest->GetList(key, &list))
112 std::string GetDefaultLocaleFromManifest(const base::DictionaryValue& manifest,
115 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
122 bool ShouldRelocalizeManifest(const base::DictionaryValue* manifest) {
    [all...]
sync_helper.cc 12 #include "extensions/common/manifest.h"
50 case Manifest::TYPE_EXTENSION:
53 case Manifest::TYPE_USER_SCRIPT:
59 case Manifest::TYPE_HOSTED_APP:
60 case Manifest::TYPE_LEGACY_PACKAGED_APP:
61 case Manifest::TYPE_PLATFORM_APP:
64 case Manifest::TYPE_UNKNOWN:
67 case Manifest::TYPE_THEME:
68 case Manifest::TYPE_SHARED_MODULE:
84 bool is_syncable = (extension->location() == Manifest::INTERNAL &
    [all...]
manifest_url_handler.h 20 // that may be specified in the manifest of an extension.
28 // If homepage_url was not specified in the manifest,
38 static bool UpdatesFromGallery(const base::DictionaryValue* manifest);
48 // in the manifest of an extension.
64 // Parses the "devtools_page" manifest key.
78 // Parses the "homepage_url" manifest key.
92 // Parses the "update_url" manifest key.
106 // Parses the "options_page" manifest key.
123 // Parses the "chrome_url_overrides" manifest key.
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-enable-uac.py 8 Verifies that embedding UAC information into the manifest works.
39 """Reads manifest from |path| and returns it as a string.
40 Returns None is there is no such manifest."""
55 # The following binaries must contain a manifest embedded.
65 manifest = parseString(extract_manifest( variable
67 execution_level = manifest.getElementsByTagName('requestedExecutionLevel')
77 manifest = parseString(extract_manifest( variable
79 execution_level = manifest.getElementsByTagName('requestedExecutionLevel')
84 manifest = parseString(extract_manifest( variable
86 execution_level = manifest.getElementsByTagName('requestedExecutionLevel'
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
omnibox.html 24 <h2 id="manifest">Manifest</h2>
28 in the <a href="manifest.html">manifest</a>
40 <pre data-filename="manifest.json">
  /external/chromium_org/extensions/common/permissions/
permission_message_provider.h 10 #include "extensions/common/manifest.h"
32 Manifest::Type extension_type) const = 0;
38 Manifest::Type extension_type) const = 0;
45 Manifest::Type extension_type) const = 0;
53 Manifest::Type extension_type) const = 0;
  /external/chromium_org/webkit/browser/appcache/
manifest_parser.h 46 struct WEBKIT_STORAGE_BROWSER_EXPORT Manifest {
47 Manifest();
48 ~Manifest();
60 Manifest& manifest);
  /external/chromium_org/chrome/browser/extensions/
extension_web_contents_observer.cc 50 Manifest::Type type = extension->GetType();
51 if (type == Manifest::TYPE_EXTENSION ||
52 type == Manifest::TYPE_LEGACY_PACKAGED_APP ||
53 (type == Manifest::TYPE_PLATFORM_APP &&
54 extension->location() == Manifest::COMPONENT)) {
60 if (type == Manifest::TYPE_EXTENSION ||
61 type == Manifest::TYPE_LEGACY_PACKAGED_APP) {
70 case Manifest::TYPE_EXTENSION:
71 case Manifest::TYPE_USER_SCRIPT:
72 case Manifest::TYPE_HOSTED_APP
    [all...]
installed_loader.cc 30 #include "extensions/common/manifest.h"
50 CORRUPT_PREFERENCES, // The manifest in the preferences is corrupt.
76 bool IsManifestCorrupt(const DictionaryValue* manifest) {
77 if (!manifest)
83 // manifest from the extension to fix this.
86 return manifest->Get(manifest_keys::kBackgroundPage, &background_page) &&
87 manifest->Get(manifest_keys::kBackgroundScripts, &background_scripts);
92 // on disk independent of the manifest in our prefs.
93 if (Manifest::IsUnpackedLocation(info.extension_location))
96 // Reload the manifest if it needs to be relocalized
    [all...]
  /external/libpng/scripts/
makefile.cegcc 42 $(NAME): remove-old copy-src compilation copy manifest archive
56 @mkdir -p $(PACKAGE)-bin/manifest
59 @mkdir -p $(PACKAGE)-dev/manifest
60 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.mft
61 @touch $(PACKAGE)-bin/manifest/$(PACKAGE)-bin.ver
62 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.mft
63 @touch $(PACKAGE)-dev/manifest/$(PACKAGE)-dev.ver
84 manifest:
85 @echo " * Creation of the manifest"
86 @cd $(PACKAGE)-bin && find * >> manifest/$(PACKAGE)-bin.mf
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
55 /** Overview part (attributes for manifest) */
63 super(editor, PAGE_ID, "Manifest"); // tab's label, user visible, keep it short
81 form.setText("Android Manifest");
106 UiElementNode manifest = mEditor.getUiRootNode(); local
107 mTreeBlock = new UiTreeBlock(mEditor, manifest,
110 "Manifest Extras",
111 "Extra manifest elements")
128 UiElementNode manifest = mEditor.getUiRootNode(); local
136 UiElementNode manifest = mEditor.getUiRootNode(); local
    [all...]
InstrumentationPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
66 form.setText("Android Manifest Instrumentation");
69 UiElementNode manifest = mEditor.getUiRootNode(); local
79 mTreeBlock = new UiTreeBlock(mEditor, manifest,
83 "List of instrumentations defined in the manifest");
92 UiElementNode manifest = mEditor.getUiRootNode(); local
95 mTreeBlock.changeRootAndDescriptors(manifest,
PermissionPage.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
23 import com.android.ide.eclipse.adt.internal.editors.manifest.ManifestEditor;
24 import com.android.ide.eclipse.adt.internal.editors.manifest.descriptors.AndroidManifestDescriptors;
70 form.setText("Android Manifest Permissions");
73 UiElementNode manifest = mEditor.getUiRootNode(); local
85 mTreeBlock = new UiTreeBlock(mEditor, manifest,
89 "List of permissions defined and used by the manifest");
98 UiElementNode manifest = mEditor.getUiRootNode(); local
101 mTreeBlock.changeRootAndDescriptors(manifest,
  /external/chromium_org/chrome/common/extensions/features/
simple_feature_unittest.cc 16 using extensions::Manifest;
24 Manifest::Type extension_type;
43 { "", Manifest::TYPE_UNKNOWN,
46 { "random-extension", Manifest::TYPE_UNKNOWN,
49 { "", Manifest::TYPE_LEGACY_PACKAGED_APP,
52 { "", Manifest::TYPE_UNKNOWN,
55 { "", Manifest::TYPE_UNKNOWN,
58 { "", Manifest::TYPE_UNKNOWN,
61 { "", Manifest::TYPE_UNKNOWN,
87 kIdFoo, Manifest::TYPE_UNKNOWN, Feature::UNSPECIFIED_LOCATION, -1
182 base::DictionaryValue manifest; local
190 base::FilePath(), Manifest::INTERNAL, manifest, Extension::NO_FLAGS, local
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 40 std::string GetDefaultLocaleFromManifest(const DictionaryValue& manifest,
43 if (manifest.GetString(keys::kDefaultLocale, &default_locale))
52 DictionaryValue* manifest = info.extension_manifest.get(); local
53 if (!manifest)
56 if (!manifest->HasKey(keys::kDefaultLocale))
60 manifest->GetString(keys::kCurrentLocale, &manifest_current_locale);
64 // Localizes manifest value for a given key.
67 DictionaryValue* manifest,
70 if (!manifest->GetString(key, &result))
76 manifest->SetString(key, result)
    [all...]
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java 19 import android.Manifest;
77 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
84 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
92 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
101 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
109 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
117 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
126 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
136 mContext.enforceCallingPermission(Manifest.permission.LOCATION_HARDWARE,
  /frameworks/base/docs/html/sdk/api_diff/19/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_NFC_SERVICE"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#BIND_NFC_SERVICE" target="_top"><code>BIND_NFC_SERVICE</code></A></nobr>
94 <A NAME="android.Manifest.permission.BIND_PRINT_SERVICE"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#BIND_PRINT_SERVICE" target="_top"><code>BIND_PRINT_SERVICE</code></A></nobr>
101 <A NAME="android.Manifest.permission.BLUETOOTH_PRIVILEGED"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/Manifest.permission.html#BLUETOOTH_PRIVILEGED" target="_top"><code>BLUETOOTH_PRIVILEGED</code></A></nobr>
108 <A NAME="android.Manifest.permission.CAPTURE_AUDIO_OUTPUT"></A
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 36 return callerHasPermission(android.Manifest.permission.ADD_VOICEMAIL);
41 return callerHasPermission(android.Manifest.permission.ADD_VOICEMAIL) &&
42 callerHasPermission(Manifest.permission.READ_WRITE_ALL_VOICEMAIL);
53 android.Manifest.permission.ADD_VOICEMAIL);
65 android.Manifest.permission.ADD_VOICEMAIL,
66 Manifest.permission.READ_WRITE_ALL_VOICEMAIL));
73 android.Manifest.permission.ADD_VOICEMAIL);
79 packageName, android.Manifest.permission.ADD_VOICEMAIL) &&
80 packageHasPermission(packageName, Manifest.permission.READ_WRITE_ALL_VOICEMAIL);
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 36 private Manifest manifest; field in class:JarInputStream
76 manifest = new Manifest(this, verify);
79 verifier.setManifest(manifest);
80 if (manifest != null) {
81 verifier.mainAttributesEnd = manifest.getMainAttributesEnd();
111 * Returns the {@code Manifest} object associated with this {@code
112 * JarInputStream} or {@code null} if no manifest entry exists.
114 * @return the MANIFEST specifying the contents of the JAR file
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
DexJarMaker.java 28 import java.util.jar.Manifest;
48 Manifest manifest = new Manifest(); local
49 manifest.getMainAttributes().put(Attributes.Name.MANIFEST_VERSION, "1.0");
54 manifest);

Completed in 606 milliseconds

<<11121314151617181920>>