Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 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 …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
11 # distributed under the License is distributed on an "AS IS" BASIS,
13 # See the License for the specific language governing permissions and
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,
36 help=('Port that local DNS server is listening on.'))
[all …]
Daddress_sorting_test.cc9 // http://www.apache.org/licenses/LICENSE-2.0
12 // distributed under the License is distributed on an "AS IS" BASIS,
14 // See the License for the specific language governing permissions and
50 #include "test/cpp/util/subprocess.h"
51 #include "test/cpp/util/test_config.h"
112 memcpy(&dest_addr_as_resolved_addr.addr, dest_addr, dest_addr->len); in GetSourceAddr()
113 dest_addr_as_resolved_addr.len = dest_addr->len; in GetSourceAddr()
124 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr()
125 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr()
127 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr()
[all …]
/third_party/grpc/test/cpp/ext/filters/census/
Dlibrary.h9 // http://www.apache.org/licenses/LICENSE-2.0
12 // distributed under the License is distributed on an "AS IS" BASIS,
14 // See the License for the specific language governing permissions and
34 #include "src/cpp/client/client_stats_interceptor.h"
35 #include "src/cpp/ext/filters/census/client_filter.h"
36 #include "src/cpp/ext/filters/census/context.h"
39 #include "test/cpp/end2end/test_service_impl.h"
64 context->set_compression_algorithm(GRPC_COMPRESS_GZIP); in Echo()
77 for (const auto& metadata : context->client_metadata()) { in CheckMetadata()
79 EXPECT_EQ(metadata.second, reinterpret_cast<const CensusContext*>( in CheckMetadata()
[all …]
/third_party/grpc/test/cpp/ext/otel/
Dotel_test_library.cc9 // http://www.apache.org/licenses/LICENSE-2.0
12 // distributed under the License is distributed on an "AS IS" BASIS,
14 // See the License for the specific language governing permissions and
19 #include "test/cpp/ext/otel/otel_test_library.h"
39 #include "test/cpp/end2end/test_service_impl.h"
40 #include "test/cpp/util/byte_buffer_proto_helper.h"
76 call_tracer->SetOptionalLabel(pair.first, pair.second); in MakeCallPromise()
115 while (i++ < iterations_ || (iterations_ == -1 && !finished_)) { in Run()
116 auto data_points = test_->ReadCurrentMetricsData(predicate_); in Run()
120 data_points_[data.first] = std::move(data.second); in Run()
[all …]
/third_party/grpc/test/cpp/end2end/xds/
Dxds_end2end_test_lib.cc7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
12 // See the License for the specific language governing permissions and
16 #include "test/cpp/end2end/xds/xds_end2end_test_lib.h"
47 #include "test/cpp/util/credentials.h"
48 #include "test/cpp/util/tls_test_utils.h"
81 it->second.error_code() != expected_status) { in WaitOnServingStatusChange()
88 : absl::StrCat(it->second.error_code())); in WaitOnServingStatusChange()
128 args->SetString(GRPC_ARG_TEST_ONLY_DO_NOT_USE_IN_PROD_XDS_BOOTSTRAP_CONFIG, in UpdateArguments()
129 test_obj_->bootstrap_); in UpdateArguments()
[all …]
/third_party/grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
12 // See the License for the specific language governing permissions and
72 #include "src/cpp/server/secure_server_credentials.h"
79 #include "test/cpp/end2end/connection_attempt_injector.h"
80 #include "test/cpp/end2end/test_service_impl.h"
81 #include "test/cpp/util/credentials.h"
92 // status in its methods. This is used to test the retry mechanism in
127 AddClient(context->peer()); in Echo()
128 if (request->has_param() && request->param().has_backend_metrics()) { in Echo()
[all …]
Dend2end_test.cc9 // http://www.apache.org/licenses/LICENSE-2.0
12 // distributed under the License is distributed on an "AS IS" BASIS,
14 // See the License for the specific language governing permissions and
54 #include "test/cpp/end2end/interceptors_util.h"
55 #include "test/cpp/end2end/test_service_impl.h"
56 #include "test/cpp/util/string_ref_helper.h"
57 #include "test/cpp/util/test_credentials_provider.h"
74 const std::string kIpv4("ipv4:127.0.0.1:"); in CheckIsLocalhost()
110 "value:Does not matter, will fail the key is invalid.}}";
112 "CallCredentials{TestMetadataCredentials{key:test-plugin-metadata,"
[all …]
Dchannelz_service_test.cc9 // http://www.apache.org/licenses/LICENSE-2.0
12 // distributed under the License is distributed on an "AS IS" BASIS,
14 // See the License for the specific language governing permissions and
41 #include "src/cpp/client/secure_credentials.h"
49 #include "test/cpp/end2end/test_service_impl.h"
50 #include "test/cpp/util/test_credentials_provider.h"
82 // request->backend_channel_idx().
95 size_t idx = request->param().backend_channel_idx(); in Echo()
97 return stubs_[idx]->Echo(client_context.get(), *request, response); in Echo()
109 auto stream_to_backend = stubs_[0]->BidiStream(client_context.get()); in BidiStream()
[all …]
/third_party/NuttX/
DReleaseNotes5 for every release. The text is just as was written at the time of release
13 tag name is the release name (for example, the release 6.27 has tag name
14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
19 This is the initial. This initial includes the complete NuttX RTOS
21 (Arm7) processor. Partial support for the 87C52 is included.
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
[all …]
/third_party/cups-filters/
DNEWS1 NEWS - OpenPrinting CUPS Filters v1.28.17 - 2023-01-24
2 ------------------------------------------------------
6 - libcupsfilters: In PPD generator create only one *cupsFilter2:
9 - libcupsfilters: In get_printer_attributes() poll
10 "media-col-database" separately if needed. On some printers
11 one gets "media-col-database" only this way. Ofte reveals
14 - libcupsfilters: Let PPD generator also parse
15 "media-col-ready" IPP attribute. "media-col-ready" lists the
16 loaded media, in contrary to "media-ready" as list of
17 complete descriptions of the media ("media-col" data
[all …]
/third_party/python/Misc/
DNEWS8 *Release date: 2023-06-06*
11 --------
13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been
16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could
20 - gh-issue-104049: Do not expose the local on-disk location in directory
23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0
25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii.
28 -----------------
30 - gh-issue-105164: Ensure annotations are set up correctly if the only
31 annotation in a block is within a :keyword:`match` block. Patch by Jelle
[all …]
/third_party/python/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 # This configure script is free software; the Free Software Foundation
14 ## -------------------- ##
16 ## -------------------- ##
25 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
26 # is contrary to our usage. Disable this feature.
27 alias -g '${1+"$@"}'='"$@"'
30 case `(set -o) 2>/dev/null` in #(
32 set -o posix ;; #(
[all …]
/third_party/mbedtls/
DChangeLog3 = Mbed TLS 3.6.0 branch released 2024-03-28
27 * mbedtls_ecp_write_key() is deprecated in favor of
32 an RSA key as a domain parameter is no longer supported. Use
34 * Temporary function mbedtls_pk_wrap_as_opaque() is removed. To mimic the
42 * Support Armv8-A Crypto Extension acceleration for SHA-256
43 when compiling for Thumb (T32) or 32-bit Arm (A32).
44 * AES-NI is now supported in Windows builds with clang and clang-cl.
50 This affects both the low-level modules and the high-level APIs
51 (the cipher and PSA interfaces). This option is incompatible with modes
53 * Support use of Armv8-A Cryptographic Extensions for hardware acclerated
[all …]
/third_party/curl/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.71 for curl -.
8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
12 # This configure script is free software; the Free Software Foundation
19 ## -------------------------------- ##
21 ## -------------------------------- ##
42 LANGUAGE='C'
45 export LANGUAGE
56 # Verify that 'echo' command is available, otherwise abort.
66 # Try built-in echo, and fail.
[all …]
/third_party/libuv/
DChangeLog11 * build,win: remove extraneous -lshell32 (Ben Noordhuis)
19 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
35 * test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
37 * misc: ignore libuv-release-tool files (Jameson Nash)
45 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
61 * unix: support full TCP keep-alive on Solaris (Andy Pan)
67 * freebsd: fix build on non-intel archs (David Carlier)
69 * unix: optimize uv__tcp_keepalive cpp directives (Andy Pan)
75 * build: re-enable msvc-asan job on CI (Jameson Nash)
83 * fix: always zero-terminate idna output (Ben Noordhuis)
[all …]