Searched refs:Done (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/valgrind/drd/tests/
H A Dannotate_smart_pointer.stderr.exp2 Done.
H A Dannotate_static.stderr.exp2 Done.
H A Dbug-235681.stderr.exp2 Done.
H A Dconcurrent_close.stderr.exp2 Done.
H A Dfree_is_write.stderr.exp2 Done.
H A Dfree_is_write2.stderr.exp2 Done.
H A Dpth_barrier_thr_cr.stderr.exp2 Done.
H A Dpth_broadcast.stderr.exp2 Done.
H A Dpth_detached.stderr.exp2 Done.
H A Dpth_detached2.stderr.exp2 Done.
H A Dpth_detached_sem.stderr.exp2 Done.
H A Dstd_atomic.stderr.exp3 Done.
H A Dstd_thread.stderr.exp2 Done.
H A Dannotate_hb_race.stderr.exp6 Done.
H A Dannotate_publish_hg.stderr.exp5 Done.
H A Dpth_uninitialized_cond.stderr.exp8 Done.
/external/valgrind/helgrind/tests/
H A Dannotate_smart_pointer.stderr.exp2 Done.
/external/v8/src/
H A Dlithium-inl.h37 bool TempIterator::Done() { return current_ >= limit_; } function in class:v8::internal::TempIterator
41 DCHECK(!Done());
63 bool InputIterator::Done() { return current_ >= limit_; } function in class:v8::internal::InputIterator
67 DCHECK(!Done());
92 bool UseIterator::Done() { function in class:v8::internal::UseIterator
93 return input_iterator_.Done() && env_iterator_.Done();
98 DCHECK(!Done());
99 LOperand* result = input_iterator_.Done() ? env_iterator_.Current()
107 input_iterator_.Done()
[all...]
/external/llvm/lib/IR/
H A DUse.cpp58 ptrdiff_t Done = 0; local
59 while (Done < 20) {
67 new (Stop) Use(tags[Done++]);
70 ptrdiff_t Count = Done;
75 ++Done;
76 Count = Done;
80 ++Done;
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h58 for(; !reader1->Done() && !reader2->Done();
82 if (!reader1->Done() || !reader2->Done()) {
84 << (reader1->Done() ? reader2->GetKey() : reader1->GetKey())
85 << "\" missing form " << (reader2->Done() ? "first" : "second")
/external/openfst/src/include/fst/
H A Dequal.h43 while (!siter1.Done() || !siter2.Done()) {
44 if (siter1.Done() || siter2.Done()) {
67 for (size_t a = 0; !aiter1.Done() || !aiter2.Done(); ++a) {
68 if (aiter1.Done() || aiter2.Done()) {
/external/compiler-rt/test/tsan/
H A Dvptr_benign_race.cc12 void Done() { function in struct:A
33 obj->Done();
H A Dvptr_harmful_race.cc11 void Done() { function in struct:A
31 obj->Done();
H A Dvptr_harmful_race2.cc11 void Done() { function in struct:A
32 obj->Done();
H A Dvptr_harmful_race3.cc11 void Done() { function in struct:A
33 obj->Done();

Completed in 320 milliseconds

12345678910