Searched refs:python_file (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/protobuf/benchmarks/util/ |
H A D | result_parser.py | 277 python_file="", argument 288 if python_file != "": 289 __parse_python_result(python_file) 346 python_file=args.python_input_file,
|
H A D | result_uploader.py | 102 python_file=args.python_input_file,
|
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/ |
H A D | result_parser.py | 277 python_file="", argument 288 if python_file != "": 289 __parse_python_result(python_file) 346 python_file=args.python_input_file,
|
H A D | result_uploader.py | 102 python_file=args.python_input_file,
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_dtrace.py | 54 python_file=abspath(name + ".py"), 76 def trace_python(self, script_file, python_file, optimize_python=None): argument 80 subcommand = " ".join([sys.executable] + python_flags + [python_file])
|
/aosp_15_r20/external/python/bumble/scripts/ |
D | process_android_netsim_protos.sh | 11 for python_file in "${python_files[@]}" 13 sed -i 's/^import .*_pb2 as/from . \0/' $PROTOC_OUT/$python_file
|
D | process_android_emulator_protos.sh | 13 for python_file in "${python_files[@]}" 15 sed -i 's/^import .*_pb2 as/from . \0/' $PROTOC_OUT/$python_file
|
/aosp_15_r20/external/toolchain-utils/toolchain_utils_githooks/ |
H A D | check-presubmit.py | 418 for python_file in python_files: 419 needs_hashbang = is_file_executable(python_file) 420 with open(python_file, encoding="utf-8") as f: 426 add_hashbang.append(python_file) 428 remove_hashbang.append(python_file)
|
H A D | check-presubmit | 418 for python_file in python_files: 419 needs_hashbang = is_file_executable(python_file) 420 with open(python_file, encoding="utf-8") as f: 426 add_hashbang.append(python_file) 428 remove_hashbang.append(python_file)
|