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

  /development/testrunner/
run_command.py 54 result = RunOnce(cmd, timeout_time=timeout_time,
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
  /external/libbrillo/brillo/message_loops/
fake_message_loop.cc 58 bool FakeMessageLoop::RunOnce(bool may_block) {
glib_message_loop.cc 140 bool GlibMessageLoop::RunOnce(bool may_block) {
base_message_loop.cc 185 bool BaseMessageLoop::RunOnce(bool may_block) {
372 // nothing else to do here. This execution doesn't count a step for RunOnce()
  /external/libweave/src/test/
fake_task_runner.cc 25 bool FakeTaskRunner::RunOnce() {
37 for (size_t i = 0; i < number_of_iterations && !break_ && RunOnce(); ++i) {

Completed in 229 milliseconds