Home
last modified time | relevance | path

Searched refs:deps (Results 201 - 225 of 299) sorted by relevance

12345678910>>...12

/third_party/gn/src/gn/
H A Dfunction_toolchain.cc125 deps [string list]
132 deps = [ "//foo/bar:baz(//build/toolchain:bootstrap)" ]
166 dependency using data_deps (data deps are like deps that are only needed at
224 // Read deps (if any).
230 &toolchain->deps(), err);
373 Format for the deps outputs. This is either "gcc" or "msvc". See the
374 ninja documentation for "deps" for more information.
584 added to runtime deps (see "gn help runtime_deps"). By default (if
H A Dninja_target_writer_unittest.cc112 // Input deps for the base (should be only the script itself). in TEST()
126 // Input deps for the target (should depend on the base). in TEST()
156 // Input deps for action which should depend on the base since its a hard dep in TEST()
173 // Tests WriteInputDepsStampAndGetDep when toolchain deps are present.
187 setup.toolchain()->deps().push_back(LabelTargetPair(&toolchain_dep_target)); in TEST()
H A Dsetup_unittest.cc41 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F()
73 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F()
104 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F()
187 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F()
224 // Run setup and check that the .gn file is in the scheduler's gen deps. in TEST_F()
263 // Run setup and check that the .gn file is in the scheduler's gen deps.
290 deps = [ ":bar" ]
326 // Run setup and check that the .gn file is in the scheduler's gen deps.
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dcmake.py1078 # extra_deps currently only depend on their own deps, so otherwise run early
1084 for deps in (static_deps, shared_deps, other_deps):
1085 for dep in gyp.common.uniquer(deps):
1102 for deps in (static_deps, shared_deps):
1103 for lib_dep in gyp.common.uniquer(deps):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dcmake.py1075 # extra_deps currently only depend on their own deps, so otherwise run early
1081 for deps in (static_deps, shared_deps, other_deps):
1082 for dep in gyp.common.uniquer(deps):
1099 for deps in (static_deps, shared_deps):
1100 for lib_dep in gyp.common.uniquer(deps):
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs358 deps: BTreeSet<String>,
560 let deps = options.input_headers.iter().cloned().collect();
564 deps,
644 self.deps.insert(filename); in include_file()
648 pub fn deps(&self) -> &BTreeSet<String> { in deps() functions
649 &self.deps in deps()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dlochnagar-sc.c62 .max = 24576000 / hw_param_interval(params, rule->deps[0])->max, in lochnagar_sc_hw_rule_rate()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dlochnagar-sc.c62 .max = 24576000 / hw_param_interval(params, rule->deps[0])->max, in lochnagar_sc_hw_rule_rate()
/third_party/gn/misc/vim/syntax/
H A Dgn.vim49 syn keyword gnVariable data data_deps data_keys defines depfile deps
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py246 parser.add_argument("--deps", nargs="+", help="Job dependencies")
289 print(f"Extra dependencies: {args.deps}")
291 cur_project, pipe, args.target, args.deps, args.force_manual
/third_party/node/lib/internal/bootstrap/
H A Drealm.js33 // modules found in lib/**/*.js and deps/**/*.js. All core modules are
36 // lib/internal/*, deps/internal/* modules and internalBinding() available by
384 const requireFn = StringPrototypeStartsWith(this.id, 'internal/deps/') ?
430 request = `internal/deps/${request}`;
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h131 struct dso **deps, *needed_by; member
/third_party/musl/src/internal/
H A Ddynlink.h141 struct dso **deps, *needed_by; member
/third_party/ninja/misc/
H A Dninja.vim46 \ deps depfile description generator
/third_party/spirv-tools/kokoro/scripts/linux/
H A Dbuild-docker.sh48 /usr/bin/python3 utils/git-sync-deps --treeless
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.h209 // const SCCInfoBase* deps[];
226 // This deps array consists of base.num_deps pointers to SCCInfoBase followed
230 void* deps[PROTOBUF_ARRAY_SIZE(N)]; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2019 vector<SubpassDependency> deps; in iterateInternal() local
2021 deps.push_back(SubpassDependency(0u, // deUint32 srcPass in iterateInternal()
2029 renderPass = createRenderPass(vkd, device, RenderPass(attachments, subpasses, deps), m_renderingType); in iterateInternal()
3949 vector<SubpassDependency> deps; in initTests() local
3951 deps.push_back(SubpassDependency(VK_SUBPASS_EXTERNAL, // deUint32 srcPass in initTests()
3959 deps.push_back(SubpassDependency(0, // deUint32 srcPass in initTests()
3967 RenderPass renderPass (attachments, subpasses, deps); in initTests()
4029 vector<SubpassDependency> deps; in initTests() local
4037 deps.push_back(SubpassDependency(VK_SUBPASS_EXTERNAL, // deUint32 srcPass in initTests()
4046 RenderPass renderPass (attachments, subpasses, deps); in initTests()
4098 vector<SubpassDependency> deps; initTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassDependencyTests.cpp2019 vector<SubpassDependency> deps; in iterateInternal() local
2021 deps.push_back(SubpassDependency(0u, // deUint32 srcPass in iterateInternal()
2029 renderPass = createRenderPass(vkd, device, RenderPass(attachments, subpasses, deps), m_renderingType); in iterateInternal()
3949 vector<SubpassDependency> deps; in initTests() local
3951 deps.push_back(SubpassDependency(VK_SUBPASS_EXTERNAL, // deUint32 srcPass in initTests()
3959 deps.push_back(SubpassDependency(0, // deUint32 srcPass in initTests()
3967 RenderPass renderPass (attachments, subpasses, deps); in initTests()
4029 vector<SubpassDependency> deps; in initTests() local
4037 deps.push_back(SubpassDependency(VK_SUBPASS_EXTERNAL, // deUint32 srcPass in initTests()
4046 RenderPass renderPass (attachments, subpasses, deps); in initTests()
4098 vector<SubpassDependency> deps; initTests() local
[all...]
/third_party/node/deps/v8/tools/release/
H A Dtest_scripts.py549 deps = {
637 deps = FileToText(os.path.join(chrome_dir, "DEPS"))
638 self.assertTrue(re.search("\"v8_revision\": \"22624\"", deps))
/third_party/ninja/
H A Dconfigure.py434 deps='msvc' # /showIncludes is included in $cflags.
440 deps='gcc', variable
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py110 # Location of automically gathered android deps.
270 """Gets all deps entries matching the provided path.
274 'src/testing/gtest' and 'src/testing/gmock' deps entries for Chromium's DEPS.
293 """Builds a dict of paths to DepsEntry objects from a raw parsed deps dict."""
310 AddDepsEntries(deps_dict['deps'])
339 Calculate changed deps entries based on entries defined in the ANGLE DEPS
350 A list of ChangedDep objects representing the changed deps.
387 # Use the HEAD of the deps repo.
452 def Section(adjective, deps):
453 noun = 'dependency' if len(deps)
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ioctl.c1463 struct dm_target_deps *deps; in retrieve_deps() local
1465 deps = get_result_buffer(param, param_size, &len); in retrieve_deps()
1476 needed = struct_size(deps, dev, count); in retrieve_deps()
1485 deps->count = count; in retrieve_deps()
1488 deps->dev[count++] = huge_encode_dev(dd->dm_dev->bdev->bd_dev); in retrieve_deps()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ioctl.c1631 struct dm_target_deps *deps; in retrieve_deps() local
1635 deps = get_result_buffer(param, param_size, &len); in retrieve_deps()
1646 needed = struct_size(deps, dev, count); in retrieve_deps()
1655 deps->count = count; in retrieve_deps()
1658 deps->dev[count++] = huge_encode_dev(dd->dm_dev->bdev->bd_dev); in retrieve_deps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVN.cpp111 "gvn-max-num-deps", cl::Hidden, cl::init(100), cl::ZeroOrMore,
421 const MemoryDependenceResults::NonLocalDepInfo &deps = in lookupOrAddCall() local
428 for (unsigned i = 0, e = deps.size(); i != e; ++i) { in lookupOrAddCall()
429 const NonLocalDepEntry *I = &deps[i]; in lookupOrAddCall()
1673 const MemoryDependenceResults::NonLocalDepInfo &deps = in areCallValsEqual() local
1677 for (unsigned i = 0; i < deps.size(); i++) { in areCallValsEqual()
1678 if (deps[i].getResult().isNonFuncLocal()) in areCallValsEqual()
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/
H A Dv3d_drv.h197 struct xarray deps; member

Completed in 49 milliseconds

12345678910>>...12