/external/rust/crates/futures-util/src/future/ |
D | maybe_done.rs | 18 Done(Fut::Output), enumerator 56 MaybeDone::Done(res) => Some(res), in output_mut() 67 Self::Done(_) => {} in take_output() 72 MaybeDone::Done(output) => Some(output), in take_output() 83 Self::Done(_) | Self::Gone => true, in is_terminated() 96 self.set(Self::Done(res)); in poll() 98 MaybeDone::Done(_) => {} in poll()
|
D | try_maybe_done.rs | 18 Done(Fut::Ok), enumerator 41 TryMaybeDone::Done(res) => Some(res), in output_mut() 52 Self::Done(_) => {}, in take_output() 57 TryMaybeDone::Done(output) => Some(output), in take_output() 68 Self::Done(_) | Self::Gone => true, in is_terminated() 81 Ok(res) => self.set(Self::Done(res)), in poll() 88 TryMaybeDone::Done(_) => {}, in poll()
|
/external/llvm/lib/IR/ |
D | Use.cpp | 58 ptrdiff_t Done = 0; in initTags() local 59 while (Done < 20) { in initTags() 67 new (Stop) Use(tags[Done++]); in initTags() 70 ptrdiff_t Count = Done; in initTags() 75 ++Done; in initTags() 76 Count = Done; in initTags() 80 ++Done; in initTags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Use.cpp | 57 ptrdiff_t Done = 0; in initTags() local 58 while (Done < 20) { in initTags() 66 new (Stop) Use(tags[Done++]); in initTags() 69 ptrdiff_t Count = Done; in initTags() 74 ++Done; in initTags() 75 Count = Done; in initTags() 79 ++Done; in initTags()
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | chart_test.cc | 40 EXPECT_TRUE(chart.MatchesEndingAt(0).Done()); in TEST_F() 59 EXPECT_TRUE(chart.MatchesEndingAt(0).Done()); in TEST_F() 64 ASSERT_FALSE(it.Done()); in TEST_F() 67 EXPECT_TRUE(it.Done()); in TEST_F() 73 ASSERT_FALSE(it.Done()); in TEST_F() 76 ASSERT_FALSE(it.Done()); in TEST_F() 79 EXPECT_TRUE(it.Done()); in TEST_F()
|
/external/rust/crates/tokio/src/future/ |
D | maybe_done.rs | 14 Done(Fut::Output), enumerator 37 MaybeDone::Done(res) => Some(res), in output_mut() 50 MaybeDone::Done(_) => {} in take_output() 53 if let MaybeDone::Done(output) = mem::replace(this, MaybeDone::Gone) { in take_output() 69 MaybeDone::Done(_) => return Poll::Ready(()), in poll() 73 self.set(MaybeDone::Done(res)); in poll()
|
/external/libchrome/base/metrics/ |
D | sample_vector_unittest.cc | 249 EXPECT_TRUE(it.Done()); in TEST_F() 260 for (i = 1; !it2->Done(); i++, it2->Next()) { in TEST_F() 284 EXPECT_TRUE(it->Done()); in TEST_F() 295 EXPECT_FALSE(it->Done()); in TEST_F() 323 ASSERT_FALSE(it->Done()); in TEST_F() 329 EXPECT_TRUE(it->Done()); in TEST_F() 350 ASSERT_FALSE(it->Done()); in TEST_F() 356 ASSERT_FALSE(it->Done()); in TEST_F() 362 EXPECT_TRUE(it->Done()); in TEST_F() 407 ASSERT_FALSE(it->Done()); in TEST_F() [all …]
|
D | sample_map.cc | 31 bool Done() const override; 52 bool SampleMapIterator::Done() const { in Done() function in base::__anon9a535a9f0111::SampleMapIterator 57 DCHECK(!Done()); in Next() 63 DCHECK(!Done()); in Get() 73 while (!Done() && iter_->second == 0) { in SkipEmptyBuckets() 116 for (; !iter->Done(); iter->Next()) { in AddSubtractImpl()
|
D | histogram_samples.cc | 34 bool Done() const override; 55 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anon83ba24020111::SampleCountPickleIterator 60 DCHECK(!Done()); in Next() 70 DCHECK(!Done()); in Get() 226 for (std::unique_ptr<SampleCountIterator> it = Iterator(); !it->Done(); in Serialize() 269 DCHECK(!Done()); in GetBucketIndex() 286 bool SingleSampleIterator::Done() const { in Done() function in base::SingleSampleIterator 291 DCHECK(!Done()); in Next() 298 DCHECK(!Done()); in Get() 308 DCHECK(!Done()); in GetBucketIndex()
|
D | sample_map_unittest.cc | 106 EXPECT_TRUE(it->Done()); in TEST() 125 EXPECT_FALSE(it->Done()); in TEST() 137 EXPECT_FALSE(it->Done()); in TEST() 145 EXPECT_TRUE(it->Done()); in TEST() 153 EXPECT_TRUE(it->Done()); in TEST() 164 EXPECT_FALSE(it->Done()); in TEST()
|
D | sample_vector.cc | 131 if (iter->Done()) in AddSubtractImpl() 165 if (iter->Done()) { in AddSubtractImpl() 199 if (iter->Done()) in AddSubtractImpl() 389 bool SampleVectorIterator::Done() const { in Done() function in base::SampleVectorIterator 394 DCHECK(!Done()); in Next() 402 DCHECK(!Done()); in Get() 412 DCHECK(!Done()); in GetBucketIndex() 419 if (Done()) in SkipEmptyBuckets()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 48 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 51 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 66 ADD_MV_REF_LIST(candidate_mi->mv[0], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 68 ADD_MV_REF_LIST(candidate_mi->mv[1], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 75 ADD_MV_REF_LIST(prev_frame_mvs->mv[0], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 77 ADD_MV_REF_LIST(prev_frame_mvs->mv[1], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 93 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 108 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 120 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 124 Done: in find_mv_refs_idx()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 14 i32 17, label %Done 31 br i1 %cond2, label %Done, label %C 36 br i1 %cond, label %Done, label %C 37 Done: ; preds = %B, %A, %A2, %0 43 br i1 %cond3, label %Done, label %C 51 ; CHECK-NEXT: i32 17, label %Done 56 ; CHECK-NEXT: br label %Done 59 ; CHECK-NEXT: br label %Done 60 ; CHECK: Done:
|
/external/skqp/include/private/ |
D | SkOnce.h | 28 if (state == Done) { in operator() 38 return fState.store(Done, std::memory_order_release); in operator() 43 while (fState.load(std::memory_order_acquire) != Done) { /*spin*/ } in operator() 47 enum State : uint8_t { NotStarted, Claimed, Done}; enumerator
|
/external/skia/include/private/ |
D | SkOnce.h | 28 if (state == Done) { in operator() 38 return fState.store(Done, std::memory_order_release); in operator() 44 while (fState.load(std::memory_order_acquire) != Done) { /*spin*/ } in operator() 49 enum State : uint8_t { NotStarted, Claimed, Done}; enumerator
|
/external/toolchain-utils/bestflags/ |
D | task_test.py | 156 assert not work_task.Done(task.TEST_STAGE) 157 assert not work_task.Done(task.BUILD_STAGE) 163 assert not work_task.Done(task.TEST_STAGE) 164 assert work_task.Done(task.BUILD_STAGE) 169 assert work_task.Done(task.TEST_STAGE) 170 assert work_task.Done(task.BUILD_STAGE)
|
/external/bc/tests/dc/scripts/ |
D | else.txt | 11 Done! 23 Done! 34 Done!
|
D | else.dc | 2 [[Done!]pR]sM[lip1-si0li>LeM]sL10silLx 3 [[Done!]pR]sM[lip1-si0li!<LeM]sL10silLx 4 [[Done!]pR]sM[lip1-si0li!=LeM]sL10silLx
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 245 goto Done; in random_seed() 249 goto Done; in random_seed() 263 goto Done; in random_seed() 267 goto Done; in random_seed() 270 goto Done; in random_seed() 277 goto Done; in random_seed() 280 goto Done; in random_seed() 284 goto Done; in random_seed() 287 goto Done; in random_seed() 294 goto Done; in random_seed() [all …]
|
/external/bc/tests/fuzzing/dc_inputs/ |
D | else.dc | 2 [[Done!]pR]sM[lip1-si0li>LeM]sL10silLx 3 [[Done!]pR]sM[lip1-si0li!<LeM]sL10silLx 4 [[Done!]pR]sM[lip1-si0li!=LeM]sL10silLx
|
/external/rust/crates/rusqlite/src/ |
D | backup.rs | 66 use self::StepResult::{Busy, Done, Locked, More}; in backup() 79 Done => Ok(()), in backup() 104 use self::StepResult::{Busy, Done, Locked, More}; in restore() 125 Done => Ok(()), in restore() 138 Done, enumerator 250 use self::StepResult::{Busy, Done, Locked, More}; in step() 254 ffi::SQLITE_DONE => Ok(Done), in step() 283 use self::StepResult::{Busy, Done, Locked, More}; in run_to_completion() 294 Done => return Ok(()), in run_to_completion()
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | max-number-of-runs.test | 4 CHECK1: Done 2 runs 7 CHECK2: Done 3 runs 10 CHECK3: Done 4 runs
|
/external/llvm/test/Transforms/ADCE/ |
D | 2003-11-16-MissingPostDominanceInfo.ll | 6 br i1 %C, label %Cond, label %Done 9 br i1 %C, label %Loop, label %Done 15 Done: ; preds = %Cond, %0
|
/external/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 148 void Done() { done_->Signal(); } in Done() function in IPC::__anon7ae8f74a0111::Worker 308 Done(); in Run() 323 Done(); in OnAnswer() 363 Done(); in Run() 390 Done(); in OnAnswer() 437 Done(); in OnAnswerDelay() 473 Done(); in Run() 496 Done(); in OnAnswerDelay() 545 Done(); in Run() 571 Done(); in OnAnswer() [all …]
|
/external/llvm-project/llvm/test/Transforms/ADCE/ |
D | 2003-11-16-MissingPostDominanceInfo.ll | 8 br i1 %C, label %Cond, label %Done 11 br i1 %C, label %Loop, label %Done 17 Done: ; preds = %Cond, %0
|