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

123

/external/apache-http/src/org/apache/http/impl/
H A DDefaultConnectionReuseStrategy.java114 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE);
115 if (!hit.hasNext())
116 hit = response.headerIterator("Proxy-Connection");
141 if (hit.hasNext()) {
143 TokenIterator ti = createTokenIterator(hit);
175 * @param hit the header iterator
179 protected TokenIterator createTokenIterator(HeaderIterator hit) { argument
180 return new BasicTokenIterator(hit);
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string_match_unittest.cc24 const gfx::Range& hit = *it; local
25 marked.insert(hit.end(), 1, ']');
26 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::__anon16250
234 EXPECT_EQ(cases[i].hit, frame->NonClientHitTest(point))
/external/chromium_org/components/nacl/renderer/
H A Dpnacl_translation_resource_host.cc15 PP_Bool* hit,
18 : is_hit(hit), file_handle(handle), callback(cb) {}
14 CacheRequestInfo( PP_Bool* hit, PP_FileHandle* handle, scoped_refptr<TrackedCallback> cb) argument
/external/chromium_org/ui/views/window/
H A Ddialog_delegate_unittest.cc187 // Ensure that the new style's BubbleFrameView hit-tests as expected.
194 const int hit; member in struct:views::__anon16393
206 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/chromium_org/third_party/openssl/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/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/ppapi/native_client/src/trusted/plugin/
H A Dpnacl_coordinator.cc55 void HistogramEnumerateTranslationCache(pp::UMAPrivate& uma, bool hit) { argument
57 hit, 2);
92 // a bitcode->nexe cache hit.
376 NACL_PRId32 ", hit=%d)\n", pp_error,
394 // Cache hit -- no need to stream the rest of the file.
/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);
/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);
/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) {
899 const bool hit = HandleOneCheck(check, full_hashes); local
900 RecordGetHashCheckStatus(hit, check_type, full_hashes);
904 // Call back all interested parties, noting if any has a hit.
906 bool hit = false; local
910 hit = true;
912 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.cc219 bool hit = false; local
233 hit = true;
236 return hit;
282 // This function is called when there is a prefix hit in local safebrowsing
426 // full hash is hit in database's local cache.
549 // Navigate back to kEmptyPage -- should hit the whitelist, and send a match
550 // call, but no hit call.
730 // Now introducing delays and we should hit timeout.
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebAXObject.cpp631 RefPtr<AXObject> hit = m_private->accessibilityHitTest(contentsPoint); local
633 if (hit)
634 return WebAXObject(hit);

Completed in 1360 milliseconds

123