/third_party/node/deps/npm/test/tap/ |
D | unit-deps-earliestInstallable.js | 22 var dep1 = { variable 49 parent: dep1, 56 children: [dep1, dep2], 59 dependencies: { dep1: '1.0.0' }, property 66 dep1.parent = pkg 67 dep2a.parent = dep1 70 var earliest = earliestInstallable(dep1, dep1, dep2a.package, log) 71 t.isDeeply(earliest, dep1, 'should hoist package when an incompatible devDependency is present') 76 var dep1 = { variable 98 children: [dep1], [all …]
|
D | update-examples.js | 103 mockParentJson.dependencies.dep1 = options.wanted 104 mockInstalled.package.dependencies.dep1 = options.wanted 109 mockInstalled.package.dependencies.dep1 = options.installed
|
D | spec-local-specifiers.js | 619 dep1: 'file:dep1' property 628 dep1: { property 642 dep1: Dir({ property 661 dep1: Symlink('../dep1') property
|
/third_party/gn/src/gn/ |
D | config_values_extractors_unittest.cc | 81 Target dep1(setup.settings(), Label(SourceDir("//dep1/"), "dep1")); in TEST() local 82 dep1.set_output_type(Target::SOURCE_SET); in TEST() 83 dep1.visibility().SetPublic(); in TEST() 84 dep1.SetToolchain(setup.toolchain()); in TEST() 85 dep1.all_dependent_configs().push_back(LabelConfigPair(&dep1_all)); in TEST() 86 dep1.public_configs().push_back(LabelConfigPair(&dep1_direct)); in TEST() 87 dep1.private_deps().push_back(LabelTargetPair(&dep2)); in TEST() 119 target.private_deps().push_back(LabelTargetPair(&dep1)); in TEST() 127 ASSERT_TRUE(dep1.OnResolved(&err)); in TEST()
|
D | target_unittest.cc | 702 TestTarget dep1(setup, "//:dep1", Target::SOURCE_SET); in TEST_F() local 707 dep1.all_dependent_configs().push_back(LabelConfigPair(&dep1_all_config)); in TEST_F() 713 dep1.public_configs().push_back(LabelConfigPair(&dep1_public_config)); in TEST_F() 714 ASSERT_TRUE(dep1.OnResolved(&err)); in TEST_F() 733 target.private_deps().push_back(LabelTargetPair(&dep1)); in TEST_F()
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-update.md | 49 on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1` are: 74 "dep1": "^1.1.1" 78 Then `npm update` will install `dep1@1.2.2`, because `1.2.2` is `latest` and 87 "dep1": "~1.1.1" 91 In this case, running `npm update` will install `dep1@1.1.2`. Even though the `latest` 102 "dep1": "^0.2.0" 106 `npm update` will install `dep1@0.2.0`, because there are no other 113 "dep1": "^0.4.0" 117 Then `npm update` will install `dep1@0.4.1`, because that is the highest-sorting
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_scoreboard.cpp | 480 operator==(const dependency &dep0, const dependency &dep1) in operator ==() argument 482 return dep0.ordered == dep1.ordered && in operator ==() 483 dep0.jp == dep1.jp && in operator ==() 484 dep0.unordered == dep1.unordered && in operator ==() 485 dep0.id == dep1.id && in operator ==() 486 dep0.exec_all == dep1.exec_all; in operator ==() 490 operator!=(const dependency &dep0, const dependency &dep1) in operator !=() argument 492 return !(dep0 == dep1); in operator !=() 517 const dependency &dep0, const dependency &dep1) in merge() argument 521 if (dep0.ordered || dep1.ordered) { in merge() [all …]
|
/third_party/toybox/kconfig/ |
D | expr.h | 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) argument 49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2)) argument
|
/third_party/node/test/fixtures/module-require-symlink/ |
D | foo.js | 1 exports.dep1 = require('dep1'); 2 exports.dep2 = exports.dep1.dep2;
|
D | symlinked.js | 9 assert.strictEqual(foo.dep1.bar.version, 'CORRECT_VERSION');
|
/third_party/node/test/fixtures/es-modules/ |
D | builtin-imports-case.mjs | 2 import './dep1.js';
|
/third_party/node/test/parallel/ |
D | test-require-symlink.js | 69 assert.strictEqual(fooModule.dep1.bar.version, 'CORRECT_VERSION');
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_finalize.cpp | 219 depart_node *dep1 = static_cast<depart_node*>(repdep1); in finalize_if() local 220 if (dep1->target != r && dep1->target->is_loop()) in finalize_if()
|
/third_party/node/deps/cjs-module-lexer/ |
D | README.md | 36 if (maybe) module.exports = require('./dep1.js'); 47 // reexports === ['./dep1.js', './dep2.js']
|
/third_party/openssl/Configurations/ |
D | README.design | 443 generator_deps => [ "dep1", ... ] 445 deps => [ "dep1", ... ], 470 deps => [ "dep1", ... ],
|
D | README | 607 generator_deps => [ "dep1", ... ] 610 deps => [ "dep1", ... ], 635 deps => [ "dep1", ... ],
|
/third_party/skia/third_party/externals/libpng/ |
D | CMakeLists.txt | 283 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 306 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 329 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
/third_party/libpng/ |
D | CMakeLists.txt | 283 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 306 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 329 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
D | huawei_libpng_CMakeList.patch | 288 - # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 311 - # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 334 - # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CMakeLists.txt | 283 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 306 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 329 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|