Home
last modified time | relevance | path

Searched defs:try (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/tests/ril/src/com/android/cuttlefish/ril/tests/
DRilE2eTests.java128 try (Socket s = new Socket("google.com", 80)) { in testRilConnects() method
/device/google/cuttlefish_common/tests/wifi/src/com/android/cuttlefish/wifi/tests/
DWifiE2eTests.java182 try (Socket s = new Socket("google.com", 80)) { in testWifiConnects() method
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c340 int gotsomewhere, connreset, terrno, try, v_circuit, resplen, ns; in res_send() local