Searched refs:windows (Results 1 – 21 of 21) 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()
17 set CARGO_BUILD_RUSTC=%REPO%/prebuilts/rust/windows-x86/%RUST_VERSION%/bin/rustc18 set RUSTC=%REPO%/prebuilts/rust/windows-x86/%RUST_VERSION%/bin/rustc33 …PO%\prebuilts\rust\windows-x86\%RUST_VERSION%\bin\cargo.exe test -vv --target=x86_64-pc-windows-gn…
45 windows: {64 windows: {82 windows: {110 windows: {153 windows: {
24 @rem Set local scope for the variables with windows NT shell78 @rem End local scope for the variables with windows NT shell
39 #[cfg(windows)]40 use std::os::windows::io::IntoRawSocket;123 #[cfg(windows)] in into_raw_descriptor()
256 "windows-sys",268 "windows-sys",447 "windows-sys",557 "winapi-i686-pc-windows-gnu",558 "winapi-x86_64-pc-windows-gnu",562 name = "winapi-i686-pc-windows-gnu"577 name = "winapi-x86_64-pc-windows-gnu"583 name = "windows-sys"
8 @rem Set local scope for the variables with windows NT shell72 @rem End local scope for the variables with windows NT shell
36 #[cfg(windows)] in main()
24 @rem Set local scope for the variables with windows NT shell77 @rem End local scope for the variables with windows NT shell
1 set PYTHON=./../../../../../prebuilts/python/windows/x86/python3
48 _SHU_BUILD_OS=windows
46 stream.windows.forEach { processWindow(it, pipe) } in <lambda>()
69 reader.windows.forEach { in copy()
77 #[cfg(windows)]78 use std::os::windows::io::IntoRawSocket;572 #[cfg(windows)] in into_raw_descriptor()
32 #[cfg(not(windows))] // TOOD: remove once test is working on windows.
22 use std::os::windows::io::AsRawHandle;
168 #[cfg(not(windows))] in new_socket()
91 if !cfg!(windows) { in from_symlink()104 if !cfg!(windows) { in from_file()
1132 use std::os::windows::io::AsRawSocket;