/external/flatbuffers/tests/flatc/ |
D | flatc_test.py | 29 script_path = Path(__file__).parent.resolve() variable 32 root_path = script_path.parent.parent.absolute() 49 def flatc(options, cwd=script_path): 58 def make_absolute(filename, path=script_path): 62 def assert_file_exists(filename, path=script_path): 68 def assert_file_doesnt_exists(filename, path=script_path): 74 def get_file_contents(filename, path=script_path): 103 file, needle, doesnt_contain=None, path=script_path, unlink=True
|
D | flatc_cpp_tests.py | 214 str(script_path.absolute()), 216 str(Path(script_path, ".tmp").absolute()), 217 str(Path(script_path, "bar/bar_with_foo.fbs").absolute()),
|
/external/flatbuffers/goldens/ |
D | golden_utils.py | 6 script_path = Path(__file__).parent.resolve() variable 9 root_path = script_path.parent.absolute() 12 schema_path = Path(script_path, "schema") 29 cwd=script_path,
|
/external/flatbuffers/tests/annotated_binary/ |
D | generate_annotations.py | 23 script_path = Path(__file__).parent.resolve() variable 26 root_path = script_path.parent.parent.absolute() 41 tests_path = Path(script_path, "tests") 44 def flatc_annotate(schema, file, cwd=script_path):
|
/external/chromium-crossbench/crossbench/action_runner/action/ |
D | js.py | 50 script_path: Optional[pth.LocalPath], 55 self._script_path = script_path 57 if bool(script) == bool(script_path): 63 elif script_path: 64 self._script = script_path.read_text() 65 logging.debug("Loading script from %s: %s", script_path, script)
|
/external/gsc-utils/util/ |
D | opentitantool.sh | 14 local script_path 18 script_path="$(cd "$(dirname \ 21 opentitan_root="${script_path}/../../../third_party/lowrisc/opentitan"
|
/external/chromium-crossbench/crossbench/probes/ |
D | dtrace.py | 38 def __init__(self, script_path: LocalPath): 40 self._script_path = script_path.resolve() 44 return super().key + (("script_path", str(self.script_path)),) 47 def script_path(self) -> LocalPath: member in DTraceProbe 90 self._script_path: LocalPath = probe.script_path
|
/external/cronet/tot/testing/scripts/rust/ |
D | generate_script.py | 76 GEN_SCRIPT_DIR = os.path.dirname(args.script_path) 113 with action_helpers.atomic_output(args.script_path) as f: 117 st = os.stat(args.script_path) 120 os.chmod(args.script_path,
|
D | generate_script_unittests.py | 24 self.assertEqual('./bin/run_foobar', parsed_args.script_path) 33 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar') 66 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar')
|
/external/cronet/stable/testing/scripts/rust/ |
D | generate_script.py | 76 GEN_SCRIPT_DIR = os.path.dirname(args.script_path) 113 with action_helpers.atomic_output(args.script_path) as f: 117 st = os.stat(args.script_path) 120 os.chmod(args.script_path,
|
D | generate_script_unittests.py | 24 self.assertEqual('./bin/run_foobar', parsed_args.script_path) 33 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar') 66 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar')
|
/external/toolchain-utils/binary_search_tool/ |
D | run_bisect_tests.py | 39 script_path = os.path.join(top_dir, TEST_DIR) 46 script_path, 71 script_path = os.path.join(top_dir, TEST_DIR) 78 script_path,
|
/external/pytorch/scripts/onnx/ |
D | install-develop.sh | 6 script_path=$(python -c "import os; import sys; print(os.path.realpath(sys.argv[1]))" "${BASH_SOURC… 7 top_dir=$(dirname $(dirname $(dirname "$script_path")))
|
D | install.sh | 6 script_path=$(python -c "import os; import sys; print(os.path.realpath(sys.argv[1]))" "${BASH_SOURC… 7 top_dir=$(dirname $(dirname $(dirname "$script_path")))
|
/external/flatbuffers/scripts/ |
D | check-grpc-generated-code.py | 24 script_path = Path(__file__).parent.resolve() variable 27 root_path = script_path.parent.absolute()
|
D | check_generate_code.py | 24 script_path = Path(__file__).parent.resolve() variable 27 root_path = script_path.parent.absolute()
|
/external/chromiumos-config/test/suite_sets/ |
D | PRESUBMIT.py | 38 script_path = input_api.os_path.join( 48 _is_affected_file(input_api, script_path) 58 script_path,
|
/external/chromium-crossbench/config/doc/probe/ |
D | dtrace.config.hjson | 2 // `script_path` to the path of your own DTrace script. The script should 7 script_path : "./dtrace.config.example.d",
|
/external/cronet/stable/build/android/pylib/symbols/ |
D | deobfuscator.py | 23 script_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android', 25 self._command = [script_path, mapping_path]
|
/external/cronet/tot/build/android/pylib/symbols/ |
D | deobfuscator.py | 23 script_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android', 25 self._command = [script_path, mapping_path]
|
/external/angle/build/android/pylib/symbols/ |
D | deobfuscator.py | 23 script_path = os.path.join(constants.DIR_SOURCE_ROOT, 'build', 'android', 25 self._command = [script_path, mapping_path]
|
/external/angle/build/toolchain/win/ |
D | setup_toolchain.py | 150 script_path = os.path.normpath(os.path.join( 153 if not os.path.exists(script_path): 174 script_path) 175 script_path = other_path 180 args = [script_path, cpu_arg, ]
|
/external/cronet/tot/build/toolchain/win/ |
D | setup_toolchain.py | 150 script_path = os.path.normpath(os.path.join( 153 if not os.path.exists(script_path): 174 script_path) 175 script_path = other_path 180 args = [script_path, cpu_arg, ]
|
/external/cronet/stable/build/toolchain/win/ |
D | setup_toolchain.py | 150 script_path = os.path.normpath(os.path.join( 153 if not os.path.exists(script_path): 174 script_path) 175 script_path = other_path 180 args = [script_path, cpu_arg, ]
|
/external/bcc/src/lua/ |
D | bcc-probe | 18 local script_path = str:match("(.*/)").."/?.lua;" 19 package.path = script_path..package.path
|