Home
last modified time | relevance | path

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

12

/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
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
36 argp.add_argument('--dns_server_port', default=None, type=int,
37 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
33 #include "test/cpp/util/subprocess.h"
34 #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()
123 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr()
124 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr()
126 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr()
[all …]
/third_party/grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_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
34 #include "src/cpp/ext/filters/census/grpc_plugin.h"
58 if (request->param().expected_error().code() == 0) { in Echo()
59 response->set_message(request->message()); in Echo()
63 request->param().expected_error().code()), in Echo()
78 // Use IPv4 here because it's less flaky than IPv6 ("[::]:0") on Travis. in SetUp()
93 server_->Shutdown(); in TearDown()
97 void RunServerLoop() { server_->Wait(); } in RunServerLoop()
[all …]
/third_party/grpc/test/cpp/end2end/
Dgrpclb_end2end_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
51 #include "src/cpp/client/secure_credentials.h"
52 #include "src/cpp/server/secure_server_credentials.h"
56 #include "test/cpp/end2end/test_service_impl.h"
65 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
66 // - Test reception of invalid serverlist
67 // - Test against a non-LB server.
68 // - Random LB server closing the stream unexpectedly.
[all …]
Dclient_lb_end2end_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
55 #include "src/cpp/client/secure_credentials.h"
56 #include "src/cpp/server/secure_server_credentials.h"
63 #include "test/cpp/end2end/test_service_impl.h"
92 default_client_impl->connect(closure, ep, interested_parties, channel_args, in tcp_client_connect_with_delay()
110 AddClient(context->peer()); in Echo()
112 // TODO(roth): Once we provide a more standard server-side API for in Echo()
114 context->AddTrailingMetadata("x-endpoint-load-metrics-bin", 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
49 #include "test/cpp/end2end/interceptors_util.h"
50 #include "test/cpp/end2end/test_service_impl.h"
51 #include "test/cpp/util/string_ref_helper.h"
52 #include "test/cpp/util/test_credentials_provider.h"
72 const std::string kIpv4("ipv4:127.0.0.1:"); in CheckIsLocalhost()
108 "value:Does not matter, will fail the key is invalid.}}";
110 "SecureCallCredentials{TestMetadataCredentials{key:test-plugin-metadata,"
[all …]
Dxds_end2end_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
56 #include "src/cpp/client/secure_credentials.h"
57 #include "src/cpp/server/secure_server_credentials.h"
61 #include "test/cpp/end2end/test_service_impl.h"
74 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc).
75 // - Test reception of invalid serverlist
76 // - Test against a non-LB server.
77 // - Random LB server closing the stream unexpectedly.
[all …]
/third_party/boost/libs/asio/doc/
Dhistory.qbk2 / Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com)
26 executor model is used in preference if both are detected.
28 runtime-polymorphic executor for all I/O objects. This type alias points to
75 * Changed `ssl::stream<>` write operations to linearise gather-write buffer
77 * Added compile-time detection of the deprecated `asio_handler_invoke` hook.
82 * Added compile-time detection of the deprecated `asio_handler_allocate`
89 * Specialising single-buffer operations to use `recv` rather than `recvmsg`,
97 `io_context::exeutor_type`) is detected.
101 declares an object that is placed on the stack. Then, when an asynchronous
102 operation is launched with location information, it outputs lines using the
[all …]
/third_party/node/doc/api/
Dall.json8 …e to the official API reference documentation for Node.js!</p>\n<p>Node.js is a JavaScript runtime…
21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
39 …html</code> document has a corresponding <code>.json</code> document. This is for IDEs\nand other …
58-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ…
63is a simple addon, written in C++, that is the\nequivalent of the following JavaScript code:</p>\n…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
77 "pr-url": "https://github.com/nodejs/node/pull/34572",
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.19.1">
13 <body class="alt apidoc" id="api-section-all">
22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li>
[all …]
/third_party/nghttp2/
DREADME.rst1 nghttp2 - HTTP/2 C Library
4 This is an implementation of the Hypertext Transfer Protocol version 2
7 The framing layer of HTTP/2 is implemented as a reusable C library.
14 An experimental high level C++ library is also available.
20 ------------------
23 HTTP/2 and `RFC 7541 <https://tools.ietf.org/html/rfc7541>`_ HPACK -
27 (https://github.com/tatsuhiro-t/spdylay) project.
30 ------------------
37 This endpoint supports ``h2``, ``h2-16``, ``h2-14``, and
46 ------------
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog3 2019-12-03 11:12:59 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-bad.doap:
13 2019-12-03 11:12:58 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16 * docs/plugins/inspect/plugin-accurip.xml:
17 * docs/plugins/inspect/plugin-adpcmdec.xml:
18 * docs/plugins/inspect/plugin-adpcmenc.xml:
19 * docs/plugins/inspect/plugin-aiff.xml:
20 * docs/plugins/inspect/plugin-asfmux.xml:
21 * docs/plugins/inspect/plugin-assrender.xml:
[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 …]
DChangeLog1 0.1.0 2007-03-09 Gregory Nutt <gnutt@nuttx.org>
7 0.1.1 2007-03-14 Gregory Nutt <gnutt@nuttx.org>
27 were calling printf-like functions.
30 * Platform support for 8052 is complete but not stable
31 when the timer interrupt is enabled. Seems to be an
35 0.1.2 2007-03-19 Gregory Nutt <gnutt@nuttx.org>
41 * Fixed another bug where free() is called from IDLE task.
47 additional context switches. lldbg() is safe.
49 * Separated C5471 serial driver; a shareable part is
50 in drivers/. ; the C5471 specific part is in arch/C5471.
[all …]
/third_party/boost/doc/html/boost_asio/
Dhistory.html3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
22 <div class="spirit-nav">
34 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
41 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
57 standard executor model is used in preference if both are detected.
61 the new default runtime-polymorphic executor for all I/O objects.
127 gather-write buffer sequences.
130 …Added compile-time detection of the deprecated <code class="computeroutput">asio_handler_invoke</c…
138 …Added compile-time detection of the deprecated <code class="computeroutput">asio_handler_allocate<…
148 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
[all …]
/third_party/python/Misc/
DNEWS8 *Release date: 2021-02-19*
11 -------
13 - bpo-43155: :c:func:`PyCMethod_New` is now present in ``python3.lib``.
19 *Release date: 2021-02-16*
22 --------
24 - bpo-42967: Fix web cache poisoning vulnerability by defaulting the query
28 - bpo-42938: Avoid static buffers when computing the repr of
32 -----------------
34 - bpo-42819: :mod:`readline`: Explicitly disable bracketed paste in the
35 interactive interpreter, even if it's set in the inputrc, is enabled by
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog3 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-base.doap:
13 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/inspect/plugin-adder.xml:
16 * docs/plugins/inspect/plugin-alsa.xml:
17 * docs/plugins/inspect/plugin-app.xml:
18 * docs/plugins/inspect/plugin-audioconvert.xml:
19 * docs/plugins/inspect/plugin-audiomixer.xml:
20 * docs/plugins/inspect/plugin-audiorate.xml:
21 * docs/plugins/inspect/plugin-audioresample.xml:
[all …]
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.81 2005-09-02 Flavio Oliveira <flavio.oliveira@indt.org.br>
10 2005-08-31 Flavio Oliveira <flavio.oliveira@indt.org.br>
17 2005-08-31 Thomas Vander Stichele <thomas at apestaart dot org>
67 all these plugins are moved to gst-plugins-ugly
69 2005-08-31 Michael Smith <msmith@fluendo.com>
79 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com>
84 2005-08-30 Jan Schmidt <thaytan@mad.scientist.com>
90 2005-08-30 Thomas Vander Stichele <thomas at apestaart dot org>
105 * ext/dv/demo-play.c:
212 * gst/avi/avi-ids.h:
[all …]
/third_party/gstreamer/gstplugins_good/docs/random/
DChangeLog-0.81 2005-08-28 Andy Wingo <wingo@pobox.com>
3 * Updates for two-arg init from GST_BOILERPLATE.
6 the second arg for the class, because G_OBJECT_GET_CLASS (self)
13 (gst_ladspa_init): Use the second arg for the class.
15 2005-08-26 Andy Wingo <wingo@pobox.com>
24 2005-08-26 Thomas Vander Stichele <thomas at apestaart dot org>
30 2005-08-25 Jan Schmidt <thaytan@mad.scientist.com>
35 2005-08-25 Andy Wingo <wingo@pobox.com>
38 * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet.
47 2005-08-25 Owen Fraser-Green <owen@discobabe.net>
[all …]
/third_party/chromium/patch/
D0003_ohos_nweb.patch1 diff --git a/BUILD.gn b/BUILD.gn
3 --- a/BUILD.gn
5 @@ -96,6 +96,10 @@ group("gn_all") {
14 deps += [ "//third_party/abseil-cpp:absl_tests" ]
16 diff --git a/base/base_paths_ohos.cc b/base/base_paths_ohos.cc
18 --- a/base/base_paths_ohos.cc
20 @@ -1,4 +1,4 @@
21 -// Copyright (c) 2022 The Chromium Authors. All rights reserved.
23 // Use of this source code is governed by a BSD-style license that can be
26 diff --git a/base/base_paths_ohos.h b/base/base_paths_ohos.h
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog3 2019-12-03 11:06:36 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-good.doap:
13 2019-12-03 11:06:35 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/gst-plugins-good-plugins.args:
16 * docs/plugins/inspect/plugin-1394.xml:
17 * docs/plugins/inspect/plugin-aasink.xml:
18 * docs/plugins/inspect/plugin-alaw.xml:
19 * docs/plugins/inspect/plugin-alpha.xml:
20 * docs/plugins/inspect/plugin-alphacolor.xml:
21 * docs/plugins/inspect/plugin-apetag.xml:
[all …]
/third_party/libxml2/
DChangeLog14 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*:
44 is called from a thread which is not the main one, should fix
206 * SAX2.c parser.c: fix for CVE-2008-4226, a memory overflow
209 * tree.c: fix for CVE-2008-4225, lack of testing leads to
220 adds --disable-rebuild-docs to avoid rebuilding them
246 * runxmlconf.c: fix compilation if XPath is not included
344 * configure.in Makefile.am: add an --with-coverage configure option
377 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
379 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
380 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
51 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas
53 This is a security release. All Node.js users should consult the
55 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
61 * Disable V8 snapshots - The hashseed embedded in the snapshot is
64 temporarily disabled snapshots until a more robust solution is found
67 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(),
68 which is used for parsing NAPTR responses, could be triggered to
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
81 *Note*: Node.js v6 is covered by the
86 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
88 Node 6 is due to go End-of-Life on 2019-04-30.
97 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` …
98 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC…
99 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_…
100 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe…
[all …]

12