Searched refs:timeout (Results 1 – 7 of 7) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 418 long timeout = Long.parseLong(command.get(2)); in translateCommand() local 423 deferredReturn = new DeferredReturn(eventId, ret, timeout); in translateCommand() 522 private long timeout; field in MonkeySourceNetwork.DeferredReturn 524 public DeferredReturn(int event, MonkeyCommandReturn deferredReturn, long timeout) { in DeferredReturn() argument 527 this.timeout = timeout; in DeferredReturn() 539 MonkeySourceNetworkViews.class.wait(timeout); in waitForEvent()
|
/development/host/windows/usb/winusb/ |
D | adb_winusb_endpoint_object.cpp | 231 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) { in SetTimeout() argument 234 sizeof(ULONG), &timeout)) { in SetTimeout()
|
D | adb_winusb_endpoint_object.h | 152 virtual bool SetTimeout(ULONG timeout);
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | AsyncTask.java | 526 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, in get() argument 528 return mFuture.get(timeout, unit); in get()
|
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 348 def timeout(self): member in TraceThread 359 self._keep_alive_timer = threading.Timer(KEEP_ALIVE_INTERVAL_S, self.timeout) 369 self.process.wait(timeout=5)
|
/development/testrunner/test_defs/ |
D | native_test.py | 90 int(options.timeout))
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 175 …than make the rotator in the progress bar rotate every 1/4 second on the timeout of the pthread_co… 328 …re/qcom/display,fake_bMCOe3XKSl6teJt6Ic6S3Q@fakeemail.com,sdm: Save debug logs on pingpong timeout. 576 …9ae92f6bcc,platform/cts,fake_WYa7hmHCQ42NYhfobk58Bw@fakeemail.com,Increase timeout for initial sync 702 …7a32244e,platform/cts,fake_xkb9G6u-QSaMmJT6pEOGcA@fakeemail.com,Increase backup test timeout to 30s 802 …e_u6q8VfTqSLmCty1_p-tAjA@fakeemail.com,CtsOpenGlPerf2TestCases: Increase timeout of GLReferenceBen… 881 …latform/cts,fake_YFLxp6_4QhSpBG3rWyKeMg@fakeemail.com,Correct visibility timeout issue in SurfaceV… 906 …m/cts,fake_S2W_4hHnRee4JvF7zgTq2g@fakeemail.com,Camera2 CTS: Fix too-low timeout in AllocationTest… 1201 …4cf3f8f1ab7a5f5,platform/cts,fake_yFbjOQgSSv2zNVl93ZHZCQ@fakeemail.com,Strong auth timeout CTS test 1204 …s,fake_A1FlkHyDTtKjTjC86wH0Nw@fakeemail.com,CtsGraphicsTestCases: increase timeout in CameraGpuTest 1330 …a15,platform/cts,fake_q0G2S37MQzKDfiyyn8edmQ@fakeemail.com,Increase SoundPool loading timeout again [all …]
|