Home
last modified time | relevance | path

Searched refs:input_file (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/tools/tracing/tooling/
Dupdate_trace.py52 def update_trace_file(input_file, time_offset, start_pid=(1<<16), max_pid = (1<<32)): argument
54 with open(input_file, 'r') as f:
65 file_path = os.path.splitext(input_file)
96 update_trace_file(args.input_file, args.time_offset, args.start_pid, args.max_pid)
/device/generic/goldfish/tools/
Dmk_combined_img.py26 def parse_input(input_file): argument
28 lines = input_file.readlines()
/device/google/trout/tools/
Dbpttool1449 def query_partition(self, input_file, part_label, query_type, ab_collapse): argument
1471 partitions, _ = self._read_json([input_file], ab_collapse)