OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:manifest
(Results
701 - 725
of
4304
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/common/extensions/manifest_handlers/
externally_connectable.h
25
// Error constants used when parsing the externally_connectable
manifest
entry.
35
// Parses the externally_connectable
manifest
entry.
49
// The parsed form of the externally_connectable
manifest
entry.
57
// the
manifest
. Sets |error| and returns an empty scoped_ptr on failure.
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_old_unittest.cc
14
"old_unlimited_storage.json", extensions::
Manifest
::INTERNAL,
/external/chromium_org/chrome/installer/setup/
setup.exe.manifest
3
<!--The compatibility section will be merged from build/win/compatibility.
manifest
-->
setup.vsprops
27
AdditionalManifestFiles="$(SolutionDir)installer\setup\setup.exe.
manifest
"
/external/chromium_org/chrome/renderer/resources/extensions/
ad_view_deny.js
9
" Be sure to declare 'adview' permission in your
manifest
.";
/external/chromium_org/chrome/third_party/chromevox/
README.chromium
12
manifest
. The one checked into the upstream repository can be safely ignored or
/external/chromium_org/chrome/tools/crash_service/
crash_service.exe.manifest
3
<!--The compatibility section will be merged from build/win/compatibility.
manifest
-->
/external/chromium_org/components/precache/core/
precache_fetcher.h
30
// URL, the server returns a
manifest
of resource URLs that are good candidates
87
// Fetches the next resource or
manifest
URL, if any remain. Fetching is done
88
// sequentially and depth-first: all resources are fetched for a
manifest
89
// before the next
manifest
is fetched. This is done to limit the length of
94
// Determines the list of
manifest
URLs to fetch according to the list of
99
// Called when a precache
manifest
has been fetched. Builds the list of
100
// resource URLs to fetch according to the URLs in the
manifest
. If the fetch
101
// of a
manifest
fails, then it skips to the next
manifest
.
precache_switches.cc
14
const char kPrecacheManifestURLPrefix[] = "precache-
manifest
-url-prefix";
/external/chromium_org/content/shell/app/
shell.exe.manifest
4
<!--The compatibility section will be merged from build/win/compatibility.
manifest
-->
/external/chromium_org/extensions/common/features/
feature_provider.cc
24
return GetByName("
manifest
");
/external/chromium_org/ppapi/native_client/src/shared/ppapi_proxy/
ppruntime.h
15
// Initialize srpc connection to the browser. Some APIs like
manifest
file
/external/chromium_org/ppapi/tests/extensions/
extensions.gyp
28
'socket/
manifest
.json',
/external/chromium_org/ui/views/examples/
views_examples.exe.manifest
4
<!--The compatibility section will be merged from build/win/compatibility.
manifest
-->
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
MANIFEST
8
MANIFEST
/external/mesa3d/
.gitignore
38
manifest
.txt
/external/sepolicy/
isolated_app.te
2
### Services with isolatedProcess=true in their
manifest
.
/frameworks/base/docs/html/guide/topics/manifest/
action-element.jd
3
parent.link=
manifest
-intro.html
11
<dd><code><a href="{@docRoot}guide/topics/
manifest
/intent-filter-element.html"><intent-filter></a></code></dd>
16
An <code><a href="{@docRoot}guide/topics/
manifest
/intent-filter-element.html"><intent-filter></a></code> element must contain
50
<dd><code><a href="{@docRoot}guide/topics/
manifest
/intent-filter-element.html"><intent-filter></a></code></dd>
category-element.jd
3
parent.link=
manifest
-intro.html
11
<dd><code><a href="{@docRoot}guide/topics/
manifest
/intent-filter-element.html"><intent-filter></a></code></dd>
41
<dd><code><a href="{@docRoot}guide/topics/
manifest
/action-element.html"><action></a></code>
42
<br/><code><a href="{@docRoot}guide/topics/
manifest
/data-element.html"><data></a></code></dd>
/frameworks/base/tools/aidl/
Android.mk
3
# Copies files into the directory structure described by a
manifest
/frameworks/ex/common/
build.gradle
16
manifest
{
/frameworks/support/v7/appcompat/
build.gradle
14
main.
manifest
.srcFile 'AndroidManifest.xml'
/frameworks/support/v7/gridlayout/
build.gradle
15
main.
manifest
.srcFile 'AndroidManifest.xml'
/frameworks/volley/
build.gradle
19
manifest
.srcFile 'AndroidManifest.xml'
/libcore/luni/src/main/java/java/net/
JarURLConnection.java
25
import java.util.jar.
Manifest
;
148
* Gets the
manifest
file associated with this JAR-URL.
150
* @return the
manifest
of the referenced JAR-file.
152
* if an error occurs while getting the
manifest
file.
154
public
Manifest
getManifest() throws java.io.IOException {
155
return (
Manifest
)getJarFile().getManifest().clone();
179
* Gets all attributes of the
manifest
file referenced by this {@code
183
* @return the attributes of the
manifest
file or {@code null}.
189
Manifest
m = getJarFile().getManifest();
Completed in 488 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>