/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | errno.rs | 28 windows, 58 windows, 74 windows, 87 #[cfg(not(windows))] 91 windows, 115 windows, 129 windows, 143 windows, 156 #[cfg(not(windows))] 164 #[cfg(not(windows))] [all …]
|
/third_party/rust/crates/io-lifetimes/src/ |
D | types.rs | 8 #[cfg(windows)] 11 os::windows::io::{ 16 #[cfg(all(windows, feature = "close"))] 30 #[cfg(all(windows, not(feature = "close")))] 32 #[cfg(all(windows, not(feature = "close")))] 34 #[cfg(all(windows, not(feature = "close")))] 78 #[cfg(windows)] 99 #[cfg(windows)] 196 #[cfg(windows)] 202 #[cfg(windows)] [all …]
|
D | impls_std.rs | 5 #[cfg(windows)] 9 #[cfg(windows)] 15 #[cfg(windows)] 16 use std::os::windows::io::{ 28 #[cfg(windows)] 36 #[cfg(windows)] 52 #[cfg(windows)] 60 #[cfg(windows)] 76 #[cfg(windows)] 84 #[cfg(windows)] [all …]
|
D | raw.rs | 11 #[cfg(windows)] 12 use std::os::windows::io::{ 28 #[cfg(windows)] 42 #[cfg(windows)] 65 #[cfg(windows)] 71 #[cfg(windows)] 97 #[cfg(windows)] 103 #[cfg(windows)] 129 #[cfg(windows)] 135 #[cfg(windows)] [all …]
|
D | portability.rs | 10 #[cfg(windows)] 24 #[cfg(windows)] 38 #[cfg(windows)] 52 #[cfg(windows)] 66 #[cfg(windows)] 127 #[cfg(windows)] 162 #[cfg(windows)] 223 #[cfg(windows)] 244 #[cfg(windows)] 293 #[cfg(windows)] [all …]
|
D | impls_tokio.rs | 7 #[cfg(windows)] 13 #[cfg(windows)] 14 use std::os::windows::io::{AsRawHandle, AsRawSocket, FromRawHandle, IntoRawHandle}; 24 #[cfg(windows)] 48 #[cfg(windows)] 56 #[cfg(windows)] 72 #[cfg(windows)] 88 #[cfg(windows)] 104 #[cfg(windows)] 120 #[cfg(windows)] [all …]
|
D | traits.rs | 7 #[cfg(windows)] 9 #[cfg(windows)] 38 #[cfg(windows)] 58 #[cfg(windows)] 90 #[cfg(windows)] 114 #[cfg(windows)] 172 #[cfg(windows)] 218 #[cfg(windows)] 257 #[cfg(windows)] 266 #[cfg(windows)] [all …]
|
D | impls_os_pipe.rs | 7 #[cfg(windows)] 13 #[cfg(windows)] 14 use std::os::windows::io::{AsRawHandle, FromRawHandle, IntoRawHandle}; 24 #[cfg(windows)] 48 #[cfg(windows)] 56 #[cfg(windows)] 80 #[cfg(windows)] 88 #[cfg(windows)] 104 #[cfg(windows)] 128 #[cfg(windows)] [all …]
|
D | impls_async_std.rs | 7 #[cfg(windows)] 16 #[cfg(windows)] 17 use std::os::windows::io::{ 31 #[cfg(windows)] 55 #[cfg(windows)] 63 #[cfg(windows)] 87 #[cfg(windows)] 95 #[cfg(windows)] 111 #[cfg(windows)] 135 #[cfg(windows)] [all …]
|
D | lib.rs | 34 #![cfg(any(unix, windows, target_os = "wasi"))] 48 #[cfg(windows)] 53 #[cfg(windows)] 61 #[cfg(windows)] 74 #[cfg(windows)] 75 pub use std::os::windows::io::{ 114 #[cfg(windows)] 123 #[cfg(windows)] 136 #[cfg(windows)] 145 #[cfg(windows)]
|
/third_party/rust/crates/io-lifetimes/examples/ |
D | owning-wrapper.rs | 3 #[cfg(not(windows))] 6 #[cfg(windows)] 9 #[cfg(not(windows))] 12 #[cfg(windows)] 16 #[cfg(not(windows))] 18 #[cfg(windows)] 38 #[cfg(not(windows))] 47 #[cfg(not(windows))] 55 #[cfg(not(windows))] 64 #[cfg(not(windows))] [all …]
|
D | flexible-apis.rs | 7 #[cfg(all(feature = "close", not(windows)))] 18 #[cfg(all(feature = "close", not(windows)))] 27 #[cfg(all(feature = "close", not(windows)))] 33 #[cfg(all(feature = "close", not(windows)))] 44 #[cfg(all(feature = "close", not(windows)))] 53 #[cfg(all(feature = "close", not(windows)))] 59 #[cfg(all(feature = "close", not(windows)))] 65 #[cfg(all(feature = "close", not(windows)))] 98 #[cfg(windows)] 103 #[cfg(all(not(feature = "close"), not(windows)))]
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | types.rs | 65 windows, 82 windows, 100 windows, 114 windows, 128 windows, 142 windows, 154 windows, 172 windows, 186 windows, 200 windows, [all …]
|
D | ext.rs | 6 #[cfg(windows)] 16 #[cfg(not(windows))] 23 #[cfg(windows)] 33 #[cfg(windows)] 40 #[cfg(not(windows))] 47 #[cfg(windows)] 56 #[cfg(windows)] 62 #[cfg(not(windows))] 69 #[cfg(windows)] 78 #[cfg(windows)] [all …]
|
D | send_recv.rs | 9 windows, 24 #[cfg(not(windows))] 27 #[cfg(not(windows))] 31 windows, 43 #[cfg(not(any(windows, target_os = "ios", target_os = "macos")))] 54 …#[cfg(not(any(windows, target_os = "haiku", target_os = "illumos", target_os = "ios", target_os = … 58 #[cfg(not(windows))] 62 windows,
|
/third_party/glfw/tests/ |
D | sharing.c | 40 static GLFWwindow* windows[2]; variable 137 windows[0] = open_window("First", NULL, OFFSET, OFFSET); in main() 138 if (!windows[0]) in main() 149 glfwGetWindowPos(windows[0], &x, &y); in main() 150 glfwGetWindowSize(windows[0], &width, NULL); in main() 153 windows[1] = open_window("Second", windows[0], x + width + OFFSET, y); in main() 154 if (!windows[1]) in main() 161 glfwMakeContextCurrent(windows[0]); in main() 163 glfwMakeContextCurrent(windows[1]); in main() 166 glfwMakeContextCurrent(windows[0]); in main() [all …]
|
D | iconify.c | 200 GLFWwindow** windows; in main() local 241 windows = calloc(window_count, sizeof(GLFWwindow*)); in main() 245 windows[i] = create_window(monitors[i]); in main() 246 if (!windows[i]) in main() 258 windows = calloc(window_count, sizeof(GLFWwindow*)); in main() 259 windows[0] = create_window(monitor); in main() 264 glfwSetKeyCallback(windows[i], key_callback); in main() 265 glfwSetFramebufferSizeCallback(windows[i], framebuffer_size_callback); in main() 266 glfwSetWindowSizeCallback(windows[i], window_size_callback); in main() 267 glfwSetWindowFocusCallback(windows[i], window_focus_callback); in main() [all …]
|
D | windows.c | 96 GLFWwindow* windows[4]; in main() local 126 windows[i] = glfwCreateWindow(200, 200, titles[i], NULL, NULL); in main() 127 if (!windows[i]) in main() 133 glfwSetKeyCallback(windows[i], key_callback); in main() 135 glfwMakeContextCurrent(windows[i]); in main() 139 glfwGetWindowFrameSize(windows[i], &left, &top, &right, &bottom); in main() 140 glfwSetWindowPos(windows[i], in main() 146 glfwShowWindow(windows[i]); in main() 152 glfwMakeContextCurrent(windows[i]); in main() 154 glfwSwapBuffers(windows[i]); in main() [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | mod.rs | 14 #[cfg(not(any(windows, target_os = "wasi")))] 21 #[cfg(windows)] 23 #[cfg(not(windows))] 29 #[cfg(windows)] 33 #[cfg(not(windows))] 52 #[cfg(windows)] 55 #[cfg(not(windows))] 58 #[cfg(not(windows))] 65 #[cfg(not(any(windows, target_os = "wasi")))] 71 #[cfg(not(windows))] [all …]
|
D | conv.rs | 9 #[cfg(not(windows))] 12 #[cfg(not(windows))] 15 #[cfg(windows)] 18 #[cfg(not(windows))] 24 #[cfg(not(windows))] 123 #[cfg(not(windows))] 134 #[cfg(not(windows))] 183 #[cfg(not(windows))] 194 #[cfg(not(windows))] 201 #[cfg(windows)] [all …]
|
/third_party/rust/crates/rustix/src/io/ |
D | mod.rs | 6 #[cfg(not(windows))] 11 #[cfg(not(windows))] 16 #[cfg(not(any(windows, target_os = "redox")))] 18 #[cfg(not(any(windows, target_os = "wasi")))] 23 #[cfg(not(windows))] 27 #[cfg(not(windows))] 33 #[cfg(not(any(windows, target_os = "aix", target_os = "wasi")))] 38 #[cfg(not(any(windows, target_os = "wasi")))] 40 #[cfg(not(windows))] 49 #[cfg(not(any(windows, target_os = "haiku", target_os = "redox", target_os = "wasi")))] [all …]
|
/third_party/libwebsockets/lib/plat/windows/ |
D | CMakeLists.txt | 35 plat/windows/windows-fds.c 36 plat/windows/windows-file.c 37 plat/windows/windows-init.c 38 plat/windows/windows-misc.c 39 plat/windows/windows-pipe.c 40 plat/windows/windows-plugins.c 41 plat/windows/windows-service.c 42 plat/windows/windows-sockets.c 45 list(APPEND SOURCES plat/windows/windows-resolv.c) 49 list(APPEND SOURCES plat/windows/windows-spawn.c) [all …]
|
/third_party/rust/crates/rustix/src/ |
D | lib.rs | 131 #[cfg(not(windows))] 150 #[cfg(windows)] 156 #[cfg(not(windows))] 158 #[cfg(not(windows))] 167 #[cfg(not(any(windows, target_os = "wasi")))] 175 #[cfg(not(windows))] 179 #[cfg(not(windows))] 183 #[cfg(not(windows))] 187 #[cfg(not(windows))] 191 #[cfg(not(windows))] [all …]
|
/third_party/rust/crates/libloading/tests/ |
D | markers.rs | 36 #[cfg(windows)] 39 assert_send::<libloading::os::windows::Library>(); in check_windows_library_send() 53 #[cfg(windows)] 56 assert_sync::<libloading::os::windows::Library>(); in check_windows_library_sync() 72 #[cfg(windows)] 75 assert_send::<libloading::os::windows::Symbol<fn() -> ()>>(); in check_windows_symbol_send() 91 #[cfg(windows)] 94 assert_sync::<libloading::os::windows::Symbol<fn() -> ()>>(); in check_windows_symbol_sync()
|
/third_party/rust/crates/cxx/tools/cargo/ |
D | build.rs | 2 #[cfg(windows)] 3 use std::os::windows::fs as windows; 6 #[cfg(windows)] 30 #[cfg(windows)] 58 #[cfg(windows)] in main() 65 && windows::symlink_dir(&original_dir, &link_dir).is_err() in main()
|