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

<<11121314151617181920>>

  /external/skia/debugger/
SkDebugger.cpp 79 int total = 0; local
107 total += counts[i];
119 overview->append("Total Time: ");
131 totalStr.append("Total Draw Commands: ");
132 totalStr.appendScalar(SkDoubleToScalar(total));
  /external/skia/tests/
RandomTest.cpp 133 int total = 0; local
137 total += (entry & 0x1);
143 double z = ((kN-total)-kMean)/kStandardDeviation;
  /external/valgrind/memcheck/tests/
addressable.stderr.exp 5 total heap usage: ... allocs, ... frees, ... bytes allocated
34 total heap usage: ... allocs, ... frees, ... bytes allocated
43 total heap usage: ... allocs, ... frees, ... bytes allocated
57 total heap usage: ... allocs, ... frees, ... bytes allocated
76 total heap usage: ... allocs, ... frees, ... bytes allocated
86 total heap usage: ... allocs, ... frees, ... bytes allocated
  /frameworks/av/media/libnbaio/
AudioBufferProviderSource.cpp 84 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user,
94 ALOG_ASSERT(accumulator <= total);
95 size_t count = total - accumulator;
  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 184 void ShadowTessellator::checkOverflow(int used, int total, const char* bufferName) {
185 LOG_ALWAYS_FATAL_IF(used > total, "Error: %s overflow!!! used %d, total %d",
186 bufferName, used, total);
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 152 long total = runtime.totalMemory();
154 long used = total - free;
156 Log.d(TAG, "Total memory : " + total);
  /frameworks/native/libs/ui/
GraphicBufferAllocator.cpp 58 size_t total = 0; local
76 total += rec.size;
78 snprintf(buffer, SIZE, "Total allocated (estimate): %.2f KB\n", total/1024.0f);
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 265 int total = 0; local
266 while (total < length) {
267 total += channel.write(buffer);
  /libcore/luni/src/main/java/libcore/io/
Streams.java 177 * Returns the total number of bytes transferred.
180 int total = 0; local
184 total += c;
187 return total;
  /art/runtime/base/
arena_allocator.cc 211 size_t total = 0; local
214 total += arena->GetBytesAllocated();
216 return total;
242 size_t total = ptr_ - begin_; local
246 total += cur_arena->GetBytesAllocated();
249 return total;
  /art/runtime/gc/space/
bump_pointer_space.cc 215 uint64_t total = static_cast<uint64_t>(bytes_allocated_.LoadRelaxed()); local
225 total += thread->GetThreadLocalBytesAllocated();
228 return total;
233 uint64_t total = static_cast<uint64_t>(objects_allocated_.LoadRelaxed()); local
243 total += thread->GetThreadLocalObjectsAllocated();
246 return total;
  /external/elfutils/src/libebl/
eblgstrtab.c 76 size_t total; member in struct:Ebl_GStrtab
282 st->total += newstr->len - (*sep)->len;
298 st->total += newstr->len;
337 data->d_buf = malloc (st->total + nulllen);
347 data->d_size = st->total + nulllen;
357 assert (copylen == st->total * st->width + nulllen);
eblwstrtab.c 77 size_t total; member in struct:Ebl_WStrtab
276 st->total += newstr->len - (*sep)->len;
292 st->total += newstr->len;
331 data->d_buf = malloc ((st->total + nulllen) * sizeof (wchar_t));
341 data->d_size = st->total + nulllen;
351 assert (copylen == (st->total + nulllen) * sizeof (wchar_t));
  /external/skia/tools/lua/
classify_rrect_clips.lua 85 io.write(array[i].class, ": ", array[i].count, " (", array[i].count/class_table["total"] * 100, "%)\n");
92 table["total"] = (table["total"] or 0) + 1
count_effects.lua 43 io.write("total paints ", total_paints, " ", tostr(effects), "\n");
  /external/v8/test/cctest/
test-fast-dtoa.cc 234 int total = 0; local
241 total++;
251 CHECK_GT(succeeded*1.0/total, 0.99);
263 int total = 0; local
274 total++;
289 CHECK_GT(succeeded*1.0/total, 0.85);
  /external/v8/tools/testrunner/local/
progress.py 84 print 'Running %i tests' % self.runner.total
135 total = self.runner.succeeded + len(self.runner.failed)
136 if (total > 1) and (total % 50 == 1):
197 'remaining': (((self.runner.total - self.runner.remaining) * 100) //
198 self.runner.total),
  /development/tools/findunused/
findunusedstrings 7 -p option prints out unused strings, otherwise a total count is printed
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 36 // long long total, available;
37 // status = pReader->Length(&total, &available);
39 // assert((total < 0) || (available <= total));
100 long long total, available; local
102 int status = pReader->Length(&total, &available);
104 assert((total < 0) || (available <= total));
326 long long total, available; local
328 const long status = pReader->Length(&total, &available)
369 long long total, available; local
436 long long total, available; local
642 long long total, available; local
759 long long total, available; local
939 long long total, avail; local
1853 long long total, avail; local
2913 long long total, avail; local
3162 long long total, avail; local
3268 long long total, avail; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 36 // long long total, available;
37 // status = pReader->Length(&total, &available);
39 // assert((total < 0) || (available <= total));
100 long long total, available; local
102 int status = pReader->Length(&total, &available);
104 assert((total < 0) || (available <= total));
328 long long total, available; local
330 const long status = pReader->Length(&total, &available)
371 long long total, available; local
438 long long total, available; local
644 long long total, available; local
761 long long total, available; local
941 long long total, avail; local
1855 long long total, avail; local
2915 long long total, avail; local
3164 long long total, avail; local
3270 long long total, avail; local
    [all...]
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
ApacheHttpClient.java 73 long total = readAllAndClose(in); local
78 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
OkHttpAsync.java 74 long total = SynchronousHttpClient.readAllAndClose(body.byteStream());
79 total, TimeUnit.NANOSECONDS.toMillis(finish - start));
  /external/opencv/cvaux/src/
extendededges.cpp 141 for( i = 0; i < current->total; i++ )
154 for( i = 0; i < current->total; i++ )
234 for( int i = 0; i < current->total; i++ )
  /external/toybox/toys/pending/
top.c 60 unsigned long long total; member in struct:cpu_info
86 static struct cpu_info old_cpu[10], new_cpu[10]; //1 total, 8 cores, 1 null
464 long unsigned total, meminfo_cached, anon, meminfo_mapped, local
493 sprintf(toybuf, "Mem total:%lu anon:%lu map:%lu free:%lu",
503 sprintf(toybuf, "Swap total:%lu free:%lu",swapT, swapF);
512 for (k = 1; new_cpu[k].total; k++) {
519 total = (new_cpu[k].total) - (old_cpu[k].total);
520 if (!total) total = 1; //avoid denominator as 0, FP
    [all...]
  /external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp 12 total heap usage: 0 allocs, 0 frees, 0 bytes allocated

Completed in 1399 milliseconds

<<11121314151617181920>>