Home
last modified time | relevance | path

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

12

/cts/tests/mediapc/src/android/mediapc/cts/
DMultiDecoderPairPerfTest.java239 String testFile = m1080pTestFiles.get(mSecondPair.first); in testCodec() local
244 String testFile = m1080pTestFiles.get(mFirstPair.first); in testCodec() local
253 String testFile = isSecure ? widevineTestFiles.get(mFirstPair.first) : in testCodec() local
262 String testFile = isSecure ? widevineTestFiles.get(mSecondPair.first) : in testCodec() local
DAudioPlaybackLoad.java40 AudioPlaybackLoad(String mime, String testFile, String decoderName, LoadStatus loadStatus) { in AudioPlaybackLoad()
/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
142 File testFile = new File(dir, TEST_FILE); in helpTestFileObserver() local
207 File testFile, boolean isEmulated) throws Exception { in verifyTriggeredEventsOnFile()
226 final File testFile = new File(testDir, TEST_FILE); in verifyTriggeredEventsOnDir() local
313 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/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPreconditions.java36 File testFile = new File(pathName); in assertTestFileExists() local
/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/tests/media/common/src/android/mediav2/common/cts/
DCompareStreams.java86 private CompareStreams(RawResource refYuv, String testMediaType, String testFile, in CompareStreams()
90 super(findDecoderForStream(testMediaType, testFile), testMediaType, testFile, LOG_TAG); in CompareStreams() local
108 public CompareStreams(RawResource refYuv, String testMediaType, String testFile, in CompareStreams()
123 String testFile, boolean allowRefResize, boolean allowRefLoopBack) throws IOException { in CompareStreams()
DHDRDecoderTestBase.java49 public HDRDecoderTestBase(String decoder, String mediaType, String testFile, in HDRDecoderTestBase()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCallComposerTest.java103 Path testFile = mContext.getFilesDir().toPath().resolve(TEST_FILE_NAME); in testUploadPictureWithFile() local
132 Path testFile = mContext.getFilesDir().toPath().resolve(TEST_FILE_NAME); in testExcessivelyLargePictureAsFile() local
/cts/libs/install/src/android/cts/install/lib/host/
DInstallUtilsHost.java189 File testFile = null; in getTestFile() local
222 File testFile = FileUtil.findFile(baseSearchFile, testFileName); in searchTestFile() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java80 public CodecDecoderSurfaceTest(String decoder, String mediaType, String testFile, in CodecDecoderSurfaceTest()
484 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
505 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
DCodecDecoderTest.java109 public CodecDecoderTest(String decoder, String mediaType, String testFile, String refFile, in CodecDecoderTest()
348 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
548 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
757 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos()
850 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestSimpleDecodeQueueCSD()
DDecoderHDRInfoTest.java93 public DecoderHDRInfoTest(String codecName, String mediaType, String testFile, in DecoderHDRInfoTest()
DDecoderColorAspectsTest.java67 public DecoderColorAspectsTest(String decoderName, String mediaType, String testFile, int range, in DecoderColorAspectsTest()
/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.java41 public CodecDecoderPerformanceTest(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTest()
DCodecDecoderPerformanceTestBase.java41 public CodecDecoderPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTestBase()
DCodecEncoderPerformanceTest.java51 public CodecEncoderPerformanceTest(String decoderName, String testFile, String encoderMime, in CodecEncoderPerformanceTest()
/cts/tests/tests/content/src/android/content/cts/
DReadableUriExtraToClipDataTest.java63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoDecoderValidationTest.java60 public VideoDecoderValidationTest(String decoder, String mediaType, String testFile, in VideoDecoderValidationTest()
/cts/tests/backup/app/src/android/backup/app/
DKeyValueBackupAgent.java48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME); in onBackup() local
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp354 bool CodecDecoderTest::testSimpleDecode(const char* decoder, const char* testFile, in testSimpleDecode()
419 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush()
516 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos()
546 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
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java142 private void testFile(String absolutePath, String readCommand, Pattern pattern) throws Exception { in testFile() method in ProcfsHostTests

12