Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/external/v8/src/debug/
Ddebug-scope-iterator.cc53 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
59 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
65 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
68 bool DebugScopeIterator::Done() { return iterator_.Done(); } in Done() function in v8::internal::DebugScopeIterator
71 DCHECK(!Done()); in Advance()
73 while (!Done() && ShouldIgnore()) { in Advance()
84 DCHECK(!Done()); in GetType()
89 DCHECK(!Done()); in GetObject()
95 DCHECK(!Done()); in GetScriptId()
100 DCHECK(!Done()); in GetFunctionDebugName()
[all …]
Ddebug-stack-trace-iterator.cc35 for (; !Done() && index > 0; --index) Advance(); in DebugStackTraceIterator()
40 bool DebugStackTraceIterator::Done() const { return iterator_.done(); } in Done() function in v8::internal::DebugStackTraceIterator
69 DCHECK(!Done()); in GetContextId()
80 DCHECK(!Done()); in GetReceiver()
119 DCHECK(!Done()); in GetReturnValue()
130 DCHECK(!Done()); in GetFunctionDebugName()
135 DCHECK(!Done()); in GetScript()
142 DCHECK(!Done()); in GetSourceLocation()
149 DCHECK(!Done()); in GetFunction()
156 DCHECK(!Done()); in GetScopeIterator()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUse.cpp58 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/llvm/lib/IR/
DUse.cpp58 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/lib/VMCore/
DUse.cpp89 ptrdiff_t Done = 0; in initTags() local
90 while (Done < 20) { in initTags()
101 new(Stop) Use(tags[Done++]); in initTags()
104 ptrdiff_t Count = Done; in initTags()
109 ++Done; in initTags()
110 Count = Done; in initTags()
114 ++Done; in initTags()
/external/libchrome/base/metrics/
Dsample_vector_unittest.cc249 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 …]
Dhistogram_samples.cc34 bool Done() const override;
55 bool SampleCountPickleIterator::Done() const { in Done() function in base::__anonbd76f3640111::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()
Dsample_map.cc31 bool Done() const override;
52 bool SampleMapIterator::Done() const { in Done() function in base::__anon11c194410111::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()
Dsample_map_unittest.cc106 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()
Dsample_vector.cc131 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()
Dpersistent_sample_map.cc33 bool Done() const override;
55 bool PersistentSampleMapIterator::Done() const { in Done() function in base::__anona8f346f10111::PersistentSampleMapIterator
60 DCHECK(!Done()); in Next()
68 DCHECK(!Done()); in Get()
78 while (!Done() && *iter_->second == 0) { in SkipEmptyBuckets()
200 for (; !iter->Done(); iter->Next()) { in AddSubtractImpl()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c48 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()
Dvp9_mvref_common.h248 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument
253 goto Done; \
263 mv_ref_list, Done) \ argument
268 refmv_count, mv_ref_list, Done); \
272 refmv_count, mv_ref_list, Done); \
/external/u-boot/drivers/net/
Deepro100.c492 goto Done; in eepro100_init()
499 goto Done; in eepro100_init()
513 goto Done; in eepro100_init()
533 goto Done; in eepro100_init()
544 goto Done; in eepro100_init()
551 goto Done; in eepro100_init()
570 goto Done; in eepro100_init()
581 goto Done; in eepro100_init()
588 goto Done; in eepro100_init()
593 Done: in eepro100_init()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll14 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/llvm/test/Transforms/SimplifyCFG/
Dswitch_thread.ll14 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/v8/src/
Dunicode-decoder.cc24 if (V8_UNLIKELY(this->Done())) { in operator ++()
49 bool Utf8Iterator::Done() { in Done() function in unibrow::Utf8Iterator
59 while (utf16_length < buffer_length && !it.Done()) { in Reset()
69 while (!it.Done()) { in Reset()
81 while (!it.Done()) { in WriteUtf16Slow()
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dbigquery_table_accessor_test.cc213 EXPECT_TRUE(accessor_->Done()); in TEST_F()
239 EXPECT_TRUE(accessor_->Done()); in TEST_F()
274 EXPECT_TRUE(accessor_->Done()); in TEST_F()
306 EXPECT_TRUE(accessor_->Done()); in TEST_F()
331 EXPECT_TRUE(accessor_->Done()); in TEST_F()
356 EXPECT_TRUE(accessor_->Done()); in TEST_F()
411 EXPECT_FALSE(accessor_->Done()); in TEST_F()
418 EXPECT_FALSE(accessor_->Done()); in TEST_F()
424 EXPECT_TRUE(accessor_->Done()); in TEST_F()
467 EXPECT_TRUE(accessor_->Done()); in TEST_F()
[all …]
/external/python/cpython2/Modules/
D_randommodule.c245 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/skqp/include/private/
DSkOnce.h28 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/
DSkOnce.h28 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/toolchain-utils/bestflags/
Dtask_test.py156 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/libchrome/ipc/
Dipc_sync_channel_unittest.cc148 void Done() { done_->Signal(); } in Done() function in IPC::__anonbab8626c0111::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/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Dswitch_thread.ll15 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/syzkaller/vendor/golang.org/x/net/context/
Dpre_go17.go24 func (*emptyCtx) Done() <-chan struct{} { func
80 if parent.Done() == nil {
98 case <-parent.Done():
100 case <-child.Done():
141 Done() <-chan struct{} methodSpec
156 func (c *cancelCtx) Done() <-chan struct{} { func

12345678910>>...18