Home
last modified time | relevance | path

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

12345678910>>...41

/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 …]
Dgststats.c360 do_push_buffer_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad, in do_push_buffer_pre()
372 do_push_buffer_post (GstStatsTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_post()
387 guint64 ts; member
401 do_push_buffer_list_pre (GstStatsTracer * self, guint64 ts, GstPad * this_pad, in do_push_buffer_list_pre()
415 do_push_buffer_list_post (GstStatsTracer * self, guint64 ts, GstPad * pad, in do_push_buffer_list_post()
424 do_pull_range_pre (GstStatsTracer * self, guint64 ts, GstPad * pad) in do_pull_range_pre()
431 do_pull_range_post (GstStatsTracer * self, guint64 ts, GstPad * this_pad, in do_pull_range_post()
447 do_push_event_pre (GstStatsTracer * self, guint64 ts, GstPad * pad, in do_push_event_pre()
460 do_post_message_pre (GstStatsTracer * self, guint64 ts, GstElement * elem, in do_post_message_pre()
477 do_element_new (GstStatsTracer * self, guint64 ts, GstElement * elem) in do_element_new()
[all …]
/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
Dtime.c63 struct timespec ts; in av_gettime_relative() local
87 struct timespec ts = { usec / 1000000, usec % 1000000 * 1000 }; in av_usleep() local
/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
Dthread_clock.hpp28 struct timespec ts; in now() local
54 struct timespec ts; in now() local
/third_party/ltp/include/
Dtst_timer.h125 union ts { union
129 } ts; member
150 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres()
155 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres()
160 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64()
165 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime()
170 static inline int sys_clock_gettime(clockid_t clk_id, void *ts) in sys_clock_gettime()
175 static inline int sys_clock_gettime64(clockid_t clk_id, void *ts) in sys_clock_gettime64()
180 static inline int libc_clock_settime(clockid_t clk_id, void *ts) in libc_clock_settime()
185 static inline int sys_clock_settime(clockid_t clk_id, void *ts) in sys_clock_settime()
[all …]
/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/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/boost/libs/beast/test/beast/_experimental/
Dstream.cpp34 test::stream ts(ioc); in testTestStream() local
37 test::stream ts(ioc); in testTestStream() local
53 test::stream ts(ioc); in testTestStream() local
64 test::stream ts(ioc); in testTestStream() local
73 test::stream ts(ioc); in testTestStream() local
/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/boost/boost/thread/pthread/
Dcondition_variable_fwd.hpp103 const detail::real_platform_timepoint ts(abs_time + BOOST_THREAD_WAIT_BUG); in timed_wait() local
152 const detail::mono_platform_timepoint ts(detail::mono_platform_clock::now() + d); in timed_wait() local
166 const detail::real_platform_timepoint ts(abs_time + BOOST_THREAD_WAIT_BUG); in timed_wait() local
217 const detail::mono_platform_timepoint ts(detail::mono_platform_clock::now() + d); in timed_wait() local
226 … const detail::internal_platform_timepoint ts(detail::internal_platform_clock::now() + d); in timed_wait() local
244 const detail::internal_platform_timepoint ts(t); in wait_until() local
285 const detail::internal_platform_timepoint ts(t); in wait_until() local
/third_party/boost/libs/beast/test/beast/http/
Dread.cpp56 test::stream ts{ioc_, fc}; in failMatrix() local
72 test::stream ts{ioc_, fc, in failMatrix() local
88 test::stream ts{ioc_, fc}; in failMatrix() local
103 test::stream ts{ioc_, fc}; in failMatrix() local
119 test::stream ts(ioc_, fc, in failMatrix() local
285 test::stream ts{ioc_, fc, in testRead() local
345 test::stream ts{ioc_}; in testEof() local
354 test::stream ts{ioc_}; in testEof() local
381 test::stream ts{ioc, in testIoService() local
400 test::stream ts{ioc, in testIoService() local
[all …]
Dwrite.cpp274 test::stream ts{ioc_, sv}, tr{ioc_}; in equal_body() local
295 test::stream ts{ioc_}, tr{ioc_}; in str() local
315 test::stream ts{ioc_}, tr{ioc_}; in testAsyncWrite() local
335 test::stream ts{ioc_}, tr{ioc_}; in testAsyncWrite() local
359 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
389 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
420 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
451 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
478 test::stream ts{ioc_, fc}, tr{ioc_}; in testFailures() local
532 test::stream ts{ioc_}, tr{ioc_}; in testOutput() local
[all …]
/third_party/typescript/tests/cases/compiler/
DuseBeforeDeclaration.ts4 namespace ts { namespace
15 namespace ts { namespace
/third_party/musl/src/time/
Dclock_gettime.c13 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()
56 int __clock_gettime(clockid_t clk, struct timespec *ts) in __clock_gettime()
/third_party/flutter/glfw/src/
Dposix_time.c43 struct timespec ts; in _glfwInitTimerPOSIX() local
68 struct timespec ts; in _glfwPlatformGetTimerValue() local
/third_party/boost/libs/beast/test/doc/
Dhttp_examples.cpp60 test::stream ts{ioc_, sv}; in equal_body() local
79 test::stream ts{ioc_}, tr{ioc_}; in doExpect100Continue() local
194 test::stream ts{ioc_}, tr{ioc_}; in doHEAD() local
233 test::stream ts(ioc_, in doDeferredBody() local
252 test::stream ts{ioc_}; in doIncrementalRead() local
279 test::stream ts{ioc_}, tr{ioc_}; in doExplicitChunkSerialize() local
347 test::stream ts(ioc_, in doExplicitChunkParse() local
/third_party/boost/boost/date_time/posix_time/
Dtime_formatters_limited.hpp155 std::string ts = gregorian::to_simple_string(t.date());// + " "; in to_simple_string() local
182 std::string ts = gregorian::to_iso_string(t.date());// + "T"; in to_iso_string() local
198 std::string ts = gregorian::to_iso_extended_string(t.date());// + "T"; in to_iso_extended_string() local
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c56 _set_base_stats (GstStructure * s, GstWebRTCStatsType type, double ts, in _set_base_stats()
99 double ts; in _get_stats_from_rtp_source_stats() local
288 double ts; in _get_stats_from_ice_transport() local
355 double ts; in _get_stats_from_dtls_transport() local
413 double ts; in _get_stats_from_transport_channel() local
471 double ts; in _get_codec_stats_from_pad() local
540 double ts = monotonic_time_as_double_milliseconds (); in gst_webrtc_bin_update_stats() local
/third_party/ltp/lib/
Dtst_clocks.c19 int tst_clock_gettime(clockid_t clk_id, struct timespec *ts) in tst_clock_gettime()
24 int tst_clock_settime(clockid_t clk_id, struct timespec *ts) in tst_clock_settime()

12345678910>>...41