Home
last modified time | relevance | path

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

12345678910>>...39

/external/perfetto/src/trace_processor/metrics/android/
Dandroid_jank.sql34 SELECT utid, ts, dur, state field
42 SELECT utid, ts, dur, state field
50 SELECT utid, ts, dur, state field
68 ts, field
87 ts, field
101 ts, field
124 ts, field
143 ts, field
157 ts, field
177 ts, field
[all …]
Dandroid_startup_launches.sql23 ts, field
51 CREATE TABLE activity_intent_recv_spans(id INT, ts BIG INT, dur BIG INT); field
75 ts BIG INT, field
/external/skqp/src/compute/ts/
Dtransform_stack.c106 ts_transform_stack_resize(struct ts_transform_stack * const ts, uint32_t const size) in ts_transform_stack_resize()
115 ts_transform_stack_ensure(struct ts_transform_stack * const ts) in ts_transform_stack_ensure()
131 struct ts_transform_stack * ts = malloc(sizeof(*ts)); in ts_transform_stack_create() local
145 ts_transform_stack_release(struct ts_transform_stack * const ts) in ts_transform_stack_release()
158 ts_transform_stack_save(struct ts_transform_stack * const ts) in ts_transform_stack_save()
164 ts_transform_stack_restore(struct ts_transform_stack * const ts, in ts_transform_stack_restore()
176 ts_transform_stack_tos(struct ts_transform_stack * const ts) in ts_transform_stack_tos()
218 ts_transform_stack_classify(struct ts_transform_stack * const ts) in ts_transform_stack_classify()
233 ts_transform_stack_top_transform(struct ts_transform_stack * const ts) in ts_transform_stack_top_transform()
239 ts_transform_stack_top_weakref(struct ts_transform_stack * const ts) in ts_transform_stack_top_weakref()
[all …]
/external/perfetto/test/
Dsynth_common.py51 def add_packet(self, ts=None): argument
57 def __add_ftrace_event(self, ts, tid): argument
63 def add_rss_stat(self, ts, tid, member, size, mm_id=None, curr=None): argument
73 def add_ion_event(self, ts, tid, heap_name, len, size=0): argument
80 def add_oom_score_update(self, ts, oom_score_adj, pid): argument
88 ts, argument
110 def add_cpufreq(self, ts, freq, cpu): argument
116 def add_kernel_lmk(self, ts, tid): argument
121 def add_sys_enter(self, ts, tid, id): argument
126 def add_sys_exit(self, ts, tid, id, ret): argument
[all …]
/external/skqp/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 …]
/external/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 …]
/external/antlr/runtime/C/src/
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 …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTimeStampParser.java85 float ts = Float.parseFloat(s); in parse() local
88 long ts = Long.parseLong(firstNumber); in parse() local
110 float ts = Float.parseFloat(s); in parse() local
113 int ts = Integer.parseInt(firstNumber); in parse() local
/external/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc260 uint32_t ts = Rand(); in TEST_F() local
270 uint32_t ts = Rand(); in TEST_F() local
296 uint32_t ts = Rand(); in TEST_F() local
309 uint32_t ts = Rand(); in TEST_F() local
335 uint32_t ts = Rand(); in TEST_F() local
351 uint32_t ts = Rand(); in TEST_F() local
367 uint32_t ts = Rand(); in TEST_F() local
399 uint32_t ts = Rand(); in TEST_F() local
419 uint32_t ts = Rand(); in TEST_F() local
434 uint32_t ts = Rand(); in TEST_F() local
[all …]
/external/perfetto/src/base/
Dtime_unittest.cc32 struct timespec ts = ToPosixTimespec(TimeMillis(0)); in TEST() local
37 struct timespec ts = ToPosixTimespec(TimeMillis(1)); in TEST() local
42 struct timespec ts = ToPosixTimespec(TimeMillis(12345)); in TEST() local
47 struct timespec ts = ToPosixTimespec(TimeMillis(1000000000001LL)); in TEST() local
/external/perfetto/test/trace_processor/dynamic/
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 …]
/external/rust/crates/grpcio-sys/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()
/external/perfetto/test/trace_processor/parsing/
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": 1001, number
68 "ts": 3200, number
78 "ts": 3220, number
89 "ts": 3330, number
100 "ts": 3331, number
Dflow_events_json_v2.json7 "ts": 3002, number
19 "ts": 0, number
32 "ts": 1001, number
44 "ts": 3200, number
57 "ts": 3331, number
69 "ts": 3333, number
80 "ts": 4330, number
/external/perfetto/test/trace_processor/graphics/
Dandroid_sysui_cuj.py26 def add_main_thread_atrace(trace, ts, ts_end, buf): argument
31 def add_render_thread_atrace(trace, ts, ts_end, buf): argument
36 def add_gpu_thread_atrace(trace, ts, ts_end, buf): argument
41 def add_jit_thread_atrace(trace, ts, ts_end, buf): argument
56 def add_display_frame_events(ts, argument
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DGenericAttachingConnector.java58 private GenericAttachingConnector(TransportService ts, in GenericAttachingConnector()
93 protected GenericAttachingConnector(TransportService ts) { in GenericAttachingConnector()
101 public static GenericAttachingConnector create(TransportService ts) { in create()
111 String ts = argument(ARG_TIMEOUT, args).value(); in attach() local
DGenericListeningConnector.java57 private GenericListeningConnector(TransportService ts, in GenericListeningConnector()
92 protected GenericListeningConnector(TransportService ts) { in GenericListeningConnector()
100 public static GenericListeningConnector create(TransportService ts) { in create()
142 String ts = argument(ARG_TIMEOUT, args).value(); in accept() local
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-test.hpp36 typename test_subject_base<T>::type ts; member
58 test_subject ts; member in rxcpp::test::testable_observer
63 testable_observer(test_subject ts, observer_base ob) in testable_observer()
88 test_subject ts; member in rxcpp::test::testable_observable
95 explicit testable_observable(test_subject ts) in testable_observable()
/external/wpa_supplicant_8/wpa_supplicant/utils/
Dlog2pcap.py19 def pcap_addpacket(pcap_file, ts, data): argument
45 ts = float(m.group(2)) variable
47 ts = 0 variable
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c65 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_decl() local
89 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_immediate() local
101 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_prolog() local
211 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_inst() local
235 struct aa_transform_context *ts = aa_transform_context(ctx); in aa_epilog() local
/external/grpc-grpc/src/core/lib/iomgr/
Dexec_ctx.cc56 static grpc_millis timespec_to_millis_round_down(gpr_timespec ts) { in timespec_to_millis_round_down()
65 static grpc_millis timespec_to_millis_round_up(gpr_timespec ts) { in timespec_to_millis_round_up()
94 grpc_millis grpc_timespec_to_millis_round_down(gpr_timespec ts) { in grpc_timespec_to_millis_round_down()
99 grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec ts) { in grpc_timespec_to_millis_round_up()
/external/perfetto/include/perfetto/base/
Dtime.h46 inline TimeNanos FromPosixTimespec(const struct timespec& ts) { in FromPosixTimespec()
137 struct timespec ts = {}; in GetTimeInternalNs() local
147 struct timespec ts = {}; in GetBootTimeNs() local
176 struct timespec ts {}; in ToPosixTimespec() struct
/external/lua/src/
Dlstring.c62 unsigned int luaS_hashlongstr (TString *ts) { in luaS_hashlongstr()
156 TString *ts; in createstrobj() local
164 getstr(ts)[l] = '\0'; /* ending 0 */ in createstrobj() local
170 TString *ts = createstrobj(L, l, LUA_VLNGSTR, G(L)->seed); in luaS_createlngstrobj() local
176 void luaS_remove (lua_State *L, TString *ts) { in luaS_remove()
201 TString *ts; in internshrstr() local
237 TString *ts; in luaS_newlstr() local
/external/perfetto/src/trace_processor/importers/ftrace/
Dbinder_tracker.cc84 void BinderTracker::Transaction(int64_t ts, in Transaction()
147 void BinderTracker::TransactionReceived(int64_t ts, in TransactionReceived()
200 void BinderTracker::Lock(int64_t ts, uint32_t pid) { in Lock()
209 void BinderTracker::Locked(int64_t ts, uint32_t pid) { in Locked()
224 void BinderTracker::Unlock(int64_t ts, uint32_t pid) { in Unlock()
236 void BinderTracker::TransactionAllocBuf(int64_t ts, in TransactionAllocBuf()
/external/perfetto/test/trace_processor/span_join/
Dspan_join_unpartitioned_empty.sql19 ts BIG INT, field
25 ts BIG INT, field

12345678910>>...39