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

1 2 3 4 5 6 7

  /external/skia/src/animator/
SkHitTest.cpp 24 SK_MEMBER_ARRAY(hits, Int),
37 hits.setCount(bullets.count());
45 hits[bIndex] = -1;
53 hits[bIndex] = tIndex;
SkHitTest.h 33 SkTDIntArray hits; member in class:SkHitTest
  /external/clearsilver/cgi/
fcgi_hello.c 28 int hits = 0; local
39 hits++;
  /external/kernel-headers/original/linux/nfsd/
stats.h 15 unsigned int rchits; /* repcache hits */
16 unsigned int rcmisses; /* repcache hits */
  /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;
  /dalvik/vm/
AtomicCache.c 166 pCache->trivial, pCache->fail, pCache->hits,
168 (pCache->hits == 0) ? 0 :
169 pCache->hits * 100 /
170 (pCache->fail + pCache->hits + pCache->misses + pCache->fills),
AtomicCache.h 57 int hits; /* found entry in cache */ member in struct:AtomicCache
131 (_cache)->hits++; \
  /external/iproute2/doc/
rtstat.sgml 18 in a vmstat or iostat manner. The ratio between cache hits and misses gives
  /external/netcat/scripts/
iscan 7 ## for alarm, and only hits the few known daemon ports you specify.
websearch 45 # looks like inktomi will only take hits=100, or defaults back to 30
48 doquery "/query/?query=${PLUSARG}&hits=100" ink3.cs.berkeley.edu 1234 | \
51 #djnews lame shit limits hits to 120 and has nonstandard format
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmperf.h 29 /* get cache hits and misses */
  /external/qemu/
dcache.c 123 uint64_t hits = dcache.load_hits + dcache.store_hits; local
125 uint64_t total = hits + misses;
129 hit_per = 100.0 * hits / total;
133 printf("Dcache hits %10llu %6.2f%%\n", hits, hit_per);
135 printf("Dcache total %10llu\n", hits + misses);
  /external/iproute2/man/man8/
tc-red.8 27 Once the queue hits a certain average length, packets enqueued have a
55 until the average queue size hits
110 queue size hits
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-105972.js 78 * attempting to satisfy the condition (:|$). When it hits ':',
95 * attempting to satisfy the condition (:|$). When it hits ':',
97 * continue until it hits $, the end-of-string boundary.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 266 assertShortcuts("expected app1 to beat app2 since it has more hits",
272 assertShortcuts("query 'app': expecting app2 to beat app1 since it has more hits",
274 assertShortcuts("query 'a': expecting app2 to beat app1 since it has more hits",
338 assertShortcuts("expected app1 to beat app2 since it has more hits",
401 assertShortcuts("hits for 'foo' and 'bar' on app2 should have combined to rank it " +
416 assertShortcuts("hits for '' on app2 should have combined to rank it " +
423 assertShortcuts("zero query hits for app1 should have made it higher than app2.",
  /dalvik/tests/071-dexfile/src/
Main.java 41 * /dev/random never hits EOF, so we're sure that we'll still
  /external/iptables/extensions/
libipt_recent.c 52 " --hitcount hits For check and update commands above.\n"
53 " Specifies that the match will only occur if source address seen hits times.\n"
libipt_recent.man 43 number of hits within a specific time frame.
  /external/webkit/WebCore/loader/
DocLoader.cpp 529 printf("SCRIPTS: %d (%d hits, hit rate %d%%)\n", scripts, scripts - scriptMisses, (scripts - scriptMisses) * 100 / scripts);
531 printf("STYLESHEETS: %d (%d hits, hit rate %d%%)\n", stylesheets, stylesheets - stylesheetMisses, (stylesheets - stylesheetMisses) * 100 / stylesheets);
533 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 228 * For each visual caret position there are two hits. For the simple LTR text one is
423 * Creates a highlight shape from given two hits. This shape
449 * visual selection represented by two hits.
  /external/libffi/src/x86/
win32.S 61 # potential performance hits.
174 # potential performance hits.
  /prebuilt/linux-x86/oprofile/arm/armv7/
events 34 event:0x4C counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_DATA : NEON data access that hits L1 cache
35 event:0x4D counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_CACH_DATA : NEON cacheable data access that hits L1 cache
  /prebuilt/linux-x86_64/oprofile/arm/armv7/
events 34 event:0x4C counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_DATA : NEON data access that hits L1 cache
35 event:0x4D counters:1,2,3,4 um:zero minimum:500 name:L1_NEON_CACH_DATA : NEON cacheable data access that hits L1 cache
  /external/bzip2/
bzmore.1 37 If the user hits a space,
  /frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
CallerInfoUnitTest.java 73 // This one hits the content resolver.

Completed in 341 milliseconds

1 2 3 4 5 6 7