Home
last modified time | relevance | path

Searched defs:pause (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/flutter/skia/src/core/
DSkSpinlock.cpp12 static void pause() { _mm_pause(); } in pause() function
14 static void pause() { /*spin*/ } in pause() function
/third_party/node/test/parallel/
Dtest-readline-tab-complete.js41 pause() {} method in FakeInput
82 pause() {} method in FakeInput
114 pause() {} method in FakeInput
Dtest-stream2-readable-wrap-empty.js29 oldStream.pause = () => {}; function in oldStream
Dtest-event-emitter-max-listeners-warning.js11 pause() {} method in FakeInput
Dtest-tty-stdin-pipe.js37 rl.pause = function() { function in rl
Dtest-wrap-js-stream-read-stop.js15 pause() { method in FakeStream
Dtest-stream2-readable-wrap-error.js9 pause() {} method in LegacyStream
Dtest-readline-set-raw-mode.js41 stream.pause = function() { function in stream
/third_party/flutter/engine/flutter/shell/common/
Dshell_benchmarks.cc22 benchmarking::ScopedPauseTiming pause(state, !measure_startup); in StartupAndShutdownShell() local
80 benchmarking::ScopedPauseTiming pause(state, !measure_shutdown); in StartupAndShutdownShell() local
/third_party/musl/src/unistd/
Dpause.c4 int pause(void) in pause() function
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dunistd.h34 #define pause __pause_discard macro
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/build-scripts/
Drun.tests.command3 function pause() { function
/third_party/flutter/skia/third_party/externals/sdl/premake/Linux/build-scripts/
Drun.tests.sh3 function pause() { function
/third_party/FreeBSD/sys/sys/
Dsystm.h50 #define pause(wmesg, timo) (LOS_TaskDelay(timo)) macro
/third_party/node/test/common/
Darraystream.js19 ArrayStream.prototype.pause = noop; method in ArrayStream
/third_party/node/deps/npm/node_modules/libcipm/lib/
Dsilentlog.js11 pause: noop, property
/third_party/parse5/packages/parse5-parser-stream/test/
Dscripting.test.ts6 function pause(): Promise<void> { function
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Dsilentlog.js12 pause: noop, property
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.cpp62 bool pause = false; in onLocationUpdate() local
182 void Thread::pause() in pause() function in vk::dbg::Thread
/third_party/node/test/fixtures/
Drepl-tab-completion-nested-repls.js25 ArrayStream.prototype.pause = noop; method in ArrayStream
/third_party/node/deps/npm/node_modules/through/
Dindex.js88 stream.pause = function () { function
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java71 void pause() { in pause() method in SkottieRenderer
175 public void pause() { in pause() method in SkottieView
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTransformFeedbackNULL.cpp34 angle::Result TransformFeedbackNULL::pause(const gl::Context *context) in pause() function in rx::TransformFeedbackNULL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DTransformFeedbackNULL.cpp34 angle::Result TransformFeedbackNULL::pause(const gl::Context *context) in pause() function in rx::TransformFeedbackNULL
/third_party/skia/tools/viewer/
DAnimTimer.h59 void pause() { in pause() function

123456