Searched refs:hit (Results 1 - 25 of 106) sorted by relevance

12345

/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-trace/trace-viewer/src/
H A Dtimeline_selection.js62 var hit = this[i];
63 if (hit.slice) {
64 wmin = Math.min(wmin, hit.slice.start);
65 wmax = Math.max(wmax, hit.slice.end);
92 push_: function(hit) {
93 this[this.length_++] = hit;
95 return hit;
152 var hit = this[i];
153 hit.track.addItemNearToProvidedHitToSelection(
154 hit, offse
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSDataExtras.m126 const char *hit = memchr(p, '<', remaining);
127 if (!hit) {
141 if (strncasecmp(hit, "<channel", strlen("<channel")) == 0) {
144 } else if (strncasecmp(hit, "<rdf", strlen("<rdf")) == 0) {
146 } else if (strncasecmp(hit, "<rss", strlen("<rss")) == 0) {
148 } else if (strncasecmp(hit, "<feed", strlen("<feed")) == 0) {
150 } else if (strncasecmp(hit, "<?", strlen("<?")) != 0 && strncasecmp(hit, "<!", strlen("<!")) != 0) {
155 remaining -= (hit + 1) - p;
156 p = hit
[all...]
/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/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_thread_track.js69 cpuTrack.decorateHit = function(hit) {
70 hit.thread = this.thread_;
76 asyncTrack.decorateHit = function(hit) {
84 track.decorateHit = function(hit) {
85 hit.thread = this.thread_;
H A Dtimeline_slice_track.js48 * hit objects. Override this function on parent classes to add
49 * context-specific information to the hit.
51 decorateHit: function(hit) {
221 var hit = selection.addSlice(this, this.slices_[x]);
222 this.decorateHit(hit);
255 var hit = selection.addSlice(that, slice);
256 that.decorateHit(hit);
283 * Add the item to the left or right of the provided hit, if any, to the
286 * @param {Number} offset Number of slices away from the hit to look.
287 * @param {TimelineSelection} selection The selection to add a hit t
[all...]
H A Dtimeline_counter_track.js38 * hit objects. Override this function on parent classes to add
39 * context-specific information to the hit.
41 decorateHit: function(hit) {
218 // Figure out which sample we hit
231 var hit = selection.addCounterSample(this, this.counter, i);
232 this.decorateHit(hit);
283 var hit = selection.addCounterSample(this, this.counter, i);
284 this.decorateHit(hit);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamTerrainPicker.java51 * all of the TerrainPatches hit (in distance order.) The triangles of each patch
53 * to test and in what order. When a hit is found, it is guaranteed to be the
54 * first such hit and can immediately be returned.
103 Triangle hit = new Triangle();
104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit);
108 cr.setContactNormal(hit.getNormal());
120 Triangle hit = new Triangle();
121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) {
127 cr.setContactNormal(hit.getNormal());
149 if (checkTriangles(loc.x + dx, loc.y + dz, workRay, intersection, patch, hit)) {
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DSelectDialogComponent.java76 public void setHitReact(HitReactionComponent hit) { argument
77 mHitReact = hit;
H A DSimpleCollisionComponent.java57 final boolean hit = collision.castRay(mPreviousPosition, mCurrentPosition,
60 if (hit) {
H A DBackgroundCollisionComponent.java24 * 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 point
[all...]
H A DAABoxCollisionVolume.java38 int hit) {
39 super(hit);
37 AABoxCollisionVolume(float offsetX, float offsetY, float width, float height, int hit) argument
/external/linux-tools-perf/util/
H A Dcallchain.c53 if (rnode->hit < chain->hit)
84 if (node->hit && node->hit >= min_hit)
90 * sort them by hit
242 new->hit = period;
272 new->hit = parent->hit;
280 parent->hit = 0;
284 parent->hit
[all...]
H A Dcallchain.h32 u64 hit; member in struct:callchain_node
87 root->node.hit = 0;
94 return node->hit + node->children_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/valgrind/main/none/tests/
H A Dpth_cvsimple.stdout.exp13 hit threshold!
22 condvar was hit!
/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...]
H A Dbuiltin-inject.c155 if (!al.map->dso->hit) {
156 al.map->dso->hit = 1;
/external/chromium/net/disk_cache/
H A Dstats.h83 int GetRatio(Counters hit, Counters miss) const;
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
H A DTerrainTestCollision.java262 CollisionResult hit = results.getClosestCollision();
266 Vector2f loc = new Vector2f(hit.getContactPoint().x, hit.getContactPoint().z);
268 System.out.println("collide " + hit.getContactPoint() + ", height: " + height + ", distance: " + hit.getDistance());
269 collisionMarker.setLocalTranslation(new Vector3f(hit.getContactPoint().x, height, hit.getContactPoint().z));
/external/oprofile/events/x86-64/family10/
H A Dunit_masks79 0x01 DCT0 Page hit
82 0x08 DCT1 Page hit
112 0x02 Probe hit clean
113 0x04 Probe hit dirty without memory cancel
114 0x08 Probe hit dirty with memory cancel
135 0x01 GART aperture hit on access from CPU
136 0x02 GART aperture hit on access from I/O
138 0x08 GART/DEV request hit table walk in progress
139 0x10 DEV hit
194 0x01 L2 4K TLB hit
[all...]
/external/icu4c/tools/tzcode/
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...]

Completed in 363 milliseconds

12345