HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 251 - 275 of 1239) sorted by null

<<11121314151617181920>>

  /external/skia/tests/
skia_test.cpp 38 explicit Status(int total)
39 : fDone(0), fTestCount(0), fFailCount(0), fTotal(total) {}
172 int total = 0; local
181 total++;
  /external/valgrind/helgrind/tests/
tc17_sembar.c 37 unsigned total; member in struct:__anon20657
52 bar->total = count;
74 bar->total = count;
86 if (bar->arrived == bar->total)
  /external/valgrind/massif/tests/
ignored.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
one.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
custom_alloc.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
46 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
58 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
realloc.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
63 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
zero1.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
zero2.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
68 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/zlib/src/
inflate.h 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /frameworks/base/libs/hwui/
ShadowTessellator.h 49 // The total number of rays starting from the centroid of shadow area, in order
53 // The total number of all the vertices representing the shadow.
57 // The total number of indices used for drawing the shadow geometry as triangle strips.
90 static void checkOverflow(int used, int total, const char* bufferName);
  /external/linux-tools-perf/src/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Util.pm 25 my ($total, $n) = @_;
27 return $total / $n;
  /external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Util.py 19 def avg(total, n):
20 return total / n
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttp.java 68 long total = readAllAndClose(urlConnection.getInputStream()); local
73 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
UrlConnection.java 69 long total = readAllAndClose(in); local
74 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
  /external/v8/tools/testrunner/local/
verbose.py 36 """Total: %(total)i tests
46 total = len(tests)
62 "total": total,
91 sys.stderr.write("--- Total time: %s ---\n" % FormatTime(overall_time))
  /external/valgrind/memcheck/tests/
accounting.stderr.exp 9 total heap usage: 1 allocs, 1 frees, 1 bytes allocated
bug155125.stderr.exp 10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
describe-block.stderr.exp 10 total heap usage: ... allocs, ... frees, ... bytes allocated
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /external/elfutils/src/libebl/
eblstrtab.c 76 size_t total; member in struct:Ebl_Strtab
269 st->total += newstr->len - (*sep)->len;
285 st->total += newstr->len;
320 data->d_buf = malloc (st->total + nulllen);
330 data->d_size = st->total + nulllen;
341 assert (copylen == st->total + nulllen);
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 55 GKI_TRACE_0("POOL SIZE USED MAXU TOTAL");
63 i, p->size, p->cur_cnt, p->max_cnt, p->total);
68 i, p->size, p->cur_cnt, p->max_cnt, p->total);
92 GKI_TRACE_5("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
93 gki_cb.com.freeq[i].cur_cnt, gki_cb.com.freeq[i].max_cnt, gki_cb.com.freeq[i].total);
181 maxbuffs = gki_cb.com.freeq[pool].total;
183 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
185 gki_cb.com.freeq[pool].cur_cnt, gki_cb.com.freeq[pool].max_cnt, gki_cb.com.freeq[pool].total);
226 num_bufs = gki_cb.com.freeq[pool_id].total;
  /external/libnfc-nci/src/gki/common/
gki_debug.c 55 GKI_TRACE_0("POOL SIZE USED MAXU TOTAL");
63 i, p->size, p->cur_cnt, p->max_cnt, p->total);
68 i, p->size, p->cur_cnt, p->max_cnt, p->total);
92 GKI_TRACE_5("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
93 gki_cb.com.freeq[i].cur_cnt, gki_cb.com.freeq[i].max_cnt, gki_cb.com.freeq[i].total);
181 maxbuffs = gki_cb.com.freeq[pool].total;
183 print("Buffer Pool[%u] size=%u cur_cnt=%u max_cnt=%u total=%u\n",
185 gki_cb.com.freeq[pool].cur_cnt, gki_cb.com.freeq[pool].max_cnt, gki_cb.com.freeq[pool].total);
226 num_bufs = gki_cb.com.freeq[pool_id].total;
  /external/v8/test/webkit/
dfg-put-scoped-var-backward-flow.js 29 var total = 0;
31 total += num;
33 return total;
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 88 struct timespec total; // total elapsed time spent waiting local
89 total.tv_sec = 0;
90 total.tv_nsec = 0;
91 bool measure = elapsed != NULL; // whether to measure total elapsed time spent waiting
213 if (!measure || requested->tv_sec < total.tv_sec ||
214 (requested->tv_sec == total.tv_sec && requested->tv_nsec <= total.tv_nsec)) {
218 remaining.tv_sec = requested->tv_sec - total.tv_sec;
219 if ((remaining.tv_nsec = requested->tv_nsec - total.tv_nsec) < 0)
395 struct timespec total; \/\/ total elapsed time spent waiting local
    [all...]

Completed in 2202 milliseconds

<<11121314151617181920>>