Home
last modified time | relevance | path

Searched refs:dep1 (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/npm/test/tap/
Dunit-deps-earliestInstallable.js22 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 …]
Dupdate-examples.js103 mockParentJson.dependencies.dep1 = options.wanted
104 mockInstalled.package.dependencies.dep1 = options.wanted
109 mockInstalled.package.dependencies.dep1 = options.installed
Dspec-local-specifiers.js619 dep1: 'file:dep1' property
628 dep1: { property
642 dep1: Dir({ property
661 dep1: Symlink('../dep1') property
/third_party/gn/src/gn/
Dconfig_values_extractors_unittest.cc81 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()
Dtarget_unittest.cc702 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/
Dnpm-update.md49 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/
Dbrw_fs_scoreboard.cpp480 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/
Dexpr.h48 #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/
Dfoo.js1 exports.dep1 = require('dep1');
2 exports.dep2 = exports.dep1.dep2;
Dsymlinked.js9 assert.strictEqual(foo.dep1.bar.version, 'CORRECT_VERSION');
/third_party/node/test/fixtures/es-modules/
Dbuiltin-imports-case.mjs2 import './dep1.js';
/third_party/node/test/parallel/
Dtest-require-symlink.js69 assert.strictEqual(fooModule.dep1.bar.version, 'CORRECT_VERSION');
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp219 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/
DREADME.md36 if (maybe) module.exports = require('./dep1.js');
47 // reexports === ['./dep1.js', './dep2.js']
/third_party/openssl/Configurations/
DREADME.design443 generator_deps => [ "dep1", ... ]
445 deps => [ "dep1", ... ],
470 deps => [ "dep1", ... ],
DREADME607 generator_deps => [ "dep1", ... ]
610 deps => [ "dep1", ... ],
635 deps => [ "dep1", ... ],
/third_party/skia/third_party/externals/libpng/
DCMakeLists.txt283 # 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/
DCMakeLists.txt283 # 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...]])
Dhuawei_libpng_CMakeList.patch288 - # 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/
DCMakeLists.txt283 # 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...]])