HomeSort by relevance Sort by last modified time
    Searched refs:linecount (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multifile.py 41 global boundaries, linecount
55 linecount += len(lines)
58 global boundaries, linecount
60 linecount = 0
64 assert linecount == 9
  /external/python/cpython2/Lib/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/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 197 unsigned linecount)
206 W_ALOGW("line %d: malformed unsigned value (ignored)", linecount);
215 linecount, uvalue, key, vals.minv, vals.maxv);
236 W_ALOGW("line %d: unknown option '%s' ignored", linecount, key);
259 for (unsigned linecount = 1;
261 linecount += 1)
277 W_ALOGW("line %d: line malformed (no '=' found)", linecount);
284 parseLine(key.c_str(), value.c_str(), linecount);
  /external/toybox/toys/posix/
sort.c 71 int linecount;
291 error_exit("%s: Check line %d\n", name, TT.linecount);
295 if (!(TT.linecount&63))
296 TT.lines = xrealloc(TT.lines, sizeof(char *)*(TT.linecount+64));
297 TT.lines[TT.linecount] = line;
299 TT.linecount++;
366 // Open input files and read data, populating TT.lines[TT.linecount]
374 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys);
380 for (jdx=0, idx=1; idx<TT.linecount; idx++) {
385 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 846 int linecount = 0; local
847 while (linecount < gNumFileLines) {
848 UChar *str = gFileLines[linecount].name;
849 int strlen = haslen?gFileLines[linecount].len:-1;
855 linecount ++;
866 int linecount = 0; local
867 while (linecount < gNumFileLines) {
868 UChar *str = gFileLines[linecount].name;
869 int strlen = haslen?gFileLines[linecount].len:-1;
871 linecount ++
890 int linecount = 0; local
1009 int linecount = 0; local
1030 int linecount = 0; local
1054 int linecount = 0; local
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 580 int linecount = 0; local
581 while (linecount < tests.length) {
582 String str = tests[linecount];
587 linecount ++;
599 int linecount = 0; local
600 while (linecount < tests.length) {
601 String str = tests[linecount];
603 linecount ++;
619 int linecount = 0; local
620 while (linecount < tests.length)
700 int linecount = 0; local
718 int linecount = 0; local
738 int linecount = 0; local
    [all...]
  /external/libvncserver/examples/
zippy.c 18 void linecount (char* frame_buffer);
123 void linecount (char* frame_buffer) function
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1603 Int linecount; local
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 2118 int linecount = 0; local
2157 int linecount = 0; local
    [all...]
  /external/toybox/generated/
globals.h 1311 int linecount; member in struct:sort_data
  /external/curl/tests/
runtests.pl     [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 8406 int linecount = layout.getLineCount(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 684 milliseconds