Home
last modified time | relevance | path

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

123

/aosp_15_r20/cts/tests/tests/text/src/android/text/method/cts/
H A DArrowKeyMovementMethodTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
103 mActivityRule.runOnUiThread(() -> {; in setup()
114 PollingCheck.waitFor(() -> mTextView.isFocused() && (mTextView.getLayout() != null)); in setup()
148 verifySelection(-1); in testOnTakeFocus()
149 mActivityRule.runOnUiThread(() -> { in testOnTakeFocus()
156 mActivityRule.runOnUiThread(() -> { in testOnTakeFocus()
169 mActivityRule.runOnUiThread(() -> { in testOnTakeFocus()
175 mActivityRule.runOnUiThread(() -> { in testOnTakeFocus()
207 // shift+alt tests in testOnKeyDownWithKeyCodeUp()
223 // shift tests in testOnKeyDownWithKeyCodeUp()
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/fa/
Dfa725a4277ae97dfa25657f0f092bcdf985b4c323 from: "out/host/linux-x86/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
31 …le.public.api.stubs.from-text/android_common/conscrypt.module.public.api.stubs.from-text/conscrypt…
32 …le.public.api.stubs.from-text/android_common/conscrypt.module.public.api.stubs.from-text/conscrypt…
35 …ut/soong/.intermediates/external/dexmaker/dexmaker-dx-target/android_common/local-combined/dexmake…
36 …ut/soong/.intermediates/external/dexmaker/dexmaker-dx-target/android_common/local-combined/dexmake…
39 …oong/.intermediates/external/dexmaker/dexmaker-extended-mockmaker/android_common/turbine/dexmaker-
[all …]
/aosp_15_r20/prebuilts/remoteexecution-client/
H A DCHANGELOG.md1 ## Release 0.169.0 (2024-10-09)
10 ## Release 0.168.0 (2024-10-04)
21 ## Release 0.167.0 (2024-09-25)
30 ## Release 0.166.0 (2024-09-23)
39 ## Release 0.165.0 (2024-09-18)
47 [GH] Build(deps): Bump path-to-regexp and express in /internal/pkg/logrecordserver/ui/app
49 Update chromium-win snapshot image every 30 days
56 ## Release 0.164.0 (2024-09-13)
69 ## Release 0.163.0 (2024-09-09)
76 ## Release 0.162.0 (2024-09-06)
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/scripts/
H A Drun-integ-test2 """Run Integ Tests based on the changed files
7 # Minimal modules to tests when core changes are detected.
8 # s3 - xml, dynamodb - json, sqs - query
11 # Minimal modules to tests when http client changes are detected.
12 # s3 - streaming/non streaming, kinesis - h2
14 "apache-client": ["s3", "apache-client"],
15 "netty-nio-client": ["kinesis", "s3", "netty-nio-client"],
16 "url-connection-client": ["url-connection-client"]
23 process = Popen(["git", "diff", "HEAD^", "--name-only"], stdout=PIPE)
37 # filter out non-java file
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudwatchlogs/src/it/java/software/amazon/awssdk/services/cloudwatchlogs/
H A DServiceIntegrationTest.java52 * Integration tests for the CloudWatch Logs service.
58 private static final String LOG_MESSAGE_PREFIX = "java-integ-test";
64 …private static final String LOG_METRIC_FILTER_PATTERN = "[prefix=java-integ-test, timestamp, conte…
66 private static final String CLOUDWATCH_METRIC_NAME = "java-integ-test-transformed-metric-name";
67 …private static final String CLOUDWATCH_METRIC_NAMESPACE = "java-integ-test-transformed-metric-name…
72 private final String logGroupName = "java-integ-test-log-group-name-" + nameSuffix;
73 private final String logStreamName = "java-integ-test-log-stream-name-" + nameSuffix;
74 private final String logMetricFilterName = "java-integ-test-log-metric-filter-" + nameSuffix;
195 * Tests that we have deserialized the exception response correctly. See TT0064111680
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
H A DListObjectsV2PaginatorsIntegrationTest.java53 * Content length for sample keys created by these tests.
58 * The name of the bucket created, used, and deleted by these tests.
60 private static String bucketName = temporaryBucketName("list-objects-v2-integ-test");
62 …private static String emptyBucketName = temporaryBucketName("list-objects-integ-test-emptybucket");
65 * List of all keys created by these tests.
81 * Creates all the test resources for the tests.
90 createKey("key-" + numberFormatter.format(i)); in createResources()
103 … File file = new RandomTempFile("list-objects-integ-test-" + new Date().getTime(), CONTENT_LENGTH); in createKey()
120 … .flatMap(r -> r.contents() != null ? r.contents().stream() : Stream.empty()) in test_SyncResponse_onEmptyBucket()
131 … assertThat(iterable.stream().flatMap(r -> r.contents().stream()).count(), equalTo(OBJECT_COUNT)); in test_SyncResponse_onNonEmptyBucket()
[all …]
H A DCopySourceIntegrationTest.java43 …* Integration tests for the {@code sourceBucket}, {@code sourceKey}, and {@code sourceVersionId} p…
46 * COPY source key). This also effectively tests for parity with the SDK v1 behavior.
53 …ic final String SOURCE_UNVERSIONED_BUCKET_NAME = temporaryBucketName("copy-source-integ-test-src");
54 … String SOURCE_VERSIONED_BUCKET_NAME = temporaryBucketName("copy-source-integ-test-versioned-src");
55 …e static final String DESTINATION_BUCKET_NAME = temporaryBucketName("copy-source-integ-test-dest");
61 s3.putBucketVersioning(r -> r in initializeTestData()
63 .versioningConfiguration(v -> v.status(BucketVersioningStatus.ENABLED))); in initializeTestData()
118 * Motivated by: https://github.com/aws/aws-sdk-js/issues/727
134 versionToContentMap.forEach((versionId, originalContent) -> { in copyObject_WithVersion_AcceptsSameKeyAsPut()
H A DCopyObjectIntegrationTest.java37 * The S3 bucket created and used by these tests.
39 private static final String BUCKET_NAME = temporaryBucketName("copy-object-integ-test");
43 private static final String SOURCE_KEY = "source-key";
47 private static final String DESTINATION_KEY = "destination-key";
58 * Releases resources used by tests.
67 * Creates/populates all the test data needed for these tests (bucket,
74 file = new RandomTempFile("copy-object-integ-test-" + new Date().getTime(), CONTENT_LENGTH); in initializeTestData()
84 * Tests that the simple form of the copy object operation correctly copies
H A DUserMetadataIntegrationTest.java36 * The S3 bucket created and used by these tests.
38 private static final String BUCKET_NAME = temporaryBucketName("user-metadata-integ-test");
51 * Creates/populates all the test data needed for these tests (bucket,
58 … file = new RandomTempFile("user-metadata-integ-test-" + new Date().getTime(), CONTENT_LENGTH); in initializeTestData()
76 String mixedCasePrefix = "x-AmZ-mEtA-"; in putObject_PutsUserMetadata()
79 final String key = "user-metadata-key"; in putObject_PutsUserMetadata()
84 … .overrideConfiguration(b -> b.putHeader(mixedCasePrefix + metadataKey, "test")) in putObject_PutsUserMetadata()
H A DS3ListObjectsV2IntegrationTest.java46 * Integration tests for the listObjectsV2 operation in the Amazon S3 Java
56 * Content length for sample keys created by these tests.
60 private static final String KEY_NAME_WITH_SPECIAL_CHARS = "special-chars-@$%";
63 * The name of the bucket created, used, and deleted by these tests.
65 private static String bucketName = temporaryBucketName("list-objects-integ-test");
67 * List of all keys created by these tests.
81 * Creates all the test resources for the tests.
89 createKey("key-" + numberFormatter.format(i)); in createResources()
107 … File file = new RandomTempFile("list-objects-integ-test-" + new Date().getTime(), CONTENT_LENGTH); in createKey()
118 * Individual Tests
[all …]
H A DListObjectsIntegrationTest.java43 * Integration tests for the listObjects operation in the Amazon S3 Java
52 private static final String KEY_NAME_WITH_SPECIAL_CHARS = "special-chars-@$%";
55 * The name of the bucket created, used, and deleted by these tests.
57 private static String bucketName = temporaryBucketName("list-objects-integ-test");
59 * List of all keys created by these tests.
73 * Creates all the test resources for the tests.
81 createKey("key-" + numberFormatter.format(i)); in createResources()
187 long offset = obj.lastModified().toEpochMilli() - Instant.now().toEpochMilli(); in assertS3ObjectSummariesAreValid()
H A DBucketInventoryConfigurationIntegrationTest.java48 * The bucket created and used by these tests.
50 … private static final String BUCKET_NAME = temporaryBucketName("java-bucket-inventory-integ-test");
54 * The key used in these tests.
135 String accountId = "test-account"; in testInventoryConfiguration_with_filter()
/aosp_15_r20/external/aws-sdk-java-v2/test/module-path-tests/
H A DREADME.md1 # AWS SDK Module Path Tests
6 - Mock tests: calling xml/json prococol sync/async clients using mock http clients.
7 - Integ tests: calling service clients using `UrlConnectionHttpClient`, `ApacheHttpClient` and `Net…
12 mvn exec:exec -P mock-tests
13 mvn exec:exec -P integ-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>module-path-tests</artifactId>
30 <name>AWS Java SDK :: Test :: Module Path Tests</name>
31 <description>A set of tests to run v2 in module path with Java 9+.</description>
38 <artifactId>bom-internal</artifactId>
[all …]
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/
H A DAndroidManifest.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2015 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 package="com.android.settingslib.tests.integ">
20 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
21 <uses-permission android:name="android.permission.MANAGE_USERS" />
22 <uses-permission android:name="android.permission.MANAGE_NETWORK_POLICY"/>
23 <uses-permission android:name="android.permission.SET_TIME_ZONE" />
24 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
[all …]
H A DAndroidTest.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2017 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
16 <configuration description="Runs Tests for SettingsLib.">
18 <option name="test-file-name" value="SettingsLibTests.apk" />
19 <option name="install-arg" value="-t" />
22 <option name="test-suite-tag" value="apct" />
23 <option name="test-tag" value="SettingsLibTests" />
25 <option name="package" value="com.android.settingslib.tests.integ" />
[all …]
/aosp_15_r20/external/conscrypt/srcgen/
H A Dgenerate_android_src.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 if [[ -z "${ANDROID_BUILD_TOP}" ]]; then
28 benchmark-android \
29 benchmark-base \
35 DEFAULT_CONSTRUCTORS_FILE=${CONSCRYPT_DIR}/srcgen/default-constructors.txt
43 source ${ANDROID_BUILD_TOP}/tools/currysrc/scripts/repackage-common.sh
46 rm -fr ${REPACKAGED_DIR}/common/src/test/java/com/android/org/conscrypt/ConscryptSuite.java
47 rm -fr ${REPACKAGED_DIR}/common/src/test/java/com/android/org/conscrypt/ConscryptJava7Suite.java
50 rm -fr openjdk-integ-tests ${REPACKAGED_DIR}/openjdk-integ-tests
54 CLANG_STABLE_BIN=${ANDROID_BUILD_TOP}/prebuilts/clang/host/linux-x86/clang-stable/bin
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticache/src/it/java/software/amazon/awssdk/services/elasticache/
H A DParameterGroupsIntegrationTest.java45 private static final String DESCRIPTION = "Java SDK integ test param group";
50 /** Releases all resources created by tests. */
63 /** Tests that we can call the parameter group operations in the ElastiCache API. */
84 cacheParameterGroupName = "java-sdk-integ-test-" + System.currentTimeMillis(); in testParameterGroupOperations()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/s3express/
H A DS3ExpressIntegrationTestBase.java46 private static final String S3EXPRESS_BUCKET_PATTERN = "s3express-java-integ--%s--x-s3";
47 protected static final String STANDARD_BUCKET = "s3express-java-integ-tests";
97 client.waiter().waitUntilBucketExists(r -> r.bucket(bucketName)); in createBucketS3Express()
103 … ListObjectsV2Response response = Waiter.run(() -> s3.listObjectsV2(r -> r.bucket(bucketName))) in deleteBucketAndAllContents()
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Don-demand-integ-test.yml5 runtime-versions:
10- mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -Dfai…
11 - JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1)
12 - echo $JAVA_VERSION
13 - |
14 if [ "$JAVA_VERSION" -ge "9" ]; then
15 cd test/module-path-tests
17 mvn exec:exec -P integ-tests
H A Dinteg-test.yml5 runtime-versions:
10 - |
11 if [ ! -z "$INTEGRATION_TEST_ROLE_ARN" ]; then
12-role --role-arn "$INTEGRATION_TEST_ROLE_ARN" --role-session-name "integration-tests" --duration-s…
18- mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -T1C …
19 - JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1)
20 - echo $JAVA_VERSION
21 - echo $MAVEN_OPTIONS
22 - |
23 if [ "$JAVA_VERSION" -ge "9" ]; then
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/sns/src/it/java/software/amazon/awssdk/core/auth/policy/
H A DSnsPolicyIntegrationTest.java29 * Integration tests for the service specific access control policy code provided by the Sns client.
43 * Tests that we can construct valid policies with Sns specific conditions/resources/etc.
47 String topicName = "java-sns-policy-integ-test-" + System.currentTimeMillis(); in testPolicies()
/aosp_15_r20/packages/modules/Wifi/framework/
DAndroid.bp7 // http://www.apache.org/licenses/LICENSE-2.0
17 default_applicable_licenses: ["Android-Apache-2.0"],
21 name: "wifi-module-sdk-version-defaults",
26 name: "framework-wifi-updatable-exported-aidl-sources",
27 srcs: ["aidl-export/**/*.aidl"],
28 path: "aidl-export",
33 name: "framework-wifi-updatable-java-sources",
43 name: "framework-wifi-updatable-sources",
45 ":framework-wifi-updatable-java-sources",
46 ":framework-wifi-updatable-exported-aidl-sources",
[all …]
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/
H A DConnectIT.java22 …* Failsafe integration tests for Connect methods. These take a bit longer to run, so included as I…
25 // Slow Rider tests.
28 // todo - implement in interruptable channels, so it's immediate in canInterruptBodyStringRead()
30 Thread runner = new Thread(() -> { in canInterruptBodyStringRead()
54 // todo - implement in interruptable channels, so it's immediate in canInterruptDocumentRead()
56 Thread runner = new Thread(() -> { in canInterruptDocumentRead()
80 Thread runner = new Thread(() -> { in canInterruptThenJoinASpawnedThread()
108 long took = end - start; in totalTimeout()
158 boolean fullyRead = stream.read() == -1; in remainingAfterFirstRead()
166 // bodyStream is not capped to body size - only for jsoup consumed stream in remainingAfterFirstRead()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http/urlconnection/
H A DS3WithUrlHttpClientIntegrationTest.java50 * The name of the bucket created, used, and deleted by these tests.
52 private static final String BUCKET_NAME = "java-sdk-integ-" + System.currentTimeMillis();
56 private static final String SIGNED_PAYLOAD_HEADER_VALUE = "STREAMING-AWS4-HMAC-SHA256-PAYLOAD";
57 private static final String UNSIGNED_PAYLOAD_HEADER_VALUE = "UNSIGNED-PAYLOAD";
63 * Creates all the test resources for the tests.
71 … .overrideConfiguration(o -> o.addExecutionInterceptor(new UserAgentVerifyingInterceptor()) in createResources()
74 s3Http = s3ClientBuilder.endpointOverride(URI.create("http://s3.us-west-2.amazonaws.com")) in createResources()
142 … .map(m -> m.getOrDefault("x-amz-content-sha256", Collections.emptyList())) in getSha256Values()
150 …assertThat(context.httpRequest().firstMatchingHeader("User-Agent").get()).containsIgnoringCase("io… in beforeTransmission()
151 …assertThat(context.httpRequest().firstMatchingHeader("User-Agent").get()).containsIgnoringCase("ht… in beforeTransmission()

123