Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 48) sorted by relevance

12

/tools/tradefederation/contrib/tests/src/com/android/build/tests/
DImageStatsTest.java80 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_regular() local
92 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_capturingGroups() local
110 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_capturingGroups_partialBackReference() local
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/invoker/
DTestInformation.java174 public File getDependencyFile(String fileName, boolean targetFirst) in getDependencyFile()
197 private File getFromEnv(String fileName, boolean targetFirst) { in getFromEnv()
212 private File getFromTestsDir(String fileName) { in getFromTestsDir()
228 private File getFile(String fileName) { in getFile()
232 private File getFromDependencyFolder(String fileName) { in getFromDependencyFolder()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DDeviceStorageFiller.java55 String fileName = getFullFileName(); in setUp() local
68 String fileName = getFullFileName(); in tearDown() local
DTestFilePushSetup.java66 protected void addTestFileName(String fileName) { in addTestFileName()
86 protected File getLocalPathForFilename(IBuildInfo buildInfo, String fileName, in getLocalPathForFilename()
DTestSystemAppInstallSetup.java53 public void addTestFileName(String fileName) { in addTestFileName()
DTemperatureThrottlingWaiter.java108 protected int getDeviceTemperature (ITestDevice device, String fileName) in getDeviceTemperature()
/tools/tradefederation/core/common_util/com/android/tradefed/util/net/
DHttpMultipartPost.java82 String fileName = file.getAbsolutePath(); in addTextFile() local
98 public void addTextFile(String name, String fileName, InputStream in) in addTextFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/contentprovider/
DContentProviderHandlerTest.java293 String fileName = "content-provider-file.txt"; in testPullDir_OneFile() local
307 assertEquals(pullTo.listFiles()[0].getName(), fileName); in testPullDir_OneFile() local
324 String fileName = "test-file.txt"; in testPullDir_RecursiveSubDir() local
356 assertEquals(pullTo.listFiles()[0].listFiles()[0].getName(), fileName); in testPullDir_RecursiveSubDir() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatLfnDirectoryEntry.java46 private String fileName; field in FatLfnDirectoryEntry
64 FatDirectoryEntry realEntry, String fileName) { in FatLfnDirectoryEntry()
77 final String fileName; in extract() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DRewriteAnnotations.kt52 val fileName = source.name in <lambda>() constant
80 val fileName = source.name in <lambda>() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java584 String fileName = "source_file"; in testResolveRelativeFilePath_withDeviceBuildInfo() local
617 String fileName = "source_file"; in testUnableResolveRelativeFilePath_withDeviceBuildInfo() local
651 String fileName = "source_file"; in testResolveRelativeFilePath_fromModule() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DJUnitXmlParserTest.java144 private InputStream extractTestXml(String fileName) { in extractTestXml()
DZipUtil2Test.java75 final String fileName = "rwxr-x--x"; in testExtractFileFromZip() local
DZipUtilFuncTest.java149 private static void addToZipFile(String fileName, ZipOutputStream zos) throws IOException { in addToZipFile()
/tools/tradefederation/contrib/src/com/android/aetest/tradefed/targetprep/
DAeTestManagedProfileCreator.java136 private File getApk(ITestDevice device, IBuildInfo buildInfo, String fileName) in getApk()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/multi/
DMixImageZipPreparer.java591 void addSystemFileName(String fileName) { in addSystemFileName()
596 void addResourceFileName(String fileName) { in addResourceFileName()
601 void addDummyFileName(String fileName) { in addDummyFileName()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java270 String fileName = getBtSnoopLogFilePath(device); in uploadLogFiles() local
297 String fileName = getBtSnoopLogFilePath(device); in cleanLogFile() local
/tools/tradefederation/contrib/src/com/android/performance/tests/
DSystemMemoryTest.java74 private void uploadLogFile(String data, String fileName) { in uploadLogFile()
DAppIncrementalInstallTest.java221 private boolean matchesPackagesForInstall(String fileName) { in matchesPackagesForInstall()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTest.java206 String fileName = getFileName(path); in shouldRunFolder() local
221 String fileName = fullPath.substring(pos + 1); in getFileName() local
DArtRunTest.java181 protected File getDependencyFileFromRunTestDir(TestInformation testInfo, String fileName) in getDependencyFileFromRunTestDir()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java306 String fileName = String.format("%s-file", results.getKey().toString()); in testSimplePassRun_withLoggedFile() local
316 String fileName = String.format("%s-file", results.getKey().toString()); in testSimplePassRun_withLoggedFile() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java320 String fileName = "source_file"; in testResolveRelativeFilePath_noDeviceBuildInfo() local
335 String fileName = "source_file"; in testResolveRelativeFilePath_withDeviceBuildInfo() local
366 String fileName = "source_file"; in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2FrameworkStressTest.java176 String fileName = file.getName(); in getCameraIdList() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMixImageZipPreparerTest.java321 private void verifyImage(String content, File dir, String fileName) in verifyImage()
323 try (FileReader reader = new FileReader(new File(dir, fileName))) { in verifyImage() argument

12