HomeSort by relevance Sort by last modified time
    Searched defs:is_done (Results 1 - 10 of 10) sorted by null

  /external/v8/src/crankshaft/
lithium-codegen.h 91 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
hydrogen-gvn.cc 701 // returns a state where "is_done() == true".
726 bool is_done() { return dominated_index_ >= length_; } function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
765 while (result != NULL && result->is_done()) {
lithium.h 741 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
  /external/autotest/scheduler/
agent_task.py 90 By this point the is_done flag is set, which results in the Agent noticing that
188 def is_done(self): member in class:BaseAgentTask
monitor_db.py 1128 def is_done(self): member in class:Agent
    [all...]
monitor_db_unittest.py 45 def is_done(self): member in class:DummyAgent
487 if agent.started and not agent.is_done())
751 while not agent.is_done():
758 task.is_done.expect_call().and_return(False)
775 task.is_done.expect_call().and_return(True)
864 self.assert_(not delay_task.is_done())
    [all...]
scheduler_models.py 142 if not self.is_done() and self._now_func() >= self.end_time:
147 def is_done(self): member in class:DelayedCallTask
845 assert all([agent.is_done() for agent in agents])
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1006 BOOLEAN is_done = TRUE; local
    [all...]
  /external/blktrace/
blkparse.c 295 #define is_done() (*(volatile int *)(&done)) macro
    [all...]
blktrace.c 169 volatile int status, is_done; member in struct:tracer
541 while (!tp->is_done && !tracers_run)
    [all...]

Completed in 364 milliseconds