Home
last modified time | relevance | path

Searched defs:resultFile (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
H A DCertificationReportCreator.java195 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 DServicesTests.java225 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 DServicesTests.java40 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/
DUtils.kt87 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 DResultHandler.java172 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 DChromiumHostDrivenTest.java108 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/
DRemoteInvocationExecution.java519 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/
DUiConductorTest.java289 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/
DXmlSuiteResultFormatter.java225 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 DExternalFileWriter.java38 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 DCustomParserTestCase.java42 String resultFile = RESULTS_DIR + File.separator + "test.md"; in testMarkdownTemplate() local
/aosp_15_r20/packages/modules/Profiling/aidl/android/os/
DIProfilingResultCallback.aidl23 …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/
Dframework-profiling.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DOutputFileDumper.java56 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 DAbstractService.java57 File resultFile = new File(applicationContext.getFilesDir(), getId()); in run() local
/aosp_15_r20/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/
DResultHandlerImpl.kt35 private val resultFile: File in <lambda>() constant
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java2038 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 DClasspathDeviceInfo.java100 File resultFile = in testCollectClasspathDeviceInfo() local
/aosp_15_r20/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
H A DValidationTest.java102 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/
Dframework-profiling.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/os/ android/ ...
/aosp_15_r20/external/cronet/base/test/launcher/
H A Dtest_launcher_test_utils.cc154 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 DBlasControls.java147 File resultFile = new File(externalStorage, RESULT_FILE); in writeResults() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DReportExporter.java239 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 DScriptGroupTestActivity.java275 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/
Dframework-profiling.jarcom/android/internal/profiling/com/android/modules/utils/build/UnboundedSdkLevel ...

123