Home
last modified time | relevance | path

Searched refs:deps (Results 101 - 125 of 248) sorted by relevance

12345678910

/third_party/gn/src/gn/
H A Dninja_c_binary_target_writer.cc144 // but changes in the inputs deps won't cause the file to be recompiled. in Run()
149 // Why can we get away with this rather than using implicit deps ("|", which in Run()
166 // The order only deps are referenced by each source file compile, in Run()
441 std::vector<OutputFile> deps; in WriteSources() local
446 deps.resize(0); in WriteSources()
454 std::copy(input_deps.begin(), input_deps.end(), std::back_inserter(deps)); in WriteSources()
457 // Only include PCH deps that correspond to the tool type, for instance, in WriteSources()
481 deps.push_back(dep); in WriteSources()
488 deps.push_back(module_dep.pcm); in WriteSources()
491 WriteCompilerBuildLine({source}, deps, order_only_dep in WriteSources()
[all...]
H A Ddesc_builder.cc55 // "deps : [ list of target dependencies ],
578 // Runtime deps are special, print only when explicitly asked for and not in in BuildDescription()
655 // Combine all deps into one sorted list. in RecursivePrintDeps()
694 // Show all tree deps with no eliding. in RenderDeps()
703 // Collect the deps to display. in RenderDeps()
711 std::vector<const Target*> deps; in RenderDeps() local
713 deps.push_back(pair.ptr); in RenderDeps()
714 std::sort(deps.begin(), deps.end()); in RenderDeps()
715 commands::FilterAndPrintTargets(&deps, re in RenderDeps()
809 auto deps = std::make_unique<base::ListValue>(); FillInBundle() local
[all...]
H A Dvariables.cc419 " the \"deps\" list. This is done recursively. If a config appears\n" \
422 " \"deps\" list. If a dependency is public, they will be applied\n" \
449 "allow_circular_includes_from: [label list] Permit includes from deps.";
451 R"(allow_circular_includes_from: Permit includes from deps.
453 A list of target labels. Must be a subset of the target's "deps". These
502 deps = [ ":b", ":a_b_shared_deps" ]
508 deps = [ ":a_b_shared_deps" ]
509 # Sources here can include headers from a despite lack of deps.
532 "deps" and "gen_deps" or within "gen_deps" itself.
592 "assert_no_deps: [label pattern list] Ensure no deps o
[all...]
H A Dohos_variables.cc32 deps = [ "foo" ]
42 External dependencies are like private dependencies (see "gn help deps") but
45 With external_deps, deps can be added without absolute path.
53 deps = [ ":b" ]
71 # Target "a" will include libinitapi from "init" component by deps "b":
73 deps = [ ":b" ]
77 deps = [ ":b" ]
H A Dbuilder.cc278 // Make sure all deps of this config are scheduled to be loaded. For other in ConfigDefined()
283 // relevant and means extra book keeping. Just force load any deps of this in ConfigDefined()
295 if (!AddDeps(record, toolchain->deps(), err)) in ToolchainDefined()
341 "in the deps section of a target (or vice-versa)."; in GetOrCreateRecordOfType()
514 if (!ResolveDeps(&toolchain->deps(), err)) in ResolveItem()
540 bool Builder::ResolveDeps(LabelTargetVector* deps, Err* err) { in ResolveDeps() argument
541 for (LabelTargetPair& cur : *deps) { in ResolveDeps()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c831 /* Make sure bo->deps is big enough */ in update_bo_syncobjs()
834 bo->deps = realloc(bo->deps, new_size * sizeof(bo->deps[0])); in update_bo_syncobjs()
835 memset(&bo->deps[bo->deps_size], 0, in update_bo_syncobjs()
836 sizeof(bo->deps[0]) * (new_size - bo->deps_size)); in update_bo_syncobjs()
848 struct iris_bo_screen_deps *bo_deps = &bo->deps[screen->id]; in update_bo_syncobjs()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtransform.cc65 std::initializer_list<const ::tint::TypeInfo*> deps) { in Requires()
66 for (auto* dep : deps) { in Requires()
64 Requires(CloneContext& ctx, std::initializer_list<const ::tint::TypeInfo*> deps) Requires() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py51 "Rule", "type name package srcs hdrs textual_hdrs deps visibility testonly")
84 deps=get_elem_value(elem, "deps") or [],
187 for dep in sorted(rule.deps):
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp5778 const vector<SubpassDependency> deps;
5780 const RenderPass renderPass (attachments, subpasses, deps);
5872 const vector<SubpassDependency> deps;
5875 const RenderPass renderPass (attachments, subpass, deps);
6125 vector<SubpassDependency> deps;
6183 for (SubpassDependency& dependency : deps)
6196 deps.push_back(newDependency);
6232 for (SubpassDependency& dependency : deps)
6247 deps.push_back(newDependency);
6288 for (SubpassDependency& dependency : deps)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp5753 const vector<SubpassDependency> deps;
5755 const RenderPass renderPass (attachments, subpasses, deps);
5847 const vector<SubpassDependency> deps;
5850 const RenderPass renderPass (attachments, subpass, deps);
6088 vector<SubpassDependency> deps;
6146 for (SubpassDependency& dependency : deps)
6159 deps.push_back(newDependency);
6195 for (SubpassDependency& dependency : deps)
6210 deps.push_back(newDependency);
6251 for (SubpassDependency& dependency : deps)
[all...]
/third_party/node/test/parallel/
H A Dtest-code-cache.js59 if (key.startsWith('internal/deps/v8/tools')) {
/third_party/node/tools/dep_updaters/
H A Dupdate-histogram.sh6 DEPS_DIR="$BASE_DIR/deps"
22 CURRENT_VERSION=$(grep "#define HDR_HISTOGRAM_VERSION" ./deps/histogram/include/hdr/hdr_histogram_version.h | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
68 echo "$ git add -A deps/histogram"
69 echo "$ git commit -m \"deps: update histogram to $NEW_VERSION\""
H A Dupdate-nghttp2.sh6 DEPS_DIR="$BASE_DIR/deps"
22 CURRENT_VERSION=$(grep "#define NGHTTP2_VERSION" ./deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h | sed -n "s/^.*VERSION \"\(.*\)\"/\1/p")
83 echo "$ git add -A deps/nghttp2"
84 echo "$ git commit -m \"deps: update nghttp2 to $NEW_VERSION\""
H A Dupdate-base64.sh6 DEPS_DIR="$BASE_DIR/deps"
22 CURRENT_VERSION=$(grep "base64 LANGUAGES C VERSION" ./deps/base64/base64/CMakeLists.txt | sed -n "s/^.*VERSION \(.*\))/\1/p")
58 # Build configuration is handled by `deps/base64/base64.gyp`, but since `config.h` has to be present for the build
70 echo "$ git add -A deps/base64/base64 src/base64_version.h"
71 echo "$ git commit -m \"deps: update base64 to $NEW_VERSION\""
H A Dupdate-c-ares.sh6 DEPS_DIR="$BASE_DIR/deps"
22 CURRENT_VERSION=$(grep "#define ARES_VERSION_STR" ./deps/cares/include/ares_version.h | sed -n "s/^.*VERSION_STR \"\(.*\)\"/\1/p")
71 echo "$ git add -A deps/cares"
72 echo "$ git commit -m \"deps: update c-ares to $NEW_VERSION\""
H A Dupdate-brotli.sh6 DEPS_DIR="$BASE_DIR/deps"
22 VERSION_HEX=$(grep "#define BROTLI_VERSION" ./deps/brotli/c/common/version.h | sed 's/.* //')
73 echo "$ git add -A deps/brotli"
74 echo "$ git commit -m \"deps: update brotli to $NEW_VERSION\""
/third_party/node/deps/v8/include/
H A Dv8-extension.h28 const char** deps = nullptr, int source_length = -1);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-extension.h28 const char** deps = nullptr, int source_length = -1);
/third_party/ninja/src/
H A Dninja.cc146 /// Open the deps log: load it, then open for writing.
175 // and in the deps log, it will have a Node object in state_. (It will also in IsPathDead()
176 // have an in edge if one of its inputs is another output that's in the deps in IsPathDead()
177 // log, but having a deps edge product an output that's input to another deps in IsPathDead()
179 // the deps log, and then a second recompaction will clear the build log, in IsPathDead()
210 /// Run after loading the build/deps logs.
566 DepsLog::Deps* deps = deps_log_.GetDeps(*it); in ToolDeps() local
567 if (!deps) { in ToolDeps()
568 printf("%s: deps no in ToolDeps()
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js31 const addRmPkgDeps = require('../add-rm-pkg-deps.js')
52 // Sorts physically shallower deps up to the front of the queue, because
57 #deps = []
67 if (!this.#deps[item.depth]) {
69 this.#deps[item.depth] = { sorted: true, items: [item] }
74 if (!this.#deps[item.depth].items.includes(item)) {
76 this.#deps[item.depth].sorted = false
77 this.#deps[item.depth].items.push(item)
87 depth = this.#deps[this.#minDepth]
191 // from there, we start adding nodes to it to satisfy the deps requeste
[all...]
/third_party/mesa3d/.gitlab-ci/container/
H A Dbuild-skqp.sh73 python tools/git-sync-deps
/third_party/rust/crates/clap/
H A DMakefile43 cargo doc --workspace --all-features --no-deps --document-private-items
/third_party/selinux/libsepol/tests/
H A Dlibsepol-tests.c25 #include "test-deps.h"
73 DECLARE_SUITE(deps); in do_tests()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py1367 # a few static_library deps, so the link step also needs to depend
2406 deps = "msvc" if flavor == "win" else "gcc"
2417 deps=deps,
2435 deps=deps,
2460 deps=deps,
2468 deps=deps,
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1367 # a few static_library deps, so the link step also needs to depend
2403 deps = "msvc" if flavor == "win" else "gcc"
2414 deps=deps,
2432 deps=deps,
2457 deps=deps,
2465 deps=deps,
[all...]

Completed in 37 milliseconds

12345678910