/external/chromium_org/third_party/android_testrunner/ |
adb_interface.py | 310 def WaitForDevicePm(self, wait_time=120): 314 wait_time: time in seconds to wait 317 WaitForResponseTimedOutError if wait_time elapses and pm still does not 321 self.SendCommand("wait-for-device", timeout_time=wait_time, retry_count=0) 326 wait_time) 329 "Package manager did not respond after %s seconds" % wait_time) 331 def WaitForInstrumentation(self, package_name, runner_name, wait_time=120): 335 wait_time: time in seconds to wait 338 WaitForResponseTimedOutError if wait_time elapses and instrumentation 346 self._WaitForShellCommandContents(command, "instrumentation:", wait_time, [all...] |
README.chromium | 19 4. Fixed a bug where wait_time wasn't properly respected in
|
/cts/tests/tests/os/src/android/os/cts/ |
LooperTest.java | 31 public static final long WAIT_TIME = 1000; 78 t.runTest(WAIT_TIME); 96 t.runTest(WAIT_TIME); 113 t.runTest(WAIT_TIME); 128 t.runTest(WAIT_TIME); 146 Thread.sleep(WAIT_TIME); 151 Thread.sleep(WAIT_TIME); 154 Thread.sleep(WAIT_TIME); 159 t.joinAndCheck(WAIT_TIME); 182 t.runTest(WAIT_TIME); [all...] |
ConditionVariableTest.java | 23 private static final int WAIT_TIME = 3000; 73 t.joinAndCheck(WAIT_TIME); 90 t.joinAndCheck(WAIT_TIME);
|
/cts/tests/tests/app/src/android/app/cts/ |
PendingIntentTest.java | 32 private static final int WAIT_TIME = 5000; 110 Thread.sleep(WAIT_TIME); 148 Thread.sleep(WAIT_TIME); 172 Thread.sleep(WAIT_TIME); 219 Thread.sleep(WAIT_TIME); 238 Thread.sleep(WAIT_TIME); 249 Thread.sleep(WAIT_TIME); 271 Thread.sleep(WAIT_TIME); 282 Thread.sleep(WAIT_TIME); 300 Thread.sleep(WAIT_TIME); [all...] |
ActivityManagerTest.java | 41 private static final int WAIT_TIME = 2000; 88 Thread.sleep(WAIT_TIME); 91 Thread.sleep(WAIT_TIME); 186 Thread.sleep(WAIT_TIME); 198 Thread.sleep(WAIT_TIME);
|
/cts/tests/ProcessTest/src/com/android/cts/process/ |
ProcessTest.java | 33 private final int WAIT_TIME = 2000; 60 Thread.sleep(WAIT_TIME); 68 Thread.sleep(WAIT_TIME); 78 Thread.sleep(WAIT_TIME);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
offchannel.h | 15 const u8 *buf, size_t len, unsigned int wait_time,
|
offchannel.c | 211 * @wait_time: Wait time for response in milliseconds 219 * channel. The @wait_time parameter can be used to request the driver to remain 224 const u8 *buf, size_t len, unsigned int wait_time, 267 wpa_s->action_tx_wait_time = wait_time; 271 wait_time, wpa_s->pending_action_dst, 314 if (wait_time > wpa_s->max_remain_on_chan) 315 wait_time = wpa_s->max_remain_on_chan; 316 else if (wait_time == 0) 317 wait_time = 20; 318 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) [all...] |
/frameworks/base/core/tests/coretests/src/android/widget/ |
AutoCompleteTextViewCallbacks.java | 27 private static final int WAIT_TIME = 200; 47 Thread.sleep(WAIT_TIME); 81 Thread.sleep(WAIT_TIME); 99 Thread.sleep(WAIT_TIME);
|
/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_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_delay_np.c | 84 DWORD wait_time; local 119 if (0 > (wait_time = secs_in_millisecs + millisecs)) 138 * Async cancelation won't catch us until wait_time is up. 142 (status = WaitForSingleObject (sp->cancelEvent, wait_time))) 168 Sleep (wait_time);
|
/packages/apps/Mms/tests/src/com/android/mms/ |
MmsStability.java | 44 private static int WAIT_TIME = 2000; //Set the short wait time for 2 sec. 97 Thread.sleep(WAIT_TIME); 111 Thread.sleep(WAIT_TIME);
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
NoProcessOutgoingCallPermissionTest.java | 36 private static final int WAIT_TIME = 2 * 60 * 1000; 74 rcvr.wait(WAIT_TIME);
|
/external/chromium_org/content/public/browser/ |
histogram_fetcher.h | 29 base::TimeDelta wait_time);
|
/external/chromium_org/content/browser/ |
histogram_synchronizer.cc | 207 base::TimeDelta wait_time) { 209 callback_thread, callback, wait_time); 216 base::TimeDelta wait_time) { 226 HistogramSynchronizer::ASYNC_HISTOGRAMS, wait_time); 231 base::TimeDelta wait_time) { 246 // Post a task that would be called after waiting for wait_time. This acts 251 wait_time);
|
histogram_synchronizer.h | 75 base::TimeDelta wait_time); 87 // any/all changes to their histograms. |wait_time| specifies the amount of 90 base::TimeDelta wait_time);
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 71 unsigned int wait_time; local 92 wait_time = 1000; 93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) 94 wait_time = p2p->cfg->max_listen; 97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SelectorTest.java | 40 private static final int WAIT_TIME = 100; 240 assert_select_OP_ACCEPT(SelectType.TIMEOUT, WAIT_TIME); 241 assert_select_OP_CONNECT(SelectType.TIMEOUT, WAIT_TIME); 242 assert_select_OP_READ(SelectType.TIMEOUT, WAIT_TIME); 243 assert_select_OP_WRITE(SelectType.TIMEOUT, WAIT_TIME); 252 assert_select_SelectorClosed(SelectType.TIMEOUT, WAIT_TIME); 268 selector.select(WAIT_TIME); 305 Thread.sleep(WAIT_TIME); 320 Thread.sleep(WAIT_TIME);
|
/external/chromium_org/third_party/webrtc/modules/video_render/ |
incoming_video_stream.cc | 307 uint32_t wait_time = render_buffers_.TimeToNextFrameRelease(); local 311 if (wait_time > KEventMaxWaitTimeMs) { 312 wait_time = KEventMaxWaitTimeMs; 314 deliver_buffer_event_.StartTimer(false, wait_time);
|
/external/chromium_org/chrome/browser/metrics/ |
thread_watcher_unittest.cc | 165 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { 167 TimeTicks end_time = TimeTicks::Now() + wait_time; 175 void VeryLongMethod(TimeDelta wait_time) { 177 WaitForWaitStateChange(wait_time, STOPPED_WAITING); 181 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { 187 // object's state changes to the expected_state or until wait_time elapses. 189 TimeTicks end_time = TimeTicks::Now() + wait_time; 208 CheckResponseState WaitForCheckResponse(const TimeDelta& wait_time, 216 // wait_time elapses. 218 TimeTicks end_time = TimeTicks::Now() + wait_time; [all...] |
/external/chromium_org/chrome/test/remoting/ |
install_and_launch_app.py | 39 WAIT_TIME = 2 99 time.sleep(WAIT_TIME) 111 time.sleep(WAIT_TIME)
|
/external/chromium_org/media/filters/ |
pipeline_integration_test_base.cc | 208 const base::TimeDelta& wait_time) { 211 DCHECK(wait_time <= pipeline_->GetMediaDuration()); 217 wait_time),
|
/external/chromium_org/tools/python/google/ |
httpd_utils.py | 32 wait_time = 5 33 while wait_time > 0: 40 wait_time -= 1
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DRMTest.java | 41 private static final int WAIT_TIME = 60000; // 1 min max 193 mLock.wait(WAIT_TIME);
|