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

<<11121314151617181920>>

  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 67 int total = 0; local
69 total += sample.count;
72 writeCpuSamples(total, samples);
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 142 int total = 0; local
146 total += c;
149 return total;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
splay_fn_imps.hpp 68 const size_type total = local
70 _GLIBCXX_DEBUG_ASSERT(total >= 3);
84 _GLIBCXX_DEBUG_ASSERT(total ==this->recursive_count(p_nd));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 176 total = 0
181 total += len(line)
182 if 0 < sizehint <= total:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 176 total = 0
181 total += len(line)
182 if 0 < sizehint <= total:
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 243 double min = FLT_MAX, max = 0.0, total = 0.0; // Time in seconds for all local
289 total += delta;
302 << " avg: " << (total / options.iterations)
  /system/extras/tests/directiotest/
directiotest.c 162 static void update_progress(int current, int total)
164 double pct_done = (double)current * 100 / total;
165 printf("Testing area %d/%d (%6.2f%% complete)\r", current, total,
  /external/blktrace/btt/
inlines.h 85 ap->min = ap->total = ap->max = t;
91 ap->total += t;
99 ap->total = (n * t);
105 ap->total += (n * t);
114 ap->total -= t;
  /external/fio/
blktrace.c 22 unsigned int total; local
25 total = sizeof(buf);
26 if (total > fifo_room(fifo))
27 total = fifo_room(fifo);
29 ret = read(fd, buf, total);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 335 unsigned total = 0; local
355 total += tile.coverage;
378 debug_printf("this tile total: %u possible %u: percentage: %f\n",
379 total,
381 total * 100.0 / (float)possible);
383 _total += total;
386 debug_printf("overall total: %llu possible %llu: percentage: %f\n",
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
TimeClustering.java 101 final int total = baseSet.getTotalMediaItemCount(); local
102 final SmallItem[] buf = new SmallItem[total];
108 if (index < 0 || index >= total) return;
119 ArrayList<SmallItem> items = new ArrayList<SmallItem>(total);
120 for (int i = 0; i < total; i++) {
  /art/runtime/native/
dalvik_system_VMRuntime.cc 408 static void PreloadDexCachesStatsTotal(DexCacheStats* total) {
418 total->num_strings += dex_file->NumStringIds();
419 total->num_fields += dex_file->NumFieldIds();
420 total->num_methods += dex_file->NumMethodIds();
421 total->num_types += dex_file->NumTypeIds();
474 DexCacheStats total; local
478 PreloadDexCachesStatsTotal(&total);
546 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches strings total=%d before=%d after=%d",
547 total.num_strings, before.num_strings, after.num_strings);
548 LOG(INFO) << StringPrintf("VMRuntime.preloadDexCaches types total=%d before=%d after=%d"
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-lock.c 684 static void print_bad_events(int bad, int total)
692 pr_info("bad: %d, total: %d\n", bad, total);
693 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100);
704 int bad, total; local
710 pr_info("%15s ", "total wait (ns)");
716 bad = total = 0;
718 total++;
748 print_bad_events(bad, total);

Completed in 2481 milliseconds

<<11121314151617181920>>