Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 5 of 5) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DStreamingReader.kt22 val windows = mutableListOf<Window>() constant
37 for (wi in 0..windows.size-1) { in get()
38 val window = windows[wi] in get()
60 for (win in windows) { in iter()
86 windows.add(Window(buffer, endIndex + 1, endIndex + buffer.length)) in addBuffer()
88 if (windows.size > 2 && endIndex - windows[1].globalStartIndex > keepLoadedSize) { in addBuffer()
89 val temp = windows[0] in addBuffer()
90 windows.removeAt(0) in addBuffer()
91 startIndex = windows[0].globalStartIndex in addBuffer()
/tools/metalava/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/tools/trebuchet/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extractors/
DSystraceExtractor.kt46 stream.windows.forEach { processWindow(it, pipe) } in <lambda>()
/tools/trebuchet/trebuchet/traceutils/src/
DTraceUtils.kt69 reader.windows.forEach { in copy()