/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_2022.java | 37 int hits = 0; in match() local 58 hits++; in match() 72 if (hits == 0) { in match() 82 quality = (100*hits - 100*misses) / (hits + misses); in match() 87 if (hits+shifts < 5) { in match() 88 quality -= (5-(hits+shifts))*10; in match()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CharsetRecog_2022.java | 38 int hits = 0; in match() local 59 hits++; in match() 73 if (hits == 0) { in match() 83 quality = (100*hits - 100*misses) / (hits + misses); in match() 88 if (hits+shifts < 5) { in match() 89 quality -= (5-(hits+shifts))*10; in match()
|
/external/icu/icu4c/source/i18n/ |
D | csr2022.cpp | 38 int32_t hits = 0; in match_2022() local 61 hits += 1; in match_2022() 81 if (hits == 0) { in match_2022() 91 quality = (100*hits - 100*misses) / (hits + misses); in match_2022() 96 if (hits+shifts < 5) { in match_2022() 97 quality -= (5-(hits+shifts))*10; in match_2022()
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 31 unsigned long long hits; member 186 &tmp.hits, in main() 195 tot.hits += tmp.hits; in main() 208 tot.lookups, tot.hits, tot.misses, in main() 212 rel.hits = tot.hits - last.hits; in main() 218 rel.lookups, rel.hits, rel.misses, in main()
|
/external/fio/t/ |
D | genzipf.c | 31 unsigned long hits; member 87 n->hits = 1; in hash_insert() 181 return n2->hits - n1->hits; in node_cmp() 190 printf("%lu, %lu\n", i, nodes[i].hits); in output_csv() 217 cur_vals += node->hits; in output_normal() 218 total_vals += node->hits; in output_normal() 219 os->nranges += node->hits; in output_normal() 332 n->hits++; in main()
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | list_ports.py | 78 hits = 0 93 hits += 1 95 if hits: 96 print("%d ports found" % (hits,))
|
/external/v8/tools/release/ |
D | search_related_commits.py | 99 hits = ( 103 hits = _remove_duplicates(hits) 106 for current_hit in hits: 110 return hits 113 return hits
|
/external/autotest/scheduler/ |
D | rdb_cache_manager.py | 211 self.hits = 0 230 if not self.hits and not self.misses: 232 requests = float(self.hits + self.misses) 233 return (self.hits/requests) * 100 275 self.hits += 1
|
D | rdb_cache_unittests.py | 76 if not (self.cache.hits == 0 and self.cache.misses == 2): 135 if not (self.cache.hits == 2 and self.cache.misses ==1): 179 if not (self.cache.misses == 1 and self.cache.hits == 2): 228 assert(self.cache.misses == 2 and self.cache.hits == 1) 294 cache.hits = 0 296 cache.hits = 1 320 if not (self.cache.hits == 0 and self.cache.misses == 2):
|
/external/skia/tests/ |
D | RTreeTest.cpp | 49 SkTDArray<int> hits; in run_queries() local 51 tree.search(query, &hits); in run_queries() 52 REPORTER_ASSERT(reporter, verify_query(query, rects, hits)); in run_queries()
|
/external/python/cpython2/Lib/idlelib/ |
D | GrepDialog.py | 86 hits = 0 97 hits += 1 102 % hits) if hits else "No hits.")
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 26 + Tests for impact of cache hits on compilation time (note: in release 2012.4) 49 Separate cases are made for testing compilation time when avoiding cache hits and 53 Cache hits are however only ever allowed between the iterations of a case and not 66 iteration. In cases that allow cache hits the average excludes the first
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 67 def hits(self): member in ThreadedHitServer 100 def hits(self): member in ProxyListener 104 return self._server.hits() 315 if self._proxy_server.hits() > 0:
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | LruBitmapPool.java | 30 private int hits; field in LruBitmapPool 118 hits++; in getDirty() 164 … Log.v(TAG, "Hits=" + hits + " misses=" + misses + " puts=" + puts + " evictions=" + evictions in dump()
|
/external/mesa3d/src/glx/ |
D | glxhash.c | 118 unsigned long hits; /* At top of linked list */ member 166 table->hits = 0; in __glxHashCreate() 220 ++table->hits; in HashFind() 362 table->hits, table->partials, table->misses); in compute_dist()
|
/external/python/cpython2/Lib/ |
D | bdb.py | 483 self.hits = 0 525 if (self.hits): 526 if (self.hits > 1): ss = 's' 529 (self.hits, ss)) 577 b.hits = b.hits + 1
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 103 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() argument 114 testSegment->rayCheck(base, dir, hits, allocator); in rayCheck() 118 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() argument 178 newHit->fNext = *hits; in rayCheck() 184 *hits = newHit; in rayCheck()
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 450 hits = [] 460 hits.append(file) 461 if not hits: 463 elif len(hits) <= MAXHITS: 464 if len(hits) == 1: 467 emit(FEW_HITS, count=len(hits)) 468 self.format_all(hits, headers=0) 470 emit(MANY_HITS, count=len(hits)) 471 self.format_index(hits)
|
/external/ltp/runtest/ |
D | pipes | 10 # This test hits EAGAIN, which pipeio doesn't handle at the moment 26 # This test hits EAGAIN, which pipeio doesn't handle at the moment
|
D | ipc | 10 # This test hits EAGAIN, which pipeio doesn't handle at the moment 26 # This test hits EAGAIN, which pipeio doesn't handle at the moment
|
D | stress.part2 | 29 # This test hits EAGAIN, which pipeio doesn't handle at the moment 45 # This test hits EAGAIN, which pipeio doesn't handle at the moment
|
/external/skia/bench/ |
D | RTreeBench.cpp | 82 SkTDArray<int> hits; in onDraw() local 88 fTree.search(query, &hits); in onDraw()
|
/external/libdrm/ |
D | xf86drmHash.c | 116 table->hits = 0; in drmHashCreate() 165 ++table->hits; in HashFind()
|
D | xf86drmHash.h | 41 unsigned long hits; /* At top of linked list */ member
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-trace-pc.test | 5 // sometimes hits the 2GiB memory limit. This needs to be investigated. For now
|