/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 845 int linecount = 0; in doForwardIterTest() local 846 while (linecount < gNumFileLines) { in doForwardIterTest() 847 UChar *str = gFileLines[linecount].name; in doForwardIterTest() 848 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() 854 linecount ++; in doForwardIterTest() 865 int linecount = 0; in doForwardIterTest() local 866 while (linecount < gNumFileLines) { in doForwardIterTest() 867 UChar *str = gFileLines[linecount].name; in doForwardIterTest() 868 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest() 870 linecount in doForwardIterTest() 889 int linecount = 0; doForwardIterTest() local 1008 int linecount = 0; doBackwardIterTest() local 1029 int linecount = 0; doBackwardIterTest() local 1053 int linecount = 0; doBackwardIterTest() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | sort.c | 64 int linecount; 293 error_exit("%s: Check line %d\n", TT.name, TT.linecount); in sort_lines() 297 if (!(TT.linecount&63)) in sort_lines() 298 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64)); in sort_lines() 299 TT.lines[TT.linecount] = line; in sort_lines() 301 TT.linecount++; in sort_lines() 371 // Open input files and read data, populating TT.lines[TT.linecount] in sort_main() 379 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main() 385 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main() 390 if (TT.linecount) T in sort_main() [all...] |
/third_party/mesa3d/src/util/ |
H A D | xxd.py | 67 linecount = 0 77 linecount = linecount + 1 78 if linecount > 20: 80 linecount = 0
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 589 int linecount = 0; in doForwardIterTest() 590 while (linecount < tests.length) { in doForwardIterTest() 591 String str = tests[linecount]; in doForwardIterTest() 596 linecount ++; in doForwardIterTest() 608 int linecount = 0; in doForwardIterTest() 609 while (linecount < tests.length) { in doForwardIterTest() 610 String str = tests[linecount]; in doForwardIterTest() 612 linecount ++; in doForwardIterTest() 628 int linecount = 0; in doForwardIterTest() 629 while (linecount < test in doForwardIterTest() [all...] |
/third_party/python/Lib/idlelib/ |
H A D | squeezer.py | 38 linecount = 1 57 linecount += (current_column - 1) // linewidth 58 linecount += 1 67 linecount += 1 76 linecount += (current_column - 1) // linewidth 79 linecount -= 1 81 return linecount
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | filters.py | 874 def do_batch(value, linecount, fill_with=None): 895 if len(tmp) == linecount: 900 if fill_with is not None and len(tmp) < linecount: 901 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 737 def do_batch(value, linecount, fill_with=None): 758 if len(tmp) == linecount: 763 if fill_with is not None and len(tmp) < linecount: 764 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | filters.py | 874 def do_batch(value, linecount, fill_with=None): 895 if len(tmp) == linecount: 900 if fill_with is not None and len(tmp) < linecount: 901 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/jinja2/ |
H A D | filters.py | 1085 value: "t.Iterable[V]", linecount: int, fill_with: "t.Optional[V]" = None 1108 if len(tmp) == linecount: 1115 if fill_with is not None and len(tmp) < linecount: 1116 tmp += [fill_with] * (linecount - len(tmp))
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 2920 int linecount = 0; in pcre2grep() local 2923 while (p < ptr && linecount < after_context) in pcre2grep() 2926 linecount++; in pcre2grep() 2960 int linecount = 0; in pcre2grep() local 2965 linecount < before_context) in pcre2grep() 2967 linecount++; in pcre2grep() 2980 if (number) fprintf(stdout, "%lu-", linenumber - linecount--); in pcre2grep()
|
/third_party/backends/backend/ |
H A D | sharp.c | 2346 int linecount = 0; in sane_init() local 2387 linecount++; in sane_init() 2408 linecount); in sane_init() 2426 linecount); in sane_init() 2441 linecount); in sane_init() 2456 linecount); in sane_init() 2479 linecount); in sane_init() 2486 linecount); in sane_init()
|
H A D | nec.c | 1883 int linecount = 0; in sane_init() local 1922 linecount++; in sane_init() 1943 linecount); in sane_init() 1961 linecount); in sane_init() 1976 linecount); in sane_init() 1985 linecount); in sane_init()
|
/third_party/curl/tests/ |
H A D | runtests.pl | 2668 my $linecount = 0; 2683 $linecount++; 2684 $truncate = $linecount > 1200;
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 1340 int linecount = 0; in RBProject() 1342 if (linecount % 2 == 0) { in RBProject() 1347 linecount++; in RBProject()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1502 int linecount; member
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 7497 my $linecount = 0; 7505 $linecount++; 7507 if ($linecount > 3) {
|