/external/chromium_org/v8/src/ |
D | lithium-inl.h | 37 bool TempIterator::Done() { return current_ >= limit_; } in Done() function 63 bool InputIterator::Done() { return current_ >= limit_; } in Done() function 92 bool UseIterator::Done() { in Done() function
|
D | data-flow.h | 33 bool Done() const { return current_index_ >= target_->data_length_; } in Done() function 201 bool Done() const { return it_.Done(); } in Done() function
|
/external/pdfium/core/include/reflow/ |
D | reflowengine.h | 43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus; enumerator 61 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus; enumerator
|
/external/chromium_org/v8/tools/testrunner/local/ |
D | progress.py | 60 def Done(self): member in ProgressIndicator 86 def Done(self): member in SimpleProgressIndicator 162 def Done(self): member in CompactProgressIndicator 256 def Done(self): member in JUnitTestProgressIndicator 299 def Done(self): member in JsonTestProgressIndicator
|
/external/chromium_org/device/serial/ |
D | data_source_sender.cc | 143 void DataSourceSender::Done(uint32_t bytes_written) { in Done() function in device::DataSourceSender 191 void DataSourceSender::PendingSend::Done(uint32_t bytes_written) { in Done() function in device::DataSourceSender::PendingSend 228 void DataSourceSender::PendingSend::Buffer::Done(uint32_t bytes_written) { in Done() function in device::DataSourceSender::PendingSend::Buffer
|
D | data_receiver.cc | 169 void DataReceiver::Done(uint32_t bytes_consumed) { in Done() function in device::DataReceiver 296 void DataReceiver::PendingReceive::Done(uint32_t bytes_consumed) { in Done() function in device::DataReceiver::PendingReceive 326 void DataReceiver::PendingReceive::Buffer::Done(uint32_t bytes_consumed) { in Done() function in device::DataReceiver::PendingReceive::Buffer
|
D | data_sink_receiver.cc | 174 void DataSinkReceiver::Done(uint32_t bytes_read) { in Done() function in device::DataSinkReceiver 265 void DataSinkReceiver::Buffer::Done(uint32_t bytes_read) { in Done() function in device::DataSinkReceiver::Buffer
|
/external/chromium_org/base/test/ |
D | perf_time_logger.cc | 19 void PerfTimeLogger::Done() { in Done() function in base::PerfTimeLogger
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | syscall_iterator.h | 40 bool Done() const { return done_; } in Done() function
|
/external/chromium_org/content/public/browser/ |
D | browser_child_process_host_iterator.cc | 51 bool BrowserChildProcessHostIterator::Done() { in Done() function in content::BrowserChildProcessHostIterator
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | RespondWithObserver.h | 47 enum State { Initial, Pending, Done }; enumerator
|
/external/chromium_org/remoting/protocol/ |
D | connection_tester.cc | 53 void StreamConnectionTester::Done() { in Done() function in remoting::protocol::StreamConnectionTester 170 void DatagramConnectionTester::Done() { in Done() function in remoting::protocol::DatagramConnectionTester
|
/external/openfst/src/include/fst/ |
D | matcher.h | 117 bool Done() const { return Done_(); } in Done() function 259 bool Done() const { in Done() function 471 bool Done() const { return matcher_->Done(); } in Done() function 647 bool Done() const { in Done() function 819 bool Done() const { return matcher_->Done(); } in Done() function 1042 bool Done() const { in Done() function 1188 bool Done() const { return base_->Done(); } in Done() function
|
D | factor-weight.h | 89 bool Done() const { return true; } in Done() function 103 bool Done() const { return done_; } in Done() function 131 bool Done() const { return done_; } in Done() function
|
/external/compiler-rt/test/tsan/ |
D | vptr_harmful_race2.cc | 13 void Done() { in Done() function
|
D | vptr_harmful_race.cc | 13 void Done() { in Done() function
|
D | vptr_benign_race.cc | 12 void Done() { in Done() function
|
D | vptr_harmful_race3.cc | 13 void Done() { in Done() function
|
/external/llvm/lib/IR/ |
D | Use.cpp | 58 ptrdiff_t Done = 0; in initTags() local
|
/external/chromium_org/chrome/browser/ui/views/ |
D | first_run_dialog.cc | 101 void FirstRunDialog::Done() { in Done() function in FirstRunDialog
|
/external/chromium_org/base/metrics/ |
D | sample_map.cc | 67 bool SampleMapIterator::Done() const { in Done() function in base::SampleMapIterator
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | complement.h | 193 virtual bool Done() const { return s_ > 0 && siter_.Done(); } in Done() function 228 virtual bool Done() const { in Done() function
|
/external/chromium_org/chrome/test/base/ |
D | view_event_test_base.cc | 61 void ViewEventTestBase::Done() { in Done() function in ViewEventTestBase
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | collection.h | 65 bool Done() const { return id_ == kNoNodeId; } in Done() function
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | MediaQueryParser.h | 100 const static State Done; variable
|