/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 71 def getTestsInExecutable(self, testSuite, path_in_suite, execpath, argument 73 if not execpath.endswith(self.test_suffix): 75 (dirname, basename) = os.path.split(execpath) 77 for testname in self.getGTestTests(execpath, litConfig, localConfig): 79 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath) 92 execpath = os.path.join(filepath, subfilename) 94 testSuite, dirpath_in_suite, execpath,
|
/external/bazelbuild-rules_rust/examples/env_locations/ |
D | BUILD.bazel | 26 "SOME_TOOL": "$(execpath @com_google_protobuf//:protoc)", 27 # both execpath and location should work 28 "SOURCE_FILE": "$(execpath source.file)", 41 "GENERATED_DATA_ABS": "$(execpath generated.data)",
|
/external/bazel-skylib/rules/ |
D | run_binary.bzl | 26 # Expand $(execpath ...) / $(execpaths ...) / $(location ...) / $(locations ...) in args. 40 … # Expand $(execpath ...) / $(execpaths ...) / $(location ...) / $(locations ...) in the values. 69 " `$(execpath)` and `$(location)` expansion in `args` and `env`.", 77 …" [`$(execpath)` and `$(location)`](https://bazel.build/reference/be/make-variables#predefined_lab… 83 " `$(execpath)` and `$(location)` expansion in `args` and `env`.", 88 " `$(execpath)` and `$(location)` expansion in `args` and `env`.", 92 …" [`$(execpath)` and `$(location)`](https://bazel.build/reference/be/make-variables#predefined_lab…
|
/external/skia/tools/sksl-minify/ |
D | BUILD.bazel | 59 # execpath returns the path to the given label relative to the Skia root. 65 sksl_minify_exe = os.path.abspath("$(execpath //tools/sksl-minify:sksl_minify)") 66 minify_script = os.path.abspath("$(execpath //gn:minify_sksl)") 97 # execpath returns the path to the given label relative to the Skia root. 103 sksl_minify_exe = os.path.abspath("$(execpath //tools/sksl-minify:sksl_minify)") 104 minify_script = os.path.abspath("$(execpath //gn:minify_sksl_tests)") 105 test_inputs = os.path.abspath("$(execpath :test_input_list.txt)")
|
/external/skia/tools/gpu/gl/interface/ |
D | BUILD.bazel | 30 # execpath returns the path to the given label relative to the Skia root. 32 gen_interface_exe = os.path.abspath("$(execpath :interface)") 33 interface_json = os.path.abspath("$(execpath interface.json5)")
|
/external/skia/bazel/ |
D | generate_cpp_files_for_headers.bzl | 31 # execpath returns the path to the given label relative to the Skia root. 32 cmd = "cp $(execpath :%s) $@" % hdr, 33 cmd_bat = "copy $(execpath :%s) $@" % hdr,
|
/external/bazel-skylib/tests/run_binary/ |
D | BUILD | 58 "ENV_EXECPATH": "a $(execpath BUILD)", 152 # Testing $(execpath) expansion only on source files so the result is 155 "$(execpath BUILD)", 157 "'$(execpath BUILD) $$(execpath BUILD)'",
|
/external/pigweed/pw_build/ |
D | pw_copy_and_patch_file.bzl | 34 "$(execpath " + patch_file + ")", 36 "$(execpath " + src + ")", 38 "$(execpath " + out + ")",
|
/external/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 82 execpath = os.path.join(source_path, subdir, fn) 83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig) 87 file_path=execpath)
|
/external/bazelbuild-rules_cc/cc/common/ |
D | cc_helper.bzl | 100 def _expand_nested_variable(ctx, additional_vars, exp, execpath = True, targets = []): 104 if not execpath: 140 def _expand(ctx, expression, additional_make_variable_substitutions, execpath = True, targets = []): 182 …= _expand_nested_variable(ctx, additional_make_variable_substitutions, make_var, execpath, targets) 204 # By default, Starlark `ctx.expand_location` has `execpath` semantics. 206 execpath = False,
|
/external/bazelbuild-rules_rust/examples/third_party/openssl/ |
D | BUILD.openssl.bazel | 62 "PATH": "$(dirname $(execpath @nasm_windows//:nasm)):$PATH", 63 "PERL": "$(execpath @perl_windows//:perl)",
|
/external/bazelbuild-rules_python/gazelle/manifest/ |
D | defs.bzl | 81 "--manifest-generator-hash=$(execpath {})".format(manifest_generator_hash), 84 "--modules-mapping=$(execpath {})".format(modules_mapping), 85 "--output=$(execpath {})".format(generated_manifest), 92 cmd = "$(execpath {}) {}".format(manifest_generator, " ".join(update_args)),
|
/external/skia/tools/skslc/ |
D | BUILD.bazel | 108 # execpath returns the path to the given label relative to the Skia root. 114 sksl_compile_exe = os.path.abspath("$(execpath //tools/skslc:skslc)") 115 compile_tests_script = os.path.abspath("$(execpath //gn:compile_sksl_tests)")
|
/external/skia/bazel/external/gn/ |
D | BUILD.bazel | 25 # execpath returns the path to the given label from the exec path. 29 gn_exe = os.path.abspath("$(execpath :gn_exe)")
|
/external/wayland-protocols/freedesktop.org/tests/ |
D | replace.py | 5 execpath, inpath, outpath, *dict_list = sys.argv
|
/external/bazelbuild-rules_rust/test/cargo_build_script/tools_exec/ |
D | BUILD.bazel | 15 "TOOL": "$(execpath :tool)",
|
/external/skia/bazel/utils/ |
D | BUILD.bazel | 18 go_exe = os.path.abspath("$(execpath @go_sdk//:bin/go)")
|
/external/bazelbuild-rules_python/tests/ |
D | BUILD.bazel | 37 current=$$(cat "$(execpath //:.bazelversion)")
|
/external/pigweed/pw_build_info/ |
D | substitute_workspace_status.bzl | 24 cmd = "$(execpath @pigweed//pw_build_info:substitute_workspace_status_tool)" +
|
/external/bazelbuild-rules_rust/test/dep_env/ |
D | BUILD.bazel | 115 cmd = "echo DEP_DIR=\\$${pwd}/$(execpath dep_dir) > $@",
|
/external/pytorch/ |
D | build.bzl | 72 "$(execpath //torchgen:gen)", 127 cmd = "$(execpath //tools/setup_helpers:generate_code) " + 148 cmd = "$(execpath //tools/setup_helpers:gen_version_header) " +
|
/external/bazelbuild-rules_rust/docs/ |
D | page.bzl | 47 "cat $(execpath {})".format(page.header_template),
|
/external/pigweed/pw_elf/ |
D | BUILD.bazel | 56 "TEST_ELF_FILE_PATH=\\\"$(execpath //pw_tokenizer/py:elf_reader_test_binary.elf)\\\"",
|
/external/pigweed/pw_thread_freertos/ |
D | BUILD.bazel | 352 "--freertos-tasks-c=$(execpath @freertos//:tasks.c)", 353 … "--output=$(execpath :thread_public_overrides/pw_thread_freertos_backend/freertos_tsktcb.h)",
|
/external/pigweed/targets/rp2040/ |
D | BUILD.bazel | 262 linkopts = ["-T$(execpath :rp2040_memmap_default)"], 290 linkopts = ["-T$(execpath :rp2350_memmap_default)"],
|