HomeSort by relevance Sort by last modified time
    Searched defs:Done (Results 1 - 25 of 90) 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/third_party/WebKit/Source/modules/serviceworkers/
RespondWithObserver.h 48 enum State { Initial, Pending, Done };
  /external/chromium_org/chrome/browser/chromeos/drive/
file_task_executor.cc 41 const file_manager::file_tasks::FileTaskFinishedCallback& done) {
42 done_ = done;
48 Done(false);
56 Done(false);
60 // Reset the index, so we know when we're done.
82 Done(false);
105 Done(false);
120 // We're done with this file. If this is the last one, then we're done.
124 Done(true)
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator-inl.h 50 bool TempIterator::Done() { return current_ >= limit_; }
54 ASSERT(!Done());
78 bool InputIterator::Done() { return current_ >= limit_; }
82 ASSERT(!Done());
107 bool UseIterator::Done() {
108 return input_iterator_.Done() && env_iterator_.Done();
113 ASSERT(!Done());
114 LOperand* result = input_iterator_.Done()
123 input_iterator_.Done()
    [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/webkit/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/pdfium/core/include/reflow/
reflowengine.h 43 typedef enum { Ready, ToBeContinued, Done, Failed } ParseStatus;
61 typedef enum { Ready, ToBeContinued, Waiting, Done, Failed } RenderStatus;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 86 /** The Done method is called at the end of the UC test or UI
92 void (*Done)(
105 PERF_check((hObject), ((PERF_OBJHANDLE)(hObject))->Done( \
  /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 107 void FirstRunDialog::Done() {
121 Done();
137 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 87 void ViewEventTestBase::Done() {
251 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/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 131 // !aiter.Done();
150 bool Done() const { return data_.base->Done(); }
  /art/runtime/base/
bit_vector.h 79 bool Done() const {

Completed in 657 milliseconds

1 2 3 4