Home
last modified time | relevance | path

Searched full:dependencies (Results 1 – 25 of 4882) sorted by relevance

12345678910>>...196

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dscript_mutator.js68 _addMjsunitIfNeeded(dependencies, input) { argument
69 if (dependencies.has('mjsunit')) {
86 dependencies.set('mjsunit', sourceHelpers.loadDependencyAbs(
94 _addSpiderMonkeyShellIfNeeded(dependencies, input) { argument
111 // Add shell.js dependencies in reverse to add ones that are higher up in
114 if (!dependencies.has(shellJsPaths[i])) {
117 dependencies.set(shellJsPaths[i], dependency);
122 _addJSTestStubsIfNeeded(dependencies, input) { argument
123 if (dependencies.has('jstest_stubs') ||
127 dependencies.set(
[all …]
Ddifferential_script_mutator.js73 function hasMjsunit(dependencies) { argument
74 return dependencies.some(dep => dep.relPath.endsWith('mjsunit.js'));
77 function hasJSTests(dependencies) { argument
78 return dependencies.some(dep => dep.relPath.endsWith('jstest_stubs.js'));
135 * Adds extra dependencies for differential fuzzing.
138 const dependencies = super.resolveDependencies(inputs);
142 dependencies.push(
145 dependencies.push(
148 dependencies.push(
151 if (hasMjsunit(dependencies)) {
[all …]
/third_party/rust/crates/clap/
DCargo.lock10 dependencies = [
31 dependencies = [
52 dependencies = [
61 dependencies = [
71 dependencies = [
88 dependencies = [
103 dependencies = [
142 dependencies = [
159 dependencies = [
169 dependencies = [
[all …]
/third_party/rust/crates/bindgen/
DCargo.lock10 dependencies = [
19 dependencies = [
28 dependencies = [
37 dependencies = [
46 dependencies = [
66 dependencies = [
77 dependencies = [
85 dependencies = [
116 dependencies = [
131 dependencies = [
[all …]
/third_party/rust/crates/memchr/bench/
DCargo.lock8 dependencies = [
31 dependencies = [
55 dependencies = [
76 dependencies = [
93 dependencies = [
119 dependencies = [
129 dependencies = [
139 dependencies = [
150 dependencies = [
164 dependencies = [
[all …]
/third_party/node/test/parallel/
Dtest-policy-dependencies.js17 'dependencies',
18 'dependencies-redirect-policy.json');
31 'dependencies',
32 'dependencies-redirect-builtin-policy.json');
44 'dependencies',
45 'dependencies-redirect-unknown-builtin-policy.json');
57 'dependencies',
58 'dependencies-wildcard-policy.json');
71 'dependencies',
72 'dependencies-empty-policy.json');
[all …]
Dtest-policy-scopes-dependencies.js29 dependencies: true property
45 dependencies: true property
61 dependencies: true property
80 dependencies: true property
103 dependencies: { property
114 dependencies: { property
172 dependencies: { property
189 dependencies: { property
206 dependencies: true property
222 dependencies: { property
[all …]
/third_party/mbedtls/tests/scripts/
Dgenerate_test_code.py28 optional build macro dependencies
32 Test dependencies are build macros that can be specified to indicate
54 format patterns to specify test suite dependencies, start and end
55 of functions and function dependencies. Check any existing functions
75 Build dependencies and integer expressions (in the test parameters)
79 for dependencies and integer expressions.
124 for the build dependencies specified
137 build dependencies and generate
195 DEPENDENCY_REGEX = r'depends_on:(?P<dependencies>.*)'
281 def gen_dependencies(dependencies): argument
[all …]
Dset_psa_test_dependencies.py3 """Edit test cases to use PSA dependencies instead of classic dependencies.
124 """Return the dependencies for a symbol that designates a cryptographic mechanism."""
168 def updated_dependencies(file_name, function_name, arguments, dependencies): argument
169 """Rework the list of dependencies into PSA_WANT_xxx.
171 Remove classic crypto dependencies such as MBEDTLS_RSA_C,
174 Add systematic PSA_WANT_xxx dependencies based on the called function and
175 its arguments, replacing existing PSA_WANT_xxx dependencies.
178 manual = [dep for dep in dependencies
185 """Declare test functions with unusual dependencies here."""
187 # there are dependencies, they are warranted.
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dinput.py33 dependency_sections = ["dependencies", "export_dependent_settings"]
91 "dependencies",
119 "dependencies",
463 # Look for dependencies. This means that dependency resolution occurs
465 # in other words, you can't put a "dependencies" section inside a "post"
468 dependencies = []
471 if "dependencies" not in target_dict:
473 for dependency in target_dict["dependencies"]:
474 dependencies.append(
479 for dependency in dependencies:
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dinput.py33 dependency_sections = ["dependencies", "export_dependent_settings"]
91 "dependencies",
119 "dependencies",
463 # Look for dependencies. This means that dependency resolution occurs
465 # in other words, you can't put a "dependencies" section inside a "post"
468 dependencies = []
471 if "dependencies" not in target_dict:
473 for dependency in target_dict["dependencies"]:
474 dependencies.append(
479 for dependency in dependencies:
[all …]
/third_party/node/deps/npm/test/lib/commands/
Dls.js24 dependencies: { property
51 dependencies: { property
61 dependencies: { property
139 dependencies: { property
150 'should output tree representation of dependencies structure'
178 dependencies: { property
215 dependencies: { property
236 dependencies: { property
248 dependencies: { property
280 dependencies: { property
[all …]
/third_party/node/lib/internal/policy/
Dmanifest.js87 #dependencies; field in DependencyMapperInstance
110 * @param {DependencyMap | undefined} dependencies
116 dependencies, argument
120 if (dependencies === kFallThrough ||
121 dependencies === undefined ||
122 dependencies === null) {
123 this.#dependencies = dependencies;
127 const keys = ObjectKeys(dependencies);
149 this.#dependencies = dependencies;
164 let dependencies = this.#dependencies;
[all …]
/third_party/rust/crates/cxx/third-party/bazel/
Ddefs.bzl26 # An identifier that represent common dependencies (unconditional).
40 # Not all dependencies are supported for all platforms.
59 dependencies = {}
63 if pkg_name not in dependencies:
67 dependencies.setdefault(pkg_name, non_frozen_map)
72 if condition not in dependencies[pkg_name]:
73 dependencies[pkg_name].setdefault(condition, dict(deps_map.items()))
76 # Alert on any miss-matched dependencies
79 existing = dependencies[pkg_name][condition].get(crate_name)
82 dependencies[pkg_name][condition].update({crate_name: crate_label})
[all …]
/third_party/skia/third_party/externals/spirv-tools/tools/sva/
Dyarn.lock9 dependencies:
16 dependencies:
40 dependencies:
58 dependencies:
68 dependencies:
78 dependencies:
110 dependencies:
127 dependencies:
149 dependencies:
162 dependencies:
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/
Dyarn.lock9 dependencies:
16 dependencies:
40 dependencies:
58 dependencies:
68 dependencies:
78 dependencies:
110 dependencies:
127 dependencies:
149 dependencies:
162 dependencies:
[all …]
/third_party/node/deps/npm/man/man7/
Ddependency-selectors.713 Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relationsh…
24 the term "dependencies" is in reference to any \fBNode\fR found in a \fBtree\fR returned by \fBArbo…
56 \fB.prod\fR dependency found in the \fBdependencies\fR section of \fBpackage.json\fR, or is a child…
82 …ttps://developer.mozilla.org/en-US/docs/Web/CSS/:empty\(ra\fR when a dependency has no dependencies
100 …fR \fI\(lahttps://www.npmjs.com/package/glob\(ra\fR matching based on dependencies path relative t…
136 …es data from the registry and returns information about which of your dependencies are outdated. T…
141 …xists that is greater than the current one, and satisfies at least one if its parent's dependencies
143 …ts that is greater than the current one, does not satisfy at least one of its parent's dependencies
169 …-range)\fR returns production dependencies that have a new release that satisfies at least one of …
174 …try and returns information about which if your dependencies has a known vulnerability. Only depen…
[all …]
/third_party/node/tools/lint-md/
Dpackage-lock.json10 "dependencies": { object
36 "dependencies": { object
61 "dependencies": { object
86 "dependencies": { object
263 "dependencies": { object
276 "dependencies": { object
284 "dependencies": { object
297 "dependencies": { object
358 "dependencies": { object
407 "dependencies": { object
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-install.115 …, or an npm shrinkwrap file, or a yarn lock file, the installation of dependencies will be driven …
52 Install the dependencies to the local \fBnode_modules\fR folder.
56 By default, \fBnpm install\fR will install all modules listed as dependencies in \fB\fBpackage.json…
58 …ed in \fBdevDependencies\fR. To install all modules listed in both \fBdependencies\fR and \fBdevDe…
67dependencies will be installed and may be hoisted to the top-level \fBnode_modules\fR as they woul…
133 \fBnpm install\fR saves any specified packages into \fBdependencies\fR by default. Additionally, yo…
136 \fB-P, --save-prod\fR: Package will appear in your \fBdependencies\fR. This is the default unless \…
142 \fB--no-save\fR: Prevents saving to \fBdependencies\fR.
146 When using any of the above options to save dependencies to your package.json, there are two additi…
149 \fB-E, --save-exact\fR: Saved dependencies will be configured with an exact version rather than usi…
[all …]
/third_party/spirv-tools/tools/sva/
Dyarn.lock9 dependencies:
21 dependencies:
41 dependencies:
60 dependencies:
73 dependencies:
86 dependencies:
104 dependencies:
114 dependencies:
124 dependencies:
146 dependencies:
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs83 …escriptorData, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool… in FileDescriptor() argument
88 Dependencies = new ReadOnlyCollection<FileDescriptor>(dependencies.ToList()); in FileDescriptor()
90 …PublicDependencies = DeterminePublicDependencies(this, proto, dependencies, allowUnknownDependenci… in FileDescriptor()
215 … /// Extracts public dependencies from direct dependencies. This is a static method despite its
218 …criptor @this, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, bool allowUnkn…
220 var nameToFileMap = dependencies.ToDictionary(file => file.Name);
237 // Ignore unknown dependencies.
292 /// Unmodifiable list of this file's dependencies (imports).
294 public IList<FileDescriptor> Dependencies { get; } property in Google.Protobuf.Reflection.FileDescriptor
297 /// Unmodifiable list of this file's public dependencies (public imports).
[all …]
/third_party/node/deps/npm/docs/content/using-npm/
Ddependency-selectors.md13 - Unlocks the ability to answer complex, multi-faceted questions about dependencies, their relation…
21 - the term "dependencies" is in reference to any `Node` found in a `tree` returned by `Arborist`
40 - `.prod` dependency found in the `dependencies` section of `package.json`, or is a child of said d…
53 …ty`](https://developer.mozilla.org/en-US/docs/Web/CSS/:empty) when a dependency has no dependencies
62 - `:path(<path>)` [glob](https://www.npmjs.com/package/glob) matching based on dependencies path re…
85 …es data from the registry and returns information about which of your dependencies are outdated. T…
88 …xists that is greater than the current one, and satisfies at least one if its parent's dependencies
89 …ts that is greater than the current one, does not satisfy at least one of its parent's dependencies
103 …in-range)` returns production dependencies that have a new release that satisfies at least one of …
107 …ry and returns information about which if your dependencies has a known vulnerability. Only depen…
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-update.md19 constraints of both your package and its dependencies (if they also require the
31 dependencies in your project `package.json`. If you want to also update
39 on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1`
59 #### Caret Dependencies
64 "dependencies": {
72 #### Tilde Dependencies
77 "dependencies": {
87 #### Caret Dependencies below 1.0.0
92 "dependencies": {
102 "dependencies": {
[all …]
/third_party/icu/icu4c/source/test/depstest/
Ddepstest.py35 import dependencies
104 # Dependencies that would otherwise be errors, but that are to be allowed
106 # TODO: Move this data to dependencies.txt?
119 item = dependencies.items[name]
165 if neededFile in dependencies.file_to_item:
166 …neededItem = "but %s does not depend on %s (for %s)" % (name, dependencies.file_to_item[neededFile…
176 """Loads dependencies.txt, reads the libraries' .o files, and processes them.
178 Modifies dependencies.items: Recursively builds each item's system_symbols and exports.
182 dependencies.Load()
183 for name_and_item in iteritems(dependencies.items):
[all …]
/third_party/rust/crates/clap/.github/
Drenovate.json59 // - Keep version reqs low, ignoring compatible normal/build dependencies
10 // - Take advantage of latest dev-dependencies
16 "matchDepTypes": ["build-dependencies", "dependencies"],
23 "matchDepTypes": ["build-dependencies", "dependencies"],
30 "matchDepTypes": ["dev-dependencies"],
38 "matchDepTypes": ["dev-dependencies"],

12345678910>>...196