Searched refs:input_file (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | latency.py | 120 def compute_latencies(input_file, event_pairs_by_start_id, argument 127 line = input_file.readline() 191 def process_latencies(config_xml, input_file): argument 205 lat_tables_by_pair_id = compute_latencies(input_file, 208 fname_base = os.path.splitext(os.path.basename(input_file.name))[0] 261 input_file = open(input_file_name, 'r') 262 lat_tables_by_pair_id = compute_latencies(input_file,
|
/tools/acloud/internal/lib/ |
D | ota_tools.py | 133 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 160 for line in input_file: 226 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument 246 for line in input_file:
|