Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 21 of 21) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java31 File tmp = File.createTempFile("FileChannelTest", "tmp"); in testReadOnlyByteArrays() local
68 File tmp = File.createTempFile("FileChannelTest", "tmp"); in test_readv() local
88 File tmp = File.createTempFile("FileChannelTest", "tmp"); in test_writev() local
101 File tmp = File.createTempFile("FileChannelTest", "tmp"); in test_append() local
219 File tmp = File.createTempFile("FileChannelTest", "tmp"); in createFileContainingBytes() local
/libcore/luni/src/test/java/libcore/java/io/
DFileInputStreamTest.java94 File tmp = File.createTempFile("FileOutputStreamTest", "tmp"); in makeFile() local
103 File tmp = makeFile(); in testFileDescriptorOwnership() local
158 File tmp = makeFile(); in testClose() local
DFileOutputStreamTest.java29 File tmp = File.createTempFile("FileOutputStreamTest", "tmp"); in testFileDescriptorOwnership() local
/libcore/luni/src/test/java/libcore/java/sql/
DConnectionTest.java51 String tmp = System.getProperty("java.io.tmpdir"); in getConnectionURL() local
DOldSQLTest.java38 String tmp = System.getProperty("java.io.tmpdir"); in getSQLiteConnection() local
/libcore/luni/src/test/java/libcore/dalvik/system/
DPathClassLoaderTest.java32 File tmp = new File(System.getProperty("java.io.tmpdir")); in testLibraryPathSearchOrder() local
/libcore/luni/src/main/java/javax/security/auth/callback/
DPasswordCallback.java106 char[] tmp = new char[inputPassword.length]; in getPassword() local
/libcore/luni/src/main/java/java/util/
DTimSort.java105 private T[] tmp; // Actual runtime type will be Object[], regardless of T field in TimSort
535 int tmp = lastOfs; in gallopLeft() local
768 T[] tmp = ensureCapacity(len2); local
869 System.arraycopy(tmp, 0, a, dest - (len2 - 1), len2); in System.arraycopy() argument
DComparableTimSort.java80 private Object[] tmp; field in ComparableTimSort
503 int tmp = lastOfs; in gallopLeft() local
DTimer.java98 TimerTask tmp = timers[current]; in upHeap() local
125 TimerTask tmp = timers[current]; in downHeap() local
/libcore/support/src/test/java/tests/support/
DSupport_ClassLoader.java60 private static File tmp; field in Support_ClassLoader.Dalvik
/libcore/luni/src/test/java/libcore/java/net/
DOldURLClassLoaderTest.java79 String tmp = System.getProperty("java.io.tmpdir") + "/"; in test_findResourcesLjava_lang_String() local
197 File tmp = File.createTempFile("test", ".txt"); in test_findResourceLjava_lang_String() local
DURLConnectionTest.java675 String tmp = System.getProperty("java.io.tmpdir"); in initResponseCache() local
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java56 String tmp = System.getProperty("java.io.tmpdir"); in loadDriver() local
/libcore/luni/src/main/java/java/util/jar/
DJarEntry.java206 CodeSigner[] tmp = new CodeSigner[asigners.size()]; in getCodeSigners() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DMappedByteBufferTest.java213 File tmp = File.createTempFile("hmy", "tmp"); in test_position() local
/libcore/luni/src/main/native/
DNetworkUtilities.cpp37 sockaddr_storage tmp; in sockaddrToInetAddress() local
Dlibcore_icu_NativeDecimalFormat.cpp296 UnicodeString tmp(value, len, UnicodeString::kInvariant); in newBigDecimal() local
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLConnection.java347 final int tmp = ctrlInput.read(); in getReply() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DSortedMapTestBase.java211 int tmp = key0; in testSubMap() local
/libcore/luni/src/main/java/java/security/
DProvider.java179 Properties tmp = new Properties(); in load() local