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

12

/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/webkit/Source/WebKit/chromium/tests/
H A DCCThreadTest.cpp67 hit = true;
76 bool hit; member in class:__anon14779::PingPongTestUsingTasks
87 EXPECT_TRUE(target.hit);
/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/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java749 String input, boolean hit) {
759 assertTrue(testNo, h == hit);
748 hitEndTest(boolean callFind, String testNo, String regex, String input, boolean hit) argument
/external/chromium/net/disk_cache/
H A Dstats.cc44 "Open hit",
46 "Create hit",
47 "Resurrect hit",
320 int Stats::GetRatio(Counters hit, Counters miss) const { argument
321 int64 ratio = GetCounter(hit) * 100;
325 ratio /= (GetCounter(hit) + GetCounter(miss));
/external/linux-tools-perf/util/
H A Dcallchain.h32 u64 hit; member in struct:callchain_node
87 root->node.hit = 0;
94 return node->hit + node->children_hit;
H A Dsymbol.h155 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/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityObject.cpp389 RefPtr<AccessibilityObject> hit = m_private->accessibilityHitTest(contentsPoint); local
391 if (hit.get())
392 return WebAccessibilityObject(hit);
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp369 int32_t noBreaks = 0, hit = 0; local
392 hit++;
/external/icu4c/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/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.cpp326 void ChromeClientHaiku::mouseDidMoveOverElement(const HitTestResult& hit, unsigned /*modifierFlags*/) argument
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc64 // Records disposition information about the check. |hit| should be
67 bool hit,
73 } else if (hit) {
943 const bool hit = HandleOneCheck(check, full_hashes); local
944 RecordGetHashCheckStatus(hit, is_download, full_hashes);
948 // Call back all interested parties, noting if any has a hit.
950 bool hit = false; local
954 hit = true;
956 RecordGetHashCheckStatus(hit, is_download, full_hashes);
1035 // A safebrowsing hit i
66 RecordGetHashCheckStatus( bool hit, bool is_download, const std::vector<SBFullHashResult>& full_hashes) argument
[all...]
H A Dsafe_browsing_service_browsertest.cc123 bool hit = false; local
140 hit = true;
144 return hit;
191 // This function is called when there is a prefix hit in local safebrowsing
316 // full hash is hit in database's local cache.
591 // Now introducing delays and we should hit timeout.
624 // Now introducing delays and we should hit timeout.
/external/linux-tools-perf/
H A Dbuiltin-kmem.c37 static char default_sort_order[] = "frag,hit,bytes";
47 u32 hit; member in struct:alloc_stat
139 data->hit++;
148 data->hit = 1;
179 data->hit++;
188 data->hit = 1;
389 (unsigned long)data->bytes_alloc / data->hit,
391 (unsigned long)data->bytes_req / data->hit,
392 (unsigned long)data->hit,
548 if (l->hit <
[all...]
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) method in class:OverrideGraphics2D
516 return graphics.hit(rect, s, onStroke);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.cpp354 void ChromeClientEfl::mouseDidMoveOverElement(const HitTestResult& hit, unsigned modifierFlags) argument
357 bool isLink = hit.isLiveLink();
359 KURL url = hit.absoluteLinkURL();
364 CString titleStr = hit.title(dir).utf8();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.cpp543 void ChromeClient::mouseDidMoveOverElement(const HitTestResult& hit, unsigned modifierFlags) argument
546 bool isLink = hit.isLiveLink();
548 KURL url = hit.absoluteLinkURL();
551 CString titleString = hit.title(dir).utf8();
561 if (Node* node = hit.innerNonSharedNode()) {

Completed in 2011 milliseconds

12