Home
last modified time | relevance | path

Searched refs:file (Results 1 – 17 of 17) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DResultsReporter.kt39 private data class Result(val file: File, val title: String) in <lambda>() constant in androidx.test.uiautomator.ResultsReporter.Result
60 val file = File(outputFolder, filename) in <lambda>() constant
61 results.add(Result(file = file, title = title)) in <lambda>()
62 return file in <lambda>()
96 val suffix = r.file.nameWithoutExtension.replace(".", "_") in <lambda>()
97 putString("additionalTestOutputFile_$suffix", r.file.absolutePath) in <lambda>()
DUtils.kt33 file: File,
36 ): Boolean = compress(compressFormat, quality, file.outputStream())
DUiObject2Ext.kt16 @file:JvmName("UiObject2Ext")
DUiDeviceExt.kt16 @file:JvmName("UiDeviceExt")
DAccessibilityWindowInfoExt.kt16 @file:JvmName("AccessibilityWindowInfoExt")
DAccessibilityNodeInfoExt.kt16 @file:JvmName("AccessibilityNodeInfoExt")
/test/screenshot/screenshot-proto/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/
DScreenshotTestRule.kt337 val file = getPathOnDeviceFor(fileType) in writeToDevice() constant
339 Log.d(javaClass.simpleName, "Writing screenshot test result $fileType to $file") in writeToDevice()
342 FileOutputStream(file).use { writeAction(it) } in writeToDevice()
350 return file in writeToDevice()
/test/integration-tests/junit-gtest-test/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/test/screenshot/screenshot/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/test/ext/junit-gtest/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/test/screenshot/screenshot-proto/src/main/proto/
Ddiff_result.proto12 // There was no file at the golden location or it was unreadable.
/test/uiautomator/uiautomator/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
18 * This file was created using the `create_project.py` script located in the
/test/ext/junit-gtest/src/main/java/androidx/test/ext/junitgtest/
Dandroidx-test-ext-junit-gtest-documentation.md7 …ith the `TargetLibrary` annotation. For example, given a gtest suite in a file `mytest.cpp`, we ca…
/test/uiautomator/integration-tests/testapp/
Dbuild.gradle5 * you may not use this file except in compliance with the License.
/test/uiautomator/uiautomator/api/
Dcurrent.txt622 …method public static boolean saveToFile(android.graphics.Bitmap, java.io.File file, optional andro…
Drestricted_current.txt622 …method public static boolean saveToFile(android.graphics.Bitmap, java.io.File file, optional andro…