Home
last modified time | relevance | path

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

1234

/cts/tools/release-parser/tests/src/com/android/cts/releaseparser/
DFileParserTest.java56 String fileName = TEST_VDEX; in testVdex() local
72 String fileName = TEST_ART; in testArt() local
88 String fileName = TEST_OAT; in testOat() local
104 String fileName = TEST_ODEX; in testOdex() local
120 String fileName = TEST_BUILD_PROP; in testBuildProp() local
149 private void testXmlParser(String fileName) throws Exception { in testXmlParser()
158 private void testFileParser(String fileName, Entry fileEntry) throws Exception { in testFileParser()
DSoParserTest.java61 private void testSoParser(String fileName, String txtProtobufFileName, boolean parseInternalApi) in testSoParser()
DApkParserTest.java75 private void testApkParser(String fileName) throws Exception { in testApkParser()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DDepPrinter.java62 String fileName = String.format("%s/%s.gv", dirName, exeName); in compareEntries() local
68 public void writeDeltaDigraph(String exeName, ReleaseContent bRelContent, String fileName) { in writeDeltaDigraph()
74 public void compareEntry(String exeName, String fileName) { in compareEntry()
83 public void writeDigraph(Entry entry, String fileName) { in writeDigraph()
120 String fileName = String.format("%s/%s.gv", dirName, "RC-files"); in compareRcEntries() local
DDepCsvPrinter.java64 String fileName = String.format("%s/%s.csv", dirName, exeName); in compareEntries() local
70 public void writeDeltaDigraph(String exeName, ReleaseContent bRelContent, String fileName) { in writeDeltaDigraph()
76 public void compareEntry(String exeName, String fileName) { in compareEntry()
85 public void writeCsv(Entry entry, String fileName) { in writeCsv()
135 String fileName = String.format("%s/%s.csv", dirName, "RC-files"); in compareRcEntries() local
DClassUtils.java112 public static File getResrouceFile(Class clazz, String fileName) throws IOException { in getResrouceFile()
133 public static String getResrouceContentString(Class clazz, String fileName) throws IOException { in getResrouceContentString()
155 public static InputStream openResourceAsStream(Class clazz, String fileName) { in openResourceAsStream()
167 public static InputStreamReader openResourceAsStreamReader(Class clazz, String fileName) { in openResourceAsStreamReader()
DZipParser.java96 String fileName = zipEntry.getName(); in getFilefromZip() local
207 String fileName = argParser.getParameterList("i").get(0); in main() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java63 private void capture(String fileName) { in capture()
76 String fileName = description.getTestClass().getSimpleName() + "#" in capture() local
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DValidationTestUtil.java35 public StatsdConfig getConfig(String fileName) throws IOException { in getConfig()
DProcStatsValidationTests.java59 final String fileName = "PROCSTATSQ_PROCS_STATE_TOP_DURATION.pbtxt"; in testProcessStateTopDuration() local
384 final String fileName = "PROCSTATSQ_PULL_PKG_PROC.pbtxt"; in testProcStatsPkgProcStats() local
DBatteryStatsValidationTests.java127 final String fileName = "BATTERYSTATS_SERVICE_START_COUNT.pbtxt"; in testServiceStartCount() local
171 final String fileName = "BATTERYSTATS_SERVICE_LAUNCH_COUNT.pbtxt"; in testServiceLaunchCount() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildCTSHostSources.java81 private String fileName; field in BuildCTSHostSources.HostState
84 public HostState(String fileName) { in HostState()
153 String fileName = HOSTJUNIT_SRC_OUTPUT_FOLDER + "/" + modPackage.replaceAll("\\.", "/") in openCTSHostFileFor() local
DBuildStep.java34 final File fileName; field in BuildStep.BuildFile
36 BuildFile(String folder, String fileName) { in BuildFile()
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java211 private void printExifTagsAndValues(String fileName, ExifInterface exifInterface) { in printExifTagsAndValues()
383 private void testExifInterfaceCommon(String fileName, ExpectedValue expectedValue) in testExifInterfaceCommon()
420 private void testExifInterfaceRange(String fileName, ExpectedValue expectedValue) in testExifInterfaceRange()
473 private void testSaveAttributes_withFileName(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileName()
506 private void testSaveAttributes_withFileDescriptor(String fileName, ExpectedValue expectedValue) in testSaveAttributes_withFileDescriptor()
551 private void testExifInterfaceForJpeg(String fileName, int typedArrayResourceId) in testExifInterfaceForJpeg()
568 private void testExifInterfaceForRaw(String fileName, int typedArrayResourceId) in testExifInterfaceForRaw()
DDecodeAccuracyTest.java141 private String fileName; field in DecodeAccuracyTest
175 public DecodeAccuracyTest(String testname, String fileName) { in DecodeAccuracyTest()
/cts/tools/cfassembler/src/dxconvext/util/
DFileUtils.java41 public static byte[] readFile(String fileName) { in readFile()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2460/
Dpoc.cpp44 const char *fileName = "/sdcard/test"; in main() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodIconSamplerActivity.java65 String fileName = Environment.getExternalStorageDirectory().getPath() + "/badged_icon.png"; in sampleImage() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DIntentGenerationTests.java116 private TestCase readFromStorage(String fileName) throws IOException, JSONException { in readFromStorage()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DBitmapUtils.java147 private static void logIfBitmapSolidColor(String fileName, Bitmap bitmap) { in logIfBitmapSolidColor()
160 public static void saveBitmap(Bitmap bitmap, String directoryName, String fileName) { in saveBitmap()
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBitmapUtils.java147 private static void logIfBitmapSolidColor(String fileName, Bitmap bitmap) { in logIfBitmapSolidColor()
160 public static void saveBitmap(Bitmap bitmap, String directoryName, String fileName) { in saveBitmap()
DFileCopyHelper.java62 public String copy(int resId, String fileName) throws IOException { in copy()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DInstantCookieHostTest.java115 private File getTestAppFile(String fileName) throws FileNotFoundException { in getTestAppFile()
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DVintfFilesCollector.java62 String fileName = guessFileName(content); in collect() local

1234