/external/rust/crates/crossbeam-channel/src/ |
D | context.rs | 11 use crate::select::Selected; 71 select: AtomicUsize::new(Selected::Waiting.into()), in new() 84 .store(Selected::Waiting.into(), Ordering::Release); in reset() 92 pub fn try_select(&self, select: Selected) -> Result<(), Selected> { in try_select() argument 96 Selected::Waiting.into(), in try_select() 107 pub fn selected(&self) -> Selected { in selected() argument 108 Selected::from(self.inner.select.load(Ordering::Acquire)) in selected() 138 pub fn wait_until(&self, deadline: Option<Instant>) -> Selected { in wait_until() argument 142 let sel = Selected::from(self.inner.select.load(Ordering::Acquire)); in wait_until() 143 if sel != Selected::Waiting { in wait_until() [all …]
|
D | select.rs | 54 pub enum Selected { enum 68 impl From<usize> for Selected { implementation 70 fn from(val: usize) -> Selected { in from() argument 72 0 => Selected::Waiting, in from() 73 1 => Selected::Aborted, in from() 74 2 => Selected::Disconnected, in from() 75 oper => Selected::Operation(Operation(oper)), in from() 80 impl Into<usize> for Selected { implementation 84 Selected::Waiting => 0, in into() 85 Selected::Aborted => 1, in into() [all …]
|
D | waker.rs | 7 use crate::select::{Operation, Selected}; 88 let sel = Selected::Operation(self.selectors[i].oper); in try_select() 118 entry.cx.thread_id() != thread_id && entry.cx.selected() == Selected::Waiting in can_select() 143 if entry.cx.try_select(Selected::Operation(entry.oper)).is_ok() { in notify() 153 if entry.cx.try_select(Selected::Disconnected).is_ok() { in disconnect()
|
/external/llvm-project/lld/test/COFF/ |
D | icf-safe.s | 7 # CHECK-NOT: Selected 8 # CHECK: Selected g3 11 # CHECK-NOT: Selected 13 # EXPORT-NOT: Selected
|
D | icf-executable.s | 5 # CHECK: Selected internal
|
D | icf-circular2.test | 6 # CHECK: Selected foo
|
D | icf-circular.test | 6 # CHECK: Selected foo
|
D | icf-different-align.test | 7 # CHECK: Selected foo
|
D | icf-associative.test | 6 # CHECK: Selected foo
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 391 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local 392 if (!Selected.Node.get().Node.get<Stmt>()) in create() 394 const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>(); in create() 396 Selected.canonicalize(); in create() 397 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create() 408 Selected.Parents.push_back(Selected.Node); in create() 409 return CodeRangeASTSelection(Selected.Node, Selected.Parents, in create()
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | array.rs | 27 use crate::select::{Operation, SelectHandle, Selected, Token}; 376 let _ = cx.try_select(Selected::Aborted); in send() 383 Selected::Waiting => unreachable!(), in send() 384 Selected::Aborted | Selected::Disconnected => { in send() 387 Selected::Operation(_) => {} in send() 436 let _ = cx.try_select(Selected::Aborted); in recv() 443 Selected::Waiting => unreachable!(), in recv() 444 Selected::Aborted | Selected::Disconnected => { in recv() 449 Selected::Operation(_) => {} in recv()
|
D | zero.rs | 14 use crate::select::{Operation, SelectHandle, Selected, Token}; 238 Selected::Waiting => unreachable!(), in send() 239 Selected::Aborted => { in send() 244 Selected::Disconnected => { in send() 249 Selected::Operation(_) => { in send() 307 Selected::Waiting => unreachable!(), in recv() 308 Selected::Aborted => { in recv() 312 Selected::Disconnected => { in recv() 316 Selected::Operation(_) => { in recv()
|
D | list.rs | 14 use crate::select::{Operation, SelectHandle, Selected, Token}; 469 let _ = cx.try_select(Selected::Aborted); in recv() 476 Selected::Waiting => unreachable!(), in recv() 477 Selected::Aborted | Selected::Disconnected => { in recv() 482 Selected::Operation(_) => {} in recv()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.cpp | 246 S.Selected = SelectionTree::Complete; in SelectionTester() 248 S.Selected = SelectionTree::Partial; in SelectionTester() 363 update(Result, It->Selected); in testTokenRange() 377 return It->Selected; in testToken() 383 SelectionTree::Selection Selected; member 562 Nodes.back().Selected = SelectionTree::Unselected; in SelectionVisitor() 656 Nodes.back().Selected = NoTokens; in push() 658 claimRange(Early, Nodes.back().Selected); in push() 666 claimRange(N.ASTNode.getSourceRange(), N.Selected); in pop() 667 if (N.Selected == NoTokens) in pop() [all …]
|
D | Selection.h | 130 Selection Selected; member
|
/external/llvm-project/llvm/test/MachineVerifier/ |
D | verify-selected.mir | 25 ; CHECK: *** Bad machine code: Unexpected generic instruction in a Selected function *** 29 ; CHECK: *** Bad machine code: Generic virtual register invalid in a Selected function ***
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SelectionTests.cpp | 83 if (Root.Selected) in verifyCommonAncestor() 508 TEST(SelectionTest, Selected) { in TEST() argument 545 if (N->Selected == SelectionTree::Complete) in TEST() 547 else if (N->Selected == SelectionTree::Partial) in TEST() 601 EXPECT_TRUE(T.commonAncestor()->Selected); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelect.h | 43 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelect.h | 43 MachineFunctionProperties::Property::Selected); in getSetProperties()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractFunction.cpp | 101 if (N->Selected == SelectionTree::Partial) in isRootStmt() 105 if (N->Selected == SelectionTree::Unselected && !N->ASTNode.get<DeclStmt>()) in isRootStmt() 124 switch (CommonAnc->Selected) { in getParentOfRootStmts()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.texture.specification.txt | 26 - Selected texture formats
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64PostSelectOptimize.cpp | 166 MachineFunctionProperties::Property::Selected) && in runOnMachineFunction()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 77 Selected by CONFIG_RCU_TORTURE_TEST, so cannot disable.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | ctlz_zero_undef.ll | 206 ; Selected on wrong constant 222 ; Selected on wrong constant 254 ; Selected on wrong constant
|
/external/ukey2/src/main/proto/ |
D | ukey.proto | 97 // Selected Cipher and corresponding public key
|