HomeSort by relevance Sort by last modified time
    Searched refs:hit (Results 1 - 25 of 240) sorted by null

1 2 3 4 5 6 7 8 910

  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE); local
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) {
185 return new BasicTokenIterator(hit);
  /frameworks/base/core/java/android/view/
TouchDelegate.java 41 * view. This rect is used for initial hit testing.
107 boolean hit = true;
125 hit = false;
137 if (hit) {
  /external/skia/src/pathops/
SkPathOpsWinding.cpp 17 // 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->fValid, operand, span ? span->debugID() : -1, ccw)
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/util/
AbstractCache.java 43 // TODO Should remove the oldest or least hit cached entry
72 cacheEntry.hit++;
74 Log.v(TAG, key + " hit " + cacheEntry.hit + " times.");
109 int hit; field in class:AbstractCache.CacheEntry
  /packages/apps/Messaging/src/com/android/messaging/mmslib/util/
AbstractCache.java 41 // TODO: Should remove the oldest or least hit cached entry
70 cacheEntry.hit++;
72 Log.v(TAG, key + " hit " + cacheEntry.hit + " times.");
108 int hit; field in class:AbstractCache.CacheEntry
  /packages/apps/TV/src/com/android/tv/util/
ImageCache.java 137 int hit = mMemoryCache.hitCount(); local
139 String result = memBitmapInfo == null ? "miss" : "hit";
140 double ratio = ((double) hit) / (hit + miss) * 100;
142 Log.d(TAG, "Memory cache " + hit + "h:" + miss + "m " + ratio + "%");
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
LayoutRenderer.java 152 ViewNode hit = findChild(root, root, x, y); local
153 scene.setFocusedObject(hit);
159 ViewNode hit = besthit; local
164 if (node.width <= hit.width && node.height <= hit.height) {
165 hit = node;
170 hit = findChild(node, hit,
175 return hit;
  /external/replicaisland/src/com/replica/replicaisland/
SelectDialogComponent.java 76 public void setHitReact(HitReactionComponent hit) {
77 mHitReact = hit;
SimpleCollisionComponent.java 57 final boolean hit = collision.castRay(mPreviousPosition, mCurrentPosition,
60 if (hit) {
BackgroundCollisionComponent.java 24 * the hit to the parent game object.
131 * 4. Add the normals of the surfaces that were hit up and normalize the result to produce
306 // If we hit multiple surfaces, merge their normals together to produce an
327 boolean hit = false;
352 hit = true;
355 return hit;
362 boolean hit = false;
382 hit = true;
388 return hit;
391 /** Comparator for hit points. *
    [all...]
AABoxCollisionVolume.java 38 int hit) {
39 super(hit);
SphereCollisionVolume.java 35 public SphereCollisionVolume(float radius, float centerX, float centerY, int hit) {
36 super(hit);
  /system/update_engine/update_manager/
prng_unittest.cc 75 for (auto& hit : hits)
76 EXPECT_LT(0, hit);
  /external/skia/debugger/QT/
SkCanvasWidget.h 62 void hitChanged(int hit);
  /external/valgrind/none/tests/
pth_cvsimple.stdout.exp 13 hit threshold!
22 condvar was hit!
  /external/guava/guava-tests/benchmark/com/google/common/cache/
LoadingCacheSingleThreadBenchmark.java 39 // tweak this to control hit rate
99 double hit = req - misses.get(); local
102 System.out.println("hit rate: " + hit / req);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
MapMakerSingleThreadBenchmark.java 42 // tweak this to control hit rate
102 double hit = req - misses.get(); local
105 System.out.println("hit rate: " + hit / req);
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
ExecInfo.java 82 for (final boolean hit : data) {
83 if (hit) {
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
ExecDump.java 86 for (final boolean hit : data) {
87 if (hit) {
  /external/swiftshader/src/Renderer/
LRUCache.hpp 101 Data *hit = data[j]; local
117 return hit;
  /external/toybox/toys/posix/
sed.c 197 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 = 0
    [all...]
  /external/wpa_supplicant_8/src/utils/
radiotap.c 238 int hit = 0; local
363 hit = 1;
385 /* we've got a hit! */
386 hit = 1;
393 if (hit)
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 234 static time_t hunt(char * name, time_t lot, time_t hit);
244 static time_t huntICU(char * name, time_t lot, time_t hit, FILE *fp);
733 hunt(char *name, time_t lot, time_t hit)
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)
943 diff = (long) (hit - lot)
    [all...]
icuzdump.cpp 152 UDate hit = newt; local
154 int32_t diff = (int32_t)(hit - lot);
166 hit = medt;
176 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLScanner.java 98 int hit = -1; external variable declarations
106 hit = i;
110 hit = i;
115 statetableIndex[theState][ch + 2] = (short) hit;

Completed in 2688 milliseconds

1 2 3 4 5 6 7 8 910