Searched refs:is_done (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dworker.py61 def is_done(self): member in class:Worker
75 if not self.is_done():
H A Dmessage_broker2_unittest.py78 self.assertRaises(NotImplementedError, obj.is_done)
H A Dmanager_worker_broker_unittest.py84 def is_done(self): member in class:_TestWorker
146 def is_done(self): member in class:_TestsMixin
188 self.assertTrue(self.is_done())
207 self.assertTrue(self.is_done())
218 self.assertTrue(self.is_done())
H A Dmessage_broker2.py84 def is_done(self): member in class:BrokerClient
124 """Loop processing messages until client.is_done() or delay passes.
131 """Process messages until client.is_done() or caller would block."""
136 while not client.is_done():
H A Dtest_runner2.py78 def is_done(self): member in class:TestRunner2
162 while not self.is_done():
/external/chromium/chrome/browser/automation/
H A Durl_request_automation_job.cc348 if (!is_done()) {
392 if (is_done())
482 if (!is_done()) {
/external/chromium/chrome/browser/ui/gtk/importer/
H A Dimport_progress_dialog_gtk.cc21 void SetItemImportStatus(GtkWidget* label, int res_id, bool is_done) { argument
25 if (is_done)
/external/chromium/net/url_request/
H A Durl_request_job.cc438 if (is_done())
457 && !is_done()) {
558 if (!filter_->stream_data_len() && !is_done()) {
H A Durl_request_file_dir_job.cc83 if (is_done())
H A Durl_request_job.h163 bool is_done() const { return done_; } function in class:net::URLRequestJob
H A Durl_request.cc483 DCHECK(!job_->is_done());
/external/chromium/chrome/browser/net/
H A Durl_request_slow_download_job.cc107 DCHECK(!is_done());
/external/chromium/net/http/
H A Dhttp_transaction_unittest.h114 bool is_done() const { return state_ == DONE; } function in class:TestTransactionConsumer
H A Dhttp_cache_unittest.cc4570 EXPECT_TRUE(c1.is_done());
4571 EXPECT_TRUE(c2.is_done());
4572 EXPECT_TRUE(c3.is_done());
/external/oprofile/daemon/
H A Dopd_ibs.c377 int is_done = 0; local
391 while (is_done != 1
396 is_done = 1;
/external/blktrace/
H A Dblktrace.c169 volatile int status, is_done; member in struct:tracer
541 while (!tp->is_done && !tracers_run)
1691 if (tp->is_done)
1695 if (errno != EAGAIN || tp->is_done)
1760 if (tp->is_done)
1764 if (errno != EAGAIN || tp->is_done)
1801 while (!tp->is_done) {
1884 tp->is_done = 1;
H A Dblkparse.c295 #define is_done() (*(volatile int *)(&done)) macro
2048 if (is_done() && !force && !pipeline)
2159 while (!is_done() && events < rb_batch) {
2321 for (i = 0; !is_done() && pci->fd >= 0 && i < rb_batch; i++) {
2532 while (!is_done() && ms_head && handle(ms_head))
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h141 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-ia32.h2390 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/x64/
H A Dlithium-codegen-x64.h132 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-x64.h2254 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/arm/
H A Dlithium-codegen-arm.h149 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-arm.h2292 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dlithium-codegen-mips.h145 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium-mips.h2272 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED

Completed in 345 milliseconds

12