Home
last modified time | relevance | path

Searched refs:toolchain_utils (Results 1 – 13 of 13) sorted by relevance

/external/toolchain-utils/
Drun_tests_for.py47 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/
Dbundle.README15 - 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/
Dfix_json.py35 os.environ['PYTHONPATH'] = os.path.dirname(config.toolchain_utils)
40 os.path.join(config.toolchain_utils, 'generate_report.py'), '--json',
Dconfig.py52 toolchain_utils = get_suite_env('toolchain_utils', True) variable
Denv_setting23 toolchain_utils = /chromium_source/src/third_party/toolchain-utils/crosperf
Drun.py359 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/
Dcheck-presubmit.py504 toolchain_utils = detect_toolchain_utils_root()
505 if find_repo_root(toolchain_utils) is None:
529 os.path.relpath(path, toolchain_utils))
Dcheck-presubmit504 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/
Dbuild_defs.bzl2 load("@rules_cc//cc:toolchain_utils.bzl", "find_cpp_toolchain")
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md31 $ 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/
Dupb_proto_library.bzl7 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbuild_defs.bzl13 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
/external/tensorflow/third_party/nccl/
Dbuild_defs.bzl.tpl4 load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")