Searched +full:ipv4 +full:- +full:second +full:- +full:language +full:- +full:is +full:- +full:cpp (Results 1 – 16 of 16) 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. 3 - expected_addrs: 4 - {address: '5.5.5.5:443', is_balancer: false} 7 record_to_resolve: no-srv-ipv4-single-target 9 no-srv-ipv4-single-target: 10 - {TTL: '2100', data: 5.5.5.5, type: A} 11 - expected_addrs: 12 - {address: '1.2.3.4:1234', is_balancer: true} 15 record_to_resolve: srv-ipv4-single-target 17 _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 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 …]
|
| 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 33 #include "test/cpp/util/subprocess.h" 34 #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() 125 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr() 126 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr() 128 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr() [all …]
|
| /external/grpc-grpc/test/cpp/ext/filters/census/ |
| D | stats_plugin_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 30 #include "src/cpp/ext/filters/census/grpc_plugin.h" 48 if (request->param().expected_error().code() == 0) { in Echo() 49 response->set_message(request->message()); in Echo() 53 request->param().expected_error().code()), in Echo() 68 // Use IPv4 here because it's less flaky than IPv6 ("[::]:0") on Travis. in SetUp() 83 server_->Shutdown(); in TearDown() 87 void RunServerLoop() { server_->Wait(); } in RunServerLoop() [all …]
|
| /external/grpc-grpc/test/cpp/end2end/ |
| D | grpclb_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 40 #include "src/cpp/server/secure_server_credentials.h" 42 #include "src/cpp/client/secure_credentials.h" 46 #include "test/cpp/end2end/test_service_impl.h" 55 // - Send a serverlist with faulty ip:port addresses (port > 2^16, etc). 56 // - Test reception of invalid serverlist 57 // - Test pinging 58 // - Test against a non-LB server. [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 43 #include "test/cpp/end2end/test_service_impl.h" 44 #include "test/cpp/util/string_ref_helper.h" 45 #include "test/cpp/util/test_credentials_provider.h" 61 const grpc::string kIpv4("ipv4:127.0.0.1:"); in CheckIsLocalhost() 93 metadata->insert(std::make_pair(metadata_key_, metadata_value_)); in GetMetadata() 110 "test-plugin-metadata"; 146 string_ref auth_md_value = auth_md->second; in Process() [all …]
|
| D | client_lb_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 48 #include "test/cpp/end2end/test_service_impl.h" 76 default_client_impl->connect(closure, ep, interested_parties, channel_args, in tcp_client_connect_with_delay() 129 servers_[i]->Shutdown(); in TearDown() 144 void StartServer(size_t index) { servers_[index]->Start(server_host_); } in StartServer() 159 gpr_asprintf(&lb_uri_str, "ipv4:127.0.0.1:%d", ports[i]); in BuildFakeResults() 163 false /* is balancer */, in BuildFakeResults() 179 response_generator_->SetResponse(fake_results); in SetNextResolution() [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/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/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.3.0 branch released 2022-12-14 8 It is now no longer experimental, and implements the final version from 9 RFC 9146, which is not interoperable with the draft-05 version. 13 standard (non-draft) version. 21 from a release, the Python module jsonschema is now necessary, in 22 addition to jinja2. The official list of required Python modules is 37 * Expose the EC J-PAKE functionality through the Draft PSA PAKE Crypto API. 38 Only the ECC primitive with secp256r1 curve and SHA-256 hash algorithm 41 built-in implementation present, but only in some configurations. 42 - RSA OAEP and PSS (PKCS#1 v2.1), PKCS5, PKCS12 and EC J-PAKE now use [all …]
|
| /external/curl/ |
| D | configure | 2 # 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 …]
|
| /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 …]
|