HomeSort by relevance Sort by last modified time
    Searched refs:wait_time (Results 1 - 19 of 19) 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 188 * @wait_time: Wait time for response in milliseconds
196 * channel. The @wait_time parameter can be used to request the driver to remain
201 const u8 *buf, size_t len, unsigned int wait_time,
242 wpa_s->action_tx_wait_time = wait_time;
246 wait_time, wpa_s->pending_action_dst,
286 if (wait_time > wpa_s->max_remain_on_chan)
287 wait_time = wpa_s->max_remain_on_chan;
288 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
p2p_supplicant.c 789 size_t len, unsigned int wait_time)
793 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
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 110 unsigned int wait_time:4; member in struct:wcd9xxx_ocp_setting
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 124 unsigned int wait_time:4; /* in duty cycle */ member in struct:wcd9xxx_ocp_setting
  /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 124 unsigned int wait_time; member in struct:p2p_pending_action_tx
729 size_t len, unsigned int wait_time);
p2p.h 463 * @wait_time: How many msec to wait for a response frame
474 size_t len, unsigned int wait_time);
    [all...]
p2p.c 1002 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 744 milliseconds