Home
last modified time | relevance | path

Searched defs:finish (Results 1 – 4 of 4) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DTracingMarkerEventTest.kt67 …val finish = detailsFor<FinishAsyncSliceEvent>("tracing_mark_write: F|1150|launching: com.google.a… in testFinishAsync() constant
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/task/
DImportTask.kt65 private fun finish(): Model { in finish() method in trebuchet.task.ImportTask
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporterState.kt32 fun finish(): ModelFragment { in <lambda>() method
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt40 fun finish() = _finished.set(true) in <lambda>() method in trebuchet.util.WorkQueue