Searched refs:out_file (Results 1 – 3 of 3) sorted by relevance
/device/google/cuttlefish/tools/ |
D | tombstone_to_line.py | 59 def simple_match(line, info, indent, out_file): argument 61 line, info.file_name, info.line_number), file=out_file) 64 def source_match(line, info, indent, out_file): argument 72 simple_match(line, info, indent, out_file) 74 print(line, file=out_file) 76 ' ' * indent, info.file_name, info.line_number), file=out_file) 78 file=out_file) 81 def process(in_file, out_file, args): argument 93 print(line, file=out_file) 96 source_match(line, info, len(groups.group(p[1])), out_file) [all …]
|
/device/generic/goldfish/fvpbase/ |
D | run_model_only | 29 -C bp.pl011_uart0.out_file="$ANDROID_PRODUCT_OUT/uart0.log" \ 30 -C bp.pl011_uart1.out_file="$ANDROID_PRODUCT_OUT/uart1.log" \
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 157 with open(args.output, 'w') as out_file: 158 out_file.write(json.dumps(modules, indent=2))
|