| /third_party/musl/libc-test/src/functionalext/supplement/time/ |
| D | clock_nanosleep.c | 31 struct timespec ts; in clock_nanosleep_0100() local 46 struct timespec ts; in clock_nanosleep_0200() local 61 struct timespec ts; in clock_nanosleep_0300() local 76 struct timespec ts; in clock_nanosleep_0400() local 92 struct timespec ts; in clock_nanosleep_0500() local 108 struct timespec ts; in clock_nanosleep_0600() local 123 struct timespec ts; in clock_nanosleep_time64_0100() local
|
| D | clock_getres.c | 28 struct timespec ts; in clock_getres_0100() local 40 struct timespec ts; in clock_getres_0200() local 52 struct timespec ts; in clock_getres_0300() local 64 struct timespec ts; in clock_getres_0400() local 76 struct timespec ts; in clock_getres_0500() local 88 struct timespec ts; in clock_getres_time64_0100() local
|
| D | timespec_get.c | 31 struct timespec ts; in timespec_get_0100() local 45 struct timespec ts; in timespec_get_0200() local 62 struct timespec ts; in timespec_get_time64_0200() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | useBeforeDeclaration.js | 24 var ts; variable 25 (function (ts) { argument 34 var ts; variable 35 (function (ts) { argument
|
| /third_party/ffmpeg/libavutil/ |
| D | timestamp.h | 43 static inline char *av_ts_make_string(char *buf, int64_t ts) in av_ts_make_string() 54 #define av_ts2str(ts) av_ts_make_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts) argument 65 static inline char *av_ts_make_time_string(char *buf, int64_t ts, AVRational *tb) in av_ts_make_time_string() 76 #define av_ts2timestr(ts, tb) av_ts_make_time_string((char[AV_TS_MAX_STRING_SIZE]){0}, ts, tb) argument
|
| /third_party/skia/tests/ |
| D | PathOpsLineIntersectionTest.cpp | 88 const SkIntersections& ts, bool nearAllowed) { in check_results() 123 SkIntersections ts; in testOne() local 130 SkIntersections ts; in testOne() local 137 SkIntersections ts; in testOne() local 144 SkIntersections ts; in testOne() local 166 SkIntersections ts; in testOneCoincident() local 175 SkIntersections ts; in testOneCoincident() local 184 SkIntersections ts; in testOneCoincident() local 193 SkIntersections ts; in testOneCoincident() local 217 SkIntersections ts; in DEF_TEST() local
|
| /third_party/musl/libc-test/src/functionalext/thread/ |
| D | pthread_rwlock_wrlock.c | 38 struct timespec ts = {0}; in RwlockClockRealTimeOut2() local 66 struct timespec ts = {0}; in RwlockClockRealTimeWait2() local 86 struct timespec ts = {0}; in RwlockClockMonotonicTimeOut2() local 116 struct timespec ts = {0}; in RwlockClockMonotonicTimeWait2() local 135 struct timespec ts = {0}; in RwlockMonotonicTime2() local 165 struct timespec ts = {0}; in RwlockMonotonicTime4() local 182 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0010() local 199 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0020() local 218 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0030() local 237 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0040() local [all …]
|
| D | pthread_cond_timedwait.c | 61 struct timespec ts = {0}; in pthread_cond_timedwait_0010() local 88 struct timespec ts = {0}; in pthread_cond_timedwait_0020() local 111 struct timespec ts = {0}; in pthread_cond_timedwait_time64_0010() local 135 struct timespec ts = {0}; in pthread_cond_timedwait_monotonic_np_0010() local 160 struct timespec ts = {0}; in pthread_cond_timedwait_monotonic_np_0020() local 195 struct timespec ts = {0}; in pthread_cond_clockwait_0010() local 222 struct timespec ts; in pthread_cond_timedwait_Time_0010() local 246 struct timespec ts = {0}; in ClockWaitTimedwait2() local 279 struct timespec ts = {0}; in ClockWaitTimeOut() local 324 struct timespec ts = {0}; in ClockWaitTimedwait4() local [all …]
|
| D | pthread_mutex_ext.c | 24 struct timespec ts = {0}; in PthreadClocklockOutRealTime() local 61 struct timespec ts = {0}; in PthreadClocklockNoOutRealTime() local 92 struct timespec ts = {0}; in PthreadClocklockOutMonoTime() local 129 struct timespec ts = {0}; in PthreadClocklockNoOutMonoTime() local 160 struct timespec ts = {0}; in PthreadClocklockOutRealTime2() local 200 struct timespec ts = {0}; in PthreadClocklockNoOutMonoTime2() local 239 struct timespec ts = {0}; in PthreadTimedlockMonotonicNPOut() local 276 struct timespec ts = {0}; in PthreadTimedlockMonotonicNPNoOut() local 312 struct timespec ts = {0}; in pthread_mutex_timedlock_monotonic_np_0030() local 322 struct timespec ts = {0}; in PthreadLockTimeoutNPOut() local [all …]
|
| D | pthread_rwlock_rdlock.c | 33 struct timespec ts = {0}; in PthreadClockRdlockNoOutRealTimeR2() local 74 struct timespec ts = {0}; in PthreadClockRdlockOutRealTimeR2() local 118 struct timespec ts = {0}; in PthreadClockRdlockNoOutMonoTimeR2() local 159 struct timespec ts = {0}; in PthreadClockRdlockOutMonoTimeR2() local 202 struct timespec ts = {0}; in PthreadTimedRdlockMonoNPNoOutR2() local 243 struct timespec ts = {0}; in PthreadTimedRdlockMonoNPOutR2() local 279 struct timespec ts = {0}; in pthread_rwlock_timedrdlock_monotonic_np_0030() local
|
| /third_party/curl/lib/ |
| D | cf-h1-proxy.c | 86 static bool tunnel_is_established(struct h1_tunnel_state *ts) in tunnel_is_established() 91 static bool tunnel_is_failed(struct h1_tunnel_state *ts) in tunnel_is_failed() 98 struct h1_tunnel_state *ts) in tunnel_reinit() 116 struct h1_tunnel_state *ts; in tunnel_init() local 139 struct h1_tunnel_state *ts, in h1_tunnel_go_state() 199 struct h1_tunnel_state *ts = cf->ctx; in tunnel_free() local 211 static bool tunnel_want_send(struct h1_tunnel_state *ts) in tunnel_want_send() 219 struct h1_tunnel_state *ts) in start_CONNECT() 255 struct h1_tunnel_state *ts, in send_CONNECT() 291 struct h1_tunnel_state *ts, in on_resp_header() [all …]
|
| /third_party/libwebsockets/lib/tls/openssl/ |
| D | openssl-session.c | 44 __lws_tls_session_destroy(lws_tls_sco_t *ts) in __lws_tls_session_destroy() 61 lws_tls_sco_t *ts = lws_container_of(p, lws_tls_sco_t, list); in __lws_tls_session_lookup_by_name() local 80 lws_tls_sco_t *ts; in lws_tls_reuse_session() local 144 lws_tls_sco_t *ts = lws_container_of(d, lws_tls_sco_t, list); in lws_tls_session_destroy_dll() local 161 lws_tls_sco_t *ts = lws_container_of(sul, lws_tls_sco_t, sul_ttl); in lws_tls_session_expiry_cb() local 175 lws_tls_sco_t *ts; in lws_tls_session_add_entry() local 217 lws_tls_sco_t *ts; in lws_tls_session_new_cb() local 371 lws_tls_sco_t *ts; in lws_tls_session_dump_save() local 423 lws_tls_sco_t *ts; in lws_tls_session_dump_load() local
|
| /third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
| D | clock_gettime04.c | 40 static inline int do_vdso_gettime(gettime_t vdso, clockid_t clk_id, void *ts) in do_vdso_gettime() 50 static inline int vdso_gettime(clockid_t clk_id, void *ts) in vdso_gettime() 55 static inline int vdso_gettime64(clockid_t clk_id, void *ts) in vdso_gettime64() 60 static inline int my_gettimeofday(clockid_t clk_id, void *ts) in my_gettimeofday() 114 struct tst_ts ts; in run() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| D | pthread_rwlock_timedwrlock.c | 29 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0100() local 53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0200() local 77 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_0300() local 101 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedwrlock_time64_0100() local
|
| D | pthread_rwlock_timedrdlock.c | 29 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0100() local 53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0200() local 77 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_0300() local 101 struct timespec ts = {.tv_nsec = 0, .tv_sec = 0}; in pthread_rwlock_timedrdlock_time64_0100() local
|
| D | pthread_mutex_timedlock.c | 31 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0100() local 53 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0200() local 75 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_0300() local 98 struct timespec ts = {.tv_nsec = 0, .tv_sec = 1}; in pthread_mutex_timedlock_time64_0100() local
|
| /third_party/ltp/include/ |
| D | tst_timer.h | 148 union ts { union 152 } ts; member 160 } ts; member 197 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres() 202 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres() 207 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64() 212 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime() 217 static inline int sys_clock_gettime(clockid_t clk_id, void *ts) in sys_clock_gettime() 222 static inline int sys_clock_gettime64(clockid_t clk_id, void *ts) in sys_clock_gettime64() 227 static inline int libc_clock_settime(clockid_t clk_id, void *ts) in libc_clock_settime() [all …]
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| D | mbedtls-session.c | 41 __lws_tls_session_destroy(lws_tls_scm_t *ts) in __lws_tls_session_destroy() 58 lws_tls_scm_t *ts = lws_container_of(p, lws_tls_scm_t, list); in __lws_tls_session_lookup_by_name() local 78 lws_tls_scm_t *ts; in lws_tls_reuse_session() local 131 lws_tls_scm_t *ts = lws_container_of(d, lws_tls_scm_t, list); in lws_tls_session_destroy_dll() local 148 lws_tls_scm_t *ts = lws_container_of(sul, lws_tls_scm_t, sul_ttl); in lws_tls_session_expiry_cb() local 169 lws_tls_scm_t *ts; in lws_tls_session_new_mbedtls() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/ |
| D | log2pcap.py | 19 def pcap_addpacket(pcap_file, ts, data): argument 45 ts = float(m.group(2)) variable 47 ts = 0 variable
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/ |
| D | log2pcap.py | 20 def pcap_addpacket(pcap_file, ts, data): argument 46 ts = float(m.group(2)) variable 48 ts = 0 variable
|
| /third_party/musl/libc-test/src/functionalext/supplement/sched/ |
| D | sched_rr_get_interval.c | 31 struct timespec ts = {0}; in sched_rr_get_interval_0100() local 54 struct timespec ts = {0}; in sched_rr_get_interval_0200() local 72 struct timespec ts = {0}; in sched_rr_get_interval_time64_0100() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | useBeforeDeclaration.ts | 4 namespace ts { namespace 15 namespace ts { namespace
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| D | tgsi_aa_point.c | 66 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_decl() local 90 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_immediate() local 102 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_prolog() local 219 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_inst() local 243 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_epilog() local
|
| /third_party/musl/src/time/ |
| D | clock_gettime.c | 13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap() 34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init() 72 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
|
| /third_party/musl/porting/linux/user/src/time/ |
| D | clock_gettime.c | 13 static int cgt_time32_wrap(clockid_t clk, struct timespec *ts) in cgt_time32_wrap() 34 static int cgt_init(clockid_t clk, struct timespec *ts) in cgt_init() 57 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
|