/external/v8/src/crankshaft/ |
D | lithium-inl.h | 39 bool TempIterator::Done() { return current_ >= limit_; } in Done() function 43 DCHECK(!Done()); in Current() 65 bool InputIterator::Done() { return current_ >= limit_; } in Done() function 69 DCHECK(!Done()); in Current() 94 bool UseIterator::Done() { in Done() function 95 return input_iterator_.Done() && env_iterator_.Done(); in Done() 100 DCHECK(!Done()); in Current() 101 LOperand* result = input_iterator_.Done() ? env_iterator_.Current() in Current() 109 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance(); in Advance()
|
D | hydrogen-infer-representation.cc | 42 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) { in Run() 65 !it.Done(); in Run() 78 !it.Done(); in Run() 87 !it.Done(); in Run() 107 !it.Done(); in Run() 123 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { in Run() 147 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { in Run()
|
D | lithium.h | 558 bool Done() { return current_ >= limit_; } in Done() function 561 DCHECK(!Done()); in Current() 567 DCHECK(!Done()); in Advance() 600 bool Done() { return current_iterator_.Done(); } in Done() function 603 DCHECK(!current_iterator_.Done()); in Current() 615 while (current_iterator_.env() != NULL && current_iterator_.Done()) { in SkipUninteresting() 795 inline bool Done(); 811 inline bool Done(); 826 inline bool Done();
|
/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/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 49 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 52 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 67 ADD_MV_REF_LIST(candidate->mv[0], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 69 ADD_MV_REF_LIST(candidate->mv[1], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 91 ADD_MV_REF_LIST(prev_frame_mvs->mv[0], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 93 ADD_MV_REF_LIST(prev_frame_mvs->mv[1], refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 109 refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 124 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 136 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done); in find_mv_refs_idx() 140 Done: in find_mv_refs_idx()
|
D | vp9_mvref_common.h | 161 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument 166 goto Done; \ 176 mv_ref_list, Done) \ argument 181 refmv_count, mv_ref_list, Done); \ 186 refmv_count, mv_ref_list, Done); \
|
/external/libchrome/base/metrics/ |
D | sample_map.cc | 50 for (; !iter->Done(); iter->Next()) { in AddSubtractImpl() 68 bool SampleMapIterator::Done() const { in Done() function in base::SampleMapIterator 73 DCHECK(!Done()); in Next() 79 DCHECK(!Done()); in Get() 89 while (!Done() && iter_->second == 0) { in SkipEmptyBuckets()
|
D | sample_vector.cc | 81 while (index < counts_size_ && !iter->Done()) { in AddSubtractImpl() 101 return iter->Done(); in AddSubtractImpl() 156 bool SampleVectorIterator::Done() const { in Done() function in base::SampleVectorIterator 161 DCHECK(!Done()); in Next() 169 DCHECK(!Done()); in Get() 179 DCHECK(!Done()); in GetBucketIndex() 186 if (Done()) in SkipEmptyBuckets()
|
D | histogram_samples.cc | 18 bool Done() const override; 39 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anon6bde10670111::SampleCountPickleIterator 44 DCHECK(!Done()); in Next() 54 DCHECK(!Done()); in Get() 141 !it->Done(); in Serialize() 164 DCHECK(!Done()); in GetBucketIndex()
|
D | sample_map_unittest.cc | 90 EXPECT_TRUE(it->Done()); in TEST() 109 EXPECT_FALSE(it->Done()); in TEST() 121 EXPECT_FALSE(it->Done()); in TEST() 129 EXPECT_TRUE(it->Done()); in TEST() 139 EXPECT_TRUE(it->Done()); in TEST() 150 EXPECT_FALSE(it->Done()); in TEST()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch_thread.ll | 15 i32 17, label %Done 32 br i1 %cond2, label %Done, label %C 37 br i1 %cond, label %Done, label %C 38 Done: ; preds = %B, %A, %A2, %0 44 br i1 %cond3, label %Done, label %C
|
/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/v8/src/ |
D | bit-vector.h | 29 bool Done() const { return current_index_ >= target_->data_length_; } in Done() function 33 DCHECK(!Done()); in Current() 200 bool Done() const { return it_.Done(); } in Done() function 223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) { in Union()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-async-norace.mm | 21 NSLog(@"Done."); 25 // CHECK: Done.
|
D | gcd-semaphore-norace.mm | 23 NSLog(@"Done."); 28 // CHECK: Done.
|
D | gcd-sync-norace.mm | 27 NSLog(@"Done."); 31 // CHECK: Done.
|
D | gcd-serial-queue-norace.mm | 35 NSLog(@"Done."); 39 // CHECK: Done.
|
D | gcd-async-race.mm | 31 NSLog(@"Done."); 38 // CHECK: Done.
|
D | gcd-groups-norace.mm | 48 NSLog(@"Done."); 52 // CHECK: Done.
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/ |
D | threaded_work_queue_unittest.py | 26 wq.PostMainThreadTask(Done) 28 def Done(): function
|
/external/compiler-rt/test/tsan/ |
D | vptr_harmful_race2.cc | 11 void Done() { in Done() function 32 obj->Done(); in Thread1()
|
D | vptr_harmful_race.cc | 11 void Done() { in Done() function 31 obj->Done(); in Thread1()
|
D | vptr_harmful_race3.cc | 11 void Done() { in Done() function 33 obj->Done(); in Thread1()
|
D | vptr_benign_race.cc | 13 void Done() { in Done() function 41 obj->Done(); in Thread1()
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | pool.py | 35 Done = 'Done' variable in _MessageType 39 values = [Request, Response, Close, Done, Error, Interrupt] 128 if msg_type == _MessageType.Done: 164 responses.put((_MessageType.Done,
|