| /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): 54 def make_absolute(filename, path=script_path): 58 def assert_file_exists(filename, path=script_path): 64 def assert_file_doesnt_exists(filename, path=script_path): 91 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/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/cronet/testing/scripts/rust/ |
| D | generate_script.py | 75 GEN_SCRIPT_DIR = os.path.dirname(args.script_path) 112 with action_helpers.atomic_output(args.script_path) as f: 116 st = os.stat(args.script_path) 119 os.chmod(args.script_path,
|
| D | generate_script_unittests.py | 23 self.assertEqual('./bin/run_foobar', parsed_args.script_path) 32 args.script_path = os.path.join(out_dir, 'bin/run_foo_bar') 64 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/oss-fuzz/infra/ci/ |
| D | build.py | 71 script_path = os.path.realpath(__file__) 73 os.path.dirname(os.path.dirname(os.path.dirname(script_path)))) 79 script_path = os.path.join(root, 'infra', 'helper.py') 80 command = ['python', script_path] + helper_command
|
| /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()
|
| D | util.py | 21 script_path = Path(__file__).parent.resolve() variable 24 root_path = script_path.parent.absolute()
|
| /external/python/setuptools/setuptools/command/ |
| D | develop.py | 160 script_path = os.path.abspath(convert_path(script_name)) 161 script_name = os.path.basename(script_path) 162 with io.open(script_path) as strm: 164 self.install_script(dist, script_name, script_text, script_path)
|
| /external/angle/build/toolchain/win/ |
| D | setup_toolchain.py | 151 script_path = os.path.normpath(os.path.join( 154 if not os.path.exists(script_path): 175 script_path) 176 script_path = other_path 181 args = [script_path, cpu_arg, ]
|
| /external/cronet/build/toolchain/win/ |
| D | setup_toolchain.py | 151 script_path = os.path.normpath(os.path.join( 154 if not os.path.exists(script_path): 175 script_path) 176 script_path = other_path 181 args = [script_path, cpu_arg, ]
|
| /external/cronet/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/bcc/src/lua/ |
| D | bcc-probe | 18 local script_path = str:match("(.*/)").."/?.lua;" 19 package.path = script_path..package.path
|
| /external/rust/crates/criterion/src/plot/gnuplot_backend/ |
| D | mod.rs | 45 let mut script_path = path.to_path_buf(); in debug_script() localVariable 46 script_path.set_extension("gnuplot"); in debug_script() 47 info!("Writing gnuplot script to {:?}", script_path); in debug_script() 48 let result = figure.save(script_path.as_path()); in debug_script()
|
| /external/pigweed/pw_build/py/pw_build/ |
| D | generate_modules_lists.py | 118 script_path = Path(__file__).resolve() 119 script = script_path.relative_to(script_path.parent.parent).as_posix()
|
| /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
| D | resource_loader.py | 69 for script_path in self.source_paths: 70 absolute_path = os.path.join(script_path, relative_path) 72 return resource_module.Resource(script_path, absolute_path, binary)
|
| D | html_module_unittest.py | 68 for script_path in self._source_paths: 69 absolute_path = os.path.join(script_path, relative_path) 71 return ResourceWithFakeContents(script_path, absolute_path,
|
| /external/cronet/net/data/gencerts/ |
| D | __init__.py | 320 script_path = os.path.realpath(g_invoking_script_path) 321 script_path = "/".join(script_path.split(os.sep)[-3:]) 322 m.update(script_path.encode('utf-8'))
|
| /external/ktfmt/ |
| D | ktfmt.py | 118 script_path = os.path.normpath(__file__) 122 print('$ ' + script_path + ' ' + ' '.join(incorrect_files) + '\n')
|
| /external/angle/build/ |
| D | mac_toolchain.py | 76 script_path = os.path.join(current_dir, 'mac/should_use_hermetic_xcode.py') 77 proc = subprocess.Popen([script_path, 'mac'], stdout=subprocess.PIPE)
|
| /external/cronet/build/ |
| D | mac_toolchain.py | 76 script_path = os.path.join(current_dir, 'mac/should_use_hermetic_xcode.py') 77 proc = subprocess.Popen([script_path, 'mac'], stdout=subprocess.PIPE)
|
| /external/avb/tools/transparency/ |
| D | pixel_factory_image_verify.py | 68 self.script_path = os.path.realpath(__file__) 69 self.script_dir = os.path.split(self.script_path)[0] 70 self.avbtool_path = os.path.abspath(os.path.join(self.script_path,
|