/aosp_15_r20/external/crosvm/gpu_display/src/generated/ |
H A D | xlib.rs | 17 pub const KeyPressMask: u32 = 1; 18 pub const KeyReleaseMask: u32 = 2; 19 pub const ButtonPressMask: u32 = 4; 20 pub const ButtonReleaseMask: u32 = 8; 21 pub const PointerMotionMask: u32 = 64; 22 pub const ExposureMask: u32 = 32768; 23 pub const KeyPress: u32 = 2; 24 pub const KeyRelease: u32 = 3; 25 pub const ButtonPress: u32 = 4; 26 pub const ButtonRelease: u32 = 5; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 134 pub const ABOVE_NORMAL_PRIORITY_CLASS: PROCESS_CREATION_FLAGS = 32768u32; 135 pub type ADDRESS_FAMILY = u16; 138 pub struct ADDRINFOA { 139 pub ai_flags: i32, 140 pub ai_family: i32, 141 pub ai_socktype: i32, 142 pub ai_protocol: i32, 143 pub ai_addrlen: usize, 144 pub ai_canonname: PSTR, 145 pub ai_addr: *mut SOCKADDR, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 134 pub const ABOVE_NORMAL_PRIORITY_CLASS: PROCESS_CREATION_FLAGS = 32768u32; 135 pub type ADDRESS_FAMILY = u16; 138 pub struct ADDRINFOA { 139 pub ai_flags: i32, 140 pub ai_family: i32, 141 pub ai_socktype: i32, 142 pub ai_protocol: i32, 143 pub ai_addrlen: usize, 144 pub ai_canonname: PSTR, 145 pub ai_addr: *mut SOCKADDR, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 134 pub const ABOVE_NORMAL_PRIORITY_CLASS: PROCESS_CREATION_FLAGS = 32768u32; 135 pub type ADDRESS_FAMILY = u16; 138 pub struct ADDRINFOA { 139 pub ai_flags: i32, 140 pub ai_family: i32, 141 pub ai_socktype: i32, 142 pub ai_protocol: i32, 143 pub ai_addrlen: usize, 144 pub ai_canonname: PSTR, 145 pub ai_addr: *mut SOCKADDR, [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 6 pub fn OpenProcessToken( in OpenProcessToken() 15 pub fn RtlGenRandom(randombuffer: *mut core::ffi::c_void, randombufferlength: u32) -> BOOLEAN; in RtlGenRandom() 19 pub fn AcquireSRWLockExclusive(srwlock: *mut SRWLOCK); in AcquireSRWLockExclusive() 23 pub fn AcquireSRWLockShared(srwlock: *mut SRWLOCK); in AcquireSRWLockShared() 27 pub fn CancelIo(hfile: HANDLE) -> BOOL; in CancelIo() 31 pub fn CloseHandle(hobject: HANDLE) -> BOOL; in CloseHandle() 35 pub fn CompareStringOrdinal( in CompareStringOrdinal() 45 pub fn CopyFileExW( in CopyFileExW() 56 pub fn CreateDirectoryW( in CreateDirectoryW() 63 pub fn CreateEventW( in CreateEventW() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 6 pub fn OpenProcessToken( in OpenProcessToken() 15 pub fn RtlGenRandom(randombuffer: *mut core::ffi::c_void, randombufferlength: u32) -> BOOLEAN; in RtlGenRandom() 19 pub fn AcquireSRWLockExclusive(srwlock: *mut SRWLOCK); in AcquireSRWLockExclusive() 23 pub fn AcquireSRWLockShared(srwlock: *mut SRWLOCK); in AcquireSRWLockShared() 27 pub fn CancelIo(hfile: HANDLE) -> BOOL; in CancelIo() 31 pub fn CloseHandle(hobject: HANDLE) -> BOOL; in CloseHandle() 35 pub fn CompareStringOrdinal( in CompareStringOrdinal() 45 pub fn CopyFileExW( in CopyFileExW() 56 pub fn CreateDirectoryW( in CreateDirectoryW() 63 pub fn CreateEventW( in CreateEventW() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/hurd/ |
D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/hurd/ |
H A D | mod.rs | 4 pub type c_char = i8; 6 pub type __s16_type = ::c_short; 7 pub type __u16_type = ::c_ushort; 8 pub type __s32_type = ::c_int; 9 pub type __u32_type = ::c_uint; 10 pub type __slongword_type = ::c_long; 11 pub type __ulongword_type = ::c_ulong; 13 pub type __u_char = ::c_uchar; 14 pub type __u_short = ::c_ushort; 15 pub type __u_int = ::c_uint; [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/external/crosvm/kvm_sys/src/aarch64/ |
H A D | bindings.rs | 17 pub const KVM_MEM_NON_COHERENT_DMA: u32 = 8; 18 pub const KVM_CAP_USER_CONFIGURE_NONCOHERENT_DMA: u32 = 236; 21 pub const KVM_CAP_ARM_PROTECTED_VM: u32 = 0xffbadab1; 22 pub const KVM_CAP_ARM_PROTECTED_VM_FLAGS_SET_FW_IPA: u32 = 0; 23 pub const KVM_CAP_ARM_PROTECTED_VM_FLAGS_INFO: u32 = 1; 24 pub const KVM_VM_TYPE_ARM_PROTECTED: u32 = 0x80000000; 25 pub const KVM_X86_PKVM_PROTECTED_VM: u32 = 28; 26 pub const KVM_DEV_VFIO_PVIOMMU: u32 = 2; 27 pub const KVM_DEV_VFIO_PVIOMMU_ATTACH: u32 = 1; 30 pub struct kvm_vfio_iommu_info { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 3 pub type clock_t = ::c_long; 4 pub type time_t = ::c_long; 5 pub type suseconds_t = ::c_long; 6 pub type off_t = ::c_long; 7 pub type blkcnt_t = ::c_ulong; 8 pub type blksize_t = ::c_ulong; 9 pub type nlink_t = u32; 10 pub type useconds_t = u32; 11 pub type pthread_t = ::c_long; 12 pub type pthread_mutexattr_t = ::c_long; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/libc-0.2.153/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3 pub type useconds_t = u32; 4 pub type dev_t = u64; 5 pub type socklen_t = u32; 6 pub type mode_t = u32; 7 pub type ino64_t = u64; 8 pub type off64_t = i64; 9 pub type blkcnt64_t = i64; 10 pub type rlim64_t = u64; 11 pub type mqd_t = ::c_int; 12 pub type nfds_t = ::c_ulong; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3 pub type clock_t = ::c_long; 4 pub type time_t = ::c_long; 5 pub type suseconds_t = ::c_long; 6 pub type off_t = ::c_long; 7 pub type blkcnt_t = ::c_ulong; 8 pub type blksize_t = ::c_ulong; 9 pub type nlink_t = u32; 10 pub type useconds_t = u32; 11 pub type pthread_t = ::c_long; 12 pub type pthread_mutexattr_t = ::c_long; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3 pub type clock_t = ::c_long; 4 pub type time_t = ::c_long; 5 pub type suseconds_t = ::c_long; 6 pub type off_t = ::c_long; 7 pub type blkcnt_t = ::c_ulong; 8 pub type blksize_t = ::c_ulong; 9 pub type nlink_t = u32; 10 pub type useconds_t = u32; 11 pub type pthread_t = ::c_long; 12 pub type pthread_mutexattr_t = ::c_long; [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3 pub type clock_t = ::c_long; 4 pub type time_t = ::c_long; 5 pub type suseconds_t = ::c_long; 6 pub type off_t = ::c_long; 7 pub type blkcnt_t = ::c_ulong; 8 pub type blksize_t = ::c_ulong; 9 pub type nlink_t = u32; 10 pub type useconds_t = u32; 11 pub type pthread_t = ::c_long; 12 pub type pthread_mutexattr_t = ::c_long; [all …]
|