/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
H A D | CertificationReportCreator.java | 195 private void uploadResult(File resultFile) { in uploadResult() 209 private void saveLog(File resultFile, File zippedResults) throws IOException { in saveLog() 220 logReportFiles(getConfiguration(), resultFile, resultFile.getName(), LogDataType.XML); in saveLog() local 280 IConfiguration configuration, File resultFile, String dataName, LogDataType type) { in logReportFiles()
|
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests2/src/com/android/framework/multidexlegacytestservices/test2/ |
H A D | ServicesTests.java | 225 File resultFile = new File(targetFilesDir, "Service" + i); in initServicesWorkFiles() local 273 File resultFile = new File(targetFilesDir, "Service" + i); in getServicesCompletionStatus() local 289 File resultFile = new File(targetFilesDir, "Service" + serviceId); in getServiceCompletionStatus() local
|
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/ |
H A D | ServicesTests.java | 40 File resultFile = new File(targetFilesDir, "Service" + i); in testStressConcurentFirstLaunch() local 73 File resultFile = new File(targetFilesDir, "Service" + i); in testStressConcurentFirstLaunch() local
|
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/domain/ |
D | Utils.kt | 87 val resultFile = getTempPNG(getString(R.string.result_file_name)) in toIntent() constant
|
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
H A D | ResultHandler.java | 172 File resultFile = null; in getResultFromDir() local 406 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local 685 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in getResultDirectories() local
|
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/ |
H A D | ChromiumHostDrivenTest.java | 108 File resultFile = null; in createTempResultFileOnDevice() local 273 File resultFile = device.pullFile(resultFilePath); in parseAndReport() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 519 File resultFile = in isStillRunning() local 588 File resultFile = null; in isStillRunning() local 799 File resultFile = null; in fetchAndProcessResults() local
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/uicd/tests/ |
D | UiConductorTest.java | 289 Path resultFile = mOutputDir.resolve(testCase.mId).resolve(TEST_RESULT_PATH); in runTestCase() local 312 ITestInvocationListener listener, UiConductorTestCase testCase, File resultFile) { in verifyTestResultFile()
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 225 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in writeResults() local 505 File resultFile = new File(resultDir, TEST_RESULT_FILE_NAME); in parseResults() local
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A D | ExternalFileWriter.java | 38 File resultFile = new File(dir, fileName); in writeStringToExternalFile() local
|
/aosp_15_r20/external/apache-velocity-engine/velocity-custom-parser-example/src/test/java/org/apache/velocity/runtime/parser/ |
H A D | CustomParserTestCase.java | 42 String resultFile = RESULTS_DIR + File.separator + "test.md"; in testMarkdownTemplate() local
|
/aosp_15_r20/packages/modules/Profiling/aidl/android/os/ |
D | IProfilingResultCallback.aidl | 23 …oneway void sendResult(String resultFile, long keyMostSigBits, long keyLeastSigBits, int status, S… in sendResult()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/javac/ |
D | framework-profiling.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/os/
android/ ... |
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
H A D | OutputFileDumper.java | 56 private final File resultFile; field in OutputFileDumper
|
/aosp_15_r20/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
H A D | AbstractService.java | 57 File resultFile = new File(applicationContext.getFilesDir(), getId()); in run() local
|
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/ |
D | ResultHandlerImpl.kt | 35 private val resultFile: File in <lambda>() constant
|
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/ |
D | ProfilingServiceTests.java | 2038 private void confirmResultCallback(ProfilingResultCallback callback, String resultFile, in confirmResultCallback() 2094 public void sendResult(String resultFile, long keyMostSigBits, in sendResult()
|
/aosp_15_r20/cts/hostsidetests/classpath/src/android/classpath/cts/ |
H A D | ClasspathDeviceInfo.java | 100 File resultFile = in testCollectClasspathDeviceInfo() local
|
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
H A D | ValidationTest.java | 102 File resultFile = new File(dataFile.getParent(), in getTestData() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/combined/ |
D | framework-profiling.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/os/
android/ ... |
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher_test_utils.cc | 154 File resultFile(path, File::FLAG_OPEN | File::FLAG_READ); in ReadSummary() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
H A D | BlasControls.java | 147 File resultFile = new File(externalStorage, RESULT_FILE); in writeResults() local
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
H A D | ReportExporter.java | 239 File resultFile = new File(resultsDir, resultFileName); in copyFormattingFiles() local
|
/aosp_15_r20/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | ScriptGroupTestActivity.java | 275 File resultFile = new File(externalStorage, RESULT_FILE); in benchmark_all() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Profiling/framework/framework-profiling.impl/android_common_apex35/jarjar/ |
D | framework-profiling.jar | com/android/internal/profiling/com/android/modules/utils/build/UnboundedSdkLevel ... |