Home
last modified time | relevance | path

Searched defs:Selected (Results 1 – 25 of 102) sorted by relevance

12345

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs35 pub enum Selected { enum
49 impl From<usize> for Selected { implementation
51 fn from(val: usize) -> Selected { in from()
61 impl Into<usize> for Selected { implementation
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
117 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs35 pub enum Selected { enum
49 impl From<usize> for Selected { implementation
51 fn from(val: usize) -> Selected { in from()
61 impl Into<usize> for Selected { implementation
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
117 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs35 pub enum Selected { enum
49 impl From<usize> for Selected { implementation
51 fn from(val: usize) -> Selected { in from()
61 impl Into<usize> for Selected { implementation
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
117 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs35 pub enum Selected { enum
49 impl From<usize> for Selected { implementation
51 fn from(val: usize) -> Selected { in from()
61 impl Into<usize> for Selected { implementation
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
117 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/
H A Dselect.rs35 pub enum Selected { enum
49 impl From<usize> for Selected { implementation
51 fn from(val: usize) -> Selected { in from()
61 impl Into<usize> for Selected { implementation
H A Dcontext.rs90 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
117 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dcontext.rs94 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument
109 pub fn selected(&self) -> Selected { in selected()
140 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until()
Dselect.rs57 pub enum Selected { enum
71 impl From<usize> for Selected { implementation
73 fn from(val: usize) -> Selected { in from()
83 impl Into<usize> for Selected { implementation
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/APINotes/
DAPINotesReader.h58 std::optional<unsigned> Selected; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/APINotes/
DAPINotesReader.h58 std::optional<unsigned> Selected; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/APINotes/
DAPINotesReader.h58 std::optional<unsigned> Selected; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/APINotes/
DAPINotesReader.h58 std::optional<unsigned> Selected; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/mvs/
Dgraph.go103 func (g *Graph) Selected(path string) (version string) { func
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dwire_protocol_unittest.cc143 TEST(GetHeapSamplingInterval, Selected) { in TEST() argument
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/
H A DFarUtils.h38 bool Selected; member
H A DFarPlugin.h173 int Selected; member
189 int Selected; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp205 auto *Selected = C->isAllOnesValue() ? Select->getTrueValue() in getValueOnFirstIteration() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dbuildlist.go500 func (mg *ModuleGraph) Selected(path string) (version string) { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2368 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDSAppendConsume() local
2381 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDSBvhStackIntrinsic() local
2465 SDNode *Selected = CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDS_GWS() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp789 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
801 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp925 Value *Selected = selectIncomingValueForBlock(PredVal, PredBB, in redirectValuesFromPredecessorsToPhi() local
937 Value *Selected = selectIncomingValueForBlock(OldVal, PredBB, in redirectValuesFromPredecessorsToPhi() local

12345