Searched refs:line_format (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.c | 1104 char line_format[25]; in hdr_percentiles_print() local 1110 format_line_string(line_format, 25, h->significant_figures, format); in hdr_percentiles_print() 1132 stream, line_format, value, percentile, total_count, inverted_percentile) < 0) in hdr_percentiles_print()
|
/third_party/python/Lib/test/ |
D | test_regrtest.py | 443 def list_regex(line_format, tests): argument 446 regex = line_format % (count, plural(count))
|