/platform_testing/libraries/flicker/src/android/tools/flicker/config/ |
D | FlickerConfig.kt | 49 fun use(flickerConfigEntries: Collection<FlickerConfigEntry>): FlickerConfig method 51 fun use(vararg flickerConfigEntries: FlickerConfigEntry): FlickerConfig = method 52 use(flickerConfigEntries.asList())
|
/platform_testing/libraries/car-helpers/ |
D | README.md | 4 facilitate integration tests. Implementation in this package should always use
|
/platform_testing/tests/example/native/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 31 // Do not mark as unit tests, to use as a validation in test mapping
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/view/ |
D | ViewTraceMonitor.kt | 60 ZipFile(viewCaptureZip).use { zipFile -> in <lambda>() 67 zipFile.getInputStream(entry).use { inputStream -> in <lambda>()
|
/platform_testing/libraries/annotations/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License. 25 sdk_version: "current", // To allow use from CTS
|
/platform_testing/libraries/rdroidtest/ |
D | README.md | 11 one is slightly more cumbersome to use. Firstly, add it to the `rust_test` build rule in your 39 use rdroidtest::rdroidtest; 51 use rdroidtest::{ignore_if, rdroidtest}; 60 Somewhere in your main module, you need to use the `test_main` macro to generate an entry point for 76 use rdroidtest::rdroidtest;
|
/platform_testing/libraries/compatibility-common-util/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 15 // Build the common utility library for use device-side
|
/platform_testing/libraries/sts-common-util/util/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License. 19 // Build the common utility library for use device-side
|
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/utils/ |
D | BitmapUtils.kt | 26 context.assets.open("$imageName.png").use { in loadBitmap()
|
/platform_testing/libraries/audio-test-harness/tradefed/ |
D | Android.bp | 5 * you may not use this file except in compliance with the License. 21 // it is currently non-functional. So, we instead use a regular
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | Utils.kt | 52 ParcelFileDescriptor.AutoCloseInputStream(fileDescriptor).use { inputStream -> in executeShellCommand() 76 ParcelFileDescriptor.AutoCloseInputStream(source).use { inputStream -> in doBinderDump()
|
/platform_testing/robolab/roboStandaloneProj/tests/config/ |
D | robolectric.properties | 4 # you may not use this file except in compliance with the License.
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/ |
D | TraceProcessorSession.kt | 46 FileOutputStream(traceFile).use { it.write(trace) } in loadPerfettoTrace()
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/events/ |
D | EventLogMonitor.kt | 52 FileOutputStream(outputFile).use { in doStop()
|
/platform_testing/utils/wifistrengthscanner/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|
/platform_testing/tests/microbenchmarks/LauncherIconsApp/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/host_runners/power/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/scripts/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/host_runners/utils/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/junitxml/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|
/platform_testing/host_runners/boot/tests/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/timeresult-helper/ |
D | Android.bp | 5 // you may not use this file except in compliance with the License.
|
/platform_testing/host_runners/utils/ |
D | Android.bp | 4 // you may not use this file except in compliance with the License.
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/ |
D | ArtifactBuilder.kt | 113 inputStream.use { in <lambda>() 128 ZipOutputStream(BufferedOutputStream(FileOutputStream(file), BUFFER_SIZE)).use { in <lambda>()
|