/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | da9063-regulator.c | 80 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 D | screen_capture_unit_test_exclude.cpp | 58 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 D | dlopen_init.c | 21 sleep(1); in Init() 32 sleep(1); in DeInit()
|
/foundation/multimedia/media_lite/test/unittest/player_lite/ |
H A D | player_lite_test.cpp | 199 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 D | timeout03.sh | 36 sleep 2 44 sleep 15 # must be higher than wait time in _tst_kill_test
|
/third_party/typescript/tests/baselines/reference/ |
H A D | regExpWithSlashInCharClass.js | 4 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 D | recordersetdatasource_fuzzer.cpp | 69 sleep(recorderTime); in FuzzRecorderSetDataSource() 71 sleep(recorderTime); in FuzzRecorderSetDataSource() 73 sleep(recorderTime); in FuzzRecorderSetDataSource()
|
/foundation/systemabilitymgr/samgr/test/autotest/testcases/level0/ |
H A D | case19_switch002.py | 56 time.sleep(1)
62 time.sleep(20)
68 time.sleep(1)
|
H A D | case18_switch001.py | 57 time.sleep(1)
63 time.sleep(20)
69 time.sleep(1)
|
H A D | case21_add001.py | 47 time.sleep(20)
53 time.sleep(1)
69 time.sleep(1)
|
H A D | case11_delay_time003.py | 51 time.sleep(1)
59 time.sleep(300)
65 time.sleep(2)
|
H A D | case12_delay_time001.py | 51 time.sleep(1)
57 time.sleep(5)
63 time.sleep(1)
|
H A D | case13_param001.py | 51 time.sleep(1)
57 time.sleep(20)
63 time.sleep(1)
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/ |
H A D | vmaccess.c | 37 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 D | ethtool_extended_state.sh | 46 sleep 4 68 sleep 4 90 sleep 1
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | cli.py | 20 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 D | vmaccess.c | 37 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 D | It_pid_container_019.cpp | 56 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 D | signal_test_015.cpp | 65 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 D | signal_test_010.cpp | 80 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 D | process_test_041.cpp | 35 sleep(1); in Thread() 75 sleep(1); in GroupProcess() 95 sleep(1); in GroupProcess()
|
H A D | process_test_062.cpp | 68 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 D | process_test_038.cpp | 35 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 D | 1-1.c | 100 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 D | 3-2.c | 106 sleep(1); in main() 127 sleep(1); in main() 146 sleep(1); in main()
|