Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 21 of 21) sorted by relevance

/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java85 config.includes.add(include); in createConfig()
92 loadFilters(arg.substring(INCLUDE_FILE.length()), config.includes); in createConfig()
102 config.suite = new FilterableTestSuite(classes, config.includes, config.excludes); in createConfig()
115 collectTests(config.suite, listener, config.includes, config.excludes); in run()
126 private static void iterateTests(Test test, Set<String> includes, Set<String> excludes, in iterateTests() argument
134 iterateTests(enumerator.nextElement(), includes, excludes, sink); in iterateTests() local
138 if (shouldRun(test, includes, excludes)) { in iterateTests()
146 Set<String> includes, Set<String> excludes) { in collectTests() argument
147 iterateTests(suite, includes, excludes, test -> { in collectTests()
172 private static boolean shouldRun(Test test, Set<String> includes, Set<String> excludes) { in shouldRun() argument
[all …]
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DDeviceUtils.java77 public static void includes(String filter, String... message) throws IOException { in includes() method in DeviceUtils.Logcat
82 public static void includes(String message) throws IOException { in includes() method in DeviceUtils.Logcat
96 DeviceUtils.Logcat.includes("SaveUI:I", "Showing save dialog: " + title); in assertShows()
106 DeviceUtils.Logcat.includes("SaveUI:V", "Hiding save dialog."); in assertHidden()
117 DeviceUtils.Logcat.includes("AutofillSession:D", "onShown(): " + uiType); in assertShows()
/cts/tests/tests/dynamic_linker/
DREADME.md7 gtests from bionic/tests/, which includes the vast majority of dynamic linker
/cts/tests/autofillservice/src/android/autofillservice/cts/androidx-tests/
DSaveUiTest.java118 DeviceUtils.Logcat.includes("WelcomeActivity:D", "Message"); in testTapLink_changeOrientationThenTapBack()
142 DeviceUtils.Logcat.includes("SimpleSaveActivity:D", "onResume()"); in testTapLink_changeOrientationThenTapBack()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-4272/
DAndroid.bp28 include_dirs: ["cts/hostsidetests/securitybulletin/securityPatch/includes"],
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-23852/
DAndroid.bp37 "cts/hostsidetests/securitybulletin/securityPatch/includes",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2015-6616/
DAndroid.bp33 "cts/hostsidetests/securitybulletin/securityPatch/includes",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-40114/
DAndroid.bp30 include_dirs: ["cts/hostsidetests/securitybulletin/securityPatch/includes"],
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2024-0023/
DAndroid.bp34 "cts/hostsidetests/securitybulletin/securityPatch/includes",
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9247/
DAndroid.bp32 "cts/hostsidetests/securitybulletin/securityPatch/includes/",
/cts/tools/incremental-cts/
DREADME.md16 copy it to test resources directory. `extra_deqp_dependency.txt` includes the
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21241/
DAndroid.bp31 "cts/hostsidetests/securitybulletin/securityPatch/includes",
/cts/tests/storageaccess/
DAndroid.bp25 // Among other things compatibility-device-util-axt "includes": androidx.test.core,
/cts/tests/location/location_none/src/android/location/cts/none/
DLocationDisabledAppOpsTest.java102 if (mode[0] == MODE_ALLOWED && !ignoreList.includes(pi.packageName) in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled()
/cts/tests/tests/security/src/android/security/cts/
DLocationDisabledAppOpsTest.java106 if (mode[0] == MODE_ALLOWED && !ignoreList.includes(pi.packageName)) { in testLocationAppOpIsIgnoredForAppsWhenLocationIsDisabled()
/cts/hostsidetests/hdmicec/
DREADME.md8 The Android Compatibility Test Suite includes specific tests from the HDMI
/cts/hostsidetests/appsecurity/test-apps/SplitApp/
DAndroid.bp187 // Define a variant which includes a provider and service declared in other split apk. And they only
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto214 // This includes features such as camera, gps and compass.
/cts/tests/mediapc/requirements/
Drequirements.txtpb538 …concurrently with 3 sessions at 4K resolution@30 fps (unless AV1) which includes one secure decode…
545 … concurrently with 3 sessions at 4K resolution@30fps (unless AV1) which includes one secure decode…
833 …largest Camera supported resolution or 4K whichever is less. Note: this includes HDR profiles if c…
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale228 Obviously, a C library which includes efficiently coded "strcpy" and
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt2374 method public boolean includes(@NonNull String);