Searched defs:Done (Results 1 - 25 of 90) sorted by relevance

1234

/external/toolchain-utils/bestflags/
H A Dgeneration.py62 def Done(self): member in class:Generation
H A Dmock_task.py68 def Done(self, stage): member in class:MockTask
H A Dtask.py181 def Done(self, stage): member in class:Task
/external/compiler-rt/test/tsan/
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();
H A Dvptr_benign_race.cc13 void Done() { function in struct:A
41 obj->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/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/v8/src/crankshaft/
H A Dlithium-inl.h41 bool TempIterator::Done() { return current_ >= limit_; } function in class:v8::internal::TempIterator
45 DCHECK(!Done());
67 bool InputIterator::Done() { return current_ >= limit_; } function in class:v8::internal::InputIterator
71 DCHECK(!Done());
96 bool UseIterator::Done() { function in class:v8::internal::UseIterator
97 return input_iterator_.Done() && env_iterator_.Done();
102 DCHECK(!Done());
103 LOperand* result = input_iterator_.Done() ? env_iterator_.Current()
111 input_iterator_.Done()
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DUse.cpp89 ptrdiff_t Done = 0; local
90 while (Done < 20) {
101 new(Stop) Use(tags[Done++]);
104 ptrdiff_t Count = Done;
109 ++Done;
110 Count = Done;
114 ++Done;
/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/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/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/gpu/
H A Dinfeed_manager.h61 void Done() { delete this; } function in class:xla::gpu::InfeedBuffer
85 // Adds a set of buffers to the infeed queue atomically. buffer->Done
115 // InfeedBuffer* queue contents are not owned, but buffer->Done must
/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.cc30 bool Done() const override;
51 bool SampleMapIterator::Done() const { function in class:base::__anon10898::SampleMapIterator
56 DCHECK(!Done());
62 DCHECK(!Done());
72 while (!Done() && iter_->second == 0) {
114 for (; !iter->Done(); iter->Next()) {
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())
/external/llvm/lib/Target/Hexagon/
H A DHexagonPeephole.cpp240 bool Done = false; local
255 Done = true;
261 if (!Done) {
291 } // if (!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/v8/src/heap/
H A Dgc-idle-time-handler.h23 static GCIdleTimeAction Done() { function in class:v8::internal::GCIdleTimeAction
119 // despite having idle time available before we returning a Done action to
/external/v8/tools/testrunner/local/
H A Dprogress.py54 def Done(self): member in class:ProgressIndicator
116 def Done(self): member in class:SimpleProgressIndicator
155 print 'Done running %s: %s' % (test.GetLabel(), outcome)
193 def Done(self): member in class:CompactProgressIndicator
194 self.PrintProgress('Done')
282 def Done(self): member in class:JUnitTestProgressIndicator
317 def Done(self): member in class:JsonTestProgressIndicator
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
H A DJavaCharStream.java502 public void Done() method in class:JavaCharStream
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
H A DJavaCharStream.java573 public void Done() method in class:JavaCharStream

Completed in 514 milliseconds

1234