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

12

/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/perf_data_converter/src/quipper/
H A Ddso.h29 bool hit = false; // Have we seen any samples in this DSO? member in struct:quipper::DSOInfo
/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_8/hostapd/src/utils/
H A Dradiotap.c238 int hit = 0; local
363 hit = 1;
385 /* we've got a hit! */
386 hit = 1;
393 if (hit)
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c238 int hit = 0; local
363 hit = 1;
385 /* we've got a hit! */
386 hit = 1;
393 if (hit)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c238 int hit = 0; local
363 hit = 1;
385 /* we've got a hit! */
386 hit = 1;
393 if (hit)
/external/swiftshader/src/Renderer/
H A DLRUCache.hpp101 Data *hit = data[j]; local
117 return hit;
/external/ImageMagick/MagickCore/
H A Dresample.c83 #define DEBUG_HIT_MISS 0 /* output hit/miss pixels (as gnuplot commands) */
84 #define DEBUG_NO_PIXEL_HIT 0 /* Make pixels that fail to hit anything - RED */
327 ssize_t u,v, v1, v2, uw, hit;
357 hit = 0;
371 hit++;
384 hit++;
390 hit++; /* outside the horizontally tiled images. */
396 hit++; /* outside the vertically tiled images. */
407 hit++;
418 if ( hit ) {
323 ssize_t u,v, v1, v2, uw, hit; local
[all...]
/external/autotest/client/site_tests/network_ProxyResolver/
H A Dnetwork_ProxyResolver.py32 is found, the server's hit() method is called.
42 self.server.hit()
59 def hit(self): member in class:ThreadedHitServer
60 """Increment the hit count. Usually called by the HandlerClass"""
64 """Set the hit count to 0"""
138 @raises TimeoutError if the timeout is hit.
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c310 bool hit = false; local
332 fprintf(f, "%s%s", !hit ? "" : ", ", priority_to_string(j));
333 hit = true;
550 static bool hit = false; local
551 if (!hit) {
554 hit = true;
/external/toybox/kconfig/
H A Dmconf.c359 bool hit; local
366 hit = false;
368 if (!hit) {
370 hit = true;
375 if (hit)
/external/toybox/toys/posix/
H A Dsed.c197 unsigned not, hit; member in struct:sedcmd
291 if (command->hit) {
293 if (!command->rmatch[1]) command->hit = 0;
300 } else if (lm > 0 && lm < TT.count) command->hit = 0;
307 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++;
308 } else if (lm == TT.count || (lm == -1 && !pline)) command->hit++;
314 lm = !(command->hit ^ command->not);
317 if (miss || command->lmatch[1] == TT.count) command->hit = 0;
362 if (!command->hit) emit(str, strlen(str), 1);
640 command->hit
[all...]
/external/curl/src/
H A Dtool_getparam.c492 int hit = -1; local
520 hit = j;
521 numhits = 1; /* a single unique hit */
525 hit = j;
532 if(hit < 0) {
538 hit = -1;
554 if(hit < 0) {
557 hit = j;
561 if(hit < 0) {
566 if(aliases[hit]
[all...]
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp374 int32_t noBreaks = 0, hit = 0; local
397 hit++;
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp153 UDate hit = newt; local
155 int32_t diff = (int32_t)(hit - lot);
167 hit = medt;
177 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
H A Dzdump.c235 static time_t hunt(char * name, time_t lot, time_t hit);
245 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
733 hunt(char *name, time_t lot, time_t hit) argument
748 time_t diff = hit - lot;
755 else if (t >= hit)
767 } else hit = t;
770 show(name, hit, TRUE);
771 return hit;
927 huntICU(char *name, time_t lot, time_t hit, FILE * fp) argument
943 diff = (long) (hit
[all...]
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp17 // if no edge is hit, compute the winding directly
259 SkOpRayHit* hit = hitHead; local
260 while (hit) {
261 sorted.push_back(hit);
262 hit = hit->fNext;
274 hit = sorted[index];
275 SkOpSpan* span = hit->fSpan;
278 bool ccw = ccw_dxdy(hit->fSlope, dir);
280 hit
[all...]
/external/skqp/src/pathops/
H A DSkPathOpsWinding.cpp17 // if no edge is hit, compute the winding directly
259 SkOpRayHit* hit = hitHead; local
260 while (hit) {
261 sorted.push_back(hit);
262 hit = hit->fNext;
274 hit = sorted[index];
275 SkOpSpan* span = hit->fSpan;
278 bool ccw = ccw_dxdy(hit->fSlope, dir);
280 hit
[all...]
/external/pdfium/third_party/agg23/
H A Dagg_rasterizer_scanline_aa.h162 bool hit() const function in class:agg::scanline_hit_test
/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/skia/src/core/
H A DSkStroke.cpp500 SkPoint hit; local
501 hit.fX = lineStart.fX * (1 - t) + lineEnd.fX * t;
502 hit.fY = lineStart.fY * (1 - t) + lineEnd.fY * t;
503 return SkPointPriv::DistanceToSqd(hit, pt);
/external/skqp/src/core/
H A DSkStroke.cpp499 SkPoint hit; local
500 hit.fX = lineStart.fX * (1 - t) + lineEnd.fX * t;
501 hit.fY = lineStart.fY * (1 - t) + lineEnd.fY * t;
502 return SkPointPriv::DistanceToSqd(hit, pt);
/external/freetype/src/autofit/
H A Daflatin.c662 FT_Bool hit; local
697 hit = 0;
705 if ( !hit )
707 /* no hit; adjust first point */
723 hit = 1;
734 hit = 0;
744 hit = 0;

Completed in 1984 milliseconds

12