Home
last modified time | relevance | path

Searched refs:time (Results 2051 - 2075 of 9010) sorted by relevance

1...<<81828384858687888990>>...361

/third_party/openssl/ssl/
H A Dssl_sess.c65 overflow = (_type_)tmax - (_type_)(_ss_)->time; \
71 (_ss_)->calc_timeout = (_ss_)->time + (_ss_)->timeout; \
153 ss->time = time(NULL); in SSL_SESSION_new()
338 * complete in one iteration pretty much "most" of the time (btw:
683 if (sess_timedout(time(NULL), ret)) { in ssl_get_prev_session()
779 * the session to the SSL_SESSION_list at this time in SSL_CTX_add_session()
784 /* Adjust last used time, and add back into the cache at the appropriate spot */ in SSL_CTX_add_session()
786 c->time = time(NUL in SSL_CTX_add_session()
[all...]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.c1139 re->attribute_changed.time = event->u.attribute_changed.time; in wire_to_event()
1155 reTarget->attribute_changed.time = in wire_to_event()
1156 eventTarget->u.attribute_changed.time; in wire_to_event()
1178 reTargetAvailability->attribute_changed.time = in wire_to_event()
1179 eventTarget->u.availability_changed.time; in wire_to_event()
1202 reTargetString->attribute_changed.time = in wire_to_event()
1203 eventTarget->u.attribute_changed.time; in wire_to_event()
1222 reTargetBinary->attribute_changed.time = in wire_to_event()
1223 eventTarget->u.attribute_changed.time; in wire_to_event()
[all...]
/third_party/python/Lib/test/
H A Dtest_zipimport.py7 import time namespace
48 NOW = time.time()
115 zinfo = ZipInfo(name, time.localtime(mtime))
451 zinfo = ZipInfo(name, time.localtime(mtime))
523 zinfo = ZipInfo(name, time.localtime(mtime))
538 zinfo = ZipInfo(name, time.localtime(mtime))
564 zinfo = ZipInfo(name, time.localtime(mtime))
745 zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW))
756 zinfo = ZipInfo(TESTMOD + ".py", time
[all...]
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/resources/
H A DechoHilog.bat2 set time0=%time: =0%
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dtimerfd.h8 #include <time.h>
H A Dtimeb.h14 time_t time; member
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danticipate_curve.h30 float MoveInternal(float time) override;
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dtoken_generate.cpp26 int curSecond = time(nullptr); in GenerateToken()
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvgetcpu.c10 #include <linux/time.h>
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvgtod.h15 #include <uapi/linux/time.h>
/kernel/linux/linux-6.6/arch/mips/loongson32/common/
H A Dtime.c8 #include <asm/time.h>
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c30 .time = nv04_timer_time,
/kernel/linux/linux-5.10/tools/perf/util/
H A Drlimit.c5 #include <sys/time.h>
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dum_timetravel.h21 * struct um_timetravel_msg - UM time travel message
48 * @time: time in nanoseconds
50 __u64 time; member
59 * this usually doesn't carry any data in the 'time' field
65 * @UM_TIMETRAVEL_START: initialize the connection, the time
72 * @UM_TIMETRAVEL_REQUEST: request to run at the given time
80 * interrupts); the time field is ignored. The calendar must process
88 * @UM_TIMETRAVEL_GET: return the current time from the calendar in the
89 * ACK message, the time i
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Duser.h13 u64 (*time)(struct nvif_user *); member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dum_timetravel.h21 * struct um_timetravel_msg - UM time travel message
48 * @time: time in nanoseconds
50 __u64 time; member
59 * this usually doesn't carry any data in the 'time' field
65 * @UM_TIMETRAVEL_START: initialize the connection, the time
72 * @UM_TIMETRAVEL_REQUEST: request to run at the given time
80 * interrupts); the time field is ignored. The calendar must process
88 * @UM_TIMETRAVEL_GET: return the current time from the calendar in the
89 * ACK message, the time i
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dvgtod.h15 #include <uapi/linux/time.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dgk20a.c30 .time = nv04_timer_time,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Duser.h13 u64 (*time)(struct nvif_user *); member
/kernel/linux/linux-6.6/tools/perf/util/
H A Drlimit.c5 #include <sys/time.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dum_timetravel.h14 *** Any manual change here will be lost the next time this script will
25 __u64 time; member
/kernel/liteos_m/kal/libc/newlib/porting/include/
H A Dtime.h37 #include_next <time.h>
/kernel/liteos_m/testsuites/unittest/xts/process/
H A Dpthread_test.h40 #include <time.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dum_timetravel.h14 *** Any manual change here will be lost the next time this script will
25 __u64 time; member
/test/xts/acts/multimedia_lite/media_lite_posix/audio_native/src/
H A DActsMediaAudioTest.h18 #include <sys/time.h>

Completed in 18 milliseconds

1...<<81828384858687888990>>...361