Searched refs:format_line (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | zzdummy.py | 11 def format_selection(format_line): argument 14 @wraps(format_line) 19 lines[pos] = format_line(self, line)
|
/third_party/node/deps/v8/tools/ |
D | objdump-v8 | 47 def format_line(line): function 73 sys.stdout.write(format_line(line))
|
D | avg.py | 87 def format_line(points, key, average, stddev, min_value, max_value, function 138 return format_line(self.size(), self.key, fmt(self.average), 170 return format_line("#/{}".format(ARGS['repetitions']),
|
/third_party/ffmpeg/libavutil/ |
D | log.c | 294 static void format_line(void *avcl, int level, const char *fmt, va_list vl, in format_line() function 342 format_line(ptr, level, fmt, vl, part, print_prefix, NULL); in av_log_format_line2() 368 format_line(ptr, level, fmt, vl, part, &print_prefix, type); in av_log_default_callback()
|