Home
last modified time | relevance | path

Searched defs:tmpFile (Results 26 – 50 of 471) sorted by relevance

12345678910>>...19

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DGkiDeviceFlashPreparerTest.java246 File tmpFile = new File(otaDir, "test"); in testValidateGkiBootImg_NoMkbootimgInOtatoolsZip() local
370 File tmpFile = new File(otaDir, "test"); in testSetUp_NoMkbootimgInOtatoolsZip() local
DGsiDeviceFlashPreparerTest.java172 File tmpFile = new File(gsiDir, "test"); in testSetUp_NoSystemImageInGsiZip() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java241 File tmpFile = null; in testLog() local
247 FileUtil.writeToFile(dataStream.createInputStream(), tmpFile); in testLog() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationFactoryTest.java272 File tmpFile = FileUtil.createTempFile(TEST_CONFIG, ".xml"); in testGetConfiguration_xmlpath() local
295 File tmpFile = FileUtil.createTempFile(GLOBAL_TEST_CONFIG, ".xml"); in testGetGlobalConfiguration_xmlpath() local
1971 File tmpFile = FileUtil.createTempFile(TEST_CONFIG, ".xml"); in testLoadDirectConfiguration() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java1122 StreamingAead ags, File tmpFile, int plaintextSize) throws Exception { in testFileEncryptionWithChannel()
1196 StreamingAead ags, File tmpFile, int plaintextSize) throws Exception { in testFileEncryptionWithStream()
1235 public static void testFileEncryption(StreamingAead ags, File tmpFile, int plaintextSize) in testFileEncryption()
/aosp_15_r20/device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/
DPowerwashTest.java67 final String tmpFile = "/data/local/tmp/powerwash_tmp"; in testPowerwash() local
/aosp_15_r20/external/robolectric/resources/src/test/java/org/robolectric/res/android/
H A DZipFileROTest.java90 File tmpFile = File.createTempFile("zip64eocd", "zip"); in testCreateJar() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java310 final File tmpFile = File.createTempFile(filename, ".apk"); in extractFile() local
324 final File tmpFile = new File(dir, filename); in extractFile() local
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DByteBufferBulkBenchmark.java56 File tmpFile = File.createTempFile("MappedByteBufferTest", ".tmp"); in newBuffer() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DBulkPerfTest.java104 File tmpFile = File.createTempFile("MappedByteBufferTest", ".tmp"); in newBuffer() local
/aosp_15_r20/device/google/cuttlefish/tests/snapshot/src/com/android/cuttlefish/tests/
DSnapshotTest.java61 final String tmpFile = "/data/local/tmp/snapshot_tmp"; in testSnapshot() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DFileProtoResultReporter.java115 File tmpFile = null; in writeProto() local
/aosp_15_r20/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DTimedStatement.java69 File tmpFile = File.createTempFile("test", "file"); in calibrateMethod() local
/aosp_15_r20/external/grpc-grpc-java/testing/src/main/java/io/grpc/internal/testing/
H A DTestUtils.java105 File tmpFile = File.createTempFile(name, ""); in loadCert() local
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/perf/
H A DTimedStatement.java69 File tmpFile = File.createTempFile("test", "file"); in calibrateMethod() local
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileInputStreamTest.java250 File tmpFile = File.createTempFile("FileOutputStream", "tmp"); in test_read$BII() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtil2Test.java153 File tmpFile = FileUtil.createTempFile("ziputiltest", ".zip"); in testExtractZipToTemp() local
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/
H A DE2eTestActivity.java192 boolean encode, String[] testArgs, int testArgsCount, Surface surface, String tmpFile); in c2VideoTest()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DMappedByteBufferTest.java37 File tmpFile, emptyFile; field in MappedByteBufferTest
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DProcessManagerTest.java200 File tmpFile = File.createTempFile("testCloseNonStandardFds", ".txt"); in testCloseNonStandardFds() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java395 File tmpFile = FileUtil.createTempFile("sandboxedTest", "test"); in testBackFill() local
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/
H A DZipParser.java97 File tmpFile = File.createTempFile("RPZ", ""); in getFilefromZip() local
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DDirectoryScannerTest.java166 final File tmpFile = new File(tmpdir); in testGetRootDirectory() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
DDirectoryScannerTest.java166 final File tmpFile = new File(tmpdir); in testGetRootDirectory() local
/aosp_15_r20/external/junit/src/main/java/org/junit/rules/
H A DTemporaryFolder.java278 File tmpFile = File.createTempFile(TMP_PREFIX, suffix, parentFolder); in createTemporaryFolderWithFileApi() local

12345678910>>...19