/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 29 DEFAULT_TIMEOUT = 30 variable 309 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 313 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 319 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 326 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 355 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, 400 def Shell(self, command, expect_status=0, timeout=DEFAULT_TIMEOUT, 455 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 534 timeout = timeout if timeout is not None else DEFAULT_TIMEOUT 538 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): [all …]
|
D | gce_adb_wrapper.py | 30 def _Connect(self, timeout=adb_wrapper.DEFAULT_TIMEOUT,
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 35 DEFAULT_TIMEOUT = 30 variable 352 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 356 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 362 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 369 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 398 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, 483 def Shell(self, command, expect_status=0, timeout=DEFAULT_TIMEOUT, 539 def Ls(self, path, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): 621 timeout = timeout if timeout is not None else DEFAULT_TIMEOUT 625 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): [all …]
|
D | gce_adb_wrapper.py | 32 def _Connect(self, timeout=adb_wrapper.DEFAULT_TIMEOUT,
|
/external/autotest/client/common_lib/cros/ |
D | kiosk_utils.py | 13 DEFAULT_TIMEOUT = 30 variable 42 timeout=DEFAULT_TIMEOUT, 75 timeout=DEFAULT_TIMEOUT, 97 timeout=DEFAULT_TIMEOUT, 138 timeout=DEFAULT_TIMEOUT)
|
D | cfm_hangouts_api.py | 10 DEFAULT_TIMEOUT = 30 variable 26 timeout=DEFAULT_TIMEOUT) 46 timeout=DEFAULT_TIMEOUT) 57 timeout=DEFAULT_TIMEOUT, 86 timeout=DEFAULT_TIMEOUT, 95 timeout=DEFAULT_TIMEOUT, 107 timeout=DEFAULT_TIMEOUT,
|
D | cfm_meetings_api.py | 7 DEFAULT_TIMEOUT = 30 variable 31 timeout=DEFAULT_TIMEOUT) 39 timeout=DEFAULT_TIMEOUT)
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
D | Main.java | 61 static final int DEFAULT_TIMEOUT = -1; field in Main 100 public int connectTimeout = DEFAULT_TIMEOUT; 103 public int readTimeout = DEFAULT_TIMEOUT; 175 if (connectTimeout != DEFAULT_TIMEOUT) { in createClient() 178 if (readTimeout != DEFAULT_TIMEOUT) { in createClient()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/ |
D | TestOptions.java | 85 public static final int DEFAULT_TIMEOUT = 1 * 60 * 1000; // 1 minute field in TestOptions 88 public static final int DEFAULT_WAITING_TIME = DEFAULT_TIMEOUT; 405 timeout = DEFAULT_TIMEOUT; in getTimeout()
|
/external/autotest/client/cros/cellular/ |
D | base_station_interface.py | 87 timeout=cellular.DEFAULT_TIMEOUT): 98 timeout=cellular.DEFAULT_TIMEOUT):
|
D | base_station_pxt.py | 162 timeout=cellular.DEFAULT_TIMEOUT, 171 timeout=cellular.DEFAULT_TIMEOUT):
|
D | base_station_8960.py | 176 timeout=cellular.DEFAULT_TIMEOUT, 195 timeout=cellular.DEFAULT_TIMEOUT):
|
D | cellular.py | 7 DEFAULT_TIMEOUT = 10 variable
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | ServiceConnectionSE.java | 47 this(null, url, ServiceConnection.DEFAULT_TIMEOUT); in ServiceConnectionSE() 51 this(proxy, url, ServiceConnection.DEFAULT_TIMEOUT); in ServiceConnectionSE()
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 109 DEFAULT_TIMEOUT = 60 variable in SignalListener 131 timeout=DEFAULT_TIMEOUT): 143 timeout=self.DEFAULT_TIMEOUT)
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | ServiceConnection.java | 32 public static final int DEFAULT_TIMEOUT = 20000; // 20 seconds field
|
D | Transport.java | 49 protected int timeout = ServiceConnection.DEFAULT_TIMEOUT;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | StopDebuggee.java | 119 waitMlsecsTimeWithException(TestOptions.DEFAULT_TIMEOUT); in run()
|
/external/dhcpcd-6.8.2/ |
D | if-options.h | 47 #define DEFAULT_TIMEOUT 30 macro
|
D | if-options.c | 2125 ifo->timeout = DEFAULT_TIMEOUT;
|
/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_socket.py | 467 DEFAULT_TIMEOUT = 15 variable in BluetoothControlSocket 472 self.settimeout(self.DEFAULT_TIMEOUT)
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp.cc | 127 const long DEFAULT_TIMEOUT = 4000; // If there are no pending clocks, wake up every 4 seconds variable 621 nTimeout = DEFAULT_TIMEOUT; in clock_check()
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 124 is set, defaults to DEFAULT_TIMEOUT.
|
/external/autotest/frontend/afe/ |
D | models.py | 1477 DEFAULT_TIMEOUT = global_config.global_config.get_config_value( variable in Job 1501 timeout = dbmodels.IntegerField(default=DEFAULT_TIMEOUT)
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 63 static const deUint64 DEFAULT_TIMEOUT = 2ull*1000*1000*1000; //!< 2 seconds in nanoseconds variable 1051 …itStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, DEFAULT_TIMEOUT); in testFences()
|