Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 269) sorted by relevance

1234567891011

/platform_testing/libraries/flicker/src/android/tools/flicker/config/
DFlickerConfig.kt49 fun use(flickerConfigEntries: Collection<FlickerConfigEntry>): FlickerConfig method
51 fun use(vararg flickerConfigEntries: FlickerConfigEntry): FlickerConfig = method
52 use(flickerConfigEntries.asList())
/platform_testing/libraries/car-helpers/
DREADME.md4 facilitate integration tests. Implementation in this package should always use
/platform_testing/tests/example/native/
DAndroid.bp4 // 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/
DViewTraceMonitor.kt60 ZipFile(viewCaptureZip).use { zipFile -> in <lambda>()
67 zipFile.getInputStream(entry).use { inputStream -> in <lambda>()
/platform_testing/libraries/annotations/
DAndroid.bp5 // 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/
DREADME.md11 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/
DAndroid.bp4 // 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/
DAndroid.bp4 // 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/
DBitmapUtils.kt26 context.assets.open("$imageName.png").use { in loadBitmap()
/platform_testing/libraries/audio-test-harness/tradefed/
DAndroid.bp5 * 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/
DUtils.kt52 ParcelFileDescriptor.AutoCloseInputStream(fileDescriptor).use { inputStream -> in executeShellCommand()
76 ParcelFileDescriptor.AutoCloseInputStream(source).use { inputStream -> in doBinderDump()
/platform_testing/robolab/roboStandaloneProj/tests/config/
Drobolectric.properties4 # you may not use this file except in compliance with the License.
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DTraceProcessorSession.kt46 FileOutputStream(traceFile).use { it.write(trace) } in loadPerfettoTrace()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/monitors/events/
DEventLogMonitor.kt52 FileOutputStream(outputFile).use { in doStop()
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/platform_testing/tests/microbenchmarks/LauncherIconsApp/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/host_runners/power/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/scripts/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/host_runners/utils/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/libraries/junitxml/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/platform_testing/host_runners/boot/tests/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/tests/automotive/mobly_tests/utilities/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/libraries/timeresult-helper/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/platform_testing/host_runners/utils/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
DArtifactBuilder.kt113 inputStream.use { in <lambda>()
128 ZipOutputStream(BufferedOutputStream(FileOutputStream(file), BUFFER_SIZE)).use { in <lambda>()

1234567891011