HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 226 - 250 of 793) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/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
partiallydefinedeq.stderr.exp 13 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/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 176 * Returns the total number of bytes transferred.
179 int total = 0; local
183 total += c;
186 return total;
  /external/elfutils/libebl/
eblgstrtab.c 97 size_t total; member in struct:Ebl_GStrtab
303 st->total += newstr->len - (*sep)->len;
319 st->total += newstr->len;
358 data->d_buf = malloc (st->total + nulllen);
368 data->d_size = st->total + nulllen;
378 assert (copylen == st->total * st->width + nulllen);
eblwstrtab.c 98 size_t total; member in struct:Ebl_WStrtab
297 st->total += newstr->len - (*sep)->len;
313 st->total += newstr->len;
352 data->d_buf = malloc ((st->total + nulllen) * sizeof (wchar_t));
362 data->d_size = st->total + nulllen;
372 assert (copylen == (st->total + nulllen) * sizeof (wchar_t));
  /external/v8/src/
runtime-profiler.cc 138 int typeinfo, total, percentage; local
139 GetICCounts(function, &typeinfo, &total, &percentage);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
296 int typeinfo, total, percentage; local
297 GetICCounts(function, &typeinfo, &total, &percentage);
310 typeinfo, total, percentage);
  /external/v8/test/cctest/
test-fast-dtoa.cc 209 int total = 0; local
216 total++;
226 CHECK_GT(succeeded*1.0/total, 0.99);
238 int total = 0; local
249 total++;
264 CHECK_GT(succeeded*1.0/total, 0.85);
  /bionic/libc/bionic/
libc_logging.cpp 59 BufferOutputStream(char* buffer, size_t size) : total(0) {
86 total += avail;
90 int total; member in struct:BufferOutputStream
100 FdOutputStream(int fd) : total(0), fd_(fd) {
115 total += rc;
119 int total; member in struct:FdOutputStream
411 return os.total;
420 return os.total;
  /development/tools/findunused/
findunusedstrings 7 -p option prints out unused strings, otherwise a total count is printed
  /external/bluetooth/bluedroid/gki/common/
gki_buffer.c 38 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
64 p_cb->freeq[id].total = total;
74 for (i = 0; i < total; i++)
104 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
108 GKI_TRACE("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
109 gki_init_free_queue(id, Q->size, Q->total, p_mem);
110 GKI_TRACE("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
179 p_cb->freeq[tt].total = 0
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.h 47 double total; // Time from power button to login panel. member in struct:chromeos::BootTimesLoader::BootTimes
57 total(0) {}
  /external/linux-tools-perf/util/
hist.h 28 * the total number of low level events, it is necessary to to sum all struct
68 long displacement, FILE *fp, u64 total);
72 bool color, u64 total);
  /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/skia/tests/
skia_test.cpp 65 void setIndexOfTotal(int index, int total) {
67 fTotal = total;
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
mcsigpass.stderr.exp 17 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
mcwatchpoints.stderr.exp 22 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  /external/valgrind/main/massif/tests/
peak2.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)
60 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
72 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
84 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
96 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
108 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
120 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
132 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
144 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
GalParser.java 53 return mGalResult.total > 0;
136 galResult.total = getValueInt();
  /external/valgrind/main/callgrind/
sim.c 827 unsigned int c; // store the total here
1523 FullCost total = CLG_(total_cost), D_total = 0; local
    [all...]
  /external/bison/lib/
bitset_stats.c 111 unsigned int total; local
113 total = 0;
115 total += bins[i];
117 if (!total)
125 (100.0 * bins[i]) / total);
135 unsigned int total; local
138 total = 0;
140 total += bins[i];
142 if (!total)
156 max_width, i, bins[i], 100.0 * bins[i] / total);
    [all...]

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 91011>>