| /external/grpc-grpc/test/cpp/naming/ |
| D | resolver_test_record_groups.yaml | 1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp. 4 - expected_addrs: 5 - {address: '5.5.5.5:443', is_balancer: false} 13 record_to_resolve: no-srv-ipv4-single-target 15 no-srv-ipv4-single-target: 16 - {TTL: '2100', data: 5.5.5.5, type: A} 17 - expected_addrs: 18 - {address: '1.2.3.4:1234', is_balancer: true} 26 record_to_resolve: srv-ipv4-single-target 28 _grpclb._tcp.srv-ipv4-single-target: [all …]
|
| D | resolver_component_tests_runner.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # This file is auto-generated 27 argp = argparse.ArgumentParser(description='Run c-ares resolver tests') 28 argp.add_argument('--test_bin_path', default=None, type=str, 30 argp.add_argument('--dns_server_bin_path', default=None, type=str, 32 argp.add_argument('--records_config_path', default=None, type=str, 35 argp.add_argument('--dns_server_port', default=None, type=int, 37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str, 39 argp.add_argument('--tcp_connect_bin_path', default=None, type=str, 41 argp.add_argument('--extra_args', default='', type=str, [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/local/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 21 <threading>multi 22 <target-os>solaris:<library>socket 23 <target-os>solaris:<library>nsl 24 <target-os>windows:<define>_WIN32_WINNT=0x0501 25 <target-os>windows,<toolset>gcc:<library>ws2_32 26 <target-os>windows,<toolset>gcc:<library>mswsock 27 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 28 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/local/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/grpc-grpc/test/core/event_engine/test_suite/tests/ |
| D | dns_test_record_groups.yaml | 1 resolver_tests_common_zone_name: dns-test.event-engine. 3 - records: 4 ipv4-only-multi-target: 5 - {TTL: '2100', data: 1.2.3.4, type: A} 6 - {TTL: '2100', data: 1.2.3.5, type: A} 7 - {TTL: '2100', data: 1.2.3.6, type: A} 8 ipv6-only-multi-target: 9 - {TTL: '2100', data: '2607:f8b0:400a:801::1002', type: AAAA} 10 - {TTL: '2100', data: '2607:f8b0:400a:801::1003', type: AAAA} 11 - {TTL: '2100', data: '2607:f8b0:400a:801::1004', type: AAAA} [all …]
|
| D | dns_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 103 << "This test specifies a target DNS server which the native " \ 133 "invoke Bazel with --enable_runfiles=yes."); in SetUpTestSuite() 160 // <path to dns_server.py> -p <port> -r <path to records config> in SetUpTestSuite() 162 {dns_server_path, "-p", std::to_string(port), "-r", test_records_path}); in SetUpTestSuite() 168 "-p", in SetUpTestSuite() 170 "--dns_resolver_bin_path", in SetUpTestSuite() 172 "--tcp_connect_bin_path", in SetUpTestSuite() 186 dns_server_.server_process->Interrupt(); in TearDownTestSuite() 187 dns_server_.server_process->Join(); in TearDownTestSuite() [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/fork/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/fork/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 22 <threading>multi 23 <target-os>solaris:<library>socket 24 <target-os>solaris:<library>nsl 25 <target-os>windows:<define>_WIN32_WINNT=0x0501 26 <target-os>windows,<toolset>gcc:<library>ws2_32 27 <target-os>windows,<toolset>gcc:<library>mswsock 28 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 29 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/nonblocking/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/socks4/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/buffers/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/futures/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/windows/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/allocation/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/invocation/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/icmp/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/nonblocking/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/iostreams/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/socks4/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timers/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timers/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/allocation/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp03/invocation/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 20 <threading>multi 21 <target-os>solaris:<library>socket 22 <target-os>solaris:<library>nsl 23 <target-os>windows:<define>_WIN32_WINNT=0x0501 24 <target-os>windows,<toolset>gcc:<library>ws2_32 25 <target-os>windows,<toolset>gcc:<library>mswsock 26 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 27 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|
| /external/sdv/vsomeip/third_party/boost/asio/example/cpp11/buffers/ |
| D | Jamfile.v2 | 2 # Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 12 lib ipv6 ; # HPUX 19 <threading>multi 20 <target-os>solaris:<library>socket 21 <target-os>solaris:<library>nsl 22 <target-os>windows:<define>_WIN32_WINNT=0x0501 23 <target-os>windows,<toolset>gcc:<library>ws2_32 24 <target-os>windows,<toolset>gcc:<library>mswsock 25 <target-os>windows,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS 26 <target-os>hpux,<toolset>gcc:<define>_XOPEN_SOURCE_EXTENDED [all …]
|