HomeSort by relevance Sort by last modified time
    Searched refs:hits (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/skia/src/animator/
SkHitTest.cpp 16 SK_MEMBER_ARRAY(hits, Int),
29 hits.setCount(bullets.count());
37 hits[bIndex] = -1;
45 hits[bIndex] = tIndex;
SkHitTest.h 25 SkTDIntArray hits; member in class:SkHitTest
  /dalvik/vm/
AtomicCache.cpp 174 pCache->trivial, pCache->fail, pCache->hits,
176 (pCache->hits == 0) ? 0 :
177 pCache->hits * 100 /
178 (pCache->fail + pCache->hits + pCache->misses + pCache->fills),
AtomicCache.h 57 int hits; /* found entry in cache */ member in struct:AtomicCache
129 (_cache)->hits++; \
  /external/qemu-pc-bios/bochs/bios/
biossums.c 96 int arg = 1, hits, pad = 0; local
121 hits = 0;
130 hits++;
132 if( hits == 1 && cur_val != new_val ) {
136 if( hits >= 2 ) {
139 if( hits ) {
144 hits = 0;
153 hits++;
155 if( hits == 1 && cur_val != new_val ) {
159 if( hits >= 2 )
    [all...]
  /external/icu4c/i18n/
csr2022.cpp 36 int32_t hits = 0; local
59 hits += 1;
79 if (hits == 0) {
89 quality = (100*hits - 100*misses) / (hits + misses);
94 if (hits+shifts < 5) {
95 quality -= (5-(hits+shifts))*10;
  /external/libvorbis/vq/
latticetune.c 43 long *hits; local
84 hits=_ogg_malloc(entries*sizeof(long));
86 for(j=0;j<entries;j++)hits[j]=guard;
103 hits[code]++;
115 /* code:hits\n */
123 hits[code]+=val;
133 build_tree_from_lengths0(entries,hits,lengths);
latticebuild.c 26 description into a static codebook. It used to count hits for a
60 long *hits; local
113 hits=_ogg_malloc(c.entries*sizeof(long));
114 for(j=0;j<entries;j++)hits[j]=1;
169 for(i=0;i<entries;i++)hits[i]=1;
170 build_tree_from_lengths(entries,hits,c.lengthlist);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 133 /** statement cache stats: hits/misses/cachesize */
137 int hits, int misses, int cachesize) {
142 this.cache = hits + "/" + misses + "/" + cachesize;
  /external/linux-tools-perf/
perf-archive.sh 24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
  /external/qemu-pc-bios/vgabios/
biossums.c 55 int hits, modified; local
91 hits = 0;
100 hits++;
102 if ((hits == 1) && (cur_val != new_val)) {
111 if (hits >= 2) {
114 if (hits) {
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 225 int hits = 0; local
257 ++hits;
279 << ", hits: " << hits
282 std::cout << ", weighted hits: " << weighted_hits
342 int hits = 0; local
347 ++hits;
359 << ", hits: " << hits
  /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/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/linux-tools-perf/util/ui/browsers/
annotate.c 70 unsigned int hits = 0; local
83 hits += h->addr[offset];
92 percent = 100.0 * hits / h->sum;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 41 public static int hits = 0; field in class:Interval
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 700 mStats.hits++;
780 private long hits = 0; field in class:ContentCache.Statistics
807 hits += cache.mStats.hits;
828 append(sb, "Hits", mHitCount);
833 append(sb, "\nHit time", hitTimes / 1000000.0 / hits);
  /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/linux-tools-perf/util/
annotate.c 122 unsigned int hits = 0; local
140 hits += h->addr[offset];
146 percent = 100.0 * hits / h->sum;
  /external/libffi/src/x86/
win32.S 61 # potential performance hits.
174 # potential performance hits.
  /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
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 286 long hits; /* Number of internal buffer hits. */ member in struct:stk_stat
  /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

Completed in 2132 milliseconds

1 2 3