/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/tradefederation/core/src/com/android/tradefed/result/ |
D | LogFilesReporter.java | 141 String folder = pattern.substring(0, pattern.lastIndexOf('/')); in cleanFilesOnDevice() local 142 if (doesDirectoryExistOnDevice(folder)) { in cleanFilesOnDevice() 154 protected boolean doesDirectoryExistOnDevice(String folder) throws DeviceNotAvailableException { in doesDirectoryExistOnDevice() argument 155 IFileEntry outputDir = getDevice().getFileEntry(folder); in doesDirectoryExistOnDevice() 157 CLog.w("Directory not found on device: %s", folder); in doesDirectoryExistOnDevice()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | DumpHeapCollectorTest.java | 62 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in DumpHeapCollectorTest 87 File mapsDumpheap1 = folder.newFile("maps1"); in testTakeDumpheap_success() 88 File mapsDumpheap2 = folder.newFile("maps2"); in testTakeDumpheap_success() 107 File tempFile1 = folder.newFile(); in testCollect_success() 108 File tempFile2 = folder.newFile(); in testCollect_success() 148 File tempFile1 = folder.newFile(); in testCollectSuccess_thresholdTooHigh() 149 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/ |
D | script_help.sh | 81 for folder in ${ANDROID_HOST_OUT_TESTCASES}/*; do 82 for entry in "$folder"/*; do
|
/tools/test/connectivity/tools/lab/ |
D | README.md | 1 This folder contains tools to be used in the testing lab. 3 NOTE: The config.json file in this folder contains random values - for the full 4 config file, look at the corresponding folder in google3
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | CodeCoverageListenerTest.java | 68 @Rule public TemporaryFolder folder = new TemporaryFolder(); field in CodeCoverageListenerTest 87 File coverageFile = folder.newFile("coverage.ec"); in test()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/metricregression/ |
D | DetectRegression.java | 224 private List<File> getMetricsFiles(File folder) throws IOException { in getMetricsFiles() argument 226 return FileUtil.findFiles(folder, METRICS_PATTERN) in getMetricsFiles()
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
D | jacocoagent.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |
/tools/tradefederation/core/atest/ |
D | README.md | 286 1) Provide a folder containing baseline (pre-patch) metrics (generated previously). 293 2) Provide a folder containing post-patch metrics (generated previously).
|
/tools/metalava/ |
D | README.md | 266 some of this is in the manual/ folder in this project.
|