Home
last modified time | relevance | path

Searched defs:POLL (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtask.rs7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtask.rs7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dtask.rs7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtask.rs7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtask.rs7 const POLL: Poll<usize> = Poll::Pending; in poll_const() constant
/aosp_15_r20/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
H A DCecClientMessage.java22 POLL("poll"), enumConstant
H A DCecOperand.java23 POLL(-1), enumConstant
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dprime_busy.c39 #define POLL 0x8 macro
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/l2cap/BluetoothGeneratedPacketsL2cap_h/gen/l2cap/
Dl2cap_packets.h80 enum class Poll : uint8_t {NOT_SET = 0x0,POLL = 0x1,}; enumerator