Home
last modified time | relevance | path

Searched defs:tempFile (Results 101 – 125 of 371) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/
H A DInputDataStoreTests.kt56 private lateinit var tempFile: File variable in com.android.server.input.InputDataStoreTests
H A DKeyGestureControllerTests.kt130 private lateinit var tempFile: File in <lambda>() variable in com.android.server.input.KeyGestureControllerTests
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java415 File tempFile = File.createTempFile("foo", ".bar"); in testJavaIoTmpdirMutable() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java318 File tempFile = null; in run() local
/aosp_15_r20/hardware/libhardware/tests/input/evdev/
H A DInputHub_test.cpp108 std::unique_ptr<TempFile> tempFile; in TEST_F() local
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
H A DFixedLengthBlockOutputStreamTest.java194 final Path tempFile = Files.createTempFile("xxx", "yyy"); in testWithFileOutputStream() local
/aosp_15_r20/cts/hostsidetests/compilation/src/android/compilation/cts/
H A DUtils.java196 File tempFile = copyResourceToFile(resource, File.createTempFile("temp", ".tmp")); in pushFromResource() local
/aosp_15_r20/tools/tradefederation/core/avd_util/com/android/tradefed/util/avd/
DHostOrchestratorUtil.java138 File tempFile = null; in collectLogByCommand() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go685 func tempFile(ctx context.Context, dir, prefix string, perm fs.FileMode) (f *os.File, err error) { func
/aosp_15_r20/external/armnn/src/timelineDecoder/tests/
H A DJSONTimelineDecoderTests.cpp798 fs::path tempFile = armnnUtils::Filesystem::NamedTempFile("JSONTimelineDecoderTestJSON.json"); variable
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
H A DFileGroupManagerTest.java4360 File tempFile = folder.newFile("blobFile"); in testDownloadFileGroup_success_oneFileCanBeCopiedBeforeDownload() local
4457 File tempFile = folder.newFile("blobFile"); in testDownloadFileGroup_oneFileCanBeCopiedAfterDownload() local
5228 File tempFile = folder.newFile("blobFile"); in tryToShareBeforeDownload_toBeSharedFile_canBeCopied() local
5721 File tempFile = folder.newFile("blobFile"); in tryToShareAfterDownload_toBeSharedFile_canBeCopied() local
/aosp_15_r20/out/soong/.intermediates/external/nanohttpd/libnanohttpd/android_common_apex30/javac/
Dlibnanohttpd.jarMETA-INF/ META-INF/MANIFEST.MF fi/ fi/iki/ fi/ ...
/aosp_15_r20/prebuilts/devtools/adt/lib/
HDsdktestutils.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/
H A DBasicByte.java547 Path tempFile = Files.createTempFile("mbb", null); in createMappedBuffer() local
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DSdkStore.java428 File tempFile = File.createTempFile("prefix", "suffix"); in copyResourceToFile() local
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayDeviceConfigTest.java1902 Path tempFile = Files.createTempFile("display_config", ".tmp"); in setupDisplayDeviceConfigFromDisplayConfigFile() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java409 File tempFile = in pullCommonCvdLogs() local
DGceManager.java490 public static void logAndDeleteFile(File tempFile, String dataName, ITestLogger logger) { in logAndDeleteFile()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Traceur/TraceurCommon/android_common/javac/
DTraceurCommon.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Traceur/TraceurCommon/android_common/repackaged-jarjar/javac/
DTraceurCommon.jarcom/android/traceur/WinscopeUtils.class WinscopeUtils.java package com.android.traceur public ...
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DScannerTest.java385 File tempFile = File.createTempFile("harmony", "test"); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local
/aosp_15_r20/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DPlatform.java137 File tempFile = new File(directory, tempName); in createTempFile() local
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
H A DPlatform.java139 File tempFile = new File(directory, tempName); in createTempFile() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/
Dgo_test.go708 func (tg *testgoData) tempFile(path, contents string) { func
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DByteBufferTest.java2070 Path tempFile = Files.createTempFile("mmap", "test"); in testMappedByteBuffer_Put_ReadOnlyHeapByteBuffer() local

12345678910>>...15