Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java27 File tmp = File.createTempFile("empty", "tmp"); in test_read_intoReadOnlyByteArrays() local
/libcore/luni/src/test/java/tests/SQLite/
DSQLiteTest.java33 String tmp = System.getProperty("java.io.tmpdir"); in setUp() local
DJDBCDriverFunctionalTest.java78 String tmp = System.getProperty("java.io.tmpdir"); in getConnectionURL() local
/libcore/luni/src/main/java/java/util/jar/
DJarEntry.java146 CodeSigner[] tmp = new CodeSigner[signers.length]; in getCodeSigners() local
188 CodeSigner[] tmp = new CodeSigner[asigners.size()]; in getCodeSigners() local
/libcore/luni/src/main/java/java/security/
DCodeSource.java170 Certificate[] tmp = new Certificate[certs.length]; in getCertificates() local
209 CodeSigner[] tmp = new CodeSigner[signers.length]; in getCodeSigners() local
270 CodeSigner[] tmp = new CodeSigner[asigners.size()]; in getCodeSigners() local
DProtectionDomain.java167 Principal[] tmp = new Principal[principals.length]; in getPrincipals() local
DProvider.java194 Properties tmp = new Properties(); in load() 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.java107 char[] tmp = new char[inputPassword.length]; in getPassword() 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/tests/sql/
DSQLTest.java44 String tmp = System.getProperty("java.io.tmpdir"); in getSQLiteConnection() local
/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java54 String tmp = System.getProperty("java.io.tmpdir"); in loadDriver() local
/libcore/luni/src/test/java/libcore/java/net/
DOldURLClassLoaderTest.java109 String tmp = System.getProperty("java.io.tmpdir") + "/"; in test_findResourcesLjava_lang_String() local
258 File tmp = File.createTempFile("test", ".txt"); in test_findResourceLjava_lang_String() local
/libcore/luni/src/main/java/java/util/
DComparableTimSort.java80 private Object[] tmp; field in ComparableTimSort
503 int tmp = lastOfs; in gallopLeft() local
DTimSort.java105 private T[] tmp; // Actual runtime type will be Object[], regardless of T field in TimSort
535 int tmp = lastOfs; in gallopLeft() local
DTimer.java98 TimerTask tmp = timers[current]; in upHeap() local
125 TimerTask tmp = timers[current]; in downHeap() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProtectionDomainTest.java327 ProtectionDomain tmp = trackPD; in setTrackPD() local
/libcore/luni/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java425 String tmp=lookahead; in nextElement() local
/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/ftp/
DFtpURLConnection.java347 final int tmp = ctrlInput.read(); in getReply() local
/libcore/luni/src/main/native/
DNativeDecimalFormat.cpp260 UnicodeString tmp(value, len, UnicodeString::kInvariant); in newBigDecimal() local
DNativeCrypto.cpp1902 const unsigned char* tmp = reinterpret_cast<const unsigned char*>(buf.get()); in NativeCrypto_SSL_use_PrivateKey() local
1974 const unsigned char* tmp = reinterpret_cast<const unsigned char*>(buf.get()); in NativeCrypto_SSL_use_certificate() local
2082 const unsigned char* tmp = reinterpret_cast<const unsigned char*>(buf.get()); in NativeCrypto_SSL_set_client_CA_list() local
/libcore/sqlite-jdbc/src/main/native/
Dsqlite_jni.c2579 int ret, tmp; in Java_SQLite_Vm_step() local