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

  /development/testrunner/
adb_interface.py 318 def WaitForDevicePm(self, wait_time=120):
322 wait_time: time in seconds to wait
325 WaitForResponseTimedOutError if wait_time elapses and pm still does not
334 wait_time)
337 "Package manager did not respond after %s seconds" % wait_time)
350 def WaitForProcess(self, name, wait_time=120):
355 wait_time: time in seconds to wait
358 WaitForResponseTimedOutError if wait_time elapses and the process is
363 self._WaitForShellCommandContents("ps", name, wait_time)
365 def WaitForProcessEnd(self, name, wait_time=120)
    [all...]
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 76 void FetchRendererHistogramsSynchronously(base::TimeDelta wait_time);
83 MessageLoop* callback_thread, Task* callback_task, int wait_time);
histogram_synchronizer.cc 53 TimeDelta wait_time) {
57 TimeTicks end_time = start + wait_time;
62 wait_time = end_time - TimeTicks::Now();
63 received_all_renderer_histograms_.TimedWait(wait_time);
80 int wait_time) {
98 // Post a task that would be called after waiting for wait_time. This acts
107 wait_time);
thread_watcher_unittest.cc 153 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) {
155 TimeTicks end_time = TimeTicks::Now() + wait_time;
163 void VeryLongMethod(TimeDelta wait_time) {
165 WaitForWaitStateChange(wait_time, STOPPED_WAITING);
169 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) {
175 // object's state changes to the expected_state or until wait_time elapses.
177 TimeTicks end_time = TimeTicks::Now() + wait_time;
196 CheckResponseState WaitForCheckResponse(const TimeDelta& wait_time,
204 // wait_time elapses.
206 TimeTicks end_time = TimeTicks::Now() + wait_time;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.h 15 const u8 *buf, size_t len, unsigned int wait_time,
offchannel.c 169 const u8 *buf, size_t len, unsigned int wait_time,
210 wpa_s->action_tx_wait_time = wait_time;
214 wait_time, wpa_s->pending_action_dst,
254 if (wait_time > wpa_s->max_remain_on_chan)
255 wait_time = wpa_s->max_remain_on_chan;
256 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
p2p_supplicant.c 768 size_t len, unsigned int wait_time)
772 wait_time,
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 73 wait_time = 10
74 while wait_time > 0:
82 wait_time -= sleep_time
  /external/qemu/distrib/sdl-1.2.15/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/wpa_supplicant_8/src/p2p/
p2p_i.h 122 unsigned int wait_time; member in struct:p2p_pending_action_tx
718 size_t len, unsigned int wait_time);
p2p.h 447 * @wait_time: How many msec to wait for a response frame
458 size_t len, unsigned int wait_time);
    [all...]
p2p.c 925 p2p->after_scan_tx->wait_time);
    [all...]
  /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/chromium/chrome/browser/
browser_about_handler.cc 640 TimeDelta wait_time = TimeDelta::FromMilliseconds(10000); local
645 current_synchronizer->FetchRendererHistogramsSynchronously(wait_time);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]
driver_test.c     [all...]
  /external/ppp/pppd/
sys-solaris.c     [all...]

Completed in 545 milliseconds