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

  /development/testrunner/
adb_interface.py 304 def WaitForDevicePm(self, wait_time=120):
308 wait_time: time in seconds to wait
311 WaitForResponseTimedOutError if wait_time elapses and pm still does not
321 while not pm_found and (attempts*wait_period) < wait_time:
332 "Package manager did not respond after %s seconds" % wait_time)
334 def WaitForInstrumentation(self, package_name, runner_name, wait_time=120):
338 wait_time: time in seconds to wait
341 WaitForResponseTimedOutError if wait_time elapses and instrumentation
350 while not inst_found and (attempts*wait_period) < wait_time:
371 def WaitForBootComplete(self, wait_time=120)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 62 wait_time = 5
63 while wait_time > 0:
70 wait_time -= 1
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 130 UInt32 wait_time; local
134 wait_time = 2147483647;
136 wait_time = 0;
138 WaitNextEvent(everyEvent, &event, wait_time, nil);
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 58 my $wait_time = 2;
65 if (/-d/) { $wait_time = shift; next; }
264 sleep $wait_time; # Take a nap.
  /external/ppp/pppd/
sys-solaris.c     [all...]

Completed in 93 milliseconds