Home
last modified time | relevance | path

Searched refs:slice (Results 1 – 25 of 26) sorted by relevance

12

/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DParsedTracesReader.kt64 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ParsedTracesReader { in readLayersTrace() method in android.tools.utils.ParsedTracesReader
67 wmTrace?.slice(startTimestamp, endTimestamp), in readLayersTrace()
68 layersTrace?.slice(startTimestamp, endTimestamp), in readLayersTrace()
69 transitionsTrace?.slice(startTimestamp, endTimestamp), in readLayersTrace()
70 transactionsTrace?.slice(startTimestamp, endTimestamp), in readLayersTrace()
71 eventLog?.slice(startTimestamp, endTimestamp), in readLayersTrace()
72 protoLogTrace?.slice(startTimestamp, endTimestamp), in readLayersTrace()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DImeClientTrace.kt43 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ImeClientTrace { in slice() method in android.tools.traces.inputmethod.ImeClientTrace
DInputMethodManagerServiceTrace.kt46 override fun slice( in slice() method in android.tools.traces.inputmethod.InputMethodManagerServiceTrace
DInputMethodServiceTrace.kt45 override fun slice( in slice() method in android.tools.traces.inputmethod.InputMethodServiceTrace
/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/
DViewTrace.kt32 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ViewTrace = in slice() method in android.tools.traces.view.ViewTrace
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
DIResultData.kt35 fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): IResultData method
DResultReaderWithLru.kt70 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ResultReaderWithLru { in slice() method
71 val slicedReader = reader.slice(startTimestamp, endTimestamp) in slice()
DResultData.kt43 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp) = apply { in <lambda>() method
DResultReader.kt305 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ResultReader { in <lambda>() method
306 val slicedResult = result.slice(startTimestamp, endTimestamp) in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/protolog/
DProtoLogTrace.kt25 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): ProtoLogTrace { in slice() method in android.tools.traces.protolog.ProtoLogTrace
/platform_testing/libraries/flicker/utils/src/android/tools/
DTrace.kt23 fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): Trace<Entry> in slice() method
/platform_testing/libraries/flicker/utils/src/android/tools/traces/region/
DRegionTrace.kt36 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): Trace<RegionEntry> { in slice() method in android.tools.traces.region.RegionTrace
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowContainerImpl.kt75 var clazz = split.slice(1..split.lastIndex).joinToString("/") in removeRedundancyInName()
78 clazz = clazz.slice(pkg.length + 1..clazz.lastIndex) in removeRedundancyInName()
DWindowManagerTrace.kt63 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): WindowManagerTrace { in slice() method in android.tools.traces.wm.WindowManagerTrace
DTransitionsTrace.kt43 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): TransitionsTrace { in slice() method in android.tools.traces.wm.TransitionsTrace
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransactionsTrace.kt41 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): TransactionsTrace { in <lambda>() method in android.tools.traces.surfaceflinger.TransactionsTrace
DLayersTrace.kt41 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): LayersTrace { in <lambda>() method in android.tools.traces.surfaceflinger.LayersTrace
/platform_testing/libraries/flicker/utils/src/android/tools/traces/events/
DEventLog.kt41 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): EventLog { in slice() method in android.tools.traces.events.EventLog
DCujTrace.kt25 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): CujTrace { in slice() method in android.tools.traces.events.CujTrace
DCujEvent.kt141 return data.slice(1..data.length - 2).split(",") in getDataEntries()
/platform_testing/libraries/flicker/utils/src/android/tools/io/
DReader.kt66 fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): Reader method
/platform_testing/libraries/flicker/utils/src/android/tools/parsers/
DAbstractParser.kt103 entries.slice(first..last).toSet() in getTimestampsInRange()
/platform_testing/libraries/flicker/utils/test/src/android/tools/io/
DResultReaderTest.kt58 val slicedReader = reader.slice(Timestamps.min(), Timestamps.max()) in slicedResultKeepsStatusInSync()
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/
DTraceTest.kt70 override fun slice(startTimestamp: Timestamp, endTimestamp: Timestamp): Trace<TraceEntry> { in slice() method in android.tools.traces.TraceTest.SimpleTrace
/platform_testing/libraries/flicker/src/android/tools/flicker/
DScenarioInstanceImpl.kt99 reader = reader.slice(startTimestamp, endTimestamp) in <lambda>()

12