/external/icing/icing/index/main/ |
D | flash-index-storage_test.cc | 167 for (const Hit& hit : hits1) { in TEST_F() local 190 for (const Hit& hit : hits2) { in TEST_F() local 224 for (const Hit& hit : hits3) { in TEST_F() local 263 for (const Hit& hit : hits1) { in TEST_F() local 286 for (const Hit& hit : hits2) { in TEST_F() local 320 for (const Hit& hit : hits3) { in TEST_F() local 361 for (const Hit& hit : hits1) { in TEST_F() local 384 for (const Hit& hit : hits2) { in TEST_F() local 432 for (const Hit& hit : hits3) { in TEST_F() local 473 for (const Hit& hit : hits1) { in TEST_F() local [all …]
|
D | posting-list-used.cc | 33 uint32_t GetTermFrequencyByteSize(const Hit &hit) { in GetTermFrequencyByteSize() 107 const Hit &hit = hits[hits.size() - i - 1]; in MoveFrom() local 144 const Hit &hit) { in PrependHitToAlmostFull() 186 void PostingListUsed::PrependHitToEmpty(const Hit &hit) { in PrependHitToEmpty() 205 const Hit &hit, uint32_t offset) { in PrependHitToNotFull() 292 libtextclassifier3::Status PostingListUsed::PrependHit(const Hit &hit) { in PrependHit() 410 Hit hit = get_special_hit(offset / sizeof(Hit)).ValueOrDie(); in GetHitsInternal() local 436 Hit hit(val); in GetHitsInternal() local 476 Hit hit(val); in GetHitsInternal() local 638 const Hit &hit, uint32_t offset) { in PrependHitUncompressed() [all …]
|
D | index-block_test.cc | 126 for (const Hit& hit : test_hits) { in TEST() local 182 for (const Hit& hit : hits_in_posting_list1) { in TEST() local 194 for (const Hit& hit : hits_in_posting_list2) { in TEST() local 255 for (const Hit& hit : hits_in_posting_list1) { in TEST() local 274 for (const Hit& hit : hits_in_posting_list2) { in TEST() local 300 for (const Hit& hit : hits_in_posting_list3) { in TEST() local
|
D | posting-list-accessor_test.cc | 56 for (const Hit& hit : hits1) { in TEST() local 133 for (const Hit& hit : hits1) { in TEST() local 153 for (const Hit& hit : hits2) { in TEST() local 166 for (const Hit& hit : hits2) { in TEST() local 189 for (const Hit& hit : hits1) { in TEST() local 243 for (const Hit& hit : hits1) { in TEST() local 263 for (const Hit& hit : hits2) { in TEST() local 273 for (const Hit& hit : hits2) { in TEST() local
|
D | posting-list-used_test.cc | 62 Hit hit; member 439 for (const Hit &hit : hits_in_too_many) { in TEST() local 523 for (const Hit &hit : hits1) { in TEST() local 533 for (const Hit &hit : hits2) { in TEST() local 550 for (const Hit &hit : hits) { in TEST() local 568 for (const Hit &hit : hits1) { in TEST() local 578 for (const Hit &hit : hits2) { in TEST() local 602 for (const Hit &hit : hits1) { in TEST() local 612 for (const Hit &hit : hits2) { in TEST() local 636 for (const Hit &hit : hits1) { in TEST() local [all …]
|
D | doc-hit-info-iterator-term-main.cc | 104 for (const Hit& hit : hits) { in RetrieveMoreHits() local 153 for (const Hit& hit : hits) { in RetrieveMoreHits() local
|
D | main-index-merger.cc | 99 const Hit& hit = term_id_hit_pair.hit(); in SelectPrefixHitIfBetter() local 117 const Hit& hit = term_id_hit_pair.hit(); in SelectExactHitIfBetter() local 249 Hit hit(term_id_hit_pair.hit()); in TranslateAndExpandLiteHits() local
|
D | posting-list-accessor.cc | 85 libtextclassifier3::Status PostingListAccessor::PrependHit(const Hit &hit) { in PrependHit()
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE); in keepAlive() local 184 protected TokenIterator createTokenIterator(HeaderIterator hit) { in createTokenIterator()
|
/external/icing/icing/index/lite/ |
D | term-id-hit-pair.h | 43 TermIdHitPair(uint32_t term_id, const Hit& hit) { in TermIdHitPair() 64 Hit hit() const { in hit() function
|
D | lite-index.cc | 308 libtextclassifier3::Status LiteIndex::AddHit(uint32_t term_id, const Hit& hit) { in AddHit() 348 const Hit& hit = term_id_hit_pair.hit(); in AppendHits() local
|
/external/bcc/tools/ |
D | llcstat.py | 114 hit = (v.value - miss) if (v.value >= miss) else 0 variable
|
D | dcstat.py | 137 hit = ref - miss variable
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 775 const struct lws_http_mount *hm, *hit = NULL; in lws_find_mount() local 814 int fd, match = 0, pos = 0, n = 0, hit = 0; in lws_find_string_in_file() local 1073 lws_http_proxy_start(struct lws *wsi, const struct lws_http_mount *hit, in lws_http_proxy_start() 1288 const struct lws_http_mount *hit, char *uri_ptr, in lws_http_redirect_hit() 1379 const struct lws_http_mount *hit = NULL; in lws_http_action() local 2083 const struct lws_http_mount *hit = NULL; in lws_handshake_server() local 3085 int hits = 0, hit = 0; in lws_chunked_html_process() local
|
/external/icing/icing/testing/ |
D | hit-test-utils.cc | 22 Hit hit = (last_hit.section_id() == kMinSectionId) in CreateHit() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SelectDialogComponent.java | 76 public void setHitReact(HitReactionComponent hit) { in setHitReact()
|
/external/guava/android/guava-tests/benchmark/com/google/common/cache/ |
D | LoadingCacheSingleThreadBenchmark.java | 109 double hit = req - misses.get(); in tearDown() local
|
/external/guava/guava-tests/benchmark/com/google/common/cache/ |
D | LoadingCacheSingleThreadBenchmark.java | 109 double hit = req - misses.get(); in tearDown() local
|
/external/bcc/examples/cpp/ |
D | LLCStat.cc | 103 uint64_t hit; in main() local
|
/external/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 467 const struct lws_http_mount *hit; in lws_process_ws_upgrade() local 705 const struct lws_http_mount *hit = in handshake_0405() local
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 238 int hit = 0; in ieee80211_radiotap_iterator_next() local
|
/external/mesa3d/src/panfrost/shared/ |
D | pan_minmax_cache.c | 55 uint64_t hit = cache->values[i]; in panfrost_minmax_cache_get() local
|
/external/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
D | find.pass.cpp | 50 test(Value value, Hit hit, Miss miss) in test()
|
/external/swiftshader/src/Renderer/ |
D | LRUCache.hpp | 133 Data hit = data[j]; in query() local
|
/external/angle/src/tests/perf_tests/ |
D | VulkanPipelineCachePerf.cpp | 96 for (const auto &hit : mCacheHits) in step() local
|