Home
last modified time | relevance | path

Searched refs:python_file (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/protobuf/benchmarks/util/
H A Dresult_parser.py277 python_file="", argument
288 if python_file != "":
289 __parse_python_result(python_file)
346 python_file=args.python_input_file,
H A Dresult_uploader.py102 python_file=args.python_input_file,
/aosp_15_r20/external/cronet/third_party/protobuf/benchmarks/util/
H A Dresult_parser.py277 python_file="", argument
288 if python_file != "":
289 __parse_python_result(python_file)
346 python_file=args.python_input_file,
H A Dresult_uploader.py102 python_file=args.python_input_file,
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dtrace.py54 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/
Dprocess_android_netsim_protos.sh11 for python_file in "${python_files[@]}"
13 sed -i 's/^import .*_pb2 as/from . \0/' $PROTOC_OUT/$python_file
Dprocess_android_emulator_protos.sh13 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 Dcheck-presubmit.py418 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 Dcheck-presubmit418 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)