HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/chromium_org/base/test/
perf_time_logger.cc 16 Done();
19 void PerfTimeLogger::Done() {
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_iterator.h 29 // for (SyscallIterator iter(false); !iter.Done(); ) {
40 bool Done() const { return done_; }
  /external/chromium_org/content/public/browser/
browser_child_process_host_iterator.cc 28 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
36 CHECK(!Done());
39 if (Done())
51 bool BrowserChildProcessHostIterator::Done() {
56 CHECK(!Done());
61 CHECK(!Done());
  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc 81 const file_manager::file_tasks::FileTaskFinishedCallback& done) {
84 done_ = done;
90 Done(false);
98 Done(false);
102 // Reset the index, so we know when we're done.
122 Done(false);
142 Done(false);
148 // We're done with this file. If this is the last one, then we're done.
152 Done(true)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.h 47 enum State { Initial, Pending, Done };
  /external/chromium_org/v8/src/
lithium-inl.h 37 bool TempIterator::Done() { return current_ >= limit_; }
41 DCHECK(!Done());
63 bool InputIterator::Done() { return current_ >= limit_; }
67 DCHECK(!Done());
92 bool UseIterator::Done() {
93 return input_iterator_.Done() && env_iterator_.Done();
98 DCHECK(!Done());
99 LOperand* result = input_iterator_.Done() ? env_iterator_.Current()
107 input_iterator_.Done() ? env_iterator_.Advance() : input_iterator_.Advance()
    [all...]
  /external/compiler-rt/test/tsan/
vptr_benign_race.cc 12 void Done() {
33 obj->Done();
vptr_harmful_race.cc 13 void Done() {
33 obj->Done();
vptr_harmful_race2.cc 13 void Done() {
34 obj->Done();
vptr_harmful_race3.cc 13 void Done() {
35 obj->Done();
  /external/llvm/lib/IR/
Use.cpp 58 ptrdiff_t Done = 0;
59 while (Done < 20) {
67 new (Stop) Use(tags[Done++]);
70 ptrdiff_t Count = Done;
75 ++Done;
76 Count = Done;
80 ++Done;
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 40 void Done();
81 Done();
110 // (SECFailure). Either way we're done with this slot.
115 void SlotUnlocker::Done() {
  /external/chromium_org/storage/browser/fileapi/
recursive_operation_delegate.cc 64 Done(error);
97 Done(error);
118 Done(error);
172 // If an error occurs, invoke Done immediately (even if there remain
175 Done(error);
188 Done(base::File::FILE_ERROR_ABORT);
202 Done(base::File::FILE_OK);
224 Done(error);
231 void RecursiveOperationDelegate::Done(base::File::Error error) {
  /external/chromium_org/base/metrics/
sample_map.cc 52 for (; !iter->Done(); iter->Next()) {
67 bool SampleMapIterator::Done() const {
72 DCHECK(!Done());
77 DCHECK(!Done());
sample_vector.cc 64 while (index < counts_.size() && !iter->Done()) {
84 return iter->Done();
125 bool SampleVectorIterator::Done() const {
130 DCHECK(!Done());
138 DCHECK(!Done());
148 DCHECK(!Done());
155 if (Done())
histogram_samples.cc 18 virtual bool Done() const OVERRIDE;
38 bool SampleCountPickleIterator::Done() const {
43 DCHECK(!Done());
53 DCHECK(!Done());
110 !it->Done();
133 DCHECK(!Done());
  /external/chromium_org/chrome/browser/ui/views/
first_run_dialog.cc 101 void FirstRunDialog::Done() {
115 Done();
131 Done();
simple_message_box_views.cc 60 void Done();
144 Done();
150 Done();
181 void SimpleMessageBoxViews::Done() {
  /external/chromium_org/chrome/test/base/
view_event_test_base.cc 61 void ViewEventTestBase::Done() {
174 Done();
  /external/chromium_org/remoting/protocol/
connection_tester.cc 53 void StreamConnectionTester::Done() {
93 Done();
114 DoRead(); // Don't try to read again when we are done reading.
121 Done();
126 Done();
170 void DatagramConnectionTester::Done() {
177 Done();
204 Done();
239 Done();
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 60 def Done(self):
86 def Done(self):
129 print 'Done running %s: %s' % (test.GetLabel(), outcome)
162 def Done(self):
163 self.PrintProgress('Done')
256 def Done(self):
257 self.progress_indicator.Done()
299 def Done(self):
300 self.progress_indicator.Done()
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 65 bool Done() const { return id_ == kNoNodeId; }
  /art/runtime/base/
bit_vector.h 79 bool Done() const {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_combiner_unittest.cc 151 void Done() {
280 sources[j]->Done();
  /external/chromium_org/device/serial/
data_sink_receiver.cc 54 virtual void Done(uint32_t bytes_read) OVERRIDE;
174 void DataSinkReceiver::Done(uint32_t bytes_read) {
249 receiver_->Done(0);
265 void DataSinkReceiver::Buffer::Done(uint32_t bytes_read) {
269 receiver_->Done(bytes_read);

Completed in 1686 milliseconds

1 2 3 4