Home
last modified time | relevance | path

Searched full:cquery (Results 1 – 23 of 23) sorted by relevance

/external/skia/bazel/exporter/
Dbazel_query_command.go23 queryType string // "query" or "cquery"
50 // when Read() is called, invoke the bazel executable to execute a cquery
53 return &BazelQueryCommand{ruleNames: ruleNames, workspace: workspace, queryType: "cquery"}
70 // Read will execute the Bazel query/cquery command, supplied to NewBazel*QueryCommand(),
85 if c.queryType == "cquery" {
86 // Shutdown the Bazel server to workaround a known issue with cquery:
87 // See "Non-deterministic output" in https://bazel.build/docs/cquery#known-issues
102 if c.queryType == "cquery" {
Dcmake_workspace_test.go22 // a bazel cquery call - like:
24 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto > out.txt
Dcmake_rule_test.go19 // a bazel cquery call - like:
21 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto > out.txt
Dcmake_exporter_test.go26 // a bazel cquery call - like:
28 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto
Dcmake_exporter.go411 // Export will convert the input Bazel cquery output, provided by the
419 return skerr.Wrapf(err, "error reading Bazel cquery data")
423 return skerr.Wrapf(err, "failed to unmarshal Bazel cquery result")
Dgni_exporter.go539 return skerr.Wrapf(err, "error reading bazel cquery data")
543 return skerr.Wrapf(err, "failed to unmarshal cquery result")
/external/jazzer-api/deploy/
Ddeploy.sh42 JAZZER_DOCS_PATH=$PWD/$(bazel cquery --output=files //deploy:jazzer-docs)
43 JAZZER_SOURCES_PATH=$PWD/$(bazel cquery --output=files //deploy:jazzer-sources)
44 JAZZER_POM_PATH=$PWD/$(bazel cquery --output=files //deploy:jazzer-pom)
/external/skia/bazel/exporter/interfaces/
Dquery_command.go8 // Bazel query or cquery call.
10 // Read will return the response data for a `bazel [cquery|query] ...`
Dexporter.go20 // Export will write the converted Bazel cquery response data to
/external/jazzer-api/docker/jazzer/
DDockerfile30 …cp $(bazelisk cquery --config=docker --output=files //src/main/java/com/code_intelligence/jazzer:j…
31 cp $(bazelisk cquery --config=docker --output=files //launcher:jazzer) /app/
/external/jazzer-api/.github/workflows/
Drelease.yml45 cp -L $(bazel cquery --output=files deploy:jazzer) jazzer-${{ matrix.name }}.jar
46 cp -L $(bazel cquery --output=files :jazzer_release) jazzer-${{ matrix.name }}.tar.gz
/external/tensorflow/tensorflow/tools/pip_package/
Dpip_smoke_test.py122 "bazel", "cquery", "--experimental_cc_shared_library",
136 "bazel", "cquery", "--experimental_cc_shared_library",
181 ["bazel", "cquery", "--experimental_cc_shared_library", rdep_query])
/external/grpc-grpc/
Dupdate_android_bp.sh27 /usr/bin/bazel cquery $CONFIGS 'kind("source file", deps("//:grpc++_unsecure"))' > $TEMP/grpc_unsec…
28 /usr/bin/bazel cquery $CONFIGS 'kind("source file", deps("//:grpc++"))' > $TEMP/grpc_secure_deps.txt
/external/pigweed/pw_build/py/pw_build/
Dbazel_query.py91 `bazel cquery ... --output=jsonproto`.
215 'cquery', f'kind({kind}, //...)', '--output=jsonproto'
245 """Invokes `bazel cquery` with the given selector."""
/external/bazelbuild-rules_rust/test/
Dquery_test_binary.sh10 bazel cquery //... >/dev/null
/external/bazelbuild-rules_python/tests/runfiles/
Drunfiles_wheel_integration_test.sh23 wheelpath=$SCRIPTPATH/../../$(bazel 2>/dev/null cquery --output=files //python/runfiles:wheel)
/external/skia/bazel/exporter/build_proto/
DREADME.md1 This directory contains generated Go wrappers for Bazel cquery result
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/
Dbuild_benchmark_framework.sh57 BAZEL_OUTPUT_FILE_PATH=$(bazel cquery "//${BENCHMARK_DIR}/experimental/ios:${FRAMEWORK_TARGET}" --c…
/external/tensorflow/tensorflow/lite/ios/
Dbuild_frameworks.sh67 bazel cquery --config=ios $1 \
/external/bazelbuild-rules_go/go/private/actions/
Dlink.bzl247 Set "importmap" to different paths or use 'bazel cquery' to ensure only one
/external/pigweed/pw_build/py/
Dbazel_query_test.py344 # bazel cquery kind(some_kind, //...) --output=jsonproto
/external/skia/bazel/exporter/build_proto/analysis_v2/
Danalysis_v2.pb.go903 // Container for cquery results
909 // All the configuredtargets returns by cquery
/external/bazelbuild-rules_rust/rust/private/
Drustc.bzl2135 "You can find these using `bazel cquery`"