Home
last modified time | relevance | path

Searched defs:manifest (Results 1 – 25 of 64) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-policy-scopes-dependencies.js26 const manifest = new Manifest({ constant
42 const manifest = new Manifest({ constant
58 const manifest = new Manifest({ constant
77 const manifest = new Manifest({ constant
100 const manifest = new Manifest({ constant
169 const manifest = new Manifest({ constant
186 const manifest = new Manifest({ constant
203 const manifest = new Manifest({ constant
219 const manifest = new Manifest({ constant
240 const manifest = new Manifest({ constant
[all …]
Dtest-policy-scopes-integrity.js26 const manifest = new Manifest({ constant
50 const manifest = new Manifest({ constant
74 const manifest = new Manifest({ constant
127 const manifest = new Manifest({ constant
145 const manifest = new Manifest({ constant
163 const manifest = new Manifest({ constant
176 const manifest = new Manifest({ constant
198 const manifest = new Manifest({ constant
212 const manifest = new Manifest({ constant
225 const manifest = new Manifest({ constant
[all …]
Dtest-policy-parse-integrity.js48 function test({ shouldFail, integrity, manifest = {} }) { property
101 manifest: { property
108 manifest: { property
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dcrawl.go187 type manifest struct { struct
188 lock sync.Mutex
189 m map[key]entry // maps from urlHash to entry.
190 numPending int
191 flushing bool
194 func (m *manifest) get(k key) entry {
201 func (m *manifest) put(k key, e entry) {
/third_party/python/Tools/scripts/
Dstable_abi.py199 def gen_python3dll(manifest, args, outfile): argument
246 def gen_doc_annotations(manifest, args, outfile): argument
262 def generate_or_check(manifest, args, path, func): argument
289 def do_unixy_check(manifest, args): argument
393 def binutils_check_library(manifest, library, expected_symbols, dynamic): argument
495 def check_private_names(manifest): argument
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetch.js7 manifest: ['spec', 'opts'], property
21 function manifest (spec, opts) { function
32 function fromManifest (manifest, spec, opts) { argument
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-lock-json.md11 ### Description
39 ### File Format
143 ### See also
/third_party/node/lib/internal/process/
Dpolicy.js13 let manifest; variable
37 get manifest() { getter
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c249 _gst_mss_stream_init (GstMssManifest * manifest, GstMssStream * stream, in _gst_mss_stream_init()
321 _gst_mss_parse_protection (GstMssManifest * manifest, in _gst_mss_parse_protection()
357 GstMssManifest *manifest; in gst_mss_manifest_new() local
453 gst_mss_manifest_free (GstMssManifest * manifest) in gst_mss_manifest_free()
468 gst_mss_manifest_get_protection_system_id (GstMssManifest * manifest) in gst_mss_manifest_get_protection_system_id()
476 gst_mss_manifest_get_protection_data (GstMssManifest * manifest) in gst_mss_manifest_get_protection_data()
482 gst_mss_manifest_get_streams (GstMssManifest * manifest) in gst_mss_manifest_get_streams()
938 gst_mss_manifest_get_timescale (GstMssManifest * manifest) in gst_mss_manifest_get_timescale()
954 gst_mss_manifest_get_duration (GstMssManifest * manifest) in gst_mss_manifest_get_duration()
998 gst_mss_manifest_get_gst_duration (GstMssManifest * manifest) in gst_mss_manifest_get_gst_duration()
[all …]
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dalias.js13 manifest (spec, opts) { method
21 fromManifest (manifest, spec, opts) { argument
Dremote.js15 manifest (spec, opts) { method
31 fromManifest (manifest, spec, opts) { argument
Ddirectory.js35 manifest (spec, opts) { method
82 fromManifest (manifest, spec, opts) { argument
Dgit.js28 manifest (spec, opts) { method
52 fromManifest (manifest, spec, opts) { argument
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dindex.js16 manifest (spec, opts) { method
24 fromManifest (manifest, spec, opts) { argument
Dmanifest.js10 function manifest (spec, opts) { function
55 function annotateManifest (spec, manifest, opts) { argument
Dtarball.js6 const manifest = require('./manifest') constant
49 function fromManifest (manifest, spec, opts) { argument
/third_party/cef/libcef/browser/extensions/
Dextension_system.cc65 std::unique_ptr<base::Value> manifest( in ParseManifest() local
91 std::unique_ptr<base::DictionaryValue> manifest, in LoadExtensionOnUIThread()
117 std::unique_ptr<base::DictionaryValue> manifest = in LoadExtensionWithManifest() local
298 std::unique_ptr<base::DictionaryValue> manifest, in LoadExtension()
517 const base::DictionaryValue* manifest, in ComponentExtensionInfo()
/third_party/python/Doc/distutils/
Dsourcedist.rst77 .. _manifest: target
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js10 let manifest; variable
/third_party/node/deps/npm/test/tap/
D00-verify-bundle-deps.js3 var manifest = require('../../package.json') variable
/third_party/node/deps/npm/node_modules/pacote/
Dindex.js5 manifest: require('./manifest'), property
Dmanifest.js10 function manifest (spec, opts) { function
/third_party/cef/tests/ceftests/extensions/
Dextension_test_handler.cc147 CefRefPtr<CefDictionaryValue> manifest = CefDictionaryValue::Create(); in CreateDefaultManifest() local
222 CefRefPtr<CefDictionaryValue> manifest) { in LoadExtension()
/third_party/rust/crates/syn/codegen/src/
Dversion.rs10 let manifest = fs::read_to_string(syn_cargo_toml)?; in get() localVariable
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dpublish.js21 const manifest = { variable
79 const manifest = { variable
140 const manifest = { variable
256 const manifest = { variable
339 const manifest = { variable
406 const manifest = { variable
479 const manifest = { variable
539 const manifest = { variable
601 const manifest = { variable
624 const manifest = { variable
[all …]

123