/third_party/boost/libs/units/test/ |
D | check_conversion_defs.cpp | 60 int line_count = 0; in main() local 86 ++line_count; in main() 87 std::cout << "on line: " << line_count << std::endl; in main() 96 …ions_file, line)) { std::cerr << "unexpected end of file." << std::endl; return(1); } ++line_count; in main() 97 …e, match, conversion_guard_regex)) { std::cerr << "error on line: " << line_count << std::endl; re… in main() 100 …ds.insert(conversion_guard).second){ std::cerr << "error on line: " << line_count << std::endl; re… in main() 102 …ions_file, line)) { std::cerr << "unexpected end of file." << std::endl; return(1); } ++line_count; in main() 103 …ine, match, set_conversion_guard)) { std::cerr << "error on line: " << line_count << std::endl; re… in main() 106 …if(match[1].str() != conversion_guard) { std::cerr << "error on line: " << line_count << std::endl… in main() 108 …ions_file, line)) { std::cerr << "unexpected end of file." << std::endl; return(1); } ++line_count; in main() [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | counter_test.cpp | 40 int line_count = 0; in read_counter() local 55 ++line_count; in read_counter() 56 BOOST_CHECK(first_counter->lines() == line_count); in read_counter() 57 BOOST_CHECK(first_counter->lines() == line_count); in read_counter() 73 int line_count = 0; in write_counter() local 86 ++line_count; in write_counter() 87 BOOST_CHECK(first_counter->lines() == line_count); in write_counter() 88 BOOST_CHECK(first_counter->lines() == line_count); in write_counter()
|
/third_party/googletest/googletest/test/ |
D | gtest_list_output_unittest.py | 127 line_count = 0 129 expected_line = expected_lines[line_count] 135 'on line %d' % (actual, expected_output, line_count))) 136 line_count = line_count + 1
|
/third_party/boringssl/src/third_party/googletest/test/ |
D | gtest_list_output_unittest.py | 127 line_count = 0 129 expected_line = expected_lines[line_count] 135 'on line %d' % (actual, expected_output, line_count))) 136 line_count = line_count + 1
|
/third_party/glib/ |
D | clang-format-diff.py | 108 line_count = 1 110 line_count = int(match.group(3)) 111 if line_count == 0: 113 end_line = start_line + line_count - 1
|
/third_party/nghttp2/ |
D | git-clang-format | 286 line_count = 1 288 line_count = int(match.group(3)) 289 if line_count > 0: 290 matches.setdefault(filename, []).append(Range(start_line, line_count)) 362 '-lines=%s:%s' % (start_line, start_line+line_count-1) 363 for start_line, line_count in line_ranges])
|
/third_party/quickjs/tests/ |
D | test_std.js | 82 var f, line, line_count, lines, i; 92 line_count = 0; 97 assert(line == lines[line_count]); 98 line_count++; 101 assert(line_count === lines.length);
|
/third_party/flutter/skia/third_party/externals/dawn/scripts/ |
D | git-clang-format | 311 line_count = 1 313 line_count = int(match.group(3)) 314 if line_count > 0: 315 matches.setdefault(filename, []).append(Range(start_line, line_count)) 411 '-lines=%s:%s' % (start_line, start_line+line_count-1) 412 for start_line, line_count in line_ranges])
|
/third_party/ffmpeg/libavcodec/ |
D | snow_dwt.h | 48 int line_count; member 94 int ff_slice_buffer_init(slice_buffer *buf, int line_count,
|
D | pgssubdec.c | 165 int pixel_count, line_count; in decode_rle() local 175 line_count = 0; in decode_rle() 177 while (buf < rle_bitmap_end && line_count < rect->h) { in decode_rle() 207 line_count++; in decode_rle()
|
D | snow_dwt.c | 28 int ff_slice_buffer_init(slice_buffer *buf, int line_count, in ff_slice_buffer_init() argument 35 buf->line_count = line_count; in ff_slice_buffer_init() 38 buf->line = av_mallocz_array(line_count, sizeof(IDWTELEM *)); in ff_slice_buffer_init() 82 av_assert1(line >= 0 && line < buf->line_count); in ff_slice_buffer_release() 98 for (i = 0; i < buf->line_count; i++) in ff_slice_buffer_flush()
|
/third_party/grpc/tools/line_count/ |
D | collect-now.sh | 19 tools/line_count/yaml2csv.py -i cloc.yaml -d `date +%Y-%m-%d` -o cloc.csv
|
/third_party/grpc/tools/internal_ci/linux/ |
D | grpc_line_count.sh | 29 ./tools/line_count/collect-now.sh
|
/third_party/glib/gobject/ |
D | glib-genmarshal.in | 983 line_count = 0 985 line_count += 1 996 location = '{} ({}:{:d})'.format(line.strip(), infile.name, line_count)
|
/third_party/ffmpeg/libavformat/ |
D | http.c | 66 int line_count; member 908 static int process_line(URLContext *h, char *line, int line_count, in process_line() argument 923 if (line_count == 0) { in process_line() 1168 err = process_line(h, line, s->line_count, new_location); in http_read_header() 1173 s->line_count++; in http_read_header() 1349 s->line_count = 0; in http_connect() 1901 s->line_count = 0; in http_proxy_open()
|
D | rtsp.c | 1165 int ret, content_length, line_count = 0, request = 0; in ff_rtsp_read_reply() local 1169 line_count = 0; in ff_rtsp_read_reply() 1203 if (line_count == 0) { in ff_rtsp_read_reply() 1220 line_count++; in ff_rtsp_read_reply()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | load.c | 142 int line_count = 0; in load_serial() local 195 if ((++line_count % 100) == 0) in load_serial()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | capture_replay_tests.py | 347 line_count = 0 349 line_count += 1 353 return '\n' + '\n'.join(lines[-line_count:]) + '\n'
|
/third_party/nghttp2/src/ |
D | h2load.cc | 1702 int line_count = 0; in read_script_from_file() local 1704 line_count++; in read_script_from_file() 1706 std::cerr << "Empty line detected at line " << line_count in read_script_from_file() 1714 << line_count << ". \n\t" << script_line << std::endl; in read_script_from_file() 1725 std::cerr << "Time value error at line " << line_count << ". \n\t" in read_script_from_file()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 2841 int line_count = 0; in InputTextCalcTextLenAndLineCount() local 2845 line_count++; in InputTextCalcTextLenAndLineCount() 2848 line_count++; in InputTextCalcTextLenAndLineCount() 2850 return line_count; in InputTextCalcTextLenAndLineCount() 3649 int line_count = 0; in InputTextEx() local 3654 line_count++; in InputTextEx() 3655 …= -1 && s >= searches_input_ptr[0]) { searches_result_line_number[0] = line_count; if (--searches_… in InputTextEx() 3656 …= -1 && s >= searches_input_ptr[1]) { searches_result_line_number[1] = line_count; if (--searches_… in InputTextEx() 3658 line_count++; in InputTextEx() 3659 if (searches_result_line_number[0] == -1) searches_result_line_number[0] = line_count; in InputTextEx() [all …]
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 3602 int line_count = 0; in InputTextCalcTextLenAndLineCount() local 3606 line_count++; in InputTextCalcTextLenAndLineCount() 3609 line_count++; in InputTextCalcTextLenAndLineCount() 3611 return line_count; in InputTextCalcTextLenAndLineCount() 4599 int line_count = 0; in InputTextEx() local 4604 line_count++; in InputTextEx() 4605 …0] == -1 && s >= searches_input_ptr[0]) { searches_result_line_no[0] = line_count; if (--searches_… in InputTextEx() 4606 …1] == -1 && s >= searches_input_ptr[1]) { searches_result_line_no[1] = line_count; if (--searches_… in InputTextEx() 4608 line_count++; in InputTextEx() 4610 searches_result_line_no[0] = line_count; in InputTextEx() [all …]
|
/third_party/minimp3/player/ |
D | nuklear.h | 15336 int line_count = 0; 15354 if (!line_count) 15363 line_count++; 15388 if (!line_count)
|