Home
last modified time | relevance | path

Searched refs:dep2 (Results 1 – 19 of 19) sorted by relevance

/third_party/gn/src/gn/
Dninja_group_target_writer_unittest.cc24 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()
Dninja_generated_file_target_writer_unittest.cc33 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()
Dconfig_values_extractors_unittest.cc53 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()
Drust_project_writer_unittest.cc183 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 …]
Dtarget_unittest.cc717 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/
Dexpr.h48 #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
Dmenu.c233 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/
Dfoo.js2 exports.dep2 = exports.dep1.dep2;
Dsymlinked.js10 assert.strictEqual(foo.dep2.bar.version, 'CORRECT_VERSION');
/third_party/node/test/fixtures/module-require-symlink/node_modules/dep1/
Dindex.js2 exports.dep2 = require('dep2');
/third_party/node/test/fixtures/es-modules/
Dbuiltin-imports-case.mjs3 import { assert as depAssert } from './dep2.js';
/third_party/node/deps/npm/docs/content/commands/
Dnpm-update.md39 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/
Dtest-require-symlink.js70 assert.strictEqual(fooModule.dep2.bar.version, 'CORRECT_VERSION');
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_parser.cpp991 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/
Dhuawei_libpng_CMakeList.patch325 - # 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/
DREADME.md37 if (another) module.exports = require('./dep2.js');
47 // reexports === ['./dep1.js', './dep2.js']
/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/node/deps/openssl/openssl/Configurations/
Dunix-Makefile.tmpl1201 && find . -name '*.d' | xargs cat > dep2 \
1206 && cat dep1 dep2 \
/third_party/openssl/Configurations/
Dunix-Makefile.tmpl1201 && find . -name '*.d' | xargs cat > dep2 \
1206 && cat dep1 dep2 \