Searched refs:Done (Results 51 - 75 of 280) sorted by relevance

1234567891011>>

/external/valgrind/memcheck/tests/linux/
H A Dsyslog-syscall.stderr.exp2 Done.
/external/tensorflow/tensorflow/contrib/cloud/kernels/
H A Dbigquery_table_accessor_test.cc212 EXPECT_TRUE(accessor_->Done());
238 EXPECT_TRUE(accessor_->Done());
273 EXPECT_TRUE(accessor_->Done());
305 EXPECT_TRUE(accessor_->Done());
330 EXPECT_TRUE(accessor_->Done());
355 EXPECT_TRUE(accessor_->Done());
410 EXPECT_FALSE(accessor_->Done());
417 EXPECT_FALSE(accessor_->Done());
423 EXPECT_TRUE(accessor_->Done());
466 EXPECT_TRUE(accessor_->Done());
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.h247 // skip all additional processing and jump to Done!
248 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \
253 goto Done; \
263 mv_ref_list, Done) \
268 refmv_count, mv_ref_list, Done); \
272 refmv_count, mv_ref_list, Done); \
/external/libchrome/base/metrics/
H A Dsample_vector.cc80 while (index < counts_size_ && !iter->Done()) {
98 return iter->Done();
153 bool SampleVectorIterator::Done() const { function in class:SampleVectorIterator
158 DCHECK(!Done());
166 DCHECK(!Done());
176 DCHECK(!Done());
183 if (Done())
H A Dpersistent_sample_map.cc38 bool Done() const override;
60 bool PersistentSampleMapIterator::Done() const { function in class:base::__anon10896::PersistentSampleMapIterator
65 DCHECK(!Done());
73 DCHECK(!Done());
83 while (!Done() && *iter_->second == 0) {
189 for (; !iter->Done(); iter->Next()) {
H A Dpersistent_sample_map_unittest.cc189 EXPECT_TRUE(it->Done());
214 EXPECT_FALSE(it->Done());
226 EXPECT_FALSE(it->Done());
234 EXPECT_TRUE(it->Done());
245 EXPECT_TRUE(it->Done());
256 EXPECT_FALSE(it->Done());
/external/v8/src/crankshaft/
H A Dhydrogen-infer-representation.cc43 for (HUseIterator it(phi->uses()); !it.Done(); it.Advance()) {
66 !it.Done();
79 !it.Done();
88 !it.Done();
108 !it.Done();
124 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
148 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
H A Dhydrogen-mark-unreachable.cc23 for (HPredecessorIterator it(block); !it.Done(); it.Advance()) {
H A Dhydrogen-dce.cc53 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
73 for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
/external/python/cpython2/Modules/
H A D_randommodule.c239 goto Done;
243 goto Done;
257 goto Done;
261 goto Done;
264 goto Done;
271 goto Done;
274 goto Done;
278 goto Done;
281 goto Done;
288 goto Done;
[all...]
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_progressiverenderer.h30 Done, // FPDF_RENDER_DONE enumerator in enum:CPDF_ProgressiveRenderer::Status
/external/perfetto/src/traced/probes/filesystem/
H A Dfile_scanner.cc59 while (!Done())
66 if (Done())
146 for (uint32_t i = 0; i < n && !Done(); ++i)
150 bool FileScanner::Done() { function in class:perfetto::FileScanner
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dxfeed_manager.h47 virtual void Done(StatusOr<Shape> shape) = 0;
62 // Adds a sequence of buffers to the queue atomically. buffer->Done will be
97 // XfeedBuffer* queue contents are not owned, but buffer->Done must
/external/toolchain-utils/bestflags/
H A Dgeneration.py62 def Done(self): member in class:Generation
H A Dsteering.py90 if not generation.Done():
/external/v8/src/
H A Dbit-vector.cc34 if (Done()) return;
H A Dbit-vector.h29 bool Done() const { return current_index_ >= target_->data_length_; } function in class:v8::internal::BitVector::BASE_EMBEDDED
33 DCHECK(!Done());
200 bool Done() const { return it_.Done(); } function in class:v8::internal::BASE_EMBEDDED::BASE_EMBEDDED
223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
/external/v8/src/heap/
H A Dgc-idle-time-handler.cc102 return GCIdleTimeAction::Done();
143 return GCIdleTimeAction::Done();
/external/valgrind/drd/tests/
H A Dannotate_smart_pointer2.stderr.exp11 Done.
H A Dhold_lock_2.stderr.exp15 Done.
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dsread.c76 goto Done;
91 goto Done;
169 goto Done;
187 goto Done;
250 goto Done;
261 Done:
354 // Done with this simple read file handle
/external/python/cpython3/Modules/_ctypes/
H A Dcallbacks.c150 goto Done;
156 goto Done;
166 goto Done;
174 goto Done;
188 goto Done;
194 goto Done;
206 goto Done;
219 goto Done;
282 Done:
/external/python/cpython2/Python/
H A Dthread.c272 goto Done;
285 goto Done;
295 Done:
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_allocator_retry_test.cc93 void Done(int user_index) { function in class:tensorflow::AlternatingBarrier
137 barrier_->Done(i);
147 barrier_->Done(i);
/external/vixl/src/aarch32/
H A Dlocation-aarch32.cc46 for (ForwardRefListIterator it(this); !it.Done(); it.Advance()) {
106 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done();
117 for (ForwardRefListIterator it(const_cast<Location*>(this)); !it.Done();

Completed in 1742 milliseconds

1234567891011>>