Home
last modified time | relevance | path

Searched refs:windows (Results 1 – 21 of 21) 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/netsim/scripts/
Dcargo_test.cmd17 set CARGO_BUILD_RUSTC=%REPO%/prebuilts/rust/windows-x86/%RUST_VERSION%/bin/rustc
18 set RUSTC=%REPO%/prebuilts/rust/windows-x86/%RUST_VERSION%/bin/rustc
33 …PO%\prebuilts\rust\windows-x86\%RUST_VERSION%\bin\cargo.exe test -vv --target=x86_64-pc-windows-gn…
/tools/apksig/
DAndroid.bp45 windows: {
64 windows: {
82 windows: {
110 windows: {
153 windows: {
Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/tools/netsim/rust/http-proxy/src/
Dutil.rs39 #[cfg(windows)]
40 use std::os::windows::io::IntoRawSocket;
123 #[cfg(windows)] in into_raw_descriptor()
/tools/security/remote_provisioning/hwtrust/
DCargo.lock256 "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"
/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/asuite/asuite_plugin/
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/netsim/rust/hostapd-rs/
Dbuild.rs36 #[cfg(windows)] in main()
/tools/ndkports/
Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
77 @rem End local scope for the variables with windows NT shell
/tools/netsim/testing/netsim-grpc/
Dconfigure.cmd1 set PYTHON=./../../../../../prebuilts/python/windows/x86/python3
Dconfigure.sh48 _SHU_BUILD_OS=windows
/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()
/tools/netsim/rust/hostapd-rs/src/
Dhostapd.rs77 #[cfg(windows)]
78 use std::os::windows::io::IntoRawSocket;
572 #[cfg(windows)] in into_raw_descriptor()
/tools/netsim/rust/libslirp-rs/tests/
Dintegration_udp.rs32 #[cfg(not(windows))] // TOOD: remove once test is working on windows.
/tools/netsim/rust/common/src/util/
Dos_utils.rs22 use std::os::windows::io::AsRawHandle;
/tools/netsim/rust/daemon/src/wifi/
Dmdns_forwarder.rs168 #[cfg(not(windows))] in new_socket()
/tools/asuite/adevice/src/
Dfingerprint.rs91 if !cfg!(windows) { in from_symlink()
104 if !cfg!(windows) { in from_file()
/tools/netsim/rust/libslirp-rs/src/
Dlibslirp.rs1132 use std::os::windows::io::AsRawSocket;