Home
last modified time | relevance | path

Searched refs:pause (Results 26 - 50 of 507) sorted by relevance

12345678910>>...21

/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp330 bool pause = true; in HWTEST_F() local
333 handleData->renderMode.ctlParam.pause = false; in HWTEST_F()
340 pause = handleData->renderMode.ctlParam.pause; in HWTEST_F()
341 EXPECT_EQ(false, pause); in HWTEST_F()
349 bool pause = false; in HWTEST_F() local
352 handleData->renderMode.ctlParam.pause = true; in HWTEST_F()
359 pause = handleData->renderMode.ctlParam.pause; in HWTEST_F()
360 EXPECT_EQ(true, pause); in HWTEST_F()
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-mode.js70 input.write = input.pause = input.resume = () => {};
74 output.write = output.pause = output.resume = function(buf) {
H A Dtest-fs-read-stream.js50 file.pause();
52 file.pause();
66 file.pause();
221 pauseRes.pause();
H A Dtest-stream-readable-reading-readingMore.js99 readable.pause();
157 readable.pause();
H A Dtest-http2-socket-proxy.js58 assert.throws(() => socket.pause, errMsg);
69 assert.throws(() => (socket.pause = undefined), errMsg);
/third_party/skia/samplecode/
H A DSampleAudio.cpp57 case SkAudioPlayer::State::kPlaying: fPlayer->pause(); break;
70 fPlayer->pause();
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c136 .pause = occlusion_pause,
144 .pause = occlusion_pause,
152 .pause = occlusion_pause,
228 .pause = timestamp_pause,
244 .pause = timestamp_pause,
363 .pause = perfcntr_pause,
/third_party/typescript/tests/baselines/reference/
H A DneverReturningFunctions1.js179 pause(): void;
196 pause(): void;
225 pause() {},
457 pause: function () { },
508 pause(): void;
523 pause(): void;
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill02.c566 (void)pause(); in child1_rout()
570 * This pause will only be executed if SIGUSR2 has not been received yet. in child1_rout()
607 (void)pause(); in child2_rout()
623 (void)pause(); in childA_rout()
665 (void)pause(); in childB_rout()
H A Dkill10.c70 * Uses SIGUSR1 to pause before test if option set.
261 pause(); in main()
333 * we issue a pause. In that case we might hang even if we have in setup()
339 pause(); in setup()
499 pause(); in manager()
537 sleep(1); /* wait a sec to let all the children pause */ in manager()
585 pause(); in manager()
708 * want to pause for it ! in fork_procs()
712 pause(); in fork_procs()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
H A DSkottieView.java71 void pause() { in pause() method in SkottieRenderer
175 public void pause() { in pause() method in SkottieView
176 mRenderer.pause(); in pause()
/third_party/node/lib/internal/streams/
H A Dlegacy.js20 if (dest.writable && dest.write(chunk) === false && source.pause) {
21 source.pause();
/third_party/ltp/testcases/kernel/controllers/pids/
H A Dpids_task2.c23 pause(); in main()
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dsoftbus_server_main.c23 pause(); in main()
/third_party/ltp/testcases/kernel/syscalls/creat/
H A Dcreat07_child.c17 pause(); in main()
/third_party/musl/src/unistd/
H A Dpause.c4 int pause(void) in pause() function
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dstart_server.c38 pause(); in main()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dmain.cpp36 pause(); in main()
/third_party/ltp/lib/newlib_tests/
H A Dtest13.c19 pause(); in do_test()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_service_main_lite.c38 pause(); in main()
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/
H A DechoHilog.bat6 pause
/test/xts/device_attest_lite/framework/small/src/service/
H A Dattest_framework_service.c44 pause(); in main()
/third_party/FreeBSD/sys/sys/
H A Dsystm.h49 #define pause(wmesg, timo) (LOS_TaskDelay(timo)) macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback_unittest.cpp94 EXPECT_CALL(*mImpl, pause(nullptr)); in TEST_F()
95 EXPECT_EQ(angle::Result::Continue, mFeedback->pause(nullptr)); in TEST_F()
/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_server_main.cpp48 pause(); in main()

Completed in 10 milliseconds

12345678910>>...21