Home
last modified time | relevance | path

Searched defs:testFile (Results 101 – 125 of 307) sorted by relevance

12345678910>>...13

/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DReadableUriExtraToClipDataTest.java63 File testFile = new File(getContext().getFilesDir() + File.separator + fileName); in setUp() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/cache/
DUploadManifestTest.java60 File testFile = FileUtil.createTempFile("test-", ".txt", mWorkFolder); in builder_works() local
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
H A DFramedLZ4CompressorRoundtripTest.java68 private void roundTripTest(String testFile) throws IOException { in roundTripTest()
/aosp_15_r20/cts/tests/video/src/android/video/cts/
H A DCodecDecoderPerformanceTest.java43 public CodecDecoderPerformanceTest(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTest()
H A DCodecDecoderPerformanceTestBase.java43 public CodecDecoderPerformanceTestBase(String decoderName, String testFile, int keyPriority, in CodecDecoderPerformanceTestBase()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/
H A DDefaultFileUploadWireMockTest.java61 private static Path testFile; field in DefaultFileUploadWireMockTest
/aosp_15_r20/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java65 File testFile = File.createTempFile("test", null, tempDir); in testNestedDirectories() local
/aosp_15_r20/cts/tests/videocodec/src/android/videocodec/cts/
H A DVideoDecoderValidationTest.java60 public VideoDecoderValidationTest(String decoder, String mediaType, String testFile, in VideoDecoderValidationTest()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/gofmt/
Dlong_test.go46 func testFile(t *testing.T, b1, b2 *bytes.Buffer, filename string) { func
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DStylesheetDriver.java115 File testFile = new File(subTestDir.getPath() + File.separator + testFilename); in buildDatalet() local
/aosp_15_r20/frameworks/base/cmds/incident_helper/tests/
H A DPsParser_test.cpp53 const string testFile = kTestDataPath + "ps.txt"; in TEST_F() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/crt/
H A DCrtChecksumIntegrationTest.java48 private static RandomTempFile testFile; field in CrtChecksumIntegrationTest
H A DS3CrtClientPutObjectIntegrationTest.java56 private static RandomTempFile testFile; field in S3CrtClientPutObjectIntegrationTest
/aosp_15_r20/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/
H A DAntResourcesLocatorTest.java64 public void testFile() throws IOException { in testFile() method in AntResourcesLocatorTest
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DDecoderHDRInfoTest.java93 public DecoderHDRInfoTest(String codecName, String mediaType, String testFile, in DecoderHDRInfoTest()
H A DCodecDecoderReconfigureTest.java87 public CodecDecoderReconfigureTest(String decoder, String mediaType, String testFile, in CodecDecoderReconfigureTest()
H A DDecoderPushBlankBufferOnStopTest.java65 public DecoderPushBlankBufferOnStopTest(String decoder, String mediaType, String testFile, in DecoderPushBlankBufferOnStopTest()
H A DDecoderColorAspectsTest.java67 public DecoderColorAspectsTest(String decoderName, String mediaType, String testFile, int range, in DecoderColorAspectsTest()
/aosp_15_r20/frameworks/base/cmds/incidentd/tests/
H A DProtoFileReader_test.cpp52 const std::string testFile = kTestDataPath + "protoFile.txt"; in TEST() local
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestSuite.java41 protected TestSuite(String gname, File testFile) { in TestSuite()
/aosp_15_r20/cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
H A DSimpleIOService.java78 File testFile = new File(getFilesDir(), "StoragedTest_Temp_BG"); in handleMessage() local
/aosp_15_r20/cts/tests/backup/app/src/android/backup/app/
H A DKeyValueBackupAgent.java48 File testFile = new File(getFilesDir(), MainActivity.FILE_NAME); in onBackup() local
/aosp_15_r20/external/jetpack-camera-app/data/settings/src/androidTest/java/com/google/jetpackcamera/settings/
H A DDataStoreModuleTest.kt38 private lateinit var testFile: File variable in com.google.jetpackcamera.settings.DataStoreModuleTest
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/exportimport/
DImportSourceLocationFragmentTest.kt425 val testFile = File.createTempFile("testFile", ".zip") in importSourceLocationFragment_chooseFile_navigatesToImportConfirmationDialogFragment() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/internal/
H A DEc2MetadataConfigProviderEndpointOverrideTest.java106 private static String getTestFilePath(String testFile) { in getTestFilePath()

12345678910>>...13