/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_multifile.py | 41 global boundaries, linecount 55 linecount += len(lines) 58 global boundaries, linecount 60 linecount = 0 64 assert linecount == 9
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_multifile.py | 41 global boundaries, linecount 55 linecount += len(lines) 58 global boundaries, linecount 60 linecount = 0 64 assert linecount == 9
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_multifile.py | 41 global boundaries, linecount 55 linecount += len(lines) 58 global boundaries, linecount 60 linecount = 0 64 assert linecount == 9
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_multifile.py | 41 global boundaries, linecount 55 linecount += len(lines) 58 global boundaries, linecount 60 linecount = 0 64 assert linecount == 9
|
/system/extras/perfprofd/ |
configreader.h | 58 void parseLine(const char *key, const char *value, unsigned linecount);
|
configreader.cc | 196 unsigned linecount) 205 W_ALOGW("line %d: malformed unsigned value (ignored)", linecount); 214 linecount, uvalue, key, vals.minv, vals.maxv); 235 W_ALOGW("line %d: unknown option '%s' ignored", linecount, key); 258 for (unsigned linecount = 1; 260 linecount += 1) 276 W_ALOGW("line %d: line malformed (no '=' found)", linecount); 283 parseLine(key.c_str(), value.c_str(), linecount);
|
/external/toybox/toys/posix/ |
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) TT.linecount = jdx+1 [all...] |
/external/autotest/client/profilers/powertop/src/ |
process.c | 77 void suggest_process_death(char *process_match, char *tokill, struct line *slines, int linecount, double minwakeups, char *comment, int weight) 81 for (i = 0; i < linecount; i++) {
|
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/ |
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/ |
CollationPerformanceTest.java | 578 int linecount = 0; local 579 while (linecount < tests.length) { 580 String str = tests[linecount]; 585 linecount ++; 597 int linecount = 0; local 598 while (linecount < tests.length) { 599 String str = tests[linecount]; 601 linecount ++; 617 int linecount = 0; local 618 while (linecount < tests.length) 698 int linecount = 0; local 716 int linecount = 0; local 736 int linecount = 0; local [all...] |
/external/libvncserver/examples/ |
zippy.c | 18 void linecount (char* frame_buffer); 123 void linecount (char* frame_buffer) function
|
/external/pcre/dist/ |
pcregrep.c | 1831 int linecount = 0; local 1870 int linecount = 0; local [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
readpdb.c | 1597 Int linecount; local [all...] |
/external/toybox/generated/ |
globals.h | 1218 int linecount; member in struct:sort_data
|
/frameworks/base/core/java/android/widget/ |
TextView.java | 7230 int linecount = layout.getLineCount(); local [all...] |
/external/curl/tests/ |
runtests.pl | [all...] |
/prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/ |
clover-3.1.12.jar | |