HomeSort by relevance Sort by last modified time
    Searched full:hits (Results 176 - 200 of 630) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/linux-tools-perf/util/
hist.c 374 u64 total_samples, u64 hits,
389 percent = hits * 100.0 / total_samples;
409 fprintf(stderr, "Not enough memory to display remaining hits\n");
450 * Except if we have remaining filtered hits. They will
  /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/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/smack/src/org/jivesoftware/smack/util/
Cache.java 81 * Maintain the number of cache hits and misses. A cache hit occurs every
85 * Keeping track of cache hits and misses lets one measure how efficient
86 * the cache is; the higher the percentage of hits, the more efficient.
154 // The object exists in cache, so increment cache hits. Also, increment
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 59 // Define the interval in number of cache hits between two statistics dump
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 25 * as Text1 and/or Text2 grow in width, both will consume more width until Text2 hits the end
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 78 (cursor ==null ? "null cursor" : (cursor.getCount() + " hits")));
  /external/linux-tools-perf/
builtin-stat.c 646 fprintf(stderr, " of all L1-dcache hits ");
669 fprintf(stderr, " of all L1-icache hits ");
692 fprintf(stderr, " of all dTLB cache hits ");
715 fprintf(stderr, " of all iTLB cache hits ");
738 fprintf(stderr, " of all LL-cache hits ");
    [all...]
  /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/chrome/browser/autocomplete/
shortcuts_provider.cc 214 match.RecordAdditionalInfo("number of hits", shortcut.number_of_hits);
376 // (1.0 / each 5 additional hits), up to a maximum of 5x as long.
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 204 // Generates URL for reporting safe browsing hits for UMA users.
355 // safebrowsing hits and chunk update requests.
  /external/chromium_org/chrome/browser/
upgrade_detector_impl.cc 390 // canary, and it hits after one hour. During testing, it hits after one
  /external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c 263 * Returns 0 if ssl3_GatherData hits EOF.
395 * Returns 0 if ssl3_GatherData hits EOF.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 445 // to be able to detect hits on the background of a <div> element. If we'd return true here in the 'Foreground' phase, we are not able
446 // to detect these hits anymore.
  /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
  /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
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 146 assertEquals("LruCache[maxSize=3,hits=0,misses=0,hitRate=0%]", cache.toString());
159 assertEquals("LruCache[maxSize=3,hits=3,misses=2,hitRate=60%]", cache.toString());
  /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
  /dalvik/vm/
SignalCatcher.cpp 280 * is met. When the signal hits, we wake up, without any signal
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 255 // seek forward, consume until p hits index
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 292 // seek forward, consume until p hits index
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 313 // seek forward, consume until p hits index
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRStringStream.java 199 // seek forward, consume until p hits index
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 40 // and reports safe browsing hits.
65 // |true| if there were any prefix hits in |full_hashes|.
735 // this data comes from cache, don't histogram hits.
    [all...]

Completed in 482 milliseconds

1 2 3 4 5 6 78 91011>>