Searched full:cquery (Results 1 – 23 of 23) sorted by relevance
| /external/skia/bazel/exporter/ |
| D | bazel_query_command.go | 23 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" {
|
| D | cmake_workspace_test.go | 22 // a bazel cquery call - like: 24 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto > out.txt
|
| D | cmake_rule_test.go | 19 // a bazel cquery call - like: 21 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto > out.txt
|
| D | cmake_exporter_test.go | 26 // a bazel cquery call - like: 28 // bazel cquery --noimplicit_deps 'kind("rule", deps(//:skia_public))' --output textproto
|
| D | cmake_exporter.go | 411 // 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")
|
| D | gni_exporter.go | 539 return skerr.Wrapf(err, "error reading bazel cquery data") 543 return skerr.Wrapf(err, "failed to unmarshal cquery result")
|
| /external/jazzer-api/deploy/ |
| D | deploy.sh | 42 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/ |
| D | query_command.go | 8 // Bazel query or cquery call. 10 // Read will return the response data for a `bazel [cquery|query] ...`
|
| D | exporter.go | 20 // Export will write the converted Bazel cquery response data to
|
| /external/jazzer-api/docker/jazzer/ |
| D | Dockerfile | 30 …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/ |
| D | release.yml | 45 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/ |
| D | pip_smoke_test.py | 122 "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/ |
| D | update_android_bp.sh | 27 /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/ |
| D | bazel_query.py | 91 `bazel cquery ... --output=jsonproto`. 215 'cquery', f'kind({kind}, //...)', '--output=jsonproto' 245 """Invokes `bazel cquery` with the given selector."""
|
| /external/bazelbuild-rules_rust/test/ |
| D | query_test_binary.sh | 10 bazel cquery //... >/dev/null
|
| /external/bazelbuild-rules_python/tests/runfiles/ |
| D | runfiles_wheel_integration_test.sh | 23 wheelpath=$SCRIPTPATH/../../$(bazel 2>/dev/null cquery --output=files //python/runfiles:wheel)
|
| /external/skia/bazel/exporter/build_proto/ |
| D | README.md | 1 This directory contains generated Go wrappers for Bazel cquery result
|
| /external/tensorflow/tensorflow/lite/tools/benchmark/ios/ |
| D | build_benchmark_framework.sh | 57 BAZEL_OUTPUT_FILE_PATH=$(bazel cquery "//${BENCHMARK_DIR}/experimental/ios:${FRAMEWORK_TARGET}" --c…
|
| /external/tensorflow/tensorflow/lite/ios/ |
| D | build_frameworks.sh | 67 bazel cquery --config=ios $1 \
|
| /external/bazelbuild-rules_go/go/private/actions/ |
| D | link.bzl | 247 Set "importmap" to different paths or use 'bazel cquery' to ensure only one
|
| /external/pigweed/pw_build/py/ |
| D | bazel_query_test.py | 344 # bazel cquery kind(some_kind, //...) --output=jsonproto
|
| /external/skia/bazel/exporter/build_proto/analysis_v2/ |
| D | analysis_v2.pb.go | 903 // Container for cquery results 909 // All the configuredtargets returns by cquery
|
| /external/bazelbuild-rules_rust/rust/private/ |
| D | rustc.bzl | 2135 "You can find these using `bazel cquery`"
|