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

  /external/v8/src/crankshaft/
lithium-codegen.h 89 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
hydrogen-gvn.cc 706 // returns a state where "is_done() == true".
731 bool is_done() { return dominated_index_ >= length_; } function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
770 while (result != NULL && result->is_done()) {
lithium.h 733 bool is_done() const { return status_ == DONE; } function in class:v8::internal::BASE_EMBEDDED
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.h 113 bool Is_Done(void);
btQuickprof.cpp 401 bool CProfileIterator::Is_Done(void)
519 if (profileIterator->Is_Done())
534 for (i = 0; !profileIterator->Is_Done(); i++,profileIterator->Next())
  /external/autotest/scheduler/
scheduler_models_unittest.py 86 self.assert_(delay_task.is_done())
97 self.assert_(delay_task.is_done())
271 agent.is_done.expect_call().and_return(agent_finished)
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...]
monitor_db.py 1128 def is_done(self): member in class:Agent
    [all...]
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
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/blktrace/
blktrace.c 169 volatile int status, is_done; member in struct:tracer
541 while (!tp->is_done && !tracers_run)
    [all...]
blkparse.c 295 #define is_done() (*(volatile int *)(&done)) macro
    [all...]
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 263 is_done = lambda: tab.EvaluateJavaScript(js).startswith('Score')
265 utils.poll_for_condition(is_done, timeout=60, desc='V8 score found')
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 1006 BOOLEAN is_done = TRUE; local
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 61 DCHECK(is_done());
384 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 869 DCHECK(is_done());
879 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 76 DCHECK(is_done());
483 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 85 DCHECK(is_done());
381 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 60 DCHECK(is_done());
364 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 62 DCHECK(is_done());
374 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 67 DCHECK(is_done());
415 DCHECK(is_done());
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 77 DCHECK(is_done());
486 DCHECK(is_done());
    [all...]
  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h     [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp     [all...]

Completed in 1790 milliseconds