/external/pdfium/fpdfsdk/ |
D | fpdf_progressive.cpp | 39 IFSDK_PAUSE* pause) { in FPDF_RenderPageBitmap_Start() argument 40 if (!bitmap || !pause || pause->version != 1) in FPDF_RenderPageBitmap_Start() 54 IFSDK_PAUSE_Adapter IPauseAdapter(pause); in FPDF_RenderPageBitmap_Start() 66 IFSDK_PAUSE* pause) { in FPDF_RenderPage_Continue() argument 67 if (!pause || pause->version != 1) in FPDF_RenderPage_Continue() 76 IFSDK_PAUSE_Adapter IPauseAdapter(pause); in FPDF_RenderPage_Continue()
|
/external/libevent/ |
D | evrpc.c | 96 struct evrpc_hook_ctx *pause; in evrpc_free() local 103 while ((pause = TAILQ_FIRST(&base->paused_requests)) != NULL) { in evrpc_free() 104 TAILQ_REMOVE(&base->paused_requests, pause, next); in evrpc_free() 105 mm_free(pause); in evrpc_free() 544 struct evrpc_hook_ctx *pause; in evrpc_pool_free() local 553 while ((pause = TAILQ_FIRST(&pool->paused_requests)) != NULL) { in evrpc_pool_free() 554 TAILQ_REMOVE(&pool->paused_requests, pause, next); in evrpc_pool_free() 555 mm_free(pause); in evrpc_pool_free() 769 struct evrpc_hook_ctx *pause = mm_malloc(sizeof(*pause)); in evrpc_pause_request() local 770 if (pause == NULL) in evrpc_pause_request() [all …]
|
/external/v8/benchmarks/spinning-balls/ |
D | v.js | 362 function updateStats(pause) { argument 364 if (pause > 20) { 365 sumOfSquaredPauses += (pause - 20) * (pause - 20); 367 pauseDistribution[Math.floor(pause / 10)] |= 0; 368 pauseDistribution[Math.floor(pause / 10)]++; 406 var pause = renderingEndTime - renderingStartTime; 407 pausePlot.addPause(pause); 412 updateStats(pause); 416 pause + "(max = " + pausePlot.maxPause + ") ms " +
|
/external/v8/tools/profviz/ |
D | composer.js | 62 function TimerEvent(label, color, pause, thread_id) { argument 66 this.pause = pause; 338 if (!event.pause) continue; 527 var pause = execution_pauses[i]; 528 var label_content = (pause.duration() | 0) + " ms"; 529 var label_x = pause.end + padding; 530 var label_y = Math.max(1, (pause.duration() * y_scale)); 542 var pause = execution_pauses[i]; 543 output(pause.end + " " + pause.duration());
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | PatrolComponent.java | 107 boolean pause = (mMaxSpeed == 0.0f) || hotSpot == HotSpotType.GO_DOWN; in update() 118 pause = true; in update() 126 pause = true; in update() 136 pause = true; in update() 141 if (!pause && !goLeft && !goRight && targetVelocityX == 0.0f) { in update() 156 } else if (pause) { in update()
|
D | SoundSystem.java | 111 public final void pause(int stream) { in pause() method in SoundSystem 112 mSoundPool.pause(stream); in pause() 137 pause(mLoopingStreams[x]); in pauseAll()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | ThumbnailRequestCoordinator.java | 79 public void pause() { in pause() method in ThumbnailRequestCoordinator 80 full.pause(); in pause() 81 thumb.pause(); in pause()
|
/external/python/cpython2/Mac/Demo/sound/ |
D | morselib.py | 88 def pause(self, duration): member in BaseMorse 102 self.pause(self.dots) 106 self.pause(self.dahs) 157 def pause(self, duration): member in MacMorse
|
D | morse.py | 170 pause(dev, DAH) 171 pause(dev, DOT) 176 def pause(dev, length): function
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLooper.java | 84 shadowOf(looper).pause(); 170 public void pause() { 171 scheduler.pause();
|
/external/python/cpython2/Demo/scripts/ |
D | morse.py | 126 pause(dev, DAH + DOT) 127 pause(dev, DOT) 133 def pause(dev, length): function
|
/external/valgrind/none/tests/ |
D | pth_2sig.c | 12 pause(); in slavethread() 39 pause(); in main()
|
/external/pdfium/public/ |
D | fpdf_progressive.h | 88 IFSDK_PAUSE* pause); 103 IFSDK_PAUSE* pause);
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-lazy-anon-8p-touch | 11 #pause 18 #pause
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/ |
D | SchedulerTest.java | 16 scheduler.pause(); in setUp() 122 scheduler.pause(); in resetShouldUnPause() 136 scheduler.pause(); in resetShouldClearPendingRunnables()
|
/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
D | RequestTracker.java | 58 request.pause(); in pauseRequests() 91 request.pause(); in restartRequests()
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill08.c | 121 pause(); in main() 158 pause(); in do_child()
|
D | kill02.c | 566 (void)pause(); in child1_rout() 607 (void)pause(); in child2_rout() 623 (void)pause(); in childA_rout() 665 (void)pause(); in childB_rout()
|
D | kill10.c | 261 pause(); in main() 339 pause(); in setup() 499 pause(); in manager() 585 pause(); in manager() 712 pause(); in fork_procs()
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 169 unsigned pause = 0; in main() local 177 if (!strcmp(argv[1], "-p")) pause = 1, fileID = 2; in main() 222 if (pause) { in main()
|
/external/llvm/test/MC/Mips/ |
D | micromips-control-instructions.s | 22 # CHECK-EL: pause # encoding: [0x00,0x00,0x00,0x28] 64 # CHECK-EB: pause # encoding: [0x00,0x00,0x28,0x00] 101 pause
|
/external/skia/experimental/SimpleiOSApp/iPad/ |
D | AppDelegate_iPad.m | 32 …Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. G…
|
/external/python/cpython2/Lib/plat-irix5/ |
D | readcd.doc | 90 whether the pause that may be between the tracks is played as well or 91 whether the pause should be skipped. When the end of a stretch is 95 the pause is played. When either value was specified using absolute 97 four-tuple), the pause will not be played.
|
/external/python/cpython2/Lib/plat-irix6/ |
D | readcd.doc | 90 whether the pause that may be between the tracks is played as well or 91 whether the pause should be skipped. When the end of a stretch is 95 the pause is played. When either value was specified using absolute 97 four-tuple), the pause will not be played.
|
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/ |
D | pause-play.js | 154 feed.pause(); 165 feed.pause();
|