Searched +full:ipv4 +full:- +full:no +full:- +full:config +full:- +full:for +full:- +full:cpp (Results 1 – 25 of 151) sorted by relevance
1234567
1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.3 # Tests for which we enable SRV queries4 - expected_addrs:5 - {address: '5.5.5.5:443', is_balancer: false}13 record_to_resolve: no-srv-ipv4-single-target15 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[all …]
8 # http://www.apache.org/licenses/LICENSE-2.013 # See the License for the specific language governing permissions and16 # This file is auto-generated27 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,34 'specifies records for the DNS sever. '))35 argp.add_argument('--dns_server_port', default=None, type=int,37 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,[all …]
9 // http://www.apache.org/licenses/LICENSE-2.014 // See the License for the specific language governing permissions and37 #include "src/core/lib/config/config_vars.h"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 …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and21 #include <android-base/chrono_utils.h>22 #include <android-base/file.h>23 #include <android-base/logging.h>24 #include <android-base/result.h>25 #include <gmock/gmock-matchers.h>70 // permission so that Trade Federation test harness has no chance mis-executing on *.pb. in SetUpTestSuite()71 const std::string unzipCmd = "unzip -o " + kTestDataPath + "pb.zip -d " + kTestDataPath + in SetUpTestSuite()72 "&& chmod -R 666 " + kTestDataPath; in SetUpTestSuite()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and20 #include <android-base/logging.h>21 #include <android-base/parseint.h>22 #include <android-base/result.h>23 #include <android-base/unique_fd.h>29 #include <gmock/gmock-matchers.h>79 // This mainline module test still needs to be able to run on pre-S devices,80 // and thus may run across pre-4.9 non-eBPF capable devices like the Pixel 2.95 // Semi-public Bionic hook used by the NDK (frameworks/base/native/android/net.c)[all …]
9 // http://www.apache.org/licenses/LICENSE-2.014 // See the License for the specific language governing permissions and34 #include "src/core/lib/config/core_configuration.h"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"64 // Enabled for compression trace annotation tests. in Echo()65 context->set_compression_algorithm(GRPC_COMPRESS_GZIP); in Echo()78 for (const auto& metadata : context->client_metadata()) { in CheckMetadata()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and16 * binder_test.cpp - unit tests for netd binder RPCs.48 #include <android-base/file.h>49 #include <android-base/format.h>50 #include <android-base/macros.h>51 #include <android-base/scopeguard.h>52 #include <android-base/stringprintf.h>53 #include <android-base/strings.h>54 #include <android-base/test_utils.h>[all …]
2 // Use of this source code is governed by a BSD-style license that can be119 #include "third_party/abseil-cpp/absl/types/variant.h"150 // Time between IPv6 probes, i.e. for how long results of each IPv6 probe are154 // Google DNS address used for IPv6 probes.191 // present on the Internet, and found no evidence of any remaining issues, so204 // Default, without trial is no reserved slots. in GetDispatcherLimits()214 // The format of the group name is a list of non-negative integers separated in GetDispatcherLimits()225 for (size_t i = 0; i < group_parts.size(); ++i) { in GetDispatcherLimits()238 // There must be some unreserved slots available for the all priorities. in GetDispatcherLimits()287 //-----------------------------------------------------------------------------[all …]
2 // Use of this source code is governed by a BSD-style license that can be47 #include "third_party/abseil-cpp/absl/types/variant.h"67 // within the browser and only be interacted with through per-context71 // For each hostname that is requested, HostResolver creates a73 // (HostResolverSystemTask for the system resolver or DnsTask for the async74 // resolver) which resolves the hostname. If requests for that same host are76 // than creating a new one. This avoids doing parallel resolves for the same82 // +----------- HostResolverManager ----------+85 // (for host1, fam1) (for host2, fam2) (for hostx, famx)118 // HostCache::CreateDefaultCache(). Otherwise no cache is used.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and16 * clatd_test.cpp - unit tests for clatd35 #include "config.h"39 // For convenience.49 // clang-format off76 0xc8, 0x8b, 0, 53, /* Port 51339->53 */ \77 0x00, UDP_LEN, 0, 0, /* Length 21, checksum empty for now */89 // Macros to return pseudo-headers from packets.174 // clang-format on[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and193 // This field only valid for TETHERING_USB and TETHERING_NCM.194 // TODO: Change this from boolean to int for extension.199 // Assume all state machines start out available and with no errors. in TetherState()321 (what, obj) -> { in Tethering()330 () -> mTetherMainSM.sendMessage( in Tethering()332 mEntitlementMgr.setOnTetherProvisioningFailedListener((downstream, reason) -> { in Tethering()336 mEntitlementMgr.setTetheringConfigurationFetcher(() -> { in Tethering()342 (Intent ignored) -> { in Tethering()[all …]
1 [ 0.223687,0] msm_iommu_ctx 1e32000.qcom,iommu-ctx: context mdp_1 using bank 182 [ 0.223750,0] msm_iommu_ctx 1e33000.qcom,iommu-ctx: context venus_sec_pixel using bank 193 [ 0.223814,0] msm_iommu_ctx 1e34000.qcom,iommu-ctx: context venus_sec_bitstream using bank 204 [ 0.223876,0] msm_iommu_ctx 1e35000.qcom,iommu-ctx: context venus_sec_non_pixel using bank 215 [ 0.223939,0] msm_iommu_ctx 1e36000.qcom,iommu-ctx: context venus_fw using bank 226 [ 0.224002,0] msm_iommu_ctx 1e37000.qcom,iommu-ctx: context periph_rpm using bank 237 [ 0.224069,0] msm_iommu_ctx 1e38000.qcom,iommu-ctx: context periph_CE using bank 248 [ 0.224134,0] msm_iommu_ctx 1e39000.qcom,iommu-ctx: context periph_BLSP using bank 259 [ 0.224195,0] msm_iommu_ctx 1e3a000.qcom,iommu-ctx: context periph_SDC1 using bank 2610 [ 0.224258,0] msm_iommu_ctx 1e3b000.qcom,iommu-ctx: context periph_SDC2 using bank 27[all …]
3 [ 0.000000,0] Linux version 3.4.42-gef77327 (hudsoncm@ilclbld26) (gcc version 4.8 (GCC) ) #1 SMP…6 [ 0.000000,0] Machine: Qualcomm MSM 8226 (Flattened Device Tree), model: Motorola QC-MSM8226 Tit…7 [ 0.000000,0] qcom,ion-heap@28 reserved EBI1 size 3140008 [ 0.000000,0] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-41a000010 [ 0.000000,0] Node qcom,msm-mem-hole removed memory 8400000-c40000011 [ 0.000000,0] Node qcom,msm-mem-hole removed memory d200000-f60000012 [ 0.000000,0] Node qcom,msm-mem-hole removed memory fa00000-ff0000013 [ 0.000000,0] qcom,tz-log@fe805720 reserved EBI1 size 100014 [ 0.000000,0] qcom,msm-efuse reserved EBI1 size 100026 [ 0.000000,0] Normal 0x00000000 -> 0x00026000[all …]
4 [ 0.000000] Linux version 3.10.40-g158ad3f (android-[email protected]) (gcc versio…8 [ 0.000000] Node qcom,mdss_fb_primary memblock_reserve memory 3200000-50000009 [ 0.000000] Node qcom,msm-mem-hole removed memory d400000-fe0000010 [ 0.000000] Node qcom,wdt@f9017000 memblock_reserve memory 3eae0000-3eaeb00011 [ 0.000000] Node qcom,tz-log@fe805720 memblock_reserve memory 3eaeb000-3eaec00012 [ 0.000000] Node android,ramoops-hole memblock_reserve memory 3e9e0000-3eae000021 [ 0.000000] Normal zone: 1604 pages used for memmap24 [ 0.000000] HighMem zone: 4540 pages used for memmap27 [ 0.000000] pcpu-alloc: s17536 r0 d15232 u32768 alloc=8*409628 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [all …]
2 [ 0.488246,2] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)4 [ 0.489947,2] gcc-mdss-8952 soc:qcom,gcc-mdss@1800000: Registered GCC MDSS clocks.6 [ 0.549035,2] Freeing initrd memory: 1536K (c3600000 - c3780000)7 [ 0.552022,2] hw perfevents: enabled with ARMv8 Cortex-A53 PMU driver, 7 counters available13 [ 0.561104,2] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)24 [ 0.569759,2] mdss_mdp_probe+0x18c/0x1050->msm_dss_ioremap_byname: 'vbif_nrt_phys' msm_dss_get_r…26 [ 0.570945,2] No change in context(0==0), skip27 [ 0.571431,2] mdss_mdp_pipe_addr_setup: type:0 ftchid:-1 xinid:0 num:0 rect:0 ndx:0x1 prio:028 [ 0.571455,2] mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:1 num:3 rect:0 ndx:0x8 prio:129 [ 0.571463,2] mdss_mdp_pipe_addr_setup: type:1 ftchid:-1 xinid:5 num:4 rect:0 ndx:0x10 prio:2[all …]
15 [ 0.742769,0] adsp_audio qcom,msmapr-audio.92: apr_probe: destination is ADSP16 [ 0.743693,0] platform qcom,msm-audio-ion.89: Driver msm-audio-ion requests probe deferral22 [ 0.749315,0] of_get_named_gpio_flags exited with status -51723 [ 0.749324,0] subsys-pil-tz c200000.qcom,lpass: [adsp]: Error getting proxy unvoting gpio24 [ 0.749370,0] platform c200000.qcom,lpass: Driver subsys-pil-tz requests probe deferral25 [ 0.750181,0] of_get_named_gpio_flags exited with status -51726 [ 0.750188,0] subsys-pil-tz a21b000.qcom,pronto: [wcnss]: Error getting proxy unvoting gpio27 [ 0.750199,0] platform a21b000.qcom,pronto: Driver subsys-pil-tz requests probe deferral28 [ 0.751414,0] of_get_named_gpio_flags exited with status -51729 [ 0.751422,0] pil-q6v5-mss 4080000.qcom,mss: [modem]: Error getting proxy unvoting gpio[all …]
2 running the following command on a 64-bit Linux machine:4 external/qemu/android/scripts/package-release.sh \5 --darwin-ssh=<host> \6 --copy-prebuilts=<path>11 Below is the list of specific commits for each input directory used:14 external/qemu-android 2ee7107 goldfish_sync: reset sync device on reboot [device changes]19 $ cd external/qemu && git log --oneline --no-merges 306387b..357a4aa .23 aa3c012 [clipboard] Qt UI changes for clipboard sharing27 a65892c Enhance -wipe-data to clean up more stale files28 26f25d7 Revert "Facilitate upgrade of system images with -wipe-data"[all …]
3 package envoy.config.route.v3;5 import "envoy/config/core/v3/base.proto";6 import "envoy/config/core/v3/extension.proto";7 import "envoy/config/core/v3/proxy_protocol.proto";29 option java_package = "io.envoyproxy.envoy.config.route.v3";32 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/route/v3;routev3";35 // [#protodoc-title: HTTP route components]44 // [#next-free-field: 24]49 // No TLS requirement for the virtual host.66 // statistics but is not relevant for routing.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and91 * callbacks than strictly necessary (some of which may be no-ops), but will not96 * - The owner of this class is expected to create it, register it, and call98 * - All accesses to mLinkProperties must be synchronized(this). All the other118 * should only be used for metrics purposes, as it could be inconsistent146 /** Configuration parameters for IpClientLinkObserver. */200 protected static final String CLAT_PREFIX = "v4-";204 // sent too quickly, those messages can overflow the socket receive buffer. Set a large-enough212 Configuration config, SharedLog log, IpClient.Dependencies deps) { in IpClientLinkObserver() argument[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and103 * New parameters for RIL_REQUEST_SETUP_DATA_CALL123 * New parameters for RIL_REQUEST_SETUP_DATA_CALL128 #define LAST_IMPRECISE_RIL_VERSION 12 // Better self-documented name168 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */187 RIL_E_MISSING_RESOURCE = 16, /* no logical channel available */207 from modem for this request */208 RIL_E_INVALID_STATE = 41, /* Unexpected request for the current state */215 RIL_E_NO_SMS_TO_ACK = 48, /* ACK received when there is no SMS to ack */[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and83 * The new parameters for RIL_REQUEST_SETUP_DATA_CALL,95 #define LAST_IMPRECISE_RIL_VERSION 12 // Better self-documented name134 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */153 RIL_E_MISSING_RESOURCE = 16, /* no logical channel available */173 from modem for this request */174 RIL_E_INVALID_STATE = 41, /* Unexpected request for the current state */181 RIL_E_NO_SMS_TO_ACK = 48, /* ACK received when there is no SMS to ack */183 … RIL_E_REQUEST_RATE_LIMITED = 50, /* Operation denied due to overly-frequent requests */[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and82 * The new parameters for RIL_REQUEST_SETUP_DATA_CALL,94 #define LAST_IMPRECISE_RIL_VERSION 12 // Better self-documented name133 RIL_E_PASSWORD_INCORRECT = 3, /* for PIN/PIN2 methods only! */152 RIL_E_MISSING_RESOURCE = 16, /* no logical channel available */172 from modem for this request */173 RIL_E_INVALID_STATE = 41, /* Unexpected request for the current state */180 RIL_E_NO_SMS_TO_ACK = 48, /* ACK received when there is no SMS to ack */182 … RIL_E_REQUEST_RATE_LIMITED = 50, /* Operation denied due to overly-frequent requests */[all …]
7 // http://www.apache.org/licenses/LICENSE-2.012 // See the License for the specific language governing permissions and58 #include "src/core/lib/config/config_vars.h"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"118 // Subclass of TestServiceImpl that increments a request counter for128 AddClient(context->peer()); in Echo()129 if (request->has_param() && request->param().has_backend_metrics()) { in Echo()[all …]
... ->value_sec, REC->value_usec, REC->interval_sec, REC->interval_usec "hrtimer=%