Home
last modified time | relevance | path

Searched defs:sleep (Results 51 - 75 of 108) sorted by relevance

12345

/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_time.h25 #define sleep(x) Sleep((x)*1000) macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_time.h25 #define sleep(x) Sleep((x)*1000) macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_time.h26 #define sleep(x) Sleep((x)*1000) macro
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_time.h25 #define sleep(x) Sleep((x)*1000) macro
/third_party/python/Lib/turtledemo/
H A Dpenrose.py20 from time import perf_counter as clock, sleep namespace
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dios.py39 def sleep(attempt): function
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DKvStoreBackupCallbackJsTest.js32 function sleep(ms) { function
[all...]
H A DKvStoreBackupPromiseJsTest.js162 function sleep(ms) { function
[all...]
/test/xts/acts/location/geolocation_errorCode/entry/src/ohosTest/js/test/
H A DLocationErrorTest.test.js33 function sleep(ms) { function
/test/xts/acts/location/geolocation_standard/entry/src/ohosTest/js/test/
H A DLocationMTest.test.js34 function sleep(ms) { function
[all...]
H A DLocationTest.test.js32 function sleep(ms) { function
H A DGeocoderMTest.test.js39 function sleep(ms) { function
[all...]
H A DGeocoderTest.test.js39 function sleep(ms) { function
/third_party/ffmpeg/libavfilter/
H A Df_realtime.c45 int64_t sleep = pts - now + s->delta; in filter_frame() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform.h153 #define sleep(seconds) (SleepEx((seconds)*1000, 1)/1000) macro
/third_party/python/Lib/test/
H A Dtest_sched.py24 def sleep(self, t): member in Timer
[all...]
H A Dtest_selectors.py11 from time import sleep namespace
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp195 int64_t sleep = sleep_ - adjustThre; in AdjustSleepTime() local
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk132.cpp39 unsigned sleep; member
/third_party/python/Lib/asyncio/
H A Dstreams.py20 from .tasks import sleep namespace
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp139 inline void Thread::sleep(int milliseconds) in sleep() function in sw::Thread
/third_party/openssl/ohos_lite/
H A De_os.h335 # define sleep(a) taskDelay((a) * sysClkRateGet()) macro
/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-bt.c186 static inline void rfkill_rk_sleep_bt_internal(struct rfkill_rk_data *rfkill, bool sleep) in rfkill_rk_sleep_bt_internal() argument
220 void rfkill_rk_sleep_bt(bool sleep) in rfkill_rk_sleep_bt() argument
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-bt.c230 void rfkill_rk_sleep_bt(bool sleep) in rfkill_rk_sleep_bt() argument
193 rfkill_rk_sleep_bt_internal(struct rfkill_rk_data *rfkill, bool sleep) rfkill_rk_sleep_bt_internal() argument
[all...]
/third_party/curl/tests/libtest/
H A Dtest.h46 #define sleep(sec) Sleep ((sec)*1000) macro

Completed in 15 milliseconds

12345