Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/protolog/perfetto/
Dparser_protolog_test.ts79 const ts = (await parser.getEntry(i)) constant
89 for (const ts of assertDefined(parser.getTimestamps())) { constant
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component_test.ts139 const ts = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
178 const ts = TimestampConverterUtils.makeElapsedTimestamp(1n); constant
/development/tools/winscope/src/viewers/common/
Dlog_viewer_presenter_test.ts178 const ts = TimestampConverterUtils.makeZeroTimestamp(); constant
500 const ts = TimestampConverterUtils.makeZeroTimestamp(); constant
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts161 const ts = constant
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog_component_test.ts139 const ts = TimestampConverterUtils.makeElapsedTimestamp(10n); constant
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlaylistItem.java62 public void setTimestamp(long ts) { in setTimestamp()
/development/tools/winscope/src/parsers/transitions/legacy/
Dtraces_parser_transitions.ts82 const ts = this.getTimestampFromTransitionProperties(entry); constant
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTracking.java274 public static <T> List<T> reverseAndCopy(List<T> ts) { in reverseAndCopy()