Searched refs:reconnect (Results 1 – 25 of 72) sorted by relevance
123
/external/autotest/server/cros/multimedia/ |
D | remote_facade_factory.py | 94 self._start_chrome(reconnect=False, retry=True, 180 reconnect=True, retry=False, 252 def _start_chrome(self, reconnect, retry=False, extra_browser_args=None): argument 267 reconnect, extra_browser_args) 279 reconnect, extra_browser_args)
|
/external/e2fsprogs/tests/f_lpf2/ |
D | name | 1 create lost+found and reconnect lost directory
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | messages.proto | 153 // For reconnect interop test only. 159 // For reconnect interop test only. 161 // reconnect backoffs it saw.
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWifiManagerTest.java | 402 assertThat(wifiManager.reconnect()).isFalse(); in reconnect_shouldNotThrowException() 414 wifiManager.reconnect(); in reconnect_setsConnectionInfo() 429 wifiManager.reconnect(); in reconnect_shouldEnableDhcp() 444 wifiManager.reconnect(); in reconnect_updatesConnectivityManager()
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | messages.proto | 158 // For reconnect interop test only. 164 // For reconnect interop test only. 166 // reconnect backoffs it saw.
|
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/ |
D | messages.proto | 161 // For reconnect interop test only. 167 // For reconnect interop test only. 169 // reconnect backoffs it saw.
|
/external/grpc-grpc/src/objective-c/tests/RemoteTestClient/ |
D | messages.proto | 158 // For reconnect interop test only. 164 // For reconnect interop test only. 166 // reconnect backoffs it saw.
|
/external/fsck_msdos/ |
D | ext.h | 127 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
D | control.11a | 13 This test verifies that DUT can reconnect to an open 802.11a network
|
D | control.11g | 13 This test attempts to verify that we can reconnect to a router over 802.11g
|
D | control.11b | 13 This test attempts to verify that we can reconnect to a router over 802.11b
|
D | control.wpa2 | 13 This tests verifies that we can reconnect to an AP broadcasting a WPA2 (aka
|
D | control.wep104 | 13 This test case verifies that the DUT can reconnect to an AP using WEP
|
D | control.wep40 | 13 This test case verifies that the DUT can reconnect to an AP using
|
D | control.wpa | 13 This tests verifies that we can reconnect to an AP broadcasting a WPA network
|
/external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/ |
D | control | 10 PURPOSE = "Kill the network, ensure update engine doesn't continue, reconnect."
|
/external/autotest/server/site_tests/firmware_PDConnect/ |
D | control | 19 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/ |
D | control | 14 from an AP that is still up, the DUT will reconnect to that AP during the same
|
/external/autotest/client/site_tests/cellular_ModemControl/ |
D | control.novatel-e362 | 36 # or else the out-of-credits logic will kick in and attempt to reconnect (see
|
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.cc | 232 bool reconnect = dtls_; in SetRemoteFingerprint() local 239 if (reconnect) { in SetRemoteFingerprint()
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | control | 22 match or disconnect, since we might try to connect or reconnect to known
|
/external/grpc-grpc-java/interop-testing/ |
D | build.gradle | 78 applicationName = "reconnect-test-client"
|
/external/walt/docs/ |
D | ChromeOS.md | 42 …oid app as if it's running on a regular Android device. If you reset or reconnect the WALT device,…
|
/external/grpc-grpc-java/documentation/ |
D | android-channel-builder.md | 14 cause the channel to immediately reconnect upon network recovery.
|
/external/grpc-grpc/doc/ |
D | connectivity-semantics-and-api.md | 15 reconnect, or in the case of HTTP/2 GO_AWAY, re-resolve the name and reconnect.
|
123