Home
last modified time | relevance | path

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

12345678910>>...209

/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 = [
48 dependencies = [
93 dependencies = [
110 dependencies = [
120 dependencies = [
130 dependencies = [
155 dependencies = [
164 dependencies = [
179 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.py40 optional build macro dependencies
44 Test dependencies are build macros that can be specified to indicate
66 format patterns to specify test suite dependencies, start and end
67 of functions and function dependencies. Check any existing functions
87 Build dependencies and integer expressions (in the test parameters)
91 for dependencies and integer expressions.
136 for the build dependencies specified
149 build dependencies and generate
186 DEPENDENCY_REGEX = r'depends_on:(?P<dependencies>.*)'
261 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).
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})
84 return dependencies
[all …]
/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/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/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/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/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"],
/third_party/node/tools/lint-md/
Dpackage-lock.json10 "dependencies": { object
36 "dependencies": { object
61 "dependencies": { object
86 "dependencies": { object
107 "dependencies": { object
120 "dependencies": { object
128 "dependencies": { object
136 "dependencies": { object
197 "dependencies": { object
246 "dependencies": { object
[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": {
103 "dependencies": {
[all …]
/third_party/node/deps/npm/node_modules/libnpmfund/lib/
Dindex.js66 function retrieveDependencies (dependencies) { argument
67 const trailing = dependencies[_trailingDependencies]
72 dependencies,
77 return dependencies
80 function hasDependencies (dependencies) { argument
81 return dependencies && (
82 Object.keys(dependencies).length ||
83 dependencies[_trailingDependencies]
155 fundingItem.dependencies =
161 } else if (hasDependencies(fundingItem.dependencies)) {
[all …]
/third_party/typescript/src/harness/
DevaluatorImpl.ts182 dependencies: SystemModule[]; property
227 register(dependencies: string[], declare: SystemModuleRegisterCallback): void;
236 dependencies: [],
278 … register: (dependencies, declare) => this.instantiateModule(module, dependencies, declare)
292 …private instantiateModule(module: SystemModule, dependencies: string[], registration?: SystemModul…
320 module.requestedDependencies = dependencies;
346 // Module has been instantiated, start requesting dependencies.
347 // Set state so that re-entry while adding dependencies does nothing.
350 const dependencies = module.requestedDependencies || []; constant
352 for (const dependencyId of dependencies) {
[all …]

12345678910>>...209