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

<<1112131415

  /external/chromium_org/third_party/qunit/src/
qunit.css 163 /*** Test Counts */
165 #qunit-tests b.counts { color: #000; }
  /external/chromium_org/v8/test/mjsunit/
assert-opt-and-deopt.js 62 * disregard counts from previous runs.
debug-conditional-breakpoints.js 32 // Simple debug event handler which just counts the number of break points hit.
  /external/jdiff/src/jdiff/
DiffMyers.java 523 @return the array of equivalence class counts.
562 @param counts The count of each equivalence number for the other file.
567 private byte[] discardable(final int[] counts) {
584 nmatch = counts[equivs[i]];
  /external/oprofile/events/i386/nehalem/
events 7 # Note the minimum counts are not discovered experimentally and could be likely
18 event:0x02 counters:0,1,2,3 um:sb_forward minimum:6000 name:SB_FORWARD : Counts the number of store forwards.
19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked
20 event:0x04 counters:0,1,2,3 um:sb_drain minimum:6000 name:SB_DRAIN : Counts the cycles of store buffer drains.
21 event:0x05 counters:0,1,2,3 um:misalign_mem_ref minimum:6000 name:MISALIGN_MEM_REF : Counts the number of misaligned load references
22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
23 event:0x07 counters:0,1,2,3 um:one minimum:6000 name:PARTIAL_ADDRESS_ALIAS : Counts false dependency due to partial address aliasing
24 event:0x08 counters:0,1,2,3 um:dtlb_load_misses minimum:6000 name:DTLB_LOAD_MISSES : Counts dtlb page walks
25 event:0x09 counters:0,1,2,3 um:memory_disambiguration minimum:6000 name:MEMORY_DISAMBIGURATION : Counts memory disambiguration events
26 event:0x0B counters:0,1,2,3 um:mem_inst_retired minimum:6000 name:MEM_INST_RETIRED : Counts the number of instructions with an architecturally-visible load/store retired on the architected p (…)
    [all...]
  /external/valgrind/main/memcheck/tests/
leak-segv-jmp.stderr.exp 81 For counts of detected and suppressed errors, rerun with: -v
leak_cpp_interior.stderr.exp 85 For counts of detected and suppressed errors, rerun with: -v
sigkill.stderr.exp 198 For counts of detected and suppressed errors, rerun with: -v
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_dc.s 113 clz r5, r4 @counts leading zeros
  /external/oprofile/pp/
opgprof.cpp 200 count_type count = it->second.counts[0];
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 4 # This test makes sure the bbv plugin counts these instructions properly
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 414 final int counts = array.length; local
417 for (int index = 0; index < counts; index += numColumns) {
422 if (i >= counts) {
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 1154 RefCounts* counts = loc.fp ? fp_counts : core_counts; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 450 std::vector<uint64_t> counts; local
451 JdwpError rc = Dbg::GetInstanceCounts(class_ids, counts);
456 expandBufAdd4BE(pReply, counts.size());
457 for (size_t i = 0; i < counts.size(); ++i) {
458 expandBufAdd8BE(pReply, counts[i]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_array.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_array.py     [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 110 # Here a3 counts bytes in 16w chunks
264 # Here a3 counts bytes in 16w chunks
  /bionic/libc/arch-mips64/string/
memcpy.S 110 # Here a3 counts bytes in 16w chunks
264 # Here a3 counts bytes in 16w chunks
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 181 // helper function that counts the occurrences of a given character in
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 235 retval += stats->counts[0] * 1.5625 + 0.234375 * stats->streaks[0][1];
236 retval += stats->counts[1] * 2.578125 + 0.703125 * stats->streaks[1][1];
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 181 // helper function that counts the occurrences of a given character in
  /external/valgrind/main/cachegrind/
cg_annotate.in 72 # CCs are arrays, the counts corresponding to @events, with 'undef'
78 # Total counts for summary (an array reference).
128 # all the threshold counts.
153 the counts of the primary sort event [$default_threshold]
303 # Add each event count to the CC array. '.' counts become undef, as do
308 (@CC <= @events) or die("Line $.: too many event counts\n");
518 # Because the counts can get very big, and we don't want to waste screen space
584 # Header and counts for summary
635 # Update the threshold counts
811 # Annotate chosen lines, tracking total counts of lines printe
    [all...]
  /external/webp/src/enc/
histogram.c 235 retval += stats->counts[0] * 1.5625 + 0.234375 * stats->streaks[0][1];
236 retval += stats->counts[1] * 2.578125 + 0.703125 * stats->streaks[1][1];
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp     [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 951 struct counts { struct
966 static void gather_layer_statistics(omap4_hwc_device_t *hwc_dev, struct counts *num, hwc_display_contents_1_t *list)
1002 static void decide_supported_cloning(omap4_hwc_device_t *hwc_dev, struct counts *num)
    [all...]

Completed in 749 milliseconds

<<1112131415