Home
last modified time | relevance | path

Searched defs:testFile (Results 1 – 25 of 34) sorted by relevance

12

/cts/tests/tests/os/src/android/os/cts/
DFileObserverTest.java44 File testFile = new File(dir, TEST_FILE); in helpSetUp() local
74 File testFile = new File(dir, TEST_FILE); in helpTearDown() local
137 File testFile = new File(dir, TEST_FILE); in helpTestFileObserver() local
209 File testFile, boolean isEmulated) throws Exception { in verifyTriggeredEventsOnFile()
232 final File testFile = new File(testDir, TEST_FILE); in verifyTriggeredEventsOnDir() local
323 File testFile, final int[] expected, final FileEvent[] moveEvents) { in assertEventsEquals()
338 File testFile, final int[] expected, final FileEvent[] moveEvents) { in assertEventsContains()
/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
DSimpleIOActivity.java31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG"); in onStart() local
DSimpleIOService.java78 File testFile = new File(getFilesDir(), "StoragedTest_Temp_BG"); in handleMessage() local
/cts/tests/tests/media/src/android/media/cts/
DPreconditions.java32 File testFile = new File(pathName); in assertTestFileExists() local
/cts/tests/media/src/android/mediav2/cts/
DPreconditions.java32 File testFile = new File(pathName); in assertTestFileExists() local
DCodecDecoderTest.java68 public CodecDecoderTest(String decoder, String mime, String testFile, String refFile, in CodecDecoderTest()
184 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
398 String testFile); in nativeTestFlush()
621 private native boolean nativeTestOnlyEos(String decoder, String mime, String testFile); in nativeTestOnlyEos()
722 String testFile); in nativeTestSimpleDecodeQueueCSD()
DCodecDecoderSurfaceTest.java48 public CodecDecoderSurfaceTest(String decoder, String mime, String testFile, in CodecDecoderSurfaceTest()
400 String testFile, String refFile, float rmsError, long checksum); in nativeTestSimpleDecode()
418 String testFile); in nativeTestFlush()
DDecoderColorAspectsTest.java45 public DecoderColorAspectsTest(String decoderName, String mime, String testFile, int range, in DecoderColorAspectsTest()
DCodecEncoderSurfaceTest.java89 public CodecEncoderSurfaceTest(String encoder, String mime, String testFile, int bitrate, in CodecEncoderSurfaceTest()
547 String testFile, String muxFile, int bitrate, int framerate); in nativeTestSimpleEncode()
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadMultiViewTest.java46 final File testFile = new File(ourTestDir, "test.probe"); in testRWAccess() local
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java179 File testFile = null; in getTestFile() local
213 File testFile = FileUtil.findFile(baseSearchFile, testFileName); in searchTestFile() local
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCallComposerTest.java92 Path testFile = mContext.getFilesDir().toPath().resolve(TEST_FILE_NAME); in testUploadPictureWithFile() local
115 Path testFile = mContext.getFilesDir().toPath().resolve(TEST_FILE_NAME); in testExcessivelyLargePictureAsFile() local
/cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/
DDataExtractionRulesApplicabilityTest.java63 File testFile = new File(mContext.getFilesDir(), fileName); in createFiles() local
/cts/tests/video/src/android/video/cts/
DCodecDecoderPerformanceTest.java39 public CodecDecoderPerformanceTest(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTest()
DCodecDecoderPerformanceTestBase.java41 public CodecDecoderPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTestBase()
DCodecEncoderPerformanceTest.java48 public CodecEncoderPerformanceTest(String decoderName, String testFile, String encoderMime, in CodecEncoderPerformanceTest()
/cts/tests/mediapc/src/android/mediapc/cts/
DMultiDecoderPerfTest.java48 public MultiDecoderPerfTest(String mimeType, String testFile, String decoderName, in MultiDecoderPerfTest()
DAudioPlaybackLoad.java40 AudioPlaybackLoad(String mime, String testFile, String decoderName, LoadStatus loadStatus) { in AudioPlaybackLoad()
DMultiCodecPerfTestBase.java79 public MultiCodecPerfTestBase(String mime, String testFile, boolean isAsync) { in MultiCodecPerfTestBase()
/cts/tests/tests/content/src/android/content/cts/
DReadableUriExtraToClipDataTest.java63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java113 final File testFile = mBuildHelper.getTestFile(FILE_NAME); in testTransferTime() local
/cts/tests/backup/app/src/android/backup/app/
DKeyValueBackupAgent.java48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME); in onBackup() local
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPocPusher.java118 public void pushFile(String testFile, String remoteFile) in pushFile()
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp301 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode()
402 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile) { in testFlush()
529 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile) { in testOnlyEos()
570 bool CodecDecoderTest::testSimpleDecodeQueueCSD(const char* decoder, const char* testFile) { in testSimpleDecodeQueueCSD()
/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java90 public void testFile() throws Exception { in testFile() method in DeviceReportTest

12