Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp846 int linecount = 0; in doForwardIterTest() local
847 while (linecount < gNumFileLines) { in doForwardIterTest()
848 UChar *str = gFileLines[linecount].name; in doForwardIterTest()
849 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest()
855 linecount ++; in doForwardIterTest()
866 int linecount = 0; in doForwardIterTest() local
867 while (linecount < gNumFileLines) { in doForwardIterTest()
868 UChar *str = gFileLines[linecount].name; in doForwardIterTest()
869 int strlen = haslen?gFileLines[linecount].len:-1; in doForwardIterTest()
871 linecount ++; in doForwardIterTest()
[all …]
/external/python/cpython2/Lib/test/
Dtest_multifile.py41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
/external/toybox/toys/posix/
Dsort.c71 int linecount;
291 error_exit("%s: Check line %d\n", name, TT.linecount); in sort_read()
295 if (!(TT.linecount&63)) in sort_read()
296 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64)); in sort_read()
297 TT.lines[TT.linecount] = line; in sort_read()
299 TT.linecount++; in sort_read()
374 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main()
380 for (jdx=0, idx=1; idx<TT.linecount; idx++) { in sort_main()
385 if (TT.linecount) TT.linecount = jdx+1; in sort_main()
389 for (idx = 0; idx<TT.linecount; idx++) { in sort_main()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java580 int linecount = 0; in doForwardIterTest() local
581 while (linecount < tests.length) { in doForwardIterTest()
582 String str = tests[linecount]; in doForwardIterTest()
587 linecount ++; in doForwardIterTest()
599 int linecount = 0; in doForwardIterTest() local
600 while (linecount < tests.length) { in doForwardIterTest()
601 String str = tests[linecount]; in doForwardIterTest()
603 linecount ++; in doForwardIterTest()
619 int linecount = 0; in doForwardIterTest() local
620 while (linecount < tests.length) { in doForwardIterTest()
[all …]
/external/autotest/client/profilers/powertop/src/
Dprocess.c77 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()
Dpowertop.h46 …death(char *process_match, char *process_name, struct line *slines, int linecount, double minwakeu…
/external/libmojo/third_party/jinja2/
Dfilters.py596 def do_batch(value, linecount, fill_with=None): argument
618 if len(tmp) == linecount:
623 if fill_with is not None and len(tmp) < linecount:
624 tmp += [fill_with] * (linecount - len(tmp))
/external/libvncserver/examples/
Dzippy.c18 void linecount (char* frame_buffer);
123 void linecount (char* frame_buffer) in linecount() function
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1603 Int linecount; in DEBUG_SnarfLinetab() local
1609 linecount = *pnt2.s++; in DEBUG_SnarfLinetab()
1611 if ( linecount > 0 ) { in DEBUG_SnarfLinetab()
1617 linecount, filename, segno, start[k].start, start[k].end ); in DEBUG_SnarfLinetab()
1619 for ( j = 0; j < linecount; j++ ) { in DEBUG_SnarfLinetab()
1623 + ((j < (linecount - 1)) in DEBUG_SnarfLinetab()
1629 ((const unsigned short *)(pnt2.ui + linecount))[j], in DEBUG_SnarfLinetab()
1635 ((const unsigned short *)(pnt2.ui + linecount))[j], j ); in DEBUG_SnarfLinetab()
/external/pcre/dist2/src/
Dpcre2grep.c2118 int linecount = 0; in pcre2grep() local
2121 while (p < ptr && linecount < after_context) in pcre2grep()
2124 linecount++; in pcre2grep()
2157 int linecount = 0; in pcre2grep() local
2161 linecount < before_context) in pcre2grep()
2163 linecount++; in pcre2grep()
2175 if (number) fprintf(stdout, "%d-", linenumber - linecount--); in pcre2grep()
/external/python/cpython3/Doc/library/
Dcgi.rst153 linecount = 0
157 linecount = linecount + 1
/external/python/cpython2/Doc/library/
Dcgi.rst151 linecount = 0
155 linecount = linecount + 1
/external/toybox/generated/
Dglobals.h1327 int linecount; member
/external/curl/tests/
Druntests.pl5689 my $linecount = 0;
5704 $linecount++;
5705 $truncate = $linecount > 1000;