/third_party/gn/src/gn/ |
D | ninja_group_target_writer_unittest.cc | 24 Target dep2(setup.settings(), Label(SourceDir("//foo/"), "dep2")); in TEST() local 25 dep2.set_output_type(Target::ACTION); in TEST() 26 dep2.visibility().SetPublic(); in TEST() 27 dep2.SetToolchain(setup.toolchain()); in TEST() 28 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST() 45 target.public_deps().push_back(LabelTargetPair(&dep2)); in TEST()
|
D | ninja_generated_file_target_writer_unittest.cc | 33 Target dep2(setup.settings(), Label(SourceDir("//foo/"), "dep2")); in TEST_F() local 34 dep2.set_output_type(Target::ACTION); in TEST_F() 35 dep2.visibility().SetPublic(); in TEST_F() 36 dep2.SetToolchain(setup.toolchain()); in TEST_F() 37 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST_F() 54 target.public_deps().push_back(LabelTargetPair(&dep2)); in TEST_F()
|
D | config_values_extractors_unittest.cc | 53 Target dep2(setup.settings(), Label(SourceDir("//dep2/"), "dep2")); in TEST() local 54 dep2.set_output_type(Target::SOURCE_SET); in TEST() 55 dep2.visibility().SetPublic(); in TEST() 56 dep2.SetToolchain(setup.toolchain()); in TEST() 57 dep2.all_dependent_configs().push_back(LabelConfigPair(&dep2_all)); in TEST() 58 dep2.public_configs().push_back(LabelConfigPair(&dep2_direct)); in TEST() 87 dep1.private_deps().push_back(LabelTargetPair(&dep2)); in TEST() 126 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST()
|
D | rust_project_writer_unittest.cc | 183 Target dep2(setup.settings(), Label(SourceDir("//achilles/"), "bar")); in TEST_F() local 184 dep2.set_output_type(Target::RUST_LIBRARY); in TEST_F() 185 dep2.visibility().SetPublic(); in TEST_F() 187 dep2.sources().push_back(alib); in TEST_F() 188 dep2.source_types_used().Set(SourceFile::SOURCE_RS); in TEST_F() 189 dep2.rust_values().set_crate_root(alib); in TEST_F() 190 dep2.rust_values().crate_name() = "achilles"; in TEST_F() 191 dep2.SetToolchain(setup.toolchain()); in TEST_F() 192 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST_F() 203 target.public_deps().push_back(LabelTargetPair(&dep2)); in TEST_F() [all …]
|
D | target_unittest.cc | 717 TestTarget dep2(setup, "//:dep2", Target::SOURCE_SET); in TEST_F() local 722 dep2.all_dependent_configs().push_back(LabelConfigPair(&dep2_all_config)); in TEST_F() 728 dep2.public_configs().push_back(LabelConfigPair(&dep2_public_config)); in TEST_F() 729 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST_F() 734 target.private_deps().push_back(LabelTargetPair(&dep2)); in TEST_F()
|
/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 81 struct expr *dep, *dep2; member
|
D | menu.c | 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local 294 dep2 = expr_copy(basedep); in menu_finalize() 295 expr_eliminate_eq(&dep, &dep2); in menu_finalize() 297 if (!expr_is_yes(dep2)) { in menu_finalize() 298 expr_free(dep2); in menu_finalize() 301 expr_free(dep2); in menu_finalize()
|
/third_party/node/test/fixtures/module-require-symlink/ |
D | foo.js | 2 exports.dep2 = exports.dep1.dep2;
|
D | symlinked.js | 10 assert.strictEqual(foo.dep2.bar.version, 'CORRECT_VERSION');
|
/third_party/node/test/fixtures/module-require-symlink/node_modules/dep1/ |
D | index.js | 2 exports.dep2 = require('dep2');
|
/third_party/node/test/fixtures/es-modules/ |
D | builtin-imports-case.mjs | 3 import { assert as depAssert } from './dep2.js';
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-update.md | 39 on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1` 114 Suppose your app now also has a dependency on `dep2` 121 "dep2": "1.0.0" 126 and `dep2` itself depends on this limited range of `dep1` 130 "name": "dep2", 138 version that `dep2` allows. npm will prioritize having a single version
|
/third_party/node/test/parallel/ |
D | test-require-symlink.js | 70 assert.strictEqual(fooModule.dep2.bar.version, 'CORRECT_VERSION');
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 991 depart_node *dep2 = sh->create_depart(reg); in prepare_if() local 999 dep2->move(c, end); in prepare_if() 1003 n_if->push_back(dep2); in prepare_if()
|
/third_party/libpng/ |
D | huawei_libpng_CMakeList.patch | 325 - # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 349 - # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 372 - # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 391 - # generate_copy(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
/third_party/node/deps/cjs-module-lexer/ |
D | README.md | 37 if (another) module.exports = require('./dep2.js'); 47 // reexports === ['./dep1.js', './dep2.js']
|
/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/node/deps/openssl/openssl/Configurations/ |
D | unix-Makefile.tmpl | 1201 && find . -name '*.d' | xargs cat > dep2 \ 1206 && cat dep1 dep2 \
|
/third_party/openssl/Configurations/ |
D | unix-Makefile.tmpl | 1201 && find . -name '*.d' | xargs cat > dep2 \ 1206 && cat dep1 dep2 \
|