/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | DumpHeapCollectorTest.java | 58 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in DumpHeapCollectorTest 82 File mapsDumpheap1 = folder.newFile("maps1"); in testTakeDumpheap_success() 83 File mapsDumpheap2 = folder.newFile("maps2"); in testTakeDumpheap_success() 102 File tempFile1 = folder.newFile(); in testCollect_success() 103 File tempFile2 = folder.newFile(); in testCollect_success() 139 File tempFile1 = folder.newFile(); in testCollectSuccess_thresholdTooHigh() 140 File tempFile2 = folder.newFile(); in testCollectSuccess_thresholdTooHigh()
|
D | ScheduleMultipleDeviceMetricCollectorTest.java | 50 @Rule public final TemporaryFolder folder = new TemporaryFolder(); field in ScheduleMultipleDeviceMetricCollectorTest 135 File metricStoragePath = folder.newFolder(); in testMultipleMetricCollector_success() 207 File metricStoragePath = folder.newFolder(); in testMultipleMetricCollector_collectorNotFound() 255 setter.setOptionValue("metric-storage-path", folder.newFolder().toString()); in testMultipleMetricCollector_failsForNonNegativeInterval()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | NativeCodeCoverageListenerTest.java | 75 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in NativeCodeCoverageListenerTest 120 File outputZip = folder.newFile("coverage.zip"); in test_logsCoverageZip() 152 File outputZip = folder.newFile("empty_coverage.zip"); in testNoCoverageFiles_logsEmptyZip() 258 File outputZip = folder.newFile("coverage.zip"); in testNoCollectOnTestEnd_noCoverageMeasurements() 292 File tarFile = folder.newFile("coverage.tar"); in createTar()
|
D | JavaCodeCoverageListenerTest.java | 91 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in JavaCodeCoverageListenerTest 239 File coverageFile1 = folder.newFile("coverage1.ec"); in testMerge_producesSingleMeasurement() 245 File coverageFile2 = folder.newFile("coverage2.ec"); in testMerge_producesSingleMeasurement() 326 File coverageFile = folder.newFile(new File(devicePath).getName()); in mockCoverageFileOnDevice()
|
D | ClangCodeCoverageListenerTest.java | 79 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in ClangCodeCoverageListenerTest 385 File tarFile = folder.newFile(); in createTar() 401 File profileToolZip = folder.newFile("llvm-profdata.zip"); in createProfileToolZip()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZipTestUtils.java | 55 static File cloneRsrc(@Nonnull String rsrcName, @Nonnull TemporaryFolder folder) in cloneRsrc() argument 64 return cloneRsrc(rsrcName, folder, cloneName); in cloneRsrc() 81 @Nonnull TemporaryFolder folder, in cloneRsrc() argument 84 File result = new File(folder.getRoot(), cloneName); in cloneRsrc()
|
D | ZFileReadOnlyTest.java | 81 File folder = temporaryFolder.newFolder(); in cannotAddRecursivelyInRoMode() local 84 zf.addAllRecursively(folder); in cannotAddRecursivelyInRoMode()
|
/tools/asuite/aidegen/lib/ |
D | native_util_unittest.py | 164 folder = 'path/to/dir' 166 abs_path = os.path.join(root_dir, folder) 167 mock_walk.return_value = [(root_dir, [folder], [target])] 170 mock_walk.return_value = [(root_dir, [folder], [target])]
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | RemoteInvocationExecution.java | 554 String folder = tmpDirFolder.getStdout().trim(); in collectAdbLogs() local 555 CLog.d("Remote TMPDIR folder is: %s", folder); in collectAdbLogs() 556 if (Strings.isNullOrEmpty(folder)) { in collectAdbLogs() 558 folder = "/tmp"; in collectAdbLogs() 576 folder + "/adb." + uidString + ".log", in collectAdbLogs()
|
/tools/tradefederation/core/ |
D | script_help.sh | 96 for folder in ${ANDROID_HOST_OUT_TESTCASES}/*; do 97 for entry in "$folder"/*; do
|
/tools/asuite/aidegen/ |
D | README.md | 12 * Launch IDE for a specified folder which contains build targets, i.e. cts. 19 root folder.
|
/tools/test/openhst/ |
D | README.md | 47 1. Decompress protoc-3.11.4-win64.zip and copy bin/protoc.exe to env/bin folder. 48 1. Decompress protoc-3.11.4-win64.zip and copy include/* under env/include folder
|
/tools/asuite/aidegen/project/ |
D | source_splitter.py | 297 for folder in excludes: 298 folder_path = os.path.join(root_path, folder)
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | DetectRegression.java | 223 private List<File> getMetricsFiles(File folder) throws IOException { in getMetricsFiles() argument 225 return FileUtil.findFiles(folder, METRICS_PATTERN) in getMetricsFiles()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSFileDownloader.java | 210 String bucketName, String folder, List<StorageObject> subFiles, List<String> subFolders) in listRemoteFilesUnderFolder() argument 218 .setPrefix(folder) in listRemoteFilesUnderFolder()
|
/tools/tradefederation/core/tests/ |
D | run_tradefed_aosp_presubmit.sh | 22 $tfdir/tradefed.sh run singleCommand tf/local-unit-launcher --folder-path ${TF_JAR_DIR} "$@"
|
/tools/tradefederation/contrib/tests/ |
D | OWNERS | 1 # Owners for modifying any build rules related to the contrib folder
|
/tools/tradefederation/contrib/ |
D | OWNERS | 1 # Owners for modifying any build rules related to the contrib folder
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | README.md | 3 This folder contains the core interfaces that describes a test in TradeFed.
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | README.md | 3 This folder contains the core implementation and interfaces of TradeFed metric Collectors.
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/ |
D | README.md | 3 This folder contains the core interfaces that describes a multi-target
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | README.md | 3 This folder contains the core interfaces that describes a target (device)
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 24 Alternatively, run-user-switch-perf.sh script in the scripts folder
|
/tools/metalava/ |
D | API-LINT.md | 59 behalf to a generated file in the out/ folder, and if there's a failure metalava
|
D | README.md | 286 merges in manually curated data; some of this is in the manual/ folder in this
|