Searched refs:Done (Results 26 - 50 of 280) sorted by relevance

1234567891011>>

/external/valgrind/drd/tests/
H A Dannotate_hb_race.stderr.exp6 Done.
H A Dannotate_publish_hg.stderr.exp5 Done.
H A Dpth_uninitialized_cond.stderr.exp8 Done.
H A Dstd_thread2.stderr.exp7 Done.
H A Dpth_mutex_reinit.stderr.exp9 Done.
H A Dread_and_free_race.stderr.exp12 Done.
/external/llvm/include/llvm/Support/
H A DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator in enum:llvm::InitStatus
104 flag = Done;
110 while (tmp != Done) {
/external/python/cpython2/Python/
H A Dmysnprintf.c71 goto Done;
81 goto Done;
100 Done:
/external/python/cpython3/Python/
H A Dmysnprintf.c70 goto Done;
80 goto Done;
99 Done:
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DThreading.h69 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator in enum:llvm::InitStatus
104 flag = Done;
110 while (tmp != Done) {
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c48 refmv_count, mv_ref_list, Done);
51 refmv_count, mv_ref_list, Done);
66 ADD_MV_REF_LIST(candidate_mi->mv[0], refmv_count, mv_ref_list, Done);
68 ADD_MV_REF_LIST(candidate_mi->mv[1], refmv_count, mv_ref_list, Done);
75 ADD_MV_REF_LIST(prev_frame_mvs->mv[0], refmv_count, mv_ref_list, Done);
77 ADD_MV_REF_LIST(prev_frame_mvs->mv[1], refmv_count, mv_ref_list, Done);
93 refmv_count, mv_ref_list, Done);
108 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done);
120 ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done);
124 Done
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_samples.cc18 bool Done() const override;
39 bool SampleCountPickleIterator::Done() const { function in class:base::__anon10889::SampleCountPickleIterator
44 DCHECK(!Done());
54 DCHECK(!Done());
125 for (std::unique_ptr<SampleCountIterator> it = Iterator(); !it->Done();
151 DCHECK(!Done());
H A Dsample_map_unittest.cc106 EXPECT_TRUE(it->Done());
125 EXPECT_FALSE(it->Done());
137 EXPECT_FALSE(it->Done());
145 EXPECT_TRUE(it->Done());
153 EXPECT_TRUE(it->Done());
164 EXPECT_FALSE(it->Done());
/external/toolchain-utils/bestflags/
H A 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)
H A Dpipeline_worker.py59 assert not task.Done(stage)
138 assert not task.Done(stage)
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dinit.c126 goto Done;
153 goto Done;
158 Done:
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutprocessor.cpp76 if (eStatus != XFA_ItemLayoutProcessorResult::Done)
85 } while (eStatus != XFA_ItemLayoutProcessorResult::Done);
87 if (eStatus == XFA_ItemLayoutProcessorResult::Done) {
93 return 100 * (eStatus == XFA_ItemLayoutProcessorResult::Done
/external/v8/src/crankshaft/
H A Dhydrogen-sce.cc22 for (HInstructionIterator it(dominator); !it.Done(); it.Advance()) {
29 // Done when the loop header is processed.
H A Dhydrogen-canonicalize.cc20 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
50 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
H A Dhydrogen-infer-types.cc20 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
41 for (HUseIterator it(current->uses()); !it.Done(); it.Advance()) {
/external/libcxx/test/support/
H A Dcoroutine_types.h34 iterator(std::experimental::coroutine_handle<promise_type> Coro, bool Done) argument
35 : _Coro(Coro), _Done(Done) {}
/external/ltp/testcases/kernel/security/tomoyo/
H A Dtestall.sh36 newns tomoyo_accept_test | grep -vF Done
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dxfeed_manager.cc34 buffer->Done(ShapeUtil::MakeNil());
79 current_buffer_->Done(std::move(shape));
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dinfeed_manager.cc33 buffer->Done();
73 b->Done();
/external/valgrind/memcheck/tests/linux/
H A Dsigqueue.stderr.exp2 Done.

Completed in 2092 milliseconds

1234567891011>>