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

  /external/autotest/client/cros/
mainloop.py 40 def __init__(self, main_loop, timeout_s=-1):
43 if timeout_s == -1:
45 logging.warning('(Specify timeout_s=0 explicitly for no timeout.)')
46 self.timeout_s = timeout_s
64 if self.timeout_s > 0:
65 timeout_source = gobject.timeout_add(self.timeout_s * 1000, self._timeout)
67 if self.timeout_s > 0:
  /external/autotest/client/site_tests/network_3GDisableWhileConnecting/
network_3GDisableWhileConnecting.py 261 timeout_s = kwargs.get('timeout_s', DEFAULT_TEST_TIMEOUT_S)
268 timeout_s=timeout_s)
276 timeout_s=timeout_s)
  /external/autotest/server/cros/
gsutil_wrapper.py 11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30):
23 @param timeout_s: int, timeout in seconds to wait for copy to finish
  /hardware/libhardware/include/hardware/
ble_advertiser.h 83 int timeout_s, StatusCallback timeout_cb) = 0;
87 * is advertising. |timeout_cb| is called when the timeout_s have passed */
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/
network_ModemManagerSMSSignal.py 20 super(SmsTester, self).__init__(*args, timeout_s = 10, **kwargs)
63 super(SmsMultipartTester, self).__init__(*args, timeout_s = 10,
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 159 sp<BinderMock> ExpectDumpAndHang(const char* name, int timeout_s, const std::string& output) {
162 .WillRepeatedly(DoAll(Sleep(timeout_s), WithArg<0>(WriteOnFd(output)), Return(0)));
  /system/bt/btif/src/
btif_ble_advertiser.cc 164 std::vector<uint8_t> scan_response_data, int timeout_s,
177 timeout_s * 100, jni_thread_wrapper(FROM_HERE, timeout_cb)));
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 32 *args, timeout_s=20 * loops + 20, **kwargs)
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 254 int waitEvent(int timeout_s)
261 ts.tv_sec += timeout_s;

Completed in 1530 milliseconds