Home
last modified time | relevance | path

Searched refs:sleep (Results 176 - 200 of 2736) sorted by relevance

12345678910>>...110

/kernel/linux/linux-5.10/drivers/regulator/
H A Dda9063-regulator.c80 struct reg_field sleep; member
102 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_LDO_SL), \
127 .sleep = BFIELD(DA9063_REG_V##regl_name##_A, DA9063_BUCK_SL), \
149 struct regmap_field *sleep; member
257 ret = regmap_field_read(regl->sleep, &val); in da9063_buck_get_mode()
268 * LDOs use sleep flags - one for normal and one for suspend state.
269 * There are 2 modes to map to: NORMAL and STANDBY (sleep) for each state.
288 return regmap_field_write(regl->sleep, val); in da9063_ldo_set_mode()
296 ret = regmap_field_read(regl->sleep, &val); in da9063_ldo_get_mode()
794 if (regl->info->sleep in da9063_regulator_probe()
[all...]
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_exclude.cpp58 sleep(RECORDER_TIME); in HWTEST_F()
86 sleep(RECORDER_TIME); in HWTEST_F()
114 sleep(RECORDER_TIME); in HWTEST_F()
144 sleep(RECORDER_TIME); in HWTEST_F()
173 sleep(RECORDER_TIME); in HWTEST_F()
214 sleep(RECORDER_TIME); in HWTEST_F()
255 sleep(RECORDER_TIME); in HWTEST_F()
286 sleep(RECORDER_TIME); in HWTEST_F()
329 sleep(RECORDER_TIME); in HWTEST_F()
362 sleep(RECORDER_TIM in HWTEST_F()
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen_init.c21 sleep(1); in Init()
32 sleep(1); in DeInit()
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.cpp199 sleep(1); in HWTEST_F()
228 sleep(2); in HWTEST_F()
279 sleep(2); in HWTEST_F()
328 sleep(1); in HWTEST_F()
358 sleep(1); in HWTEST_F()
382 sleep(2); in HWTEST_F()
464 sleep(2); in HWTEST_F()
490 sleep(2); in HWTEST_F()
513 sleep(2); in HWTEST_F()
725 sleep( in HWTEST_F()
[all...]
/third_party/ltp/lib/newlib_tests/shell/
H A Dtimeout03.sh36 sleep 2
44 sleep 15 # must be higher than wait time in _tst_kill_test
/third_party/typescript/tests/baselines/reference/
H A DregExpWithSlashInCharClass.js4 var foo3 = "a/".replace(/.[/no sleep /till/]/, "bugfix");
10 var foo3 = "a/".replace(/.[/no sleep /till/]/, "bugfix");
/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetdatasource_fuzzer/
H A Drecordersetdatasource_fuzzer.cpp69 sleep(recorderTime); in FuzzRecorderSetDataSource()
71 sleep(recorderTime); in FuzzRecorderSetDataSource()
73 sleep(recorderTime); in FuzzRecorderSetDataSource()
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/
H A Dcase19_switch002.py56 time.sleep(1)
62 time.sleep(20)
68 time.sleep(1)
H A Dcase18_switch001.py57 time.sleep(1)
63 time.sleep(20)
69 time.sleep(1)
H A Dcase21_add001.py47 time.sleep(20)
53 time.sleep(1)
69 time.sleep(1)
H A Dcase11_delay_time003.py51 time.sleep(1)
59 time.sleep(300)
65 time.sleep(2)
H A Dcase12_delay_time001.py51 time.sleep(1)
57 time.sleep(5)
63 time.sleep(1)
H A Dcase13_param001.py51 time.sleep(1)
57 time.sleep(20)
63 time.sleep(1)
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H A Dvmaccess.c37 sleep(1); in TEST()
55 execlp("sleep", "sleep", "2", NULL); in TEST()
58 sleep(1); in TEST()
68 sleep(1); in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dethtool_extended_state.sh46 sleep 4
68 sleep 4
90 sleep 1
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dcli.py20 parser.add_argument('--sleep', dest='sleep', type=int)
44 if args.sleep:
45 time.sleep(args.sleep)
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H A Dvmaccess.c37 sleep(1); in TEST()
55 execlp("sleep", "sleep", "2", NULL); in TEST()
58 sleep(1); in TEST()
68 sleep(1); in TEST()
/kernel/liteos_a/testsuites/unittest/container/full/
H A DIt_pid_container_019.cpp56 sleep(TEST_CHILD_SLEEP_TIME); in PthreadFunc()
78 sleep(TEST_CHILD_SLEEP_TIME); in ChildFun()
99 sleep(TEST_PARENT_SLEEP_TIME); in ItPidContainer019()
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dsignal_test_015.cpp65 sleep(1); in TestPauseNormal()
68 sleep(1); in TestPauseNormal()
69 printf("father sleep then send signal to wake child\n"); in TestPauseNormal()
89 printf("father sleep 2 then send signal to wake child\n"); in TestPauseNormal()
90 sleep(1); in TestPauseNormal()
H A Dsignal_test_010.cpp80 sleep(1); in TestSigWait()
83 sleep(1); in TestSigWait()
86 sleep(1); in TestSigWait()
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_041.cpp35 sleep(1); in Thread()
75 sleep(1); in GroupProcess()
95 sleep(1); in GroupProcess()
H A Dprocess_test_062.cpp68 sleep(1); in TestCase()
75 sleep(1); in TestCase()
88 sleep(1); in TestCase()
/kernel/liteos_a/testsuites/unittest/process/basic/process/smoke/
H A Dprocess_test_038.cpp35 sleep(1); in Child1()
42 sleep(1); in Child2()
106 sleep(1); in GroupProcess()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_wrlock/
H A D1-1.c100 sleep(1); in main()
124 sleep(1); in main()
160 sleep(1); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
H A D3-2.c106 sleep(1); in main()
127 sleep(1); in main()
146 sleep(1); in main()

Completed in 10 milliseconds

12345678910>>...110