Searched defs:hits (Results 1 - 25 of 37) sorted by relevance

12

/external/libdrm/
H A Dxf86drmHash.h41 unsigned long hits; /* At top of linked list */ member in struct:HashTable
/external/skia/tests/
H A DRTreeTest.cpp49 SkTDArray<int> hits; local
51 tree.search(query, &hits);
52 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
/external/skqp/tests/
H A DRTreeTest.cpp49 SkTDArray<int> hits; local
51 tree.search(query, &hits);
52 REPORTER_ASSERT(reporter, verify_query(query, rects, hits));
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DInterval.java41 public static int hits = 0; field in class:Interval
/external/skia/bench/
H A DRTreeBench.cpp82 SkTDArray<int> hits; variable
88 fTree.search(query, &hits);
/external/skqp/bench/
H A DRTreeBench.cpp82 SkTDArray<int> hits; variable
88 fTree.search(query, &hits);
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dhashtable_lookup.cc79 TfLiteTensor* hits = GetOutput(context, node, 1); local
80 TF_LITE_ENSURE_EQ(context, hits->type, kTfLiteUInt8);
96 if (context->ResizeTensor(context, hits, hitSize) == kTfLiteError) {
104 TfLiteTensor* hits = GetOutput(context, node, 1); local
129 hits->data.uint8[i] = 0;
137 hits->data.uint8[i] = 1;
/external/icu/icu4c/source/i18n/
H A Dcsr2022.cpp38 int32_t hits = 0; local
61 hits += 1;
81 if (hits == 0) {
91 quality = (100*hits - 100*misses) / (hits + misses);
96 if (hits+shifts < 5) {
97 quality -= (5-(hits+shifts))*10;
/external/selinux/libselinux/utils/
H A Davcstat.c27 #define HEADERS "lookups hits misses allocations reclaims frees"
31 unsigned long long hits; member in struct:avc_cache_stats
177 "hits", "misses", "allocs", "reclaims", "frees");
186 &tmp.hits,
195 tot.hits += tmp.hits;
208 tot.lookups, tot.hits, tot.misses,
212 rel.hits = tot.hits - last.hits;
[all...]
/external/autotest/client/site_tests/network_ProxyResolver/
H A Dnetwork_ProxyResolver.py48 and allows the handler to track "hits".
67 def hits(self): member in class:ThreadedHitServer
75 seen at the provided server address. Any hits are exposed to be
100 def hits(self): member in class:ProxyListener
104 return self._server.hits()
298 @return True if tlsdated hits the proxy server and False otherwise
313 logging.info("waiting for hits on the proxy server")
315 if self._proxy_server.hits() > 0:
320 logging.info("no hits")
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java30 private int hits; field in class:LruBitmapPool
118 hits++;
164 Log.v(TAG, "Hits=" + hits + " misses=" + misses + " puts=" + puts + " evictions=" + evictions
/external/mesa3d/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
362 table->hits, table->partials, table->misses);
/external/vboot_reference/host/include/
H A Dcgpt_params.h100 int hits; member in struct:CgptFindParams
/external/fio/t/
H A Dgenzipf.c31 unsigned long hits; member in struct:node
87 n->hits = 1;
181 return n2->hits - n1->hits;
190 printf("%lu, %lu\n", i, nodes[i].hits);
217 cur_vals += node->hits;
218 total_vals += node->hits;
219 os->nranges += node->hits;
242 printf("%.2f%% of hits satisfied in %.3f%cB of cache\n", percentage, cs, p);
332 n->hits
[all...]
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp9 // if the ray hits another edge
103 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, argument
114 testSegment->rayCheck(base, dir, hits, allocator);
118 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, argument
178 newHit->fNext = *hits;
184 *hits = newHit;
257 // sort hits
/external/skqp/src/pathops/
H A DSkPathOpsWinding.cpp9 // if the ray hits another edge
103 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, argument
114 testSegment->rayCheck(base, dir, hits, allocator);
118 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, argument
178 newHit->fNext = *hits;
184 *hits = newHit;
257 // sort hits
/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h208 unsigned hits; member in struct:st_context::__anon17282
/external/python/cpython3/Modules/
H A D_functoolsmodule.c699 Py_ssize_t misses, hits; member in struct:lru_cache_object
793 self->hits++;
852 self->hits++;
1005 obj->misses = obj->hits = 0;
1068 self->hits, self->misses, self->maxsize_O,
1076 self->hits = self->misses = 0;
1147 hits misses currsize maxsize\n"
/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc387 std::vector<const DictionaryValue*> hits; local
397 hits.push_back(dict);
399 return hits;
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/annotation-tools/asmx/test/lib/
H A Dcobertura-1.7.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 3903 milliseconds

12