Searched defs:total (Results 201 - 225 of 470) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DCPUProfileView.js41 columns.push({id: "total", title: WebInspector.UIString("Total"), width: "120px", sortable: true});
479 "total": "totalTime",
/external/chromium_org/third_party/icu/source/samples/ucnv/
H A Dconvsamp.cpp302 uint32_t letters=0, total=0; local
360 total++;
365 printf("%d letters out of %d total UChars.\n", letters, total);
398 uint32_t letters=0, total=0; local
449 fprintf(stderr, "%s @ %d\n", u_errorName(status), total);
454 total++;
481 printf("%d letters out of %d total UChars.\n", letters, total);
881 uint32_t inbytes=0, total local
987 uint32_t inchars=0, total=0; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c618 static int total, total_changed, bufs; variable
831 total++;
859 total++;
891 total++;
930 total += 4;
1442 total, total_changed,
1443 ((float)total_changed/(float)total*100.0));
1445 (float)total/(float)bufs);
1449 bufs = n = total = total_changed = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c340 static int total, total_changed, bufs; variable
553 total++;
581 total++;
613 total++;
652 total += 4;
1068 total, total_changed,
1069 ((float)total_changed/(float)total*100.0));
1071 (float)total/(float)bufs);
1075 bufs = n = total = total_changed = 0;
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1870 opus_int32 total; local
1885 total=4;
1887 total+=test_dec_api();
1888 total+=test_msdec_api();
1889 total+=test_parse();
1890 total+=test_enc_api();
1891 total+=test_repacketizer_api();
1892 total+=test_malloc_fail();
1894 fprintf(stderr,"\nAll API tests passed.\nThe libopus API was invoked %d times.\n",total);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRotateCircles.cpp243 SkScalar total = meas.getLength(); local
250 for (SkScalar dist = 0; dist <= total; dist += delta) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp62 int total = oldCount + newCount; local
63 if (total == 0)
65 fInterpolators.setCount(total);
67 for (index = oldCount; index < total; index++)
69 fAnimators.setCount(total);
72 fState.setCount(total);
110 // total = oldCount + newCount;
111 // for (index = oldCount; index < total; index++)
/external/chromium_org/third_party/skia/src/core/
H A DSkShader.cpp74 SkMatrix total; local
75 total.setConcat(*rec.fMatrix, fLocalMatrix);
77 const SkMatrix* m = &total;
79 total.setConcat(*m, *rec.fLocalMatrix);
80 m = &total;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc134 bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total, argument
137 *total = 0;
274 // Compute the total count and total size
367 (int* blocks, size_t* total, int histogram[kMallocHistogramSize]),
368 (blocks, total, histogram));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h141 // Return current total (de)allocation statistics. It doesn't contain
143 const Stats& total() const { return total_; } function in class:HeapProfileTable
270 // but may be set to something like " heapprofile" for the total
333 // "file_name". "total" must contain the total of all entries in
336 const Bucket& total,
372 const Stats& total() const { return total_; } function in class:HeapProfileTable::Snapshot
H A Dheap-profiler.cc263 const HeapProfileTable::Stats& total = heap_profile->total(); local
264 const int64 inuse_bytes = total.alloc_size - total.free_size;
268 total.alloc_size >=
272 total.alloc_size >> 20, inuse_bytes >> 20);
275 total.free_size >=
279 total.free_size >> 20, inuse_bytes >> 20);
291 last_dump_alloc = total.alloc_size;
292 last_dump_free = total
[all...]
H A Dmalloc_extension.cc128 bool MallocExtension::MallocMemoryStats(int* blocks, size_t* total, argument
131 *total = 0;
257 // Compute the total count and total size
350 (int* blocks, size_t* total, int histogram[kMallocHistogramSize]),
351 (blocks, total, histogram));
/external/chromium_org/third_party/zlib/
H A Dinflate.h89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.cc297 float total = 0; local
314 total += major;
340 const float avg = total / sample_count;
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc34 double total = 0.0; local
36 total += a[i] * b[i];
37 return SkDoubleToMScalar(total);
/external/chromium_org/v8/src/
H A Dutils.cc260 int total = 0; local
261 while (total < size) {
262 int write = static_cast<int>(fwrite(str, 1, size - total, f));
264 return total;
266 total += write;
269 return total;
/external/elfutils/0.153/src/
H A Dsize.c83 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
113 /* Show total size. */
158 /* True if total sizes should be printed. */
160 /* To print the total sizes in a reasonable format remember the higest
204 /* Print the total sizes but only if the output format is BSD and at
461 GElf_Off total = 0; local
475 total += shdr->sh_size;
481 digits - 2, total);
484 digits - 2, total);
487 digits - 2, total);
510 GElf_Off total = 0; local
627 GElf_Off total = 0; local
[all...]
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp302 uint32_t letters=0, total=0; local
360 total++;
365 printf("%d letters out of %d total UChars.\n", letters, total);
398 uint32_t letters=0, total=0; local
449 fprintf(stderr, "%s @ %d\n", u_errorName(status), total);
454 total++;
481 printf("%d letters out of %d total UChars.\n", letters, total);
881 uint32_t inbytes=0, total local
987 uint32_t inchars=0, total=0; local
[all...]
/external/iputils/Modules/
H A Dpg3.c347 u32 total, idle; local
428 total = (stop.tv_sec - start.tv_sec)*1000000 +
437 total, total-idle, idle,
439 ((pc*1000)/(total/1000)),
440 (((pc*1000)/(total/1000))*pkt_size)/1024/1024
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) argument
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 p_cb->freeq[id].total = total;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
83 for (i = 0; i < total; i++)
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_me
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_buffer.c46 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem) argument
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 p_cb->freeq[id].total = total;
75 LOGD("gki_init_free_queue() init pool=%d, size=%d (aligned=%d) total=%d start=%p", id, size, tempsize, total, p_mem);
83 for (i = 0; i < total; i++)
113 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
118 ALOGD("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
120 gki_init_free_queue(id, Q->size, Q->total, p_me
[all...]
/external/libopus/tests/
H A Dtest_opus_api.c1870 opus_int32 total; local
1885 total=4;
1887 total+=test_dec_api();
1888 total+=test_msdec_api();
1889 total+=test_parse();
1890 total+=test_enc_api();
1891 total+=test_repacketizer_api();
1892 total+=test_malloc_fail();
1894 fprintf(stderr,"\nAll API tests passed.\nThe libopus API was invoked %d times.\n",total);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dhists.c51 u64 total = pair->hists->stats.total_period; local
66 percent = 100.0 * period / total;
136 GtkTreeIter *parent, int col, u64 total)
152 percent = 100.0 * hits / total;
181 child_total = total;
316 u64 total; local
319 total = h->stat.period;
321 total = hists->stats.total_period;
324 sym_col, total);
135 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) argument
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp11 // that is, it prints out the size of each section, and the total size of all
129 uint64_t total = 0; local
139 total += Seg.vmsize;
165 total += Seg.vmsize;
189 outs() << "total " << format(fmt.str().c_str(), total) << "\n";
263 uint64_t total = total_text + total_data + total_objc + total_others; local
270 << total_others << "\t" << total << "\t" << format("%" PRIx64, total)
278 uint64_t total local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c618 static int total, total_changed, bufs; variable
831 total++;
859 total++;
891 total++;
930 total += 4;
1442 total, total_changed,
1443 ((float)total_changed/(float)total*100.0));
1445 (float)total/(float)bufs);
1449 bufs = n = total = total_changed = 0;

Completed in 1932 milliseconds

1234567891011>>