Searched refs:toolchain_utils (Results 1 – 13 of 13) sorted by relevance
/external/toolchain-utils/ |
D | run_tests_for.py | 47 def _make_relative_to_toolchain_utils(toolchain_utils, path): argument 54 result = os.path.relpath(as_abs, start=toolchain_utils) 61 def _filter_python_tests(test_files, toolchain_utils): argument 65 rel_path = _make_relative_to_toolchain_utils(toolchain_utils, test_file) 73 def _gather_python_tests_in(rel_subdir, toolchain_utils): argument 75 subdir = os.path.join(toolchain_utils, rel_subdir) 80 return _filter_python_tests(test_files, toolchain_utils) 113 def _autodetect_python_tests_for(test_file, toolchain_utils): argument 125 return _filter_python_tests(test_files, toolchain_utils) 185 def _fix_python_path(toolchain_utils): argument [all …]
|
/external/toolchain-utils/compiler_wrapper/ |
D | bundle.README | 15 - modify third_party/toolchain_utils/compiler_wrapper 16 - run third_party/toolchain_utils/compiler_wrapper/bundle.py --output_dir=...
|
/external/toolchain-utils/android_bench_suite/ |
D | fix_json.py | 35 os.environ['PYTHONPATH'] = os.path.dirname(config.toolchain_utils) 40 os.path.join(config.toolchain_utils, 'generate_report.py'), '--json',
|
D | config.py | 52 toolchain_utils = get_suite_env('toolchain_utils', True) variable
|
D | env_setting | 23 toolchain_utils = /chromium_source/src/third_party/toolchain-utils/crosperf
|
D | run.py | 359 os.environ['PYTHONPATH'] = os.path.dirname(config.toolchain_utils) 363 os.path.join(config.toolchain_utils, 'generate_report.py'),
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 504 toolchain_utils = detect_toolchain_utils_root() 505 if find_repo_root(toolchain_utils) is None: 529 os.path.relpath(path, toolchain_utils))
|
D | check-presubmit | 504 toolchain_utils = detect_toolchain_utils_root() 505 if find_repo_root(toolchain_utils) is None: 529 os.path.relpath(path, toolchain_utils))
|
/external/google-fruit/configuration/bazel/ |
D | build_defs.bzl | 2 load("@rules_cc//cc:toolchain_utils.bzl", "find_cpp_toolchain")
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage.md | 31 $ cd ~/trunk/src/third_party/toolchain_utils/binary_search_tool 182 ~/trunk/src/third_party/toolchain_utils/binary_search_tool/binary_search_state.py \
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/bazel/ |
D | upb_proto_library.bzl | 7 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | build_defs.bzl | 13 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
|
/external/tensorflow/third_party/nccl/ |
D | build_defs.bzl.tpl | 4 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
|