/external/skqp/src/pathops/ |
D | SkPathOpsWinding.cpp | 261 SkOpRayHit* hit = hitHead; in sortableTop() local 262 while (hit) { in sortableTop() 263 sorted.push_back(hit); in sortableTop() 264 hit = hit->fNext; in sortableTop() 276 hit = sorted[index]; in sortableTop() 277 SkOpSpan* span = hit->fSpan; in sortableTop() 280 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() 282 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 286 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g) slope=(%1.9g,%1.9g)\n", hit->fT, in sortableTop() 287 hit->fPt.fX, hit->fPt.fY, hit->fSlope.fX, hit->fSlope.fY); in sortableTop() [all …]
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 261 SkOpRayHit* hit = hitHead; in sortableTop() local 262 while (hit) { in sortableTop() 263 sorted.push_back(hit); in sortableTop() 264 hit = hit->fNext; in sortableTop() 276 hit = sorted[index]; in sortableTop() 277 SkOpSpan* span = hit->fSpan; in sortableTop() 280 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() 282 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 286 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g) slope=(%1.9g,%1.9g)\n", hit->fT, in sortableTop() 287 hit->fPt.fX, hit->fPt.fY, hit->fSlope.fX, hit->fSlope.fY); in sortableTop() [all …]
|
/external/apache-http/src/org/apache/http/impl/ |
D | DefaultConnectionReuseStrategy.java | 119 HeaderIterator hit = response.headerIterator(HTTP.CONN_DIRECTIVE); in keepAlive() local 120 if (!hit.hasNext()) in keepAlive() 121 hit = response.headerIterator("Proxy-Connection"); in keepAlive() 146 if (hit.hasNext()) { in keepAlive() 148 TokenIterator ti = createTokenIterator(hit); in keepAlive() 184 protected TokenIterator createTokenIterator(HeaderIterator hit) { in createTokenIterator() argument 185 return new BasicTokenIterator(hit); in createTokenIterator()
|
/external/bcc/examples/cpp/ |
D | LLCStat.cc | 103 uint64_t hit; in main() local 106 hit = miss <= it.second ? it.second - miss : 0; in main() 108 hit = it.second; in main() 110 double ratio = (double(hit) / double(it.second)) * 100.0; in main() 116 std::cout << "(" << hit << "/" << it.second << ")" << std::endl; in main()
|
/external/python/cpython2/Lib/idlelib/ |
D | config-highlight.def | 21 hit-foreground= #ffffff 22 hit-background= #000000 52 hit-foreground= #ffffff 53 hit-background= #000000 75 hit-background = #fbfbfb 91 hit-foreground = #002240
|
/external/python/cpython3/Lib/idlelib/ |
D | config-highlight.def | 21 hit-foreground= #ffffff 22 hit-background= #000000 54 hit-foreground= #ffffff 55 hit-background= #000000 79 hit-background = #fbfbfb 95 hit-foreground = #002240
|
/external/toybox/toys/posix/ |
D | sed.c | 200 unsigned not, hit; member 297 if (command->hit) { in sed_line() 299 if (!command->rmatch[1]) command->hit = 0; in sed_line() 306 } else if (lm > 0 && lm < TT.count) command->hit = 0; in sed_line() 313 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++; in sed_line() 314 } else if (lm == TT.count || (lm == -1 && !pline)) command->hit++; in sed_line() 320 lm = !(command->hit ^ command->not); in sed_line() 323 if (miss || command->lmatch[1] == TT.count) command->hit = 0; in sed_line() 368 if (!command->hit) emit(str, strlen(str), 1); in sed_line() 645 command->hit = 0; in do_sed_file() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr_test.cc | 255 bool hit = false; in TEST() local 256 gpu_event_mgr::WarnIfInCallback([&hit] { hit = true; }); in TEST() 257 EXPECT_FALSE(hit); in TEST() 259 em.ThenExecute(stream.get(), [&hit, ¬e]() { in TEST() 260 gpu_event_mgr::WarnIfInCallback([&hit, ¬e] { in TEST() 261 hit = true; in TEST() 266 EXPECT_TRUE(hit); in TEST()
|
/external/bcc/tools/ |
D | dcstat_example.txt | 22 ("MISS/s"), and the hit ratio as a percentage. By default, an interval of 1 25 At 08:11:49, there were 192 thousand references, which almost entirely hit 26 from the dcache, with a hit ration of 99.95%. A little later, starting at 27 08:11:51, a workload began that walked many uncached files, reducing the hit 40 It's a 99.96% hit ratio, and these are all negative hits: accessing a file that
|
D | cachetop_example.txt | 4 show Linux page cache hit/miss statistics including read and write hit % per 15 ./cachetop 1 # print every second hit/miss stats 43 Below shows the hit rate increases as we run find a second time and it gets it
|
D | cachestat_example.txt | 4 show Linux page cache hit/miss statistics including read and write hit % 12 ./cachestat 1 # print every second hit/miss stats
|
D | dcstat.py | 137 hit = ref - miss variable 138 pct = float(100) * hit / ref
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 413 for (HitResult hit : frame.hitTest(tap)) { in handleSingleTaps() 415 Trackable trackable = hit.getTrackable(); in handleSingleTaps() 418 && ((Plane) trackable).isPoseInPolygon(hit.getHitPose()) in handleSingleTaps() 419 && (DrawManager.calculateDistanceToPlane(hit.getHitPose(), camera.getPose()) in handleSingleTaps() 428 anchors.add(hit.createAnchor()); in handleSingleTaps() 445 for (HitResult hit : frame.hitTest(holdTap.event)) { in handleHoldTaps() 447 Trackable trackable = hit.getTrackable(); in handleHoldTaps() 450 && ((Plane) trackable).isPoseInPolygon(hit.getHitPose()) in handleHoldTaps() 451 && (DrawManager.calculateDistanceToPlane(hit.getHitPose(), camera.getPose()) in handleHoldTaps() 460 hit.getHitPose().toMatrix(modelMatrix, 0); in handleHoldTaps()
|
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | HelloCanvasAR.java | 413 for (HitResult hit : frame.hitTest(tap)) { in handleSingleTaps() 415 Trackable trackable = hit.getTrackable(); in handleSingleTaps() 418 && ((Plane) trackable).isPoseInPolygon(hit.getHitPose()) in handleSingleTaps() 419 && (DrawManager.calculateDistanceToPlane(hit.getHitPose(), camera.getPose()) in handleSingleTaps() 428 anchors.add(hit.createAnchor()); in handleSingleTaps() 445 for (HitResult hit : frame.hitTest(holdTap.event)) { in handleHoldTaps() 447 Trackable trackable = hit.getTrackable(); in handleHoldTaps() 450 && ((Plane) trackable).isPoseInPolygon(hit.getHitPose()) in handleHoldTaps() 451 && (DrawManager.calculateDistanceToPlane(hit.getHitPose(), camera.getPose()) in handleHoldTaps() 460 hit.getHitPose().toMatrix(modelMatrix, 0); in handleHoldTaps()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 235 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) in hunt() argument 748 time_t diff = hit - lot; in hunt() 755 else if (t >= hit) in hunt() 767 } else hit = t; in hunt() 770 show(name, hit, TRUE); in hunt() 771 return hit; in hunt() 927 huntICU(char *name, time_t lot, time_t hit, FILE * fp) in huntICU() argument 943 diff = (long) (hit - lot); in huntICU() [all …]
|
/external/python/cpython2/Lib/ |
D | rfc822.py | 245 hit = 0 248 hit = 1 250 hit = 0 251 if hit: 264 hit = 0 266 if hit: 270 hit = 1 271 if hit: 417 hit = 0 421 hit = 1 [all …]
|
/external/ImageMagick/MagickCore/ |
D | resample.c | 322 ssize_t u,v, v1, v2, uw, hit; in ResamplePixelColor() local 352 hit = 0; in ResamplePixelColor() 366 hit++; in ResamplePixelColor() 379 hit++; in ResamplePixelColor() 385 hit++; /* outside the horizontally tiled images. */ in ResamplePixelColor() 391 hit++; /* outside the vertically tiled images. */ in ResamplePixelColor() 402 hit++; in ResamplePixelColor() 413 if ( hit ) { in ResamplePixelColor() 541 hit = 0; in ResamplePixelColor() 621 hit++; in ResamplePixelColor() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
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 | 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 | SelectDialogComponent.java | 76 public void setHitReact(HitReactionComponent hit) { in setHitReact() argument 77 mHitReact = hit; in setHitReact()
|
/external/wpa_supplicant_8/src/utils/ |
D | radiotap.c | 238 int hit = 0; in ieee80211_radiotap_iterator_next() local 363 hit = 1; in ieee80211_radiotap_iterator_next() 386 hit = 1; in ieee80211_radiotap_iterator_next() 393 if (hit) in ieee80211_radiotap_iterator_next()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | unknown-named-machine-basic-block.mir | 27 ; CHECK: [[@LINE+1]]:10: the name of machine basic block #2 isn't 'hit' 28 JG_1 %bb.2.hit, implicit $eflags
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | unknown-named-machine-basic-block.mir | 27 ; CHECK: [[@LINE+1]]:10: the name of machine basic block #2 isn't 'hit' 28 JG_1 %bb.2.hit, implicit %eflags
|
/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)
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/ |
D | ICUZDump.java | 104 long hit = newt; in dump() local 106 long diff = hit - lot; in dump() 114 hit = medt; in dump() 121 w.write(formatter.format(hit, newOffset, tz.inDaylightTime(hit))); in dump()
|