Home
last modified time | relevance | path

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

123

/cts/tests/mediapc/src/android/mediapc/cts/
DMultiDecoderPairPerfTest.java250 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/
DFileObserverTest.java46 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/
DSimpleIOActivity.java31 File testFile = new File(getFilesDir(), "StoragedTest_Temp_FG"); in onStart() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DPreconditions.java36 File testFile = new File(pathName); in assertTestFileExists() local
/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DTransformHdrToSdrToneMapTest.java77 private final String testFile; field in TransformHdrToSdrToneMapTest
80 public TransformHdrToSdrToneMapTest(String mediaType, String testFile, String testId) { in TransformHdrToSdrToneMapTest()
DTransformVideoAspectRatio.java63 private final String testFile; field in TransformVideoAspectRatio
67 float requestedAspectRatio, String testFile, String testId) { in TransformVideoAspectRatio()
DTranscodeQualityTest.java58 private final String testFile; field in TranscodeQualityTest
63 float frameRate, String testFile, boolean isWithinCddRequirements, String testId) { in TranscodeQualityTest()
DVideoResolutionTest.java64 private final String testFile; field in VideoResolutionTest
71 public VideoResolutionTest(String mediaType, String testFile, int inpWidth, int inpHeight, in VideoResolutionTest()
DTransformReverseTransformIdentityTest.java72 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/
DReadMultiViewTest.java46 final File testFile = new File(ourTestDir, "test.probe"); in testRWAccess() local
/cts/tests/media/common/src/android/mediav2/common/cts/
DCompareStreams.java106 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/
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.java193 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/
DDataExtractionRulesApplicabilityTest.java63 File testFile = new File(mContext.getFilesDir(), fileName); in createFiles() local
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java110 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()
DCodecDecoderSurfaceTest.java85 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()
DDecoderHDRInfoTest.java93 public DecoderHDRInfoTest(String codecName, String mediaType, String testFile, in DecoderHDRInfoTest()
/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()
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderDrmTest.java80 public CodecDecoderDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderDrmTest()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java102 String testFile, String allTestParams) { in CodecDecoderBlockModelMultiAccessUnitDrmTest()
DCodecDecoderMultiAccessUnitDrmTest.java99 public CodecDecoderMultiAccessUnitDrmTest(String decoder, String mediaType, String testFile, in CodecDecoderMultiAccessUnitDrmTest()
/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/ondeviceintelligence/src/android/ondeviceintelligence/cts/
DCtsIntelligenceService.java100 File testFile = new File(getFilesDir(), TEST_FILE_NAME); in onInferenceServiceConnected() local
136 File testFile = new File(getFilesDir(), TEST_FILE_NAME); in createAndPopulateTestFile() local

123