Home
last modified time | relevance | path

Searched +full:protocol +full:- +full:tests +full:- +full:core (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/aosp_15_r20/external/aws-sdk-java-v2/
H A D.brazil.json5 "annotations": { "packageName": "AwsJavaSdk-Core-Annotations" },
6 "apache-client": { "packageName": "AwsJavaSdk-HttpClient-ApacheClient" },
7 "arns": { "packageName": "AwsJavaSdk-Core-Arns" },
8 "auth": { "packageName": "AwsJavaSdk-Core-Auth" },
9 "auth-crt": { "packageName": "AwsJavaSdk-Core-AuthCrt" },
10 "aws-cbor-protocol": { "packageName": "AwsJavaSdk-Core-AwsCborProtocol" },
11 "aws-core": { "packageName": "AwsJavaSdk-Core-AwsCore" },
12 "aws-crt-client": { "packageName": "AwsJavaSdk-HttpClient-CrtClient" },
13 "aws-ion-protocol": { "packageName": "AwsJavaSdk-Core-AwsIonProtocol" },
14 "aws-json-protocol": { "packageName": "AwsJavaSdk-Core-AwsJsonProtocol" },
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
28 <artifactId>protocol-tests</artifactId>
29 <name>AWS Java SDK :: Test :: Protocol Tests</name>
30 <description>Contains functional tests for all supported protocols.</description>
36 <artifactId>bom-internal</artifactId>
[all …]
/aosp_15_r20/external/protobuf/java/
H A DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
7 ## Use Java Protocol Buffers
9 To use protobuf in Java, first obtain the protocol compiler (a.k.a., protoc,
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
39 <artifactId>protobuf-java-util</artifactId>
48 implementation 'com.google.protobuf:protobuf-java:3.21.12'
52 ### Use Java Protocol Buffers on Android
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/
H A DREADME.md1 # Protocol Buffers - Google's data interchange format
5 https://developers.google.com/protocol-buffers/
7 ## Use Java Protocol Buffers
9 To use protobuf in Java, first obtain the protocol compiler (a.k.a., protoc,
13 $ protoc --java_out=${OUTPUT_DIR} path/to/your/proto/file
25 <artifactId>protobuf-java</artifactId>
34 protobuf-java-util package:
39 <artifactId>protobuf-java-util</artifactId>
48 implementation 'com.google.protobuf:protobuf-java:3.21.12'
52 ### Use Java Protocol Buffers on Android
[all …]
/aosp_15_r20/external/wayland/patches/
H A D0004-client-Safe-cast-a-wl_object-to-wl_proxy.diff3 Date: Fri, 11 Mar 2022 18:17:20 -0800
19 Signed-off-by: Lloyd Pique <[email protected]>
21 diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h
23 --- a/src/wayland-client-core.h
24 +++ b/src/wayland-client-core.h
25 @@ -222,6 +222,9 @@ wl_proxy_get_class(struct wl_proxy *proxy);
35 diff --git a/src/wayland-client.c b/src/wayland-client.c
37 --- a/src/wayland-client.c
38 +++ b/src/wayland-client.c
39 @@ -2594,6 +2594,28 @@ wl_proxy_wrapper_destroy(void *proxy_wrapper)
[all …]
H A D0006-client-Log-unknown-messages-through-the-observer-API.diff3 Date: Fri, 11 Mar 2022 20:04:55 -0800
21 Signed-off-by: Lloyd Pique <[email protected]>
23 diff --git a/src/wayland-client-core.h b/src/wayland-client-core.h
25 --- a/src/wayland-client-core.h
26 +++ b/src/wayland-client-core.h
27 @@ -311,6 +311,9 @@ enum wl_client_message_discarded_reason {
37 diff --git a/src/wayland-client.c b/src/wayland-client.c
39 --- a/src/wayland-client.c
40 +++ b/src/wayland-client.c
41 @@ -178,6 +178,8 @@ get_discarded_reason_str(
[all …]
/aosp_15_r20/external/cronet/build/
H A Dcheck_gn_headers_whitelist.txt58 components/media_router/common/providers/cast/certificate/cast_crl_root_ca_cert_der-inc.h
61 components/policy/core/browser/configuration_policy_handler_parameters.h
65 components/sessions/core/sessions_export.h
68 components/translate/core/browser/translate_infobar_delegate.h
125 mojo/core/broker_messages.h
126 mojo/core/system_impl_export.h
128 mojo/public/cpp/bindings/tests/mojo_test_blink_export.h
164 remoting/protocol/audio_source.h
165 remoting/protocol/audio_stream.h
166 remoting/protocol/cursor_shape_stub.h
[all …]
/aosp_15_r20/external/angle/build/
H A Dcheck_gn_headers_whitelist.txt58 components/media_router/common/providers/cast/certificate/cast_crl_root_ca_cert_der-inc.h
61 components/policy/core/browser/configuration_policy_handler_parameters.h
65 components/sessions/core/sessions_export.h
68 components/translate/core/browser/translate_infobar_delegate.h
125 mojo/core/broker_messages.h
126 mojo/core/system_impl_export.h
128 mojo/public/cpp/bindings/tests/mojo_test_blink_export.h
164 remoting/protocol/audio_source.h
165 remoting/protocol/audio_stream.h
166 remoting/protocol/cursor_shape_stub.h
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/
H A DREADME.rst5 .. _//tests/core/cross: https://github.com/bazelbuild/rules_go/blob/master/tests/core/cross/BUILD.b…
6 .. _Avoiding conflicts: proto/core.rst#avoiding-conflicts
7 .. _Bazel labels: https://docs.bazel.build/versions/master/build-ref.html#labels
11 .. _Go with Bzlmod: docs/go/core/bzlmod.md
12 .. _Core rules: docs/go/core/rules.md
15 .. _Deprecation schedule: https://github.com/bazelbuild/rules_go/wiki/Deprecation-schedule
17 .. _gopls integration: https://github.com/bazelbuild/rules_go/wiki/Editor-setup
18 .. _Overriding dependencies: go/dependencies.rst#overriding-dependencies
19 .. _Proto dependencies: go/dependencies.rst#proto-dependencies
20 .. _Proto rules: proto/core.rst
[all …]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2 .. date: 2019-05-21-23-20-18
4 .. release date: 2019-06-04
7 CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
14 .. date: 2019-02-24-18-48-16
19 loop when there are too many non-ASCII characters in a header.
24 .. date: 2018-03-30-12-26-47
34 .. date: 2019-06-03-00-51-02
36 .. section: Core and Builtins
44 .. date: 2019-06-01-20-03-13
46 .. section: Core and Builtins
[all …]
D3.11.0a1.rst2 .. date: 2021-08-29-12-39-44
4 .. release date: 2021-10-05
13 .. date: 2021-07-25-20-04-54
23 .. date: 2021-06-29-23-40-22
36 .. date: 2021-06-29-02-45-53
41 for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used
47 .. date: 2021-05-08-11-50-46
58 .. date: 2021-05-05-17-37-04
68 .. date: 2021-10-04-16-11-50
70 .. section: Core and Builtins
[all …]
D3.5.0a1.rst4 .. release date: 2015-02-08
5 .. section: Core and Builtins
7 PEP 475 - EINTR handling.
14 .. section: Core and Builtins
24 .. section: Core and Builtins
34 .. section: Core and Builtins
44 .. section: Core and Builtins
54 .. section: Core and Builtins
66 .. section: Core and Builtins
76 .. section: Core and Builtins
[all …]
D3.11.0a2.rst2 .. date: 2021-11-04-20-19-07
4 .. release date: 2021-11-05
5 .. section: Core and Builtins
13 .. date: 2021-11-02-09-27-46
15 .. section: Core and Builtins
17 :data:`sys.stdlib_module_names` now contains the macOS-specific module
23 .. date: 2021-10-23-13-49-00
25 .. section: Core and Builtins
33 .. date: 2021-10-20-11-57-31
35 .. section: Core and Builtins
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/tests-coverage-reporting/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
28 <artifactId>tests-coverage-reporting</artifactId>
29 <name>AWS Java SDK :: Test :: Tests Coverage Reporting</name>
30 <description>Used to aggregate integration and unit tests coverage reports
41 <artifactId>checksums-spi</artifactId>
[all …]
/aosp_15_r20/art/tools/
H A Drun-libcore-tests.py13 # http://www.apache.org/licenses/LICENSE-2.0
24 parser = argparse.ArgumentParser(description="Run libcore tests using the vogar testing tool.")
25 parser.add_argument('--mode', choices=['device', 'host', 'jvm'], required=True,
26 help='Specify where tests should be run.')
27 parser.add_argument('--variant', choices=['X32', 'X64'],
29 parser.add_argument('-j', '--jobs', type=int,
30 help='Number of tests to run simultaneously.')
31 parser.add_argument('--timeout', type=int,
33 parser.add_argument('--debug', action='store_true',
35 parser.add_argument('--dry-run', action='store_true',
[all …]
/aosp_15_r20/external/libwebsockets/lib/abstract/
H A DREADME.md5 Until now protocol implementations in lws have been done directly
6 to the network-related apis inside lws.
9 details from protocol specification, lws now supports
12 ![lws_abstract overview](/doc-assets/abstract-overview.svg)
15 chunks of code hidden behind "ops" structs... the "abstract protocol"
16 implementation is responsible for the logical protocol operation
28 combination of a protocol and a transport.
30 This makes it possible to confidently offer the same protocol on
32 up the protocol implementation to a test jig sending canned
34 any network. The abstract protocol itself has no relationship
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/
H A Ddocs.rst1 .. _module-pw_bluetooth_sapphire:
6 .. pigweed-module::
13 The ``pw_bluetooth_sapphire`` module provides a dual-mode Bluetooth Host stack
14 that will implement the :ref:`module-pw_bluetooth` APIs. Sapphire originated as
29 all conformance tests.
30 * **A great API**. Coming 2025. See :ref:`module-pw_bluetooth`.
32 ------------
34 ------------
37 in the Core specification. These libraries include:
39 HCI: Host-Controller Interface
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
28 <artifactId>protocol-tests-core</artifactId>
29 <name>AWS Java SDK :: Test :: Protocol Tests Core</name>
30 <description>Contains test drivers and assertions for protocol tests.</description>
36 <artifactId>bom-internal</artifactId>
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_image_loading.rs7 // http://www.apache.org/licenses/LICENSE-2.0
18 use crate::protocol::{Protocol, ProtocolInfo};
20 use core::mem::{size_of, MaybeUninit};
59 // Err(EFI_STATUS_INVALID_PARAMETER) - If `gbl_buffer.Memory` == NULL
60 // Err(EFI_STATUS_ALREADY_STARTED) - Requested buffer was already returned and is still in use.
61 // Err(err) - on error
62 // Ok(_) - on success
63 unsafe fn new(gbl_buffer: GblEfiImageBuffer) -> Result<EfiImageBuffer> { in new()
77 // This code is relying on EFI protocol implementation to provide valid buffer pointer in new()
81 core::slice::from_raw_parts_mut( in new()
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A DREADME.md2Protocol (SMP) from the Bluetooth Core Specification v5.2 Volume 3 Part H. At a high level, SM wor…
7 -----------------------------------------------------------|---------------------------
10 GAP LE Security Mode 2 (unencrypted, data-signed security) | Not Supported
18 Cross-Transport Key Generation | Not Supported
21 See Core Specification v5.2 Volume 3 Part C Section 10.2 for more information about the GAP LE Secu…
24core/bt-host/sm/security_manager.h) abstract class. Each Bluetooth connection is expected to insta…
28 **Security upgrade** - While most of the code in [this library](/src/connectivity/bluetooth/core/bt
30- Pairing with a peer may give that device access to sensitive information and/or capabilities, so…
32-layer encryption and SM** - A reasonable, but incorrect, assumption is that SM is directly respon…
35 …ts `sm:testing` GN target. For SM-dependent code, this test double can be used for more determinis…
[all …]
/aosp_15_r20/external/wayland/tests/
H A Dmeson.build2 error('-Dtests=true requires -Dlibraries=true')
6 'test-runner',
8 'test-runner.c',
9 'test-helpers.c',
10 'test-compositor.c'
34 tests_protocol_xml = files('../protocol/tests.xml')
37 'test server protocol header',
38 command: [ wayland_scanner_for_build, '-s', 'server-header', '@INPUT@', '@OUTPUT@' ],
40 output: 'tests-server-protocol.h'
44 'test client protocol header',
[all …]
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst4 .. release date: 2015-05-10
5 .. section: Core and Builtins
14 .. section: Core and Builtins
24 .. section: Core and Builtins
26 Fix the default __sizeof__ implementation for variable-sized objects.
33 .. section: Core and Builtins
43 .. section: Core and Builtins
90 .. nonce: OZFCd-
102 Fix use-after-free bug in heapq's siftup and siftdown functions. (See also:
103 bpo-24100, bpo-24101)
[all …]
/aosp_15_r20/external/OpenCSD/decoder/docs/
H A Dtest_progs.md7 ------------
13 - `trc_pkt_lister`:
15 This tests the C++ library by taking a trace "snapshot" directory as an input and decodes all
24 - `c_api_pkt_print_test`:
26 This program tests the "C" API functions, using hardcoded tests based on the same "snapshots" used
29 This can also run tests using the external test decoder library to validate the external decoder AP…
36 - `mem-acc-test` : tests the memory accessor interfaces.
37 - `mem-buffer-eg` : example using a memory buffer input to the library.
38 - `frame-demux-test` : tests the library CoreSight Frame demux object.
39 - `ocsd-perr` : quickly list the library error codes and descriptions.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/timeout/sync/
H A DBaseSyncStreamingTimeoutTest.java16 package software.amazon.awssdk.protocol.tests.timeout.sync;
18 import static org.assertj.core.api.Assertions.assertThat;
19 import static org.assertj.core.api.AssertionsForClassTypes.assertThatThrownBy;
20 import static software.amazon.awssdk.protocol.tests.timeout.BaseTimeoutTest.mockResponse;
26 import software.amazon.awssdk.core.client.config.ClientOverrideConfiguration;
27 import software.amazon.awssdk.protocol.tests.timeout.BaseTimeoutTest;
46 … .credentialsProvider(() -> AwsBasicCredentials.create("akid", "skid")) in setup()
55 assertThatThrownBy(() -> client in slowFileTransformer_shouldThrowTimeoutException()
65 assertThatThrownBy(() -> client in slowBytesTransformer_shouldThrowTimeoutException()
76 assertThatThrownBy(() -> client in slowInputTransformer_shouldThrowTimeoutException()
[all …]
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_restrictions.h2 // Use of this source code is governed by a BSD-style license that can be
22 // -----------------------------------------------------------------------------
24 // -----------------------------------------------------------------------------
28 // on a per-thread basis. To annotate *usage* of such slow operations, refer to
33 // - Blocking call: Refers to any call that causes the calling thread to wait
34 // off-CPU. It includes but is not limited to calls that wait on synchronous
42 // - Waiting on a //base sync primitive: Refers to calling one of these methods:
43 // - base::WaitableEvent::*Wait*
44 // - base::ConditionVariable::*Wait*
45 // - base::Process::WaitForExit*
[all …]

12345678910>>...42