Home
last modified time | relevance | path

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

12345678910>>...120

/aosp_15_r20/external/perfetto/test/
H A Dsynth_common.py59 def add_packet(self, ts=None): argument
65 def __add_ftrace_event(self, ts, tid): argument
71 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument
81 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument
88 def add_oom_score_update(self, ts, oom_score_adj, pid): argument
96 ts, argument
118 def add_cpufreq(self, ts, freq, cpu): argument
124 def add_kernel_lmk(self, ts, tid): argument
129 def add_sys_enter(self, ts, tid, id): argument
134 def add_sys_exit(self, ts, tid, id, ret): argument
[all …]
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3tokenstream.c328 setDebugListener (pANTLR3_TOKEN_STREAM ts, pANTLR3_DEBUG_EVENT_LISTENER debugger) in setDebugListener()
352 tokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) in tokLT()
420 pANTLR3_TOKEN_STREAM ts; in consumeInitialHiddenTokens() local
437 dbgTokLT (pANTLR3_TOKEN_STREAM ts, ANTLR3_INT32 k) in dbgTokLT()
497 get (pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 i) in get()
507 getTokenSource (pANTLR3_TOKEN_STREAM ts) in getTokenSource()
513 setTokenSource ( pANTLR3_TOKEN_STREAM ts, in setTokenSource()
520 toString (pANTLR3_TOKEN_STREAM ts) in toString()
535 toStringSS(pANTLR3_TOKEN_STREAM ts, ANTLR3_UINT32 start, ANTLR3_UINT32 stop) in toStringSS()
580 toStringTT (pANTLR3_TOKEN_STREAM ts, pANTLR3_COMMON_TOKEN start, pANTLR3_COMMON_TOKEN stop) in toStringTT()
[all …]
/aosp_15_r20/external/liburing/test/
H A Dtimeout.c24 static void msec_to_ts(struct __kernel_timespec *ts, unsigned int msec) in msec_to_ts()
64 struct __kernel_timespec ts; in test_single_timeout_many() local
122 struct __kernel_timespec ts; in test_single_timeout_nr() local
191 struct __kernel_timespec ts; in test_single_timeout_wait() local
249 struct __kernel_timespec ts; in test_single_timeout() local
297 struct __kernel_timespec ts; in test_single_timeout_remove_notfound() local
367 struct __kernel_timespec ts; in test_single_timeout_remove() local
446 struct __kernel_timespec ts; in test_single_timeout_abs() local
498 struct __kernel_timespec ts; in test_single_timeout_exit() local
530 struct __kernel_timespec ts[2]; in test_multi_timeout() local
[all …]
H A Dlink-timeout.c18 struct __kernel_timespec ts; in test_fail_lone_link_timeouts() local
63 struct __kernel_timespec ts; in test_fail_two_link_timeouts() local
236 struct __kernel_timespec ts; in test_single_link_timeout_nop() local
302 struct __kernel_timespec ts; in test_single_link_timeout_error() local
379 struct __kernel_timespec ts; in test_single_link_no_timeout() local
467 struct __kernel_timespec ts; in test_single_link_timeout() local
541 struct __kernel_timespec ts; in test_timeout_link_chain1() local
632 struct __kernel_timespec ts; in test_timeout_link_chain2() local
728 struct __kernel_timespec ts; in test_timeout_link_chain3() local
850 struct __kernel_timespec ts; in test_timeout_link_chain4() local
/aosp_15_r20/external/ltp/include/
H A Dtst_timer.h157 union ts { union
161 } ts; member
169 } ts; member
206 static inline int libc_clock_getres(clockid_t clk_id, void *ts) in libc_clock_getres()
211 static inline int sys_clock_getres(clockid_t clk_id, void *ts) in sys_clock_getres()
216 static inline int sys_clock_getres64(clockid_t clk_id, void *ts) in sys_clock_getres64()
221 static inline int libc_clock_gettime(clockid_t clk_id, void *ts) in libc_clock_gettime()
226 static inline int sys_clock_gettime(clockid_t clk_id, void *ts) in sys_clock_gettime()
231 static inline int sys_clock_gettime64(clockid_t clk_id, void *ts) in sys_clock_gettime64()
236 static inline int libc_clock_settime(clockid_t clk_id, void *ts) in libc_clock_settime()
[all …]
/aosp_15_r20/external/curl/lib/
H A Dcf-h1-proxy.c85 static bool tunnel_is_established(struct h1_tunnel_state *ts) in tunnel_is_established()
90 static bool tunnel_is_failed(struct h1_tunnel_state *ts) in tunnel_is_failed()
97 struct h1_tunnel_state *ts) in tunnel_reinit()
115 struct h1_tunnel_state *ts; in tunnel_init() local
138 struct h1_tunnel_state *ts, in h1_tunnel_go_state()
198 struct h1_tunnel_state *ts = cf->ctx; in tunnel_free() local
210 static bool tunnel_want_send(struct h1_tunnel_state *ts) in tunnel_want_send()
218 struct h1_tunnel_state *ts) in start_CONNECT()
254 struct h1_tunnel_state *ts, in send_CONNECT()
290 struct h1_tunnel_state *ts, in on_resp_header()
[all …]
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/metrics/graphics/
H A Dandroid_jank_cuj.py39 def add_instant_for_track(trace, ts, track, name): argument
43 def add_main_thread_atrace(trace, ts, ts_end, buf): argument
48 def add_render_thread_atrace_begin(trace, ts, buf): argument
56 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
61 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
66 def add_jit_thread_atrace(trace, ts, ts_end, buf): argument
71 def add_sf_main_thread_atrace(trace, ts, ts_end, buf): argument
76 def add_sf_main_thread_atrace_begin(trace, ts, buf): argument
84 def add_sf_render_engine_atrace(trace, ts, ts_end, buf): argument
136 def add_expected_display_frame_events(ts, dur, token): argument
[all …]
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dframe_buffer2_unittest.cc240 uint32_t ts = Rand(); in TEST_F() local
273 uint32_t ts = Rand(); in TEST_F() local
300 uint32_t ts = Rand(); in TEST_F() local
313 uint32_t ts = Rand(); in TEST_F() local
338 uint32_t ts = Rand(); in TEST_F() local
354 uint32_t ts = Rand(); in TEST_F() local
369 uint32_t ts = Rand(); in TEST_F() local
399 uint32_t ts = Rand(); in TEST_F() local
418 uint32_t ts = Rand(); in TEST_F() local
431 uint32_t ts = Rand(); in TEST_F() local
[all …]
/aosp_15_r20/external/perfetto/src/shared_lib/
H A Dtracing_session.cc42 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionSetup() local
51 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionSetStopCb() local
57 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionStartAsync() local
63 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionStartBlocking() local
72 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionFlushAsync() local
85 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionFlushBlocking() local
91 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionStopAsync() local
97 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionStopBlocking() local
105 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionReadTraceBlocking() local
129 auto* ts = reinterpret_cast<perfetto::TracingSession*>(session); in PerfettoTracingSessionDestroy() local
/aosp_15_r20/bionic/tests/
H A Dtime_test.cpp628 itimerspec ts; in SetTime() local
682 itimerspec ts; in TEST() local
922 itimerspec ts; in TEST() local
969 timespec ts; in TEST() local
974 timespec ts; in TEST() local
979 timespec ts; in TEST() local
984 timespec ts; in TEST() local
989 timespec ts; in TEST() local
995 timespec ts; in TEST() local
1001 timespec ts; in TEST() local
[all …]
/aosp_15_r20/external/skia/tests/
H A DPathOpsLineIntersectionTest.cpp95 const SkIntersections& ts, bool nearAllowed) { in check_results()
130 SkIntersections ts; in testOne() local
137 SkIntersections ts; in testOne() local
144 SkIntersections ts; in testOne() local
151 SkIntersections ts; in testOne() local
173 SkIntersections ts; in testOneCoincident() local
182 SkIntersections ts; in testOneCoincident() local
191 SkIntersections ts; in testOneCoincident() local
200 SkIntersections ts; in testOneCoincident() local
224 SkIntersections ts; in DEF_TEST() local
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/stdlib/dynamic_tables/
H A Dconnected_flow_data.json3 …{"name":"MainProcess"},"cat":"__metadata","name":"process_name","ph":"M","pid":100,"tid":0,"ts":0}, number
8 "ts": 420, number
20 "ts": 720, number
32 "ts": 400, number
45 "ts": 1300, number
57 "ts": 1100, number
69 "ts": 1351, number
81 "ts": 2002, number
94 "ts": 2400, number
107 "ts": 2450, number
[all …]
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/
H A 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
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/parsing/
H A Dflow_events_json_v1.json7 "ts": 3002, number
17 "ts": 3002, number
28 "ts": 0, number
38 "ts": 1, number
48 "ts": 1001, number
58 "ts": 1002, number
68 "ts": 3200, number
78 "ts": 3220, number
89 "ts": 3330, number
100 "ts": 3331, number
H A Dflow_events_json_v2.json7 "ts": 3002, number
21 "ts": 0, number
36 "ts": 1001, number
48 "ts": 3200, number
63 "ts": 3331, number
77 "ts": 3333, number
89 "ts": 3366, number
99 "ts": 4330, number
/aosp_15_r20/external/coreboot/tests/lib/
H A Dedid-test.c255 struct test_state ts = {.data_size = sizeof(struct edid_raw), in setup_decode_edid_basic_frame() local
268 struct test_state *ts = *state; in test_decode_edid_basic_frame() local
700 struct test_state ts = {.data_size = sizeof(raw) + sizeof(ext), in setup_decode_edid_dtv_frame_with_extension() local
715 struct test_state *ts = *state; in test_decode_edid_dtv_frame_with_extension() local
1197 struct test_state ts = {.data_size = sizeof(raw) + sizeof(ext), in setup_decode_edid_it_dtv_frame_with_extension() local
1211 struct test_state *ts = *state; in test_decode_edid_it_dtv_frame_with_extension() local
1256 struct test_state *ts; in teardown_edid_test() local
1272 struct test_state *ts = *state; in test_edid_set_framebuffer_bits_per_pixel() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dwinscope_tables_py.h55 static constexpr uint32_t ts = 2; member
65 using ts = TypedColumn<int64_t>; member
89 int64_t ts; member
106 …static constexpr uint32_t ts = static_cast<uint32_t>(ColumnLegacy::Flag::kSorted) | ColumnType::ts… member
139 ColumnType::ts::type ts() const { in ts() function
212 ColumnType::ts::type ts() const { in ts() function
469 const TypedColumn<int64_t>& ts() const { in ts() function
550 static constexpr uint32_t ts = 2; member
558 using ts = TypedColumn<int64_t>; member
576 int64_t ts; member
[all …]
Dsched_tables_py.h55 static constexpr uint32_t ts = 2; member
65 using ts = TypedColumn<int64_t>; member
89 int64_t ts; member
106 …static constexpr uint32_t ts = static_cast<uint32_t>(ColumnLegacy::Flag::kSorted) | ColumnType::ts… member
139 ColumnType::ts::type ts() const { in ts() function
212 ColumnType::ts::type ts() const { in ts() function
481 const TypedColumn<int64_t>& ts() const { in ts() function
562 static constexpr uint32_t ts = 2; member
571 using ts = TypedColumn<int64_t>; member
592 int64_t ts; member
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dbinder_breakdown.sql108 ii.ts, field
127 ii.ts, field
192 ts TIMESTAMP, field
203 ts, field
217 ts TIMESTAMP, field
228 ts, field
258 ts TIMESTAMP, field
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dmpsc.rs351 let mut ts = Vec::with_capacity(nthreads as usize); in stress_shared() localVariable
532 let mut ts = Vec::with_capacity(stress_factor); in oneshot_multi_thread_close_stress() localVariable
549 let mut ts = Vec::with_capacity(2 * stress_factor); in oneshot_multi_thread_send_close_stress() localVariable
570 let mut ts = Vec::with_capacity(2 * stress_factor); in oneshot_multi_thread_recv_close_stress() localVariable
597 let mut ts = Vec::with_capacity(stress_factor); in oneshot_multi_thread_send_recv_stress() localVariable
614 let mut ts = Vec::with_capacity(2 * stress_factor); in stream_send_recv_stress() localVariable
712 let mut ts = Vec::with_capacity(stress); in stress_recv_timeout_shared() localVariable
763 let mut ts = Vec::with_capacity(total); in shared_recv_timeout() localVariable
791 let mut ts = Vec::with_capacity(total); in shared_chan_stress() localVariable
1169 let mut ts = Vec::with_capacity(NTHREADS as usize); in stress_recv_timeout_shared() localVariable
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dbinder_tracker_unittest.cc153 int64_t ts = 1; in TEST_F() local
182 int64_t ts = 1; in TEST_F() local
200 int64_t ts = 1; in TEST_F() local
221 int64_t ts = 1; in TEST_F() local
252 int64_t ts = 1; in TEST_F() local
284 int64_t ts = 1; in TEST_F() local
306 int64_t ts = 1; in TEST_F() local
324 int64_t ts = 1; in TEST_F() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser_impl.cc73 void ProtoTraceParserImpl::ParseTracePacket(int64_t ts, TracePacketData data) { in ParseTracePacket()
107 void ProtoTraceParserImpl::ParseTrackEvent(int64_t ts, TrackEventData data) { in ParseTrackEvent()
115 int64_t ts, in ParseEtwEvent()
127 int64_t ts, in ParseFtraceEvent()
139 int64_t ts, in ParseInlineSchedSwitch()
151 int64_t ts, in ParseInlineSchedWaking()
162 void ProtoTraceParserImpl::ParseChromeEvents(int64_t ts, ConstBytes blob) { in ParseChromeEvents()
249 void ProtoTraceParserImpl::ParseMetatraceEvent(int64_t ts, ConstBytes blob) { in ParseMetatraceEvent()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/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
/aosp_15_r20/external/llvm-libc/test/integration/src/pthread/
H A Dpthread_rwlock_test.cpp112 timespec ts = {}; in nullptr_test() local
167 timespec ts = {0, -1}; in unusual_timespec_test() local
208 timespec ts{}; in timedlock_with_deadlock_test() local
364 timespec ts{}; in randomized_thread_operation() local
387 timespec ts = get_ts(); in randomized_thread_operation() local
395 timespec ts = get_ts(); in randomized_thread_operation() local
403 timespec ts = get_ts(); in randomized_thread_operation() local
412 timespec ts = get_ts(); in randomized_thread_operation() local
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
H A DTimestampClockSourceVerificationTest.java72 long ts = getValidTimestamp(); in testVerify_pass() local
87 long ts = getInvalidTimestamp(); in testVerify_fail() local
101 long ts = getValidTimestamp(); in testVerify_jitter_pass() local
115 long ts = getInvalidTimestamp(); in testVerify_jitter_fail() local
129 long ts = getValidTimestamp(); in testVerify_missing_events_pass() local
144 long ts = getInvalidTimestamp(); in testVerify_missing_events_fail() local

12345678910>>...120