/external/toybox/toys/posix/ |
H A D | sort.c | 71 int linecount; 288 error_exit("%s: Check line %d\n", name, TT.linecount); 292 if (!(TT.linecount&63)) 293 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64)); 294 TT.lines[TT.linecount] = line; 296 TT.linecount++; 363 // Open input files and read data, populating TT.lines[TT.linecount] 371 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); 377 for (jdx=0, idx=1; idx<TT.linecount; idx++) { 382 if (TT.linecount) T [all...] |
/external/autotest/client/profilers/powertop/src/ |
H A D | process.c | 77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, double minwakeups, char *comment, int weight) argument 81 for (i = 0; i < linecount; i++) {
|
H A D | powertop.h | 46 void suggest_process_death(char *process_match, char *process_name, struct line *slines, int linecount, double minwakeups, char *comment, int weight);
|
/external/icu/icu4c/source/test/perf/collationperf/ |
H A D | collperf.cpp | 842 int linecount = 0; local 843 while (linecount < gNumFileLines) { 844 UChar *str = gFileLines[linecount].name; 845 int strlen = haslen?gFileLines[linecount].len:-1; 851 linecount ++; 862 int linecount = 0; local 863 while (linecount < gNumFileLines) { 864 UChar *str = gFileLines[linecount].name; 865 int strlen = haslen?gFileLines[linecount].len:-1; 867 linecount 886 int linecount = 0; local 1005 int linecount = 0; local 1026 int linecount = 0; local 1050 int linecount = 0; local [all...] |
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | CollationPerformanceTest.java | 578 int linecount = 0; 579 while (linecount < tests.length) { 580 String str = tests[linecount]; 585 linecount ++; 597 int linecount = 0; 598 while (linecount < tests.length) { 599 String str = tests[linecount]; 601 linecount ++; 617 int linecount = 0; 618 while (linecount < test [all...] |
/external/libvncserver/examples/ |
H A D | zippy.c | 18 void linecount (char* frame_buffer); 123 void linecount (char* frame_buffer) function
|
/external/opencv3/3rdparty/jinja2/ |
H A D | filters.py | 596 def do_batch(value, linecount, fill_with=None): 618 if len(tmp) == linecount: 623 if fill_with is not None and len(tmp) < linecount: 624 tmp += [fill_with] * (linecount - len(tmp))
|
/external/pcre/dist/ |
H A D | pcregrep.c | 1831 int linecount = 0; local 1834 while (p < ptr && linecount < after_context) 1837 linecount++; 1870 int linecount = 0; local 1874 linecount < before_context) 1876 linecount++; 1888 if (number) fprintf(stdout, "%d-", linenumber - linecount--);
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readpdb.c | 1597 Int linecount; local 1603 linecount = *pnt2.s++; 1605 if ( linecount > 0 ) { 1611 linecount, filename, segno, start[k].start, start[k].end ); 1613 for ( j = 0; j < linecount; j++ ) { 1617 + ((j < (linecount - 1)) 1623 ((const unsigned short *)(pnt2.ui + linecount))[j], 1629 ((const unsigned short *)(pnt2.ui + linecount))[j], j );
|
/external/toybox/generated/ |
H A D | globals.h | 1218 int linecount; member in struct:sort_data
|
/external/curl/tests/ |
H A D | runtests.pl | 5203 my $linecount = 0; 5218 $linecount++; 5219 $truncate = $linecount > 1000;
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |