Searched defs:fd1 (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/native/dns/ |
D | NativeDnsAsyncTest.cpp | 106 int fd1 = android_res_nquery( in TEST() local 138 int fd1 = android_res_nsend(NETWORK_UNSPECIFIED, buf1, len1, 0); in TEST() local 170 int fd1 = android_res_nsend(NETWORK_UNSPECIFIED, buf, len, ANDROID_RESOLV_NO_CACHE_LOOKUP); in TEST() local
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 182 int fd1 = android_res_nsend(handle, buf1, len1, 0); in Java_android_net_cts_MultinetworkApiTest_runResNsendCheck() local
|
/packages/modules/adb/daemon/ |
D | shell_service.cpp | 133 bool CreateSocketpair(unique_fd* fd1, unique_fd* fd2) { in CreateSocketpair()
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2295 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local 2389 int fd1; in TEST_F() local 2519 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() local 2709 int fd1 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, in TEST_F() local 4289 int fd1 = resNetworkQuery(TEST_NETID, host_name, ns_c_in, ns_t_a, 0); in TEST_F() local 4391 const int fd1 = resNetworkQuery(TEST_NETID, host_name, ns_c_in, ns_t_a, 0); in TEST_F() local 4425 int fd1 = resNetworkQuery(TEST_NETID, host_name, ns_c_in, ns_t_a, 0); in TEST_F() local 6489 int fd1 = resNetworkQuery(network1.netId(), host_name, ns_c_in, ns_t_a, 0); in TEST_F() local
|