Home
last modified time | relevance | path

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

123456789

/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-tty-stdin-pipe.js37 rl.pause = function() { function in rl
Dtest-event-emitter-max-listeners-warning.js11 pause() {} method in FakeInput
Dtest-wrap-js-stream-read-stop.js15 pause() { method in FakeStream
Dtest-stream2-readable-wrap-error.js9 pause() {} method in LegacyStream
/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/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/flutter/skia/third_party/externals/sdl/premake/Linux/build-scripts/
Drun.tests.sh3 function pause() { function
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/build-scripts/
Drun.tests.command3 function pause() { function
/third_party/boost/boost/atomic/detail/
Dpause.hpp38 BOOST_FORCEINLINE void pause() BOOST_NOEXCEPT in pause() function
/third_party/boost/boost/log/detail/
Dpause.hpp46 BOOST_FORCEINLINE void pause() BOOST_NOEXCEPT in pause() function
/third_party/FreeBSD/sys/sys/
Dsystm.h50 #define pause(wmesg, timo) (LOS_TaskDelay(timo)) macro
/third_party/node/deps/npm/node_modules/libcipm/lib/
Dsilentlog.js11 pause: noop, property
/third_party/node/test/common/
Darraystream.js19 ArrayStream.prototype.pause = noop; method in ArrayStream
/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/grpc/src/python/grpcio_tests/tests/unit/framework/common/
Dtest_control.py72 def pause(self): member in PauseFailControl
/third_party/boost/libs/msm/doc/PDF/examples/distributed_table/
DEvents.hpp18 struct pause {}; struct
/third_party/boost/libs/msm/doc/HTML/examples/distributed_table/
DEvents.hpp18 struct pause {}; struct
/third_party/node/deps/npm/node_modules/through/
Dindex.js88 stream.pause = function () { function
/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

123456789