/external/chromium-trace/trace-viewer/src/ |
D | selection.js | 62 var hit = this[i]; 63 if (hit.slice) { 64 this.bounds_.addValue(hit.slice.start); 65 this.bounds_.addValue(hit.slice.end); 90 pushHit: function(hit) { argument 91 this.push_(hit); 94 push_: function(hit) { argument 95 this[this.length_++] = hit; 97 return hit; 170 var hit = this[i]; [all …]
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 114 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE); in keepAlive() local 115 if (!hit.hasNext()) in keepAlive() 116 hit = response.headerIterator("Proxy-Connection"); in keepAlive() 141 if (hit.hasNext()) { in keepAlive() 143 TokenIterator ti = createTokenIterator(hit); in keepAlive() 179 protected TokenIterator createTokenIterator(HeaderIterator hit) { in createTokenIterator() argument 180 return new BasicTokenIterator(hit); in createTokenIterator()
|
/external/chromium-trace/trace-viewer/src/tracks/ |
D | thread_track.js | 69 cpuTrack.decorateHit = function(hit) { argument 70 hit.thread = this.thread_; 76 asyncTrack.decorateHit = function(hit) { argument 84 track.decorateHit = function(hit) { argument 85 hit.thread = this.thread_; 94 samplesTrack.decorateHit = function(hit) { argument 97 hit.thread = this.thread_;
|
D | slice_track.js | 51 decorateHit: function(hit) { argument 221 var hit = selection.addSlice(this, this.slices_[x]); 222 this.decorateHit(hit); 255 var hit = selection.addSlice(that, slice); 256 that.decorateHit(hit); 292 addItemNearToProvidedHitToSelection: function(hit, offset, selection) { argument 293 if (!hit.slice) 296 var index = this.indexOfSlice_(hit.slice); 304 var hit = selection.addSlice(this, this.slices_[newIndex]); 305 this.decorateHit(hit); [all …]
|
D | counter_track.js | 42 decorateHit: function(hit) { argument 242 var hit = selection.addCounterSample(this, this.counter, i); 243 this.decorateHit(hit); 294 var hit = selection.addCounterSample(this, this.counter, i); 295 this.decorateHit(hit);
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSDataExtras.m | 126 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 + 1; 181 const char *hit = memchr(p, '<', remaining); [all …]
|
/external/linux-tools-perf/util/ |
D | callchain.c | 53 if (rnode->hit < chain->hit) in rb_insert_callchain() 84 if (node->hit && node->hit >= min_hit) in __sort_chain_flat() 242 new->hit = period; in add_child() 272 new->hit = parent->hit; in split_add_child() 280 parent->hit = 0; in split_add_child() 284 parent->hit = period; in split_add_child() 369 root->hit += period; in append_chain() 413 if (src->hit) { in merge_chain_branch() 415 append_chain_children(dst, cursor, src->hit); in merge_chain_branch()
|
D | callchain.h | 32 u64 hit; member 87 root->node.hit = 0; in callchain_init() 94 return node->hit + node->children_hit; in callchain_cumul_hits()
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
D | BresenhamTerrainPicker.java | 103 Triangle hit = new Triangle(); in getTerrainIntersection() local 104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit); in getTerrainIntersection() 108 cr.setContactNormal(hit.getNormal()); in getTerrainIntersection() 120 Triangle hit = new Triangle(); in getTerrainIntersection() local 121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) { in getTerrainIntersection() 127 cr.setContactNormal(hit.getNormal()); in getTerrainIntersection() 149 if (checkTriangles(loc.x + dx, loc.y + dz, workRay, intersection, patch, hit)) { in getTerrainIntersection() 155 cr.setContactNormal(hit.getNormal()); in getTerrainIntersection()
|
/external/oprofile/events/i386/p4-ht/ |
D | unit_masks | 15 0x01 ITLB hit 17 0x04 uncacheable ITLB hit 36 0x01 read 2nd level cache hit shared 37 0x02 read 2nd level cache hit exclusive 38 0x04 read 2nd level cache hit modified 39 0x08 read 3rd level cache hit shared 40 0x10 read 3rd level cache hit exclusive 41 0x20 read 3rd level cache hit modified
|
/external/webkit/Source/WebKit/chromium/tests/ |
D | CCThreadTest.cpp | 67 hit = true; in ping() 76 bool hit; member in __anon2d15dce50111::PingPongTestUsingTasks 87 EXPECT_TRUE(target.hit); in TEST()
|
/external/chromium-trace/trace-viewer/src/analysis/ |
D | single_counter_selection_analysis.js | 61 var hit = this.selection_[0]; 62 var counter = hit.counter; 63 var sampleIndex = hit.sampleIndex;
|
/external/linux-tools-perf/ |
D | builtin-kmem.c | 47 u32 hit; member 139 data->hit++; in insert_alloc_stat() 148 data->hit = 1; in insert_alloc_stat() 179 data->hit++; in insert_caller_stat() 188 data->hit = 1; in insert_caller_stat() 389 (unsigned long)data->bytes_alloc / data->hit, in __print_result() 391 (unsigned long)data->bytes_req / data->hit, in __print_result() 392 (unsigned long)data->hit, in __print_result() 548 if (l->hit < r->hit) in hit_cmp() 550 else if (l->hit > r->hit) in hit_cmp()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac_unittest.mm | 83 // Standard hit test. 91 // Test doing a hit test on the edge of a child. 99 // This will test a hit test with invalid coordinates. It is assumed that 100 // the hit test has been narrowed down to this object or one of its children 101 // so it should return itself since it has no better hit result.
|
/external/oprofile/events/x86-64/family10/ |
D | unit_masks | 79 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/jmonkeyengine/engine/src/test/jme3test/terrain/ |
D | TerrainTestCollision.java | 262 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: " + h… 269 …collisionMarker.setLocalTranslation(new Vector3f(hit.getContactPoint().x, height, hit.getContactPo…
|
/external/oprofile/events/i386/p4/ |
D | unit_masks | 15 0x01 ITLB hit 17 0x04 uncacheable ITLB hit 36 0x01 read 2nd level cache hit shared 37 0x02 read 2nd level cache hit exclusive 38 0x04 read 2nd level cache hit modified 39 0x08 read 3rd level cache hit shared 40 0x10 read 3rd level cache hit exclusive 41 0x20 read 3rd level cache hit modified
|
/external/icu4c/tools/tzcode/ |
D | zdump.c | 168 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) in hunt() argument 689 diff = (long) (hit - lot); in hunt() 696 else if (t >= hit) in hunt() 708 } else hit = t; in hunt() 711 show(name, hit, TRUE); in hunt() 712 return hit; in hunt() 871 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument 887 diff = (long) (hit - lot); in huntICU() [all …]
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 208 int hit = 0; in ieee80211_radiotap_iterator_next() local 248 hit = 1; in ieee80211_radiotap_iterator_next() 281 if (hit) in ieee80211_radiotap_iterator_next()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BackgroundCollisionComponent.java | 327 boolean hit = false; in sweepHorizontal() 352 hit = true; in sweepHorizontal() 355 return hit; in sweepHorizontal() 362 boolean hit = false; in sweepVertical() 382 hit = true; in sweepVertical() 388 return hit; in sweepVertical()
|
D | CollisionSystem.java | 112 boolean hit = false; in castRay() 118 hit = true; in castRay() 128 if (hit) { in castRay() 138 hit = true; in castRay() 148 return hit; in castRay() 206 boolean hit = testBoxAgainstList(mCollisionTiles[tileIndex].segments, in testBox() 210 if (hit) { in testBox() 505 HitPoint hit = hitPool.allocate(); in testBoxAgainstList() local 507 hit.hitPoint = hitPoint; in testBoxAgainstList() 508 hit.hitNormal = hitNormal; in testBoxAgainstList() [all …]
|
D | SelectDialogComponent.java | 76 public void setHitReact(HitReactionComponent hit) { in setHitReact() argument 77 mHitReact = hit; in setHitReact()
|
D | SimpleCollisionComponent.java | 57 final boolean hit = collision.castRay(mPreviousPosition, mCurrentPosition, in update() 60 if (hit) { in update()
|
/external/openssl/ssl/ |
D | s2_srvr.c | 219 if (!s->hit) in IMPLEMENT_ssl2_meth_func() 252 if (s->hit) in IMPLEMENT_ssl2_meth_func() 614 s->hit=1; in get_client_hello() 638 if (!s->hit) in get_client_hello() 700 int n,hit; in server_hello() local 707 hit=s->hit; in server_hello() 708 *(p++)=(unsigned char)hit; in server_hello() 710 if (!hit) in server_hello() 733 if (!hit) in server_hello() 761 if (hit) in server_hello() [all …]
|
/external/iproute2/doc/actions/ |
D | gact-usage | 39 filter u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 32 success 20) 56 …rotocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20) 72 …rotocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20)
|