HomeSort by relevance Sort by last modified time
    Searched refs:hits (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/oprofile/events/mips/25K/
events 80 event:0x26 counters:0,1 um:zero minimum:500 name:ICACHE_PSEUDO_HITS : I-Cache pseudo-hits
  /external/oprofile/events/x86-64/family11h/
events 44 event:0x45 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_MISS_AND_L2_DTLB_HIT : L1 DTLB misses and L2 DTLB hits
72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
unit_masks 85 0x02 Number of stale table entry hits (hit on a page closed too soon)
  /external/oprofile/events/x86-64/hammer/
events 44 event:0x45 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_MISS_AND_L2_DTLB_HIT : L1 DTLB misses and L2 DTLB hits
72 event:0x88 counters:0,1,2,3 um:zero minimum:500 name:RETURN_STACK_HITS : Return stack hits
  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticImplicit.cpp 312 int hits = intersectRay(*qs[qIdx ^ 1], perp, hitData);
313 SkASSERT(hits <= 1);
314 if (hits) {
  /external/skia/experimental/Intersection/
QuadraticImplicit.cpp 312 int hits = intersectRay(*qs[qIdx ^ 1], perp, hitData);
313 SkASSERT(hits <= 1);
314 if (hits) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 145 hits = []
150 hits.append((filesystem.mtime(path), path))
152 if hits:
153 hits.sort(reverse=True)
154 return hits[0][1] # Return the newest file found.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
raytrace.js 681 var hits = 0;
692 hits++;
696 best.hitCount = hits;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 707 var hits = 0;
718 hits++;
722 best.hitCount = hits;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 707 var hits = 0;
718 hits++;
722 best.hitCount = hits;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 676 var hits = 0;
687 hits++;
691 best.hitCount = hits;
  /external/chromium_org/v8/benchmarks/
raytrace.js 681 var hits = 0;
692 hits++;
696 best.hitCount = hits;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
annotate.c 628 unsigned int hits = 0; local
631 hits += h->addr[offset++];
634 percent = 100.0 * hits / h->sum;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_content.js 273 // character granularity), but if it hits whitespace more than once, then
358 // character granularity), but if it hits whitespace more than once, then
  /external/oprofile/events/i386/nehalem/
unit_masks 26 0x10 stlb_hit Number of cache load STLB hits
90 0x40 prefetch_hit Counts L2 prefetch hits for both code and data
170 0x04 epdpe_hit Counts Extended Page Directory Pointer Entry hits
186 0x01 hits Counts all instruction fetches that hit the L1 instruction cache
194 0x01 hit Counts number of large ITLB hits
347 0x01 hit Count L2 HW prefetcher detector hits
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 6 // to make sure the test hits the right code paths.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 558 int hits = rec->samples; local
565 if (hits == rec->samples) {
builtin-top.c 1005 u64 hits = top->samples; local
1009 if (hits == top->samples)
  /frameworks/native/opengl/libagl/
array.cpp 404 uint32_t hits = total - misses; local
416 printf( "total=%5u, hits=%5u, miss=%5u, hitrate=%3u%%,"
418 total, hits, misses, (hits*100)/total,
    [all...]
  /system/core/libpixelflinger/
trap.cpp 189 int hits = 0; local
196 hits += kCoverageUnit;
199 return min(0x7FFF, hits << (15 - kSamples));
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/chromium-trace/
script.js     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 565 hits = {}
569 get, set = hits.get(key, (None, None))
571 hits[key] = get, set
574 get, set = hits.get(key, (None, None))
576 hits[key] = get, set
577 for key, (get, set) in hits.iteritems():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 565 hits = {}
569 get, set = hits.get(key, (None, None))
571 hits[key] = get, set
574 get, set = hits.get(key, (None, None))
576 hits[key] = get, set
577 for key, (get, set) in hits.iteritems():
    [all...]

Completed in 9818 milliseconds

1 23 4 5