Home
last modified time | relevance | path

Searched refs:hasOpenSlices (Results 1 – 3 of 3) sorted by relevance

/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSliceGroupBuilder.kt25 fun hasOpenSlices() = openSlices.isNotEmpty() in hasOpenSlices() method
34 if (!hasOpenSlices()) return null // silently ignore unmatched endSlice calls in endSlice()
48 while (hasOpenSlices()) { in autoCloseOpenSlices()
DThreadModelFragment.kt36 if (slicesBuilder.hasOpenSlices()) {
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/
DFtraceImporterTest.kt82 assertFalse(sliceGroup.hasOpenSlices()) in testImportBeginEnd()
118 assertFalse(sliceGroup.hasOpenSlices()) in testImportBeginEndNoTgids()