Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/prod-tests/tests/src/com/android/build/tests/
DImageStatsTest.java91 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_regular() local
101 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_capturingGroups() local
118 String fileName = "/system/app/WallpapersBReel2017/WallpapersBReel2017.apk"; in testGetAggregationLabel_capturingGroups_partialBackReference() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java123 String fileName = "source_file"; in testResolveRelativeFilePath_noDeviceBuildInfo() local
138 String fileName = "source_file"; in testResolveRelativeFilePath_withDeviceBuildInfo() local
/tools/tradefederation/core/src/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/src/com/android/tradefed/targetprep/
DTestFilePushSetup.java71 protected void addTestFileName(String fileName) { in addTestFileName()
93 protected File getLocalPathForFilename(IBuildInfo buildInfo, String fileName, in getLocalPathForFilename()
DTestSystemAppInstallSetup.java52 public void addTestFileName(String fileName) { in addTestFileName()
DTemperatureThrottlingWaiter.java107 protected int getDeviceTemperature (ITestDevice device, String fileName) in getDeviceTemperature()
DPushFilePreparer.java99 public File resolveRelativeFilePath(IBuildInfo buildInfo, String fileName) { in resolveRelativeFilePath()
DTestAppInstallSetup.java121 public void addTestFileName(String fileName) { in addTestFileName()
/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/tradefederation/core/tests/src/com/android/tradefed/util/xml/
DAndroidManifestWriterTest.java84 private File extractTestXml(String fileName) throws IOException { in extractTestXml()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DJUnitXmlParserTest.java112 private InputStream extractTestXml(String fileName) { in extractTestXml()
DZipUtil2Test.java75 final String fileName = "rwxr-x--x"; in testExtractFileFromZip() local
/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
DClassPathScanner.java184 private String constructPath(List<String> rootPath, String fileName) { in constructPath()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java292 String fileName = String.format("%s-file", results.getKey().toString()); in testSimplePassRun_withLoggedFile() local
302 String fileName = String.format("%s-file", results.getKey().toString()); in testSimplePassRun_withLoggedFile() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2FrameworkStressTest.java173 String fileName = file.getName(); in getCameraIdList() local
DCameraTestBase.java719 String fileName = String.format("ionheaps_%s_onEnd", testClass); in dumpIonHeaps() local
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerStressHostTests.java111 private File getRepositoryTestAppFilePath(String fileDirectory, String fileName) { in getRepositoryTestAppFilePath()
DPackageManagerOTATests.java102 public File getTestAppFilePath(String fileName) { in getTestAppFilePath()
DPackageManagerHostTests.java150 public File getTestAppFilePath(String fileName) { in getTestAppFilePath()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java346 String fileName = EncodeUtils.decode(encodedFileName, flags); in readEntry() local
DStoredEntry.java473 String fileName = EncodeUtils.decode(fileNameData, cdh.getGpBit()); in readLocalHeader() local
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DHermeticMemoryTest.java186 private void uploadLogFile(String data, String fileName) { in uploadLogFile()
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DJarSigningTest.java311 String fileName = "file"; in openSignedJarDoesNotForcesWriteIfSignatureIsNotCorrect() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DGTest.java471 String fileName = fullPath.substring(pos + 1); in getFileName() local

12