Home
last modified time | relevance | path

Searched +full:stability +full:- +full:tests (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/aosp_15_r20/out/soong/.intermediates/system/tools/aidl/build/aidl_metadata_json/
Daidl_metadata.json4 "stability": "", string
14 "stability": "", string
24 "stability": "", string
34 "stability": "", string
44 "stability": "", string
54 "stability": "", string
63 "name": "aaudio-aidl",
64 "stability": "", string
73 "name": "aidl-cpp-java-test-interface",
74 "stability": "", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/
H A DREADME.md1 # SDK Stability Regression Tests
4 This module contains stability regression tests.
6 We define "stable" to mean that the SDK does not encounter any client-side errors for identified si…
11 As these tests will be running against live, running services, we can expect some subset of request…
20 - Run from your IDE
22 - Run from maven command line
25 mvn clean install -P stability-tests -pl :stability-tests
28 - Build JAR and use the executable JAR
30 First add tests to TestRunner Class, then run the following command.
33 mvn clean install -pl :stability-tests --am -P quick
[all …]
/aosp_15_r20/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
25 #include <android-base/file.h>
270 // Tests 'dumpsys -l' when all services are running
276 CallMain({"-l"}); in TEST_F()
285 CallMain({"-l"}); in TEST_F()
291 CallMain({"-l"}); in TEST_F()
296 // Tests 'dumpsys -l' when a service is not running
302 CallMain({"-l"}); in TEST_F()
308 // Tests 'dumpsys -l --priority HIGH'
314 CallMain({"-l", "--priority", "HIGH"}); in TEST_F()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/transcribestreaming/
H A DTranscribeStreamingStabilityTest.java16 package software.amazon.awssdk.stability.tests.transcribestreaming;
36 import software.amazon.awssdk.stability.tests.exceptions.StabilityTestsRetryableException;
37 import software.amazon.awssdk.stability.tests.utils.RetryableTest;
38 import software.amazon.awssdk.stability.tests.utils.StabilityTestRunner;
39 import software.amazon.awssdk.stability.tests.utils.TestEventStreamingResponseHandler;
40 import software.amazon.awssdk.stability.tests.utils.TestTranscribeStreamingSubscription;
74 IntFunction<CompletableFuture<?>> futureIntFunction = i -> in startTranscription()
75 transcribeStreamingClient.startStreamTranscription(b -> b.mediaSampleRateHertz(8_000) in startTranscription()
107 … .subscribe(result -> log.debug(() -> "Record Batch - " + result.transcript().results())); in onEventStream()
/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/kinesis/
H A DKinesisStabilityTest.java16 package software.amazon.awssdk.stability.tests.kinesis;
48 import software.amazon.awssdk.stability.tests.exceptions.StabilityTestsRetryableException;
49 import software.amazon.awssdk.stability.tests.utils.RetryableTest;
50 import software.amazon.awssdk.stability.tests.utils.StabilityTestRunner;
51 import software.amazon.awssdk.stability.tests.utils.TestEventStreamingResponseHandler;
57 * Stability Tests using Kinesis.
90 asyncClient.createStream(r -> r.streamName(streamName) in setup()
95 streamARN = asyncClient.describeStream(r -> r.streamName(streamName)).join() in setup()
99 shardIds = asyncClient.listShards(r -> r.streamName(streamName)) in setup()
111 … asyncClient.deleteStream(b -> b.streamName(streamName).enforceConsumerDeletion(true)).join(); in tearDown()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/utils/
H A DStabilityTestRunner.java16 package software.amazon.awssdk.stability.tests.utils;
37 import software.amazon.awssdk.stability.tests.ExceptionCounter;
38 import software.amazon.awssdk.stability.tests.TestResult;
39 import software.amazon.awssdk.stability.tests.exceptions.StabilityTestsRetryableException;
44 * Stability tests runner.
46 * There are two ways to run the tests:
48 * - providing futureFactories requestCountPerRun and totalRuns. eg:
51 * .futureFactory(i -> CompletableFuture.runAsync(() -> LOGGER.info(() ->
59 …* The tests runner will create futures from the factories and run the 10 requests per run for 5 ru…
62 * - providing futures, eg:
[all …]
/aosp_15_r20/external/deqp/doc/testspecs/GLES3/
H A Dperformance.buffer.data_upload.txt1 g-------------------------------------------------------------------------
3 -----------------------------------------------
11 http://www.apache.org/licenses/LICENSE-2.0
18 -------------------------------------------------------------------------
19 Buffer upload performance tests
21 Tests:
22 + dEQP-GLES3.performance.buffer.data_upload.*
25 + Memcpy performance tests for reference values
27 - STREAM, STATIC and DYNAMIC buffer usages
28 - Target buffer in different states:
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/frameworks/native/include/binder/
H A DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
30 // Stability encodes how a binder changes over time. There are two levels of
31 // stability:
32 // 1). the interface stability - this is how a particular set of API calls (a
36 // Stability::Level. Usually this ordering is controlled by a .aidl file.
37 // 2). the wire format stability - this is how these API calls map to actual
41 // writing a 4-byte little-endian integer in two's complement. You can imagine
42 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
44 // but as long as a client libbinder knows to keep on writing a 4-byte value
45 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
30 // Stability encodes how a binder changes over time. There are two levels of
31 // stability:
32 // 1). the interface stability - this is how a particular set of API calls (a
36 // Stability::Level. Usually this ordering is controlled by a .aidl file.
37 // 2). the wire format stability - this is how these API calls map to actual
41 // writing a 4-byte little-endian integer in two's complement. You can imagine
42 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
44 // but as long as a client libbinder knows to keep on writing a 4-byte value
45 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // WARNING: These APIs are only ever expected to be called by auto-generated code.
30 // Instead of calling them, you should set the stability of a .aidl interface
31 class Stability final {
33 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
34 // change or modify the stability class of the interface you are using.
37 // E.g. stability is according to libbinder compilation unit
39 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
40 // change or modify the stability class of the interface you are using.
43 // E.g. stability is according to libbinder_ndk or Java SDK AND the interface
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // WARNING: These APIs are only ever expected to be called by auto-generated code.
30 // Instead of calling them, you should set the stability of a .aidl interface
31 class Stability final {
33 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
34 // change or modify the stability class of the interface you are using.
37 // E.g. stability is according to libbinder compilation unit
39 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
40 // change or modify the stability class of the interface you are using.
43 // E.g. stability is according to libbinder_ndk or Java SDK AND the interface
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // WARNING: These APIs are only ever expected to be called by auto-generated code.
30 // Instead of calling them, you should set the stability of a .aidl interface
31 class Stability final {
33 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
34 // change or modify the stability class of the interface you are using.
37 // E.g. stability is according to libbinder compilation unit
39 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
40 // change or modify the stability class of the interface you are using.
43 // E.g. stability is according to libbinder_ndk or Java SDK AND the interface
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // WARNING: These APIs are only ever expected to be called by auto-generated code.
30 // Instead of calling them, you should set the stability of a .aidl interface
31 class Stability final {
33 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
34 // change or modify the stability class of the interface you are using.
37 // E.g. stability is according to libbinder compilation unit
39 // WARNING: This is only ever expected to be called by auto-generated code. You likely want to
40 // change or modify the stability class of the interface you are using.
43 // E.g. stability is according to libbinder_ndk or Java SDK AND the interface
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DStability.h8 * http://www.apache.org/licenses/LICENSE-2.0
29 // Stability encodes how a binder changes over time. There are two levels of
30 // stability:
31 // 1). the interface stability - this is how a particular set of API calls (a
35 // Stability::Level. Usually this ordering is controlled by a .aidl file.
36 // 2). the wire format stability - this is how these API calls map to actual
40 // writing a 4-byte little-endian integer in two's complement. You can imagine
41 // in the future, we change writeInt32/readInt32 to instead write 8-bytes with
43 // but as long as a client libbinder knows to keep on writing a 4-byte value
44 // to old servers, and new servers know how to interpret the 8-byte result,
[all …]

12345678910>>...40