Searched refs:_debug_print (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/startop/scripts/iorap/ |
D | compile_handcrafted_file.py | 58 def _debug_print(*args, **kwargs): function 85 _debug_print("found zip file ", file_basename, " in ", matched) 124 _debug_print("Line = ", line) 126 _debug_print(" skip empty line", line) 129 _debug_print(" skip commented line", line) 167 _debug_print("APK path '%s' file size '%d'" %(path_to_zip_on_host, apk_file_size)) 245 _debug_print("parsed options: ", options) 249 _debug_print("input = stdin") 252 _debug_print("input = (file)", options.input) 258 _debug_print("output_proto_binary = ", output_proto_file) [all …]
|
/frameworks/base/startop/scripts/app_startup/ |
D | analyze_metrics.py | 72 def _debug_print(*args, **kwargs): function 98 _debug_print(*new_args_list, **kwargs) 101 _debug_print("read_headers for file: ", input_file.name) 110 _debug_print('header', header) 121 _debug_print("print_analysis for file: ", input_file.name) 135 _debug_print("skip comment line", row) 263 _debug_print("iterate comparables") 366 _debug_print("baseline_label_list:", baseline_label_list) 367 _debug_print("baseline_np_data_2d:", baseline_np_data_2d) 368 _debug_print("rest_label_list:", rest_label_list) [all …]
|