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

12 3 4 5

  /external/oprofile/events/mips/sb1/
events 50 event:0x6 counters:1,2,3 um:zero minimum:500 name:LD_ST_HITS_PREFETCH_IN_QUEUE :Load/store hits prefetch in read queue
51 event:0x5 counters:1,2,3 um:zero minimum:500 name:PREFETCH_HITS_CACHE_OR_READ_Q :Prefetch hits in cache or read queue
52 event:0x4 counters:1,2,3 um:zero minimum:500 name:READ_HITS_READ_Q :Read hits in read queue
65 event:0x16 counters:1,2,3 um:zero minimum:500 name:SNOOP_RQ_HITS :Snoop request hits anywhere
  /external/chromium_org/third_party/mesa/src/src/glx/
glxhash.c 118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
361 printf("Hits = %ld, partials = %ld, misses = %ld\n",
362 table->hits, table->partials, table->misses);
  /external/chromium_org/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
string-split-cache.js 37 // cache. So this test hits a case where only a prefix is cached.
  /external/mesa3d/src/glx/
glxhash.c 118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
361 printf("Hits = %ld, partials = %ld, misses = %ld\n",
362 table->hits, table->partials, table->misses);
  /hardware/intel/img/libdrm/libdrm/
xf86drmHash.c 113 unsigned long hits; /* At top of linked list */ member in struct:HashTable
166 table->hits = 0;
215 ++table->hits;
334 printf("Entries = %ld, hits = %ld, partials = %ld, misses = %ld\n",
335 table->entries, table->hits, table->partials, table->misses);
  /external/chromium_org/third_party/skia/tests/
BBoxHierarchyTest.cpp 78 SkTDArray<void*> hits; local
80 tree.search(query, &hits);
81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
  /external/skia/tests/
BBoxHierarchyTest.cpp 78 SkTDArray<void*> hits; local
80 tree.search(query, &hits);
81 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 41 public static int hits = 0; field in class:Interval
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkTracker.h 129 // Starts a new rendering session - reset the number of hits.
135 int hits() { function in class:SkTracker
  /external/skia/experimental/PdfViewer/
SkTracker.h 129 // Starts a new rendering session - reset the number of hits.
135 int hits() { function in class:SkTracker
  /external/chromium_org/third_party/skia/bench/
RTreeBench.cpp 117 SkTDArray<void*> hits; variable
146 fTree->search(query, &hits);
  /external/skia/bench/
QuadTreeBench.cpp 107 SkTDArray<void*> hits; variable
136 fTree->search(query, &hits);
RTreeBench.cpp 117 SkTDArray<void*> hits; variable
146 fTree->search(query, &hits);
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 701 mStats.hits++;
752 private long hits = 0; field in class:ContentCache.Statistics
779 hits += cache.mStats.hits;
800 append(sb, "Hits", mHitCount);
805 append(sb, "\nHit time", hitTimes / 1000000.0 / hits);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 147 u64 hits, child_total; local
151 hits = callchain_cumul_hits(node);
152 percent = 100.0 * hits / total;
  /external/oprofile/events/i386/westmere/
unit_masks 125 0x01 hits L1I instruction fetch hits
152 0x01 ld_hit L2 load hits
155 0x04 rfo_hit L2 RFO hits
158 0x10 ifetch_hit L2 instruction fetch hits
161 0x40 prefetch_hit L2 prefetch hits
  /external/chromium_org/chrome/browser/extensions/
blacklist.cc 107 const std::set<std::string>& hits) OVERRIDE {
109 callback_message_loop_->PostTask(FROM_HERE, base::Bind(callback_, hits));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 483 self.hits = 0
524 print >>out, '\tignore next %d hits' % (self.ignore)
525 if (self.hits):
526 if (self.hits > 1): ss = 's'
529 (self.hits, ss))
577 b.hits = b.hits + 1
590 # Ignore count applies only to those bpt hits where the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 483 self.hits = 0
524 print >>out, '\tignore next %d hits' % (self.ignore)
525 if (self.hits):
526 if (self.hits > 1): ss = 's'
529 (self.hits, ss))
577 b.hits = b.hits + 1
590 # Ignore count applies only to those bpt hits where the
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 39 u64 total_samples, u64 hits,
54 percent = hits * 100.0 / total_samples;
74 fprintf(stderr, "Not enough memory to display remaining hits\n");
110 * Except if we have remaining filtered hits. They will
  /external/oprofile/events/mips/r12000/
events 33 event:0x1d counters:0,1,2,3 um:zero minimum:500 name:STATE_OF_EXTERNAL_INVALIDATION_HIT : State of external invalidation hits in secondary cache
  /ndk/sources/host-tools/make-3.81/
alloca.c 305 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 293 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 12 * Stack grows upwards. When it hits the max, it grows 2x in size

Completed in 1755 milliseconds

12 3 4 5