| /cts/tests/mediapc/src/android/mediapc/cts/ |
| D | MultiDecoderPairPerfTest.java | 250 String testFile = m1080pTestFiles.get(mSecondPair.first); in testCodec() local 255 String testFile = m1080pTestFiles.get(mFirstPair.first); in testCodec() local 264 String testFile = isSecure ? widevineTestFiles.get(mFirstPair.first) : in testCodec() local 273 String testFile = isSecure ? widevineTestFiles.get(mSecondPair.first) : in testCodec() local
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | FileObserverTest.java | 46 File testFile = new File(dir, TEST_FILE); in helpSetUp() local 76 File testFile = new File(dir, TEST_FILE); in helpTearDown() local 144 File testFile = new File(dir, TEST_FILE); in helpTestFileObserver() local 209 File testFile, boolean isEmulated) throws Exception { in verifyTriggeredEventsOnFile() 236 final File testFile = new File(testDir, TEST_FILE); in verifyTriggeredEventsOnDir() local 323 File testFile, final int[] expected, final FileEvent[] moveEvents) { in assertEventsContains()
|
| /cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/ |
| D | SimpleIOActivity.java | 31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG"); in onStart() local
|
| /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
| D | Preconditions.java | 36 File testFile = new File(pathName); in assertTestFileExists() local
|
| /cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/ |
| D | TransformHdrToSdrToneMapTest.java | 77 private final String testFile; field in TransformHdrToSdrToneMapTest 80 public TransformHdrToSdrToneMapTest(String mediaType, String testFile, String testId) { in TransformHdrToSdrToneMapTest()
|
| D | TransformVideoAspectRatio.java | 63 private final String testFile; field in TransformVideoAspectRatio 67 float requestedAspectRatio, String testFile, String testId) { in TransformVideoAspectRatio()
|
| D | TranscodeQualityTest.java | 58 private final String testFile; field in TranscodeQualityTest 63 float frameRate, String testFile, boolean isWithinCddRequirements, String testId) { in TranscodeQualityTest()
|
| D | VideoResolutionTest.java | 64 private final String testFile; field in VideoResolutionTest 71 public VideoResolutionTest(String mediaType, String testFile, int inpWidth, int inpHeight, in VideoResolutionTest()
|
| D | TransformReverseTransformIdentityTest.java | 72 private final String testFile; field in TransformReverseTransformIdentityTest 80 String testFile, int inpWidth, int inpHeight, int outWidth, int outHeight, String testId) { in TransformReverseTransformIdentityTest()
|
| /cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
| D | ReadMultiViewTest.java | 46 final File testFile = new File(ourTestDir, "test.probe"); in testRWAccess() local
|
| /cts/tests/media/common/src/android/mediav2/common/cts/ |
| D | CompareStreams.java | 106 public CompareStreams(RawResource refYuv, String testMediaType, String testFile, in CompareStreams() 108 super(findDecoderForStream(testMediaType, testFile), testMediaType, testFile, LOG_TAG); in CompareStreams() local 128 String testFile, boolean allowRefResize, boolean allowRefLoopBack) throws IOException { in CompareStreams() 134 public CompareStreams(RawResource refYuv, String testMediaType, String testFile, in CompareStreams() 137 super(findDecoderForStream(testMediaType, testFile), testMediaType, testFile, LOG_TAG); in CompareStreams() local
|
| /cts/tests/tests/telephony/current/src/android/telephony/cts/ |
| D | CallComposerTest.java | 103 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/ |
| D | InstallUtilsHost.java | 193 File testFile = null; in getTestFile() local 226 File testFile = FileUtil.findFile(baseSearchFile, testFileName); in searchTestFile() local
|
| /cts/hostsidetests/backup/includeexcludeapp/src/android/cts/backup/includeexcludeapp/ |
| D | DataExtractionRulesApplicabilityTest.java | 63 File testFile = new File(mContext.getFilesDir(), fileName); in createFiles() local
|
| /cts/tests/media/src/android/mediav2/cts/ |
| D | CodecDecoderTest.java | 110 public CodecDecoderTest(String decoder, String mediaType, String testFile, String refFile, in CodecDecoderTest() 349 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 564 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush() 773 private native boolean nativeTestOnlyEos(String decoder, String mediaType, String testFile, in nativeTestOnlyEos() 866 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestSimpleDecodeQueueCSD()
|
| D | CodecDecoderSurfaceTest.java | 85 public CodecDecoderSurfaceTest(String decoder, String mediaType, String testFile, in CodecDecoderSurfaceTest() 587 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 608 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
|
| D | DecoderHDRInfoTest.java | 93 public DecoderHDRInfoTest(String codecName, String mediaType, String testFile, in DecoderHDRInfoTest()
|
| /cts/tests/video/src/android/video/cts/ |
| D | CodecDecoderPerformanceTest.java | 41 public CodecDecoderPerformanceTest(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTest()
|
| D | CodecDecoderPerformanceTestBase.java | 41 public CodecDecoderPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTestBase()
|
| /cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
| D | CodecDecoderDrmTest.java | 80 public CodecDecoderDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderDrmTest()
|
| D | CodecDecoderBlockModelMultiAccessUnitDrmTest.java | 102 String testFile, String allTestParams) { in CodecDecoderBlockModelMultiAccessUnitDrmTest()
|
| D | CodecDecoderMultiAccessUnitDrmTest.java | 99 public CodecDecoderMultiAccessUnitDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderMultiAccessUnitDrmTest()
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | ReadableUriExtraToClipDataTest.java | 63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
|
| /cts/tests/videocodec/src/android/videocodec/cts/ |
| D | VideoDecoderValidationTest.java | 60 public VideoDecoderValidationTest(String decoder, String mediaType, String testFile, in VideoDecoderValidationTest()
|
| /cts/tests/ondeviceintelligence/src/android/ondeviceintelligence/cts/ |
| D | CtsIntelligenceService.java | 100 File testFile = new File(getFilesDir(), TEST_FILE_NAME); in onInferenceServiceConnected() local 136 File testFile = new File(getFilesDir(), TEST_FILE_NAME); in createAndPopulateTestFile() local
|