/external/icu/icu4c/source/test/perf/collationperf/ |
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() [all …]
|
/external/cronet/third_party/icu/source/test/perf/collationperf/ |
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() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_multifile.py | 41 global boundaries, linecount 55 linecount += len(lines) 58 global boundaries, linecount 60 linecount = 0 64 assert linecount == 9
|
/external/mesa3d/src/util/ |
D | xxd.py | 68 linecount = 0 78 linecount = linecount + 1 79 if linecount > 20: 81 linecount = 0
|
/external/toybox/toys/posix/ |
D | sort.c | 65 unsigned linecount; 290 error_exit("%s: Check line %u", TT.name, TT.linecount+1); in sort_lines() 295 if (!(TT.linecount&63)) in sort_lines() 296 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64)); in sort_lines() 297 TT.lines[TT.linecount] = line; in sort_lines() 299 TT.linecount++; in sort_lines() 371 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main() 375 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main() 379 if (TT.linecount) TT.linecount = jdx+1; in sort_main() 387 for (idx = 0; idx<TT.linecount; idx++) { in sort_main()
|
/external/tcpdump/tests/ |
D | TESTrun | 99 my $linecount = 0; 238 $linecount = 0; 249 $linecount++; 273 if($linecount == 0 && $status == 0) { 283 if($linecount == 0) { 324 if($linecount == 0) { 332 if($linecount == 0) {
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 589 int linecount = 0; in doForwardIterTest() local 590 while (linecount < tests.length) { in doForwardIterTest() 591 String str = tests[linecount]; in doForwardIterTest() 596 linecount ++; in doForwardIterTest() 608 int linecount = 0; in doForwardIterTest() local 609 while (linecount < tests.length) { in doForwardIterTest() 610 String str = tests[linecount]; in doForwardIterTest() 612 linecount ++; in doForwardIterTest() 628 int linecount = 0; in doForwardIterTest() local 629 while (linecount < tests.length) { in doForwardIterTest() [all …]
|
/external/python/cpython3/Lib/idlelib/ |
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
|
/external/autotest/client/profilers/powertop/src/ |
D | process.c | 77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, d… in suggest_process_death() argument 81 for (i = 0; i < linecount; i++) { in suggest_process_death()
|
D | powertop.h | 46 …death(char *process_match, char *process_name, struct line *slines, int linecount, double minwakeu…
|
/external/libchrome/third_party/jinja2/ |
D | filters.py | 737 def do_batch(value, linecount, fill_with=None): argument 758 if len(tmp) == linecount: 763 if fill_with is not None and len(tmp) < linecount: 764 tmp += [fill_with] * (linecount - len(tmp))
|
/external/python/jinja/src/jinja2/ |
D | filters.py | 854 def do_batch(value, linecount, fill_with=None): argument 875 if len(tmp) == linecount: 880 if fill_with is not None and len(tmp) < linecount: 881 tmp += [fill_with] * (linecount - len(tmp))
|
/external/pcre/src/ |
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()
|
/external/python/cpython2/Doc/library/ |
D | cgi.rst | 151 linecount = 0 155 linecount = linecount + 1
|
/external/python/cpython3/Doc/library/ |
D | cgi.rst | 153 linecount = 0 157 linecount = linecount + 1
|
/external/toybox/android/linux/generated/ |
D | globals.h | 1546 unsigned linecount; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 1546 unsigned linecount; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 1546 unsigned linecount; member
|
/external/curl/tests/ |
D | runtests.pl | 6178 my $linecount = 0; 6193 $linecount++; 6194 $truncate = $linecount > 1000;
|
/external/ltp/scripts/ |
D | checkpatch.pl | 7497 my $linecount = 0; 7505 $linecount++; 7507 if ($linecount > 3) {
|
/external/perfetto/test/trace_processor/diff_tests/android/ |
D | android_bugreport_dumpstate_test.out | 1 "section","service","linecount"
|