Home
last modified time | relevance | path

Searched refs:deps (Results 176 - 200 of 256) sorted by relevance

1234567891011

/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/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
/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()
/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...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.h240 struct iris_bo_screen_deps *deps; member
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat82 rem Run gclient once to install deps
/third_party/tzdata/
H A Dzishrink.awk351 ndeps = split(deps, dep)
/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()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c578 if (instr->deps[i] == dep) in ir3_instr_add_dep()
582 array_insert(instr, instr->deps, dep); in ir3_instr_add_dep()
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dnode.js141 // note: this *only* works for non-file: deps, so we avoid even
143 // file: deps are tracked in package.json will _resolved set to the
187 // fsParent to link targets that get their deps resolved outside
222 // its various deps, then we're going to _first_ create all the
227 // hold off on resolving its deps until its children are in place.
490 // deps that are deduped up to the bundling level are bundled.
493 // unmet bundled deps will not cause your deps to be bundled.
850 // Packages in both deps and devDeps are required.
890 #loadDepType (deps, typ
[all...]
/third_party/eudev/
H A Ddepcomp124 # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
365 # Will always output deps to 'file.d' where file is the root name of the
/third_party/lame/
H A Ddepcomp124 # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
365 # Will always output deps to 'file.d' where file is the root name of the
/third_party/lame/libmp3lame/
H A Ddepcomp124 # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
126 sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
365 # Will always output deps to 'file.d' where file is the root name of the

Completed in 39 milliseconds

1234567891011