Searched defs:is_done (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dbisect_test_ordering.py73 while not self.is_done():
104 def is_done(self): member in class:Bisector
/external/chromium_org/net/url_request/
H A Durl_request_job.h201 bool is_done() const { return done_; } function in class:net::URLRequestJob
/external/chromium_org/v8/src/
H A Dlithium-codegen.h76 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
H A Dhydrogen-gvn.cc698 // returns a state where "is_done() == true".
723 bool is_done() { return dominated_index_ >= length_; } function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
762 while (result != NULL && result->is_done()) {
H A Dlithium.h726 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.h123 bool is_done() const { return state_ == DONE; } function in class:TestTransactionConsumer
/external/oprofile/daemon/
H A Dopd_ibs.c377 int is_done = 0; local
391 while (is_done != 1
396 is_done = 1;
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_act.c986 BOOLEAN is_done = TRUE; local
994 is_done = FALSE;
998 return is_done;
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc1609 bool is_done = (state_ != IN_PROGRESS_INTERNAL && local
1614 if (is_done && !was_done)
1618 if (was_done && !is_done) {
/external/blktrace/
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))
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;

Completed in 296 milliseconds