Searched defs:hit (Results 1 - 25 of 55) sorted by relevance

123

/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE);
120 if (!hit.hasNext())
121 hit = response.headerIterator("Proxy-Connection");
146 if (hit.hasNext()) {
148 TokenIterator ti = createTokenIterator(hit);
180 * @param hit the header iterator
184 protected TokenIterator createTokenIterator(HeaderIterator hit) { argument
185 return new BasicTokenIterator(hit);
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_match_unittest.cc25 const gfx::Range& hit = *it; local
26 marked.insert(hit.end(), 1, ']');
27 marked.insert(hit.start(), 1, '[');
/external/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java76 public void setHitReact(HitReactionComponent hit) { argument
77 mHitReact = hit;
H A DAABoxCollisionVolume.java38 int hit) {
39 super(hit);
37 AABoxCollisionVolume(float offsetX, float offsetY, float width, float height, int hit) argument
H A DSphereCollisionVolume.java35 public SphereCollisionVolume(float radius, float centerX, float centerY, int hit) { argument
36 super(hit);
/external/chromium_org/ash/wm/
H A Dresize_shadow.cc76 void ResizeShadow::ShowForHitTest(int hit) { argument
78 if (hit == last_hit_test_)
80 last_hit_test_ = hit;
83 ShowLayer(image_grid_->top_left_layer(), hit == HTTOPLEFT);
84 ShowLayer(image_grid_->top_right_layer(), hit == HTTOPRIGHT);
85 ShowLayer(image_grid_->bottom_left_layer(), hit == HTBOTTOMLEFT);
86 ShowLayer(image_grid_->bottom_right_layer(), hit == HTBOTTOMRIGHT);
90 hit == HTTOPLEFT || hit == HTTOP || hit
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c235 int hit = 0; local
360 hit = 1;
382 /* we've got a hit! */
383 hit = 1;
390 if (hit)
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c235 int hit = 0; local
360 hit = 1;
382 /* we've got a hit! */
383 hit = 1;
390 if (hit)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c235 int hit = 0; local
360 hit = 1;
382 /* we've got a hit! */
383 hit = 1;
390 if (hit)
/external/chromium_org/ui/views/bubble/
H A Dbubble_delegate_unittest.cc225 const int hit; member in struct:views::__anon17025
234 EXPECT_EQ(cases[i].hit, frame->NonClientHitTest(point))
/external/chromium_org/ui/views/window/
H A Ddialog_delegate_unittest.cc189 // Ensure that the new style's BubbleFrameView hit-tests as expected.
196 const int hit; member in struct:views::__anon17173
208 EXPECT_EQ(cases[i].hit, frame->NonClientHitTest(point))
/external/chromium_org/net/disk_cache/blockfile/
H A Dstats.cc48 "Open hit",
50 "Create hit",
51 "Resurrect hit",
310 int Stats::GetRatio(Counters hit, Counters miss) const { argument
311 int64 ratio = GetCounter(hit) * 100;
315 ratio /= (GetCounter(hit) + GetCounter(miss));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.h30 u64 hit; member in struct:callchain_node
98 root->node.hit = 0;
105 return node->hit + node->children_hit;
H A Ddso.h84 u8 hit:1; member in struct:dso
/external/openssl/ssl/
H A Ds2_srvr.c219 if (!s->hit)
252 if (s->hit)
614 s->hit=1;
638 if (!s->hit)
700 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' i
[all...]
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp369 int32_t noBreaks = 0, hit = 0; local
392 hit++;
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dicuzdump.cpp149 UDate hit = newt; local
151 int32_t diff = (int32_t)(hit - lot);
163 hit = medt;
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
689 diff = (long) (hit - lot);
696 else if (t >= hit)
708 } else hit = t;
711 show(name, hit, TRUE);
712 return hit;
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
887 diff = (long) (hit
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp369 int32_t noBreaks = 0, hit = 0; local
392 hit++;
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp149 UDate hit = newt; local
151 int32_t diff = (int32_t)(hit - lot);
163 hit = medt;
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
H A Dzdump.c168 static time_t hunt(char * name, time_t lot, time_t hit);
179 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
673 hunt(char *name, time_t lot, time_t hit) argument
689 diff = (long) (hit - lot);
696 else if (t >= hit)
708 } else hit = t;
711 show(name, hit, TRUE);
712 return hit;
871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
887 diff = (long) (hit
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc45 // Records disposition information about the check. |hit| should be
48 bool hit,
54 } else if (hit) {
917 const bool hit = HandleOneCheck(check, full_hashes); local
918 RecordGetHashCheckStatus(hit, check_type, full_hashes);
922 // Call back all interested parties, noting if any has a hit.
924 bool hit = false; local
928 hit = true;
930 RecordGetHashCheckStatus(hit, check_type, full_hashes);
47 RecordGetHashCheckStatus( bool hit, safe_browsing_util::ListType check_type, const std::vector<SBFullHashResult>& full_hashes) argument
H A Dsafe_browsing_service_browsertest.cc223 bool hit = false; local
237 hit = true;
240 return hit;
286 // This function is called when there is a prefix hit in local safebrowsing
430 // full hash is hit in database's local cache.
657 // Navigate back to kEmptyPage -- should hit the whitelist, and send a match
658 // call, but no hit call.
845 // Now introducing delays and we should hit timeout.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp613 RefPtr<AXObject> hit = m_private->accessibilityHitTest(contentsPoint); local
615 if (hit)
616 return WebAXObject(hit);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kmem.c41 u32 hit; member in struct:alloc_stat
147 data->hit++;
158 data->hit = 1;
190 data->hit++;
201 data->hit = 1;
378 (unsigned long)data->bytes_alloc / data->hit,
380 (unsigned long)data->bytes_req / data->hit,
381 (unsigned long)data->hit,
546 if (l->hit < r->hit)
[all...]

Completed in 657 milliseconds

123