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

<<11121314

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py     [all...]
test_itertools.py     [all...]
test_set.py 32 'int-like object that counts the number of times __hash__ is called'
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 229 /* Sort the trace profile counts and dump them */
234 unsigned long counts = 0; local
257 ALOGI("JIT: Average execution count -> %d",(int)(counts / numTraces));
506 /* chain cell counts information is 4-byte aligned */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 151 // To generalize computing/displaying the aggregate "counts" for each column,
161 * This aggregator counts the number of unique values that were fed to it.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 242 // Test status/counts
  /external/valgrind/main/callgrind/
callgrind_annotate.in 75 # CCs are arrays, the counts corresponding to @events, with 'undef'
81 # Total counts for summary (an array reference).
143 # all the threshold counts.
207 --threshold=<0--100> percentage of counts (of primary sort event) we
368 # Add each event count to the CC array. '.' counts become undef, as do
373 (@CC <= @events) or die("Line $.: too many event counts\n");
693 # Finish up handling final filename/fn_name counts
786 # Because the counts can get very big, and we don't want to waste screen space
852 # Header and counts for summary
947 # Update the threshold counts
    [all...]
  /art/runtime/
debugger.cc 761 std::vector<uint64_t>& counts)
764 counts.clear();
772 counts.push_back(0);
775 Runtime::Current()->GetHeap()->CountInstances(classes, false, &counts[0]);
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 2759 const internal::String counts = local
2813 const internal::String counts = local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 2662 const std::string counts = local
2715 const std::string counts = local
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 431 --function-coverage Capture function call counts
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 2759 const internal::String counts = local
2813 const internal::String counts = local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
228 --heapcheck Make nodes with non-0 object counts
    [all...]
  /external/gtest/src/
gtest.cc 2759 const internal::String counts = local
2813 const internal::String counts = local
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 2731 const internal::String counts = local
2785 const internal::String counts = local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 2759 const internal::String counts = local
2813 const internal::String counts = local
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 2736 const internal::String counts = local
2791 const internal::String counts = local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 2706 const internal::String counts = local
2761 const internal::String counts = local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 2736 const std::string counts = local
2789 const std::string counts = local
    [all...]
  /external/elfutils/src/
ldgeneric.c 3512 uint32_t *counts; local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 2337 const internal::String counts = local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
json_schema.js 33 // - null counts as 'unspecified' for optional values
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 62 # annotated with the flat and cumulative sample counts at each line.
67 # annotated with the flat and cumulative sample counts at each PC value.
228 --heapcheck Make nodes with non-0 object counts
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1621 milliseconds

<<11121314