Home
last modified time | relevance | path

Searched refs:time_value (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py68 def get_formated_datetime(cls, time_value=None):
76 time_value: Time to be processed. If the time does not exist,
83 if time_value is None:
84 time_value = time.time()
85 return datetime(*(time.localtime(time_value)[:6]))
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp736 int fileDescribe, time_value; in TimerFd_setTime64() local
738 time_value = __timerfd_settime64(fileDescribe, PARAM_0, &its, nullptr); in TimerFd_setTime64()
739 time_value = usleep(MICROSECONDS); in TimerFd_setTime64()
740 time_value = __timerfd_gettime64(fileDescribe, &val); in TimerFd_setTime64()
742 napi_create_int32(env, time_value, &result); in TimerFd_setTime64()

Completed in 3 milliseconds