Searched refs:windows (Results 1 – 5 of 5) sorted by relevance
22 val windows = mutableListOf<Window>() constant37 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()
8 @rem Set local scope for the variables with windows NT shell72 @rem End local scope for the variables with windows NT shell
46 stream.windows.forEach { processWindow(it, pipe) } in <lambda>()
69 reader.windows.forEach { in copy()