Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp (Results 1 – 21 of 21) sorted by relevance
/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 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 …]
|
D | address_sorting_test.cc | 9 // 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 "test/cpp/util/subprocess.h" 52 #include "test/cpp/util/test_config.h" 113 memcpy(&dest_addr_as_resolved_addr.addr, dest_addr, dest_addr->len); in GetSourceAddr() 114 dest_addr_as_resolved_addr.len = dest_addr->len; in GetSourceAddr() 126 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr() 127 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr() 129 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr() [all …]
|
/external/grpc-grpc/test/cpp/ext/filters/census/ |
D | library.h | 9 // 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 35 #include "src/cpp/client/client_stats_interceptor.h" 36 #include "src/cpp/ext/filters/census/client_filter.h" 37 #include "src/cpp/ext/filters/census/context.h" 40 #include "test/cpp/end2end/test_service_impl.h" 65 context->set_compression_algorithm(GRPC_COMPRESS_GZIP); in Echo() 78 for (const auto& metadata : context->client_metadata()) { in CheckMetadata() 80 EXPECT_EQ(metadata.second, reinterpret_cast<const CensusContext*>( in CheckMetadata() [all …]
|
/external/grpc-grpc/test/cpp/ext/otel/ |
D | otel_test_library.cc | 9 // 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" 70 call_tracer->SetOptionalLabel(pair.first, pair.second); in MakeCallPromise() 116 while (i++ < iterations_ || (iterations_ == -1 && !finished_)) { in Run() 117 auto data_points = test_->ReadCurrentMetricsData(predicate_); in Run() 121 data_points_[data.first] = std::move(data.second); in Run() [all …]
|
/external/grpc-grpc/test/cpp/end2end/xds/ |
D | xds_end2end_test_lib.cc | 7 // 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" 79 it->second.error_code() != expected_status) { in WaitOnServingStatusChange() 117 args->SetString(GRPC_ARG_TEST_ONLY_DO_NOT_USE_IN_PROD_XDS_BOOTSTRAP_CONFIG, in UpdateArguments() 118 test_obj_->bootstrap_); in UpdateArguments() 119 args->SetPointerWithVtable( in UpdateArguments() [all …]
|
/external/grpc-grpc/test/cpp/end2end/ |
D | client_lb_end2end_test.cc | 7 // 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 73 #include "src/cpp/server/secure_server_credentials.h" 81 #include "test/cpp/end2end/connection_attempt_injector.h" 82 #include "test/cpp/end2end/test_service_impl.h" 83 #include "test/cpp/util/credentials.h" 93 // status in its methods. This is used to test the retry mechanism in 128 AddClient(context->peer()); in Echo() 129 if (request->has_param() && request->param().has_backend_metrics()) { in Echo() [all …]
|
D | end2end_test.cc | 9 // 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 …]
|
D | channelz_service_test.cc | 9 // 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 42 #include "src/cpp/client/secure_credentials.h" 50 #include "test/cpp/end2end/test_service_impl.h" 51 #include "test/cpp/util/test_credentials_provider.h" 83 // request->backend_channel_idx(). 96 size_t idx = request->param().backend_channel_idx(); in Echo() 98 return stubs_[idx]->Echo(client_context.get(), *request, response); in Echo() 110 auto stream_to_backend = stubs_[0]->BidiStream(client_context.get()); in BidiStream() [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/doc/ |
D | history.qbk | 2 / Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) 18 * Changed `any_io_executor` to a "strong typedef"-style class. 22 * Ensured `errno` is not overwritten if `socket()` fails on macOS/FreeBSD. 23 * Fixed work tracking for `io_context` and `thread_pool` executors when move-assigned. 25 * Fixed I/O object move-assignment to ensure the executor is left in a valid state. 29 * Removed deprecated file [^asio/impl/src.cpp]. 37 * Added executor-converting construction and assignment to `ip::basic_resolver`. 43 with a single parameter, the argument is passed through as-is. For signatures 64 to detect whether it is supported. 70 * Reinstated a previously removed null-pointer check, as it had a measurable [all …]
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved. 9 * 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 this is probably NOT the header file you're looking for. 23 which is appropriate *only* on tiny embedded systems where everything 24 runs in a single address space and memory is extremely constrained. 25 All the APIs here are malloc-free, which means that the caller is 29 is never a case where a call can suffer intermittent failures because [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 1997-2004 Apple Computer, Inc. All rights reserved. 9 * 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 18 //-------------------------------------------------------------------------------------------------… 101 // No predefined macro for VxWorks so just assume VxWorks if nothing else is set. 260 …#pragma warning( disable:4127 ) // Disable "conditional expression is constant" warning for debug… 274 #error unknown OS - update this file to support your OS 328 #error unknown CPU - update this file to support your CPU [all …]
|
/external/pigweed/docs/ |
D | changelog.rst | 3 .. _docs-changelog: 9 -------------------------------- 11 -------------------------------- 12 .. pigweed-live:: 14 .. _docs-changelog-latest: 15 .. _docs-changelog-2025-02-06: 17 ----------- 19 ----------- 25 :ref:`docs-changelog` will be paused for 2 months. 31 :cpp:func:`pw::tokenizer::Detokenizer::FromCsv` C++ method constructs a [all …]
|
/external/cpuinfo/test/dmesg/ |
D | xiaomi-redmi-note-4.log | 1 [ 0.361526] msm_rpm_glink_dt_parse: qcom,rpm-glink compatible not matches 2 [ 0.361542] msm_rpm_dev_probe: APSS-RPM communication over SMD 8 [ 0.370763] msm-sn-fuse a4128.snfuse: SN interface initialized 9 [ 0.378294] platform soc:qcom,adsprpc-mem: assigned reserved memory node adsp_region@0 10 [ 0.382014] spmi_pmic_arb 200f000.qcom,spmi: PMIC Arb Version-2 0x20010000 11 [ 0.385546] pm8953_s5: 400 <--> 1140 mV at 870 mV normal idle 12 [ 0.385948] pm8953_s5_avs_limit: 400 <--> 1140 mV 18 [ 0.398805] apc_mem_acc_corner: 0 <--> 0 mV 24 [ 0.400436] cpr4_msm8953_apss_calculate_open_loop_voltages: apc_corner: fused LowSVS: open-loo… 25 [ 0.400449] cpr4_msm8953_apss_calculate_open_loop_voltages: apc_corner: fused SVS: open-loo… [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | cloudasset_v1.v1.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | cloudasset.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/asset-inventory/docs/quickstart", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 120 …is also supported. For example: * \"compute.googleapis.com.*\" snapshots resources whose asset typ… 149 …er of assets to be returned in a single response. Default is 100, minimum is 1, and maximum is 100… [all …]
|
/external/python/cpython3/ |
D | configure | 2 # 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 …]
|
/external/mbedtls/ |
D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 8 attacker or a remote attacker who is close to the victim on the network 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. [all …]
|
/external/openthread/third_party/mbedtls/repo/ |
D | ChangeLog | 3 = 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 …]
|
/external/strace/ |
D | ChangeLog | 1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org> 10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org> 28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org> 30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb813008136431 40 2018-10-24 Dmitry V. Levin <ldv@altlinux.org> 44 introduced by Linux commit v4.19-rc7~24^2~1. 51 2018-10-24 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org> 54 * linux/32/ioctls_inc_align16.h: Update from linux v4.19-rc8 [all …]
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 2 * Copyright (C) 2007-2008 The Android Open Source Project 8 * 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 68 * If this function returns nullptr and <code>throwIfNull</code> is 76 * @param throwIfNull whether to throw if the SSL pointer is nullptr 134 env->GetLongField(contextObject, conscrypt::jniutil::nativeRef_address)); in fromContextObject() 146 * return value is false, there is a pending exception. 151 JNI_TRACE("arrayToBignum(%p, %p) => dest is null!", source, dest); in arrayToBignum() 165 /* if the array is empty, it is zero. */ in arrayToBignum() [all …]
|