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

1 2 3 4 56 7 8 91011>>

  /external/guava/guava/src/com/google/common/cache/
AbstractCache.java 144 * Records cache hits. This should be called when a cache request returns a cached value.
146 * @param count the number of hits to record
CacheStats.java 103 * Returns the ratio of cache requests which were hits. This is defined as
126 * weren't cache hits, including requests which resulted in either successful or failed loading
  /external/iproute2/man/man8/
tc-sfq.8 73 no packet reordering problem, but possible packet drops if rehashing hits one limit
155 queue size hits
  /external/iptables/extensions/
libxt_recent.c 60 " --hitcount hits For check and update commands above.\n"
61 " Specifies that the match will only occur if source address seen hits times.\n"
  /external/oprofile/events/arm/armv7/
events.h 66 "NEON data access that hits L1 cache"},
68 "NEON cacheable data access that hits L1 cache"},
  /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
  /packages/apps/Email/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/chromium/chrome/browser/safe_browsing/
protocol_manager.h 242 // Generates URL for reporting safe browsing hits for UMA users.
395 // newkey, safebrowsing hits and chunk update requests.
402 // reports hits to the safebrowsing list for UMA users.
safe_browsing_service.h 192 // the full hash results for prefix hits detected in the database.
250 // Report hits to the unsafe contents (malware, phishing, unsafe download URL)
367 // Call protocol manager on IO thread to report hits of unsafe contents.
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
mali_parser.js 141 this.addLSCCounter('mali_hwc_LSC_READ_HITS', 'Read Hits');
143 this.addLSCCounter('mali_hwc_LSC_WRITE_HITS', 'Write Hits');
145 this.addLSCCounter('mali_hwc_LSC_ATOMIC_HITS', 'Atomic Hits');
  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 26 * Returns 0 if it hits EOF.
353 * Returns 0 if it hits EOF.
369 * Returns 0 if it hits EOF.
  /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/chromium_org/chrome/browser/chromeos/policy/
policy_cert_verifier_browsertest.cc 131 // Issuing the same request again hits the cache. This tests the synchronous
323 // Note: this hits the cached result from the first Verify() in this test.
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shaderobj.c 52 * if refcount hits zero).
191 * if refcount hits zero).
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 33 * environments will limited real estate. For example, 'Hits: 1.2B' instead of
34 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
  /external/libffi/src/x86/
win32.S 61 # potential performance hits.
174 # potential performance hits.
  /external/mesa3d/src/mesa/main/
shaderobj.c 52 * if refcount hits zero).
191 * if refcount hits zero).
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 180 ignore next 10 hits
189 ignore next 10 hits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 180 ignore next 10 hits
189 ignore next 10 hits
  /art/runtime/
signal_catcher.cc 168 // is met. When the signal hits, we wake up, without any signal
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 176 // seek forward, consume until p hits index
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 52 * Stack grows upwards. When it hits the max, it grows 2x in size
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 54 * Stack grows upwards. When it hits the max, it grows 2x in size
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 40 * Stack grows upwards. When it hits the max, it grows 2x in size
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 204 # seek forward, consume until p hits index

Completed in 4077 milliseconds

1 2 3 4 56 7 8 91011>>