Home
last modified time | relevance | path

Searched refs:stringTo (Results 1 – 4 of 4) sorted by relevance

/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceLineTest.kt40 " next_pid=0 next_prio=120", line.functionDetailsReader.stringTo { end() }) in <lambda>()
56 line.functionDetailsReader.stringTo { end() }) in <lambda>()
73 " next_pid=0 next_prio=120", line.functionDetailsReader.stringTo { end() }) in <lambda>()
88 assertEquals("prev_pid=0", line.functionDetailsReader.stringTo { end() }) in <lambda>()
103 line.functionDetailsReader.stringTo { end() }) in <lambda>()
118 line.functionDetailsReader.stringTo { end() }) in <lambda>()
133 line.functionDetailsReader.stringTo { end() }) in <lambda>()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DTraceMarkerEvent.kt66 val name = stringTo { end() } in BufferReader()
75 val name = stringTo { skipUntil { it == '|'.toByte() } } in readCounter()
86 val name = stringTo { skipUntil { it == '|'.toByte() } } in BufferReader()
97 val name = stringTo { skipUntil { it == '|'.toByte() } } in BufferReader()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt100 return reader.stringTo { index = endAt } in string()
200 inline fun stringTo(init: PreviewReader.() -> Unit): String { in stringTo() method in trebuchet.util.BufferReader
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt128 val taskName = stringTo { in parseLine()