Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 1092) sorted by relevance

12345678910>>...44

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstlog.c75 do_push_buffer_pre (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_pre()
84 do_push_buffer_post (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_post()
93 do_push_buffer_list_pre (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_list_pre()
102 do_push_buffer_list_post (GstTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_list_post()
111 do_pull_range_pre (GstTracer * self, guint64 ts, GstPad * pad, guint64 offset, in do_pull_range_pre()
120 do_pull_range_post (GstTracer * self, guint64 ts, GstPad * pad, in do_pull_range_post()
129 do_push_event_pre (GstTracer * self, guint64 ts, GstPad * pad, GstEvent * event) in do_push_event_pre()
137 do_push_event_post (GstTracer * self, guint64 ts, GstPad * pad, gboolean res) in do_push_event_post()
145 do_pad_query_pre (GstTracer * self, guint64 ts, GstPad * pad, GstQuery * query) in do_pad_query_pre()
153 do_pad_query_post (GstTracer * self, guint64 ts, GstPad * pad, GstQuery * query, in do_pad_query_post()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dclock_nanosleep.c31 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
Dclock_getres.c28 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
Dtimespec_get.c31 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/flutter/skia/tests/
DPathOpsLineIntersectionTest.cpp88 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
155 SkIntersections ts; in testOneCoincident() 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
[all …]
/third_party/typescript/tests/baselines/reference/
DuseBeforeDeclaration.js24 var ts; variable
25 (function (ts) { argument
34 var ts; variable
35 (function (ts) { argument
/third_party/ffmpeg/libavutil/
Dtimestamp.h43 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/
DPathOpsLineIntersectionTest.cpp88 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/boost/boost/chrono/detail/inlined/posix/
Dchrono.hpp24 timespec ts; in now() local
37 timespec ts; in now() local
78 timespec ts; in now() local
100 timespec ts; in now() local
/third_party/musl/libc-test/src/functionalext/thread/
Dpthread_rwlock_wrlock.c37 struct timespec ts = {0}; in RwlockClockRealTimeOut2() local
59 struct timespec ts = {0}; in RwlockClockRealTimeWait2() local
79 struct timespec ts = {0}; in RwlockClockMonotonicTimeOut2() local
101 struct timespec ts = {0}; in RwlockClockMonotonicTimeWait2() local
120 struct timespec ts = {0}; in RwlockMonotonicTime2() local
142 struct timespec ts = {0}; in RwlockMonotonicTime4() local
159 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0010() local
176 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0020() local
195 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0030() local
214 struct timespec ts = {0}; in pthread_rwlock_timedwrlock_0040() local
Dpthread_cond_timedwait.c60 struct timespec ts = {0}; in pthread_cond_timedwait_0010() local
87 struct timespec ts = {0}; in pthread_cond_timedwait_0020() local
110 struct timespec ts = {0}; in pthread_cond_timedwait_time64_0010() local
134 struct timespec ts = {0}; in pthread_cond_timedwait_monotonic_np_0010() local
181 struct timespec ts = {0}; in pthread_cond_clockwait_0010() local
208 struct timespec ts; in pthread_cond_timedwait_Time_0010() local
232 struct timespec ts = {0}; in ClockWaitTimedwait2() local
265 struct timespec ts = {0}; in ClockWaitTimeOut() local
310 struct timespec ts = {0}; in ClockWaitTimedwait4() local
343 struct timespec ts = {0}; in ClockWaitTimeOut2() local
[all …]
Dpthread_mutex_ext.c24 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
308 struct timespec ts = {0}; in PthreadLockTimeoutNPOut() local
346 struct timespec ts = {0}; in PthreadLockTimeoutNPNoOut() local
Dpthread_rwlock_rdlock.c33 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
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-session.c39 __lws_tls_session_destroy(lws_tls_sco_t *ts) in __lws_tls_session_destroy()
56 lws_tls_sco_t *ts = lws_container_of(p, lws_tls_sco_t, list); in __lws_tls_session_lookup_by_name() local
75 lws_tls_sco_t *ts; in lws_tls_reuse_session() local
139 lws_tls_sco_t *ts = lws_container_of(d, lws_tls_sco_t, list); in lws_tls_session_destroy_dll() local
156 lws_tls_sco_t *ts = lws_container_of(sul, lws_tls_sco_t, sul_ttl); in lws_tls_session_expiry_cb() local
170 lws_tls_sco_t *ts; in lws_tls_session_add_entry() local
212 lws_tls_sco_t *ts; in lws_tls_session_new_cb() local
366 lws_tls_sco_t *ts; in lws_tls_session_dump_save() local
418 lws_tls_sco_t *ts; in lws_tls_session_dump_load() local
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
Dclock_gettime04.c40 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()
105 struct tst_ts ts; in run() local
/third_party/grpc/src/core/lib/iomgr/
Dexec_ctx.cc57 static grpc_millis timespan_to_millis_round_down(gpr_timespec ts) { in timespan_to_millis_round_down()
65 static grpc_millis timespec_to_millis_round_down(gpr_timespec ts) { in timespec_to_millis_round_down()
69 static grpc_millis timespan_to_millis_round_up(gpr_timespec ts) { in timespan_to_millis_round_up()
79 static grpc_millis timespec_to_millis_round_up(gpr_timespec ts) { in timespec_to_millis_round_up()
101 grpc_millis grpc_timespec_to_millis_round_down(gpr_timespec ts) { in grpc_timespec_to_millis_round_down()
106 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts) { in grpc_timespec_to_millis_round_up()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_rwlock_timedrdlock.c29 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
Dpthread_rwlock_timedwrlock.c29 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
Dpthread_mutex_timedlock.c31 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/grpc/src/core/lib/gprpp/
Dtime_util.cc44 timespec ts = absl::ToTimespec(time); in ToGprTimeSpec() local
53 absl::Duration ToAbslDuration(gpr_timespec ts) { in ToAbslDuration()
64 absl::Time ToAbslTime(gpr_timespec ts) { in ToAbslTime()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/
Dlog2pcap.py19 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/wpa_supplicant/utils/
Dlog2pcap.py19 def pcap_addpacket(pcap_file, ts, data): argument
45 ts = float(m.group(2)) variable
47 ts = 0 variable
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-session.c41 __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/ltp/include/
Dtst_timer.h148 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/musl/libc-test/src/functionalext/supplement/sched/
Dsched_rr_get_interval.c31 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

12345678910>>...44