/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/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 | 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() 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) TT.linecount = jdx+1; in sort_main() 398 for (idx = 0; idx<TT.linecount; idx++) { in sort_main()
|
/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/dist2/src/ |
D | pcre2grep.c | 2902 int linecount = 0; in pcre2grep() local 2905 while (p < ptr && linecount < after_context) in pcre2grep() 2908 linecount++; in pcre2grep() 2941 int linecount = 0; in pcre2grep() local 2946 linecount < before_context) in pcre2grep() 2948 linecount++; in pcre2grep() 2960 if (number) fprintf(stdout, "%lu-", linenumber - linecount--); in pcre2grep()
|
/external/python/cpython3/Doc/library/ |
D | cgi.rst | 153 linecount = 0 157 linecount = linecount + 1
|
/external/python/cpython2/Doc/library/ |
D | cgi.rst | 151 linecount = 0 155 linecount = linecount + 1
|
/external/toybox/android/linux/generated/ |
D | globals.h | 1455 int linecount; member
|
/external/toybox/android/device/generated/ |
D | globals.h | 1455 int linecount; member
|
/external/toybox/android/mac/generated/ |
D | globals.h | 1455 int linecount; member
|
/external/curl/tests/ |
D | runtests.pl | 5589 my $linecount = 0; 5604 $linecount++; 5605 $truncate = $linecount > 1000;
|