Home
last modified time | relevance | path

Searched refs:dep2 (Results 1 - 11 of 11) sorted by relevance

/third_party/gn/src/gn/
H A Dninja_group_target_writer_unittest.cc24 Target dep2(setup.settings(), Label(SourceDir("//foo/"), "dep2")); in TEST()
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()
57 "build obj/foo/bar.stamp: stamp obj/foo/dep.stamp obj/foo/dep2.stamp || " in TEST()
H A Drust_project_writer_unittest.cc183 Target dep2(setup.settings(), Label(SourceDir("//achilles/"), "bar")); in TEST_F()
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...]
H A Dninja_generated_file_target_writer_unittest.cc33 Target dep2(setup.settings(), Label(SourceDir("//foo/"), "dep2")); in TEST_F()
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()
66 "build obj/foo/bar.stamp: stamp obj/foo/dep.stamp obj/foo/dep2.stamp || " in TEST_F()
H A Dconfig_values_extractors_unittest.cc33 // Construct a chain of dependencies: target -> dep1 -> dep2 in TEST()
37 // Set up dep2, direct and all dependent configs. in TEST()
38 Config dep2_all(setup.settings(), Label(SourceDir("//dep2/"), "all")); in TEST()
40 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST()
41 dep2_all.own_values().cflags().push_back("--dep2-all"); in TEST()
42 dep2_all.own_values().include_dirs().push_back(SourceDir("//dep2/all/")); in TEST()
43 dep2_all.own_values().include_dirs().push_back(SourceDir("//dep2/all/")); in TEST()
46 Config dep2_direct(setup.settings(), Label(SourceDir("//dep2/"), "direct")); in TEST()
48 dep2_direct.own_values().cflags().push_back("--dep2-direct"); in TEST()
50 SourceDir("//dep2/direc in TEST()
[all...]
H A Dtarget_unittest.cc465 TestTarget dep2(setup, "//:dep2", Target::SOURCE_SET); in TEST_F()
470 dep2.all_dependent_configs().push_back(LabelConfigPair(&dep2_all_config)); in TEST_F()
476 dep2.public_configs().push_back(LabelConfigPair(&dep2_public_config)); in TEST_F()
477 ASSERT_TRUE(dep2.OnResolved(&err)); in TEST_F()
482 target.private_deps().push_back(LabelTargetPair(&dep2)); in TEST_F()
/third_party/toybox/kconfig/
H A Dexpr.h48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2))
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
81 struct expr *dep, *dep2; member
H A 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/deps/npm/test/lib/utils/
H A Dsbom-cyclonedx.js52 const dep2 = {
53 name: 'dep2',
54 packageName: 'dep2',
56 pkgid: 'npm@npm:dep2@0.0.2',
58 location: 'node_modules/dep2',
63 name: 'dep2',
64 packageName: 'dep2',
66 pkgid: 'dep2@0.0.2',
68 location: 'node_modules/dep2',
71 target: dep2,
[all...]
H A Dsbom-spdx.js47 const dep2 = {
48 packageName: 'dep2',
50 pkgid: 'dep2@0.0.2',
52 location: 'node_modules/dep2',
191 { to: dep2, type: 'optional' },
197 const res = spdxOutput({ npm, nodes: [node, dep1, dep2, dep3, dep4Link, dep4, dep5, dep6] })
/third_party/node/test/parallel/
H A Dtest-require-symlink.js53 'dep2');
55 const linkTarget = path.join('..', '..', 'dep2');
70 assert.strictEqual(fooModule.dep2.bar.version, 'CORRECT_VERSION');
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A 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()

Completed in 7 milliseconds