/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/ |
H A D | audio_alsa_if_lib_render_test.cpp | 330 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 D | test-repl-mode.js | 70 input.write = input.pause = input.resume = () => {}; 74 output.write = output.pause = output.resume = function(buf) {
|
H A D | test-fs-read-stream.js | 50 file.pause(); 52 file.pause(); 66 file.pause(); 221 pauseRes.pause();
|
H A D | test-stream-readable-reading-readingMore.js | 99 readable.pause(); 157 readable.pause();
|
H A D | test-http2-socket-proxy.js | 58 assert.throws(() => socket.pause, errMsg); 69 assert.throws(() => (socket.pause = undefined), errMsg);
|
/third_party/skia/samplecode/ |
H A D | SampleAudio.cpp | 57 case SkAudioPlayer::State::kPlaying: fPlayer->pause(); break; 70 fPlayer->pause();
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_query.c | 136 .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 D | neverReturningFunctions1.js | 179 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 D | kill02.c | 566 (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 D | kill10.c | 70 * 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 D | SkottieView.java | 71 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 D | legacy.js | 20 if (dest.writable && dest.write(chunk) === false && source.pause) { 21 source.pause();
|
/third_party/ltp/testcases/kernel/controllers/pids/ |
H A D | pids_task2.c | 23 pause(); in main()
|
/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | softbus_server_main.c | 23 pause(); in main()
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat07_child.c | 17 pause(); in main()
|
/third_party/musl/src/unistd/ |
H A D | pause.c | 4 int pause(void) in pause() function
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | start_server.c | 38 pause(); in main()
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | main.cpp | 36 pause(); in main()
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test13.c | 19 pause(); in do_test()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_service_main_lite.c | 38 pause(); in main()
|
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/ |
H A D | echoHilog.bat | 6 pause
|
/test/xts/device_attest_lite/framework/small/src/service/ |
H A D | attest_framework_service.c | 44 pause(); in main()
|
/third_party/FreeBSD/sys/sys/ |
H A D | systm.h | 49 #define pause(wmesg, timo) (LOS_TaskDelay(timo)) macro
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback_unittest.cpp | 94 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 D | ipc_server_main.cpp | 48 pause(); in main()
|