Searched refs:Done (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_host_iterator.cc25 if (!Done() && (*iterator_)->GetData().process_type != process_type_)
30 CHECK(!Done());
33 if (Done())
45 bool BrowserChildProcessHostIterator::Done() { function in class:content::BrowserChildProcessHostIterator
50 CHECK(!Done());
55 CHECK(!Done());
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.stderr.exp2 Done.
H A Dannotate_static.stderr.exp2 Done.
H A Dbug-235681.stderr.exp2 Done.
H A Dfree_is_write.stderr.exp2 Done.
H A Dfree_is_write2.stderr.exp2 Done.
H A Dpth_barrier_thr_cr.stderr.exp2 Done.
H A Dpth_broadcast.stderr.exp2 Done.
H A Dpth_detached.stderr.exp2 Done.
H A Dpth_detached2.stderr.exp2 Done.
H A Dpth_detached_sem.stderr.exp2 Done.
H A Dstd_thread.stderr.exp2 Done.
/external/valgrind/main/helgrind/tests/
H A Dannotate_smart_pointer.stderr.exp2 Done.
/external/v8/src/
H A Dlithium-allocator-inl.h69 bool TempIterator::Done() { return current_ >= limit_; } function in class:v8::internal::TempIterator
73 ASSERT(!Done());
97 bool InputIterator::Done() { return current_ >= limit_; } function in class:v8::internal::InputIterator
101 ASSERT(!Done());
123 bool UseIterator::Done() { function in class:v8::internal::UseIterator
124 return input_iterator_.Done() && env_iterator_.Done();
129 ASSERT(!Done());
130 return input_iterator_.Done()
137 input_iterator_.Done()
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_installer_win.cc129 Done(hr);
133 Done(DISP_E_TYPEMISMATCH);
140 Done(hr);
151 Done(hr);
158 Done(hr);
165 Done(hr);
169 Done(DISP_E_TYPEMISMATCH);
186 Done(hr);
190 Done(DISP_E_TYPEMISMATCH);
198 Done(DISP_E_TYPEMISMATC
333 void DaemonInstallerWin::Done(HRESULT result) { function in class:remoting::DaemonInstallerWin
[all...]
/external/chromium_org/v8/src/
H A Dlithium-allocator-inl.h69 bool TempIterator::Done() { return current_ >= limit_; } function in class:v8::internal::TempIterator
73 ASSERT(!Done());
97 bool InputIterator::Done() { return current_ >= limit_; } function in class:v8::internal::InputIterator
101 ASSERT(!Done());
126 bool UseIterator::Done() { function in class:v8::internal::UseIterator
127 return input_iterator_.Done() && env_iterator_.Done();
132 ASSERT(!Done());
133 LOperand* result = input_iterator_.Done()
142 input_iterator_.Done()
[all...]
/external/llvm/lib/IR/
H A DUse.cpp90 ptrdiff_t Done = 0; local
91 while (Done < 20) {
102 new(Stop) Use(tags[Done++]);
105 ptrdiff_t Count = Done;
110 ++Done;
111 Count = Done;
115 ++Done;
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h58 for(; !reader1->Done() && !reader2->Done();
82 if (!reader1->Done() || !reader2->Done()) {
84 << (reader1->Done() ? reader2->GetKey() : reader1->GetKey())
85 << "\" missing form " << (reader2->Done() ? "first" : "second")
/external/openfst/src/include/fst/
H A Dequal.h43 while (!siter1.Done() || !siter2.Done()) {
44 if (siter1.Done() || siter2.Done()) {
67 for (size_t a = 0; !aiter1.Done() || !aiter2.Done(); ++a) {
68 if (aiter1.Done() || aiter2.Done()) {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequal.h40 while (!siter1.Done() || !siter2.Done()) {
41 if (siter1.Done() || siter2.Done()) {
64 for (size_t a = 0; !aiter1.Done() || !aiter2.Done(); ++a) {
65 if (aiter1.Done() || aiter2.Done()) {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc44 Done(false);
54 Done(false);
81 Done(false);
107 Done(false);
112 Done(false);
130 Done(true);
133 void FileTaskExecutor::Done(bool success) { function in class:drive::FileTaskExecutor
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoOperation.cpp78 case Done:
92 m_state = Done;
110 m_state = Done;
119 m_state = Done;
128 m_state = Done;
141 case Done:
155 m_state = Done;
159 case Done:
176 m_state = Done;
180 case Done
[all...]
/external/chromium_org/base/metrics/
H A Dhistogram_samples.cc18 virtual bool Done() const OVERRIDE;
38 bool SampleCountPickleIterator::Done() const { function in class:base::__anon3830::SampleCountPickleIterator
43 DCHECK(!Done());
53 DCHECK(!Done());
100 !it->Done();
122 DCHECK(!Done());
/external/chromium/base/
H A Dperftimer.h53 // to measure the time that something took. Call Done() when the test
67 Done();
70 void Done() { function in class:PerfTimeLogger
/external/chromium_org/base/
H A Dperftimer.h54 // to measure the time that something took. Call Done() when the test
68 Done();
71 void Done() { function in class:PerfTimeLogger

Completed in 1284 milliseconds

1234567891011>>