Home
last modified time | relevance | path

Searched defs:ps1 (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DRC2ParameterSpecTest.java149 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testEquals() local
189 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits, iv); in testHashCode() local
199 RC2ParameterSpec ps1 = new RC2ParameterSpec(effectiveKeyBits); in test_constructorI() local
DRC5ParameterSpecTest.java220 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testEquals() local
270 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, in testHashCode() local
282 RC5ParameterSpec ps1 = new RC5ParameterSpec(version, rounds, wordSize); in test_constructorIII() local
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java1068 PreparedStatement ps1 = null; in testSetShort() local
1137 PreparedStatement ps1 = null; in testSetBoolean() local
1196 PreparedStatement ps1 = null; in testSetByte() local
1263 PreparedStatement ps1 = null; in testSetBytes() local
1311 PreparedStatement ps1 = null; in testSetBigDecimal() local
1359 PreparedStatement ps1 = null; in testSetDate_int_Date() local
1417 PreparedStatement ps1 = null; in testSetDate_int_Date_Calendar() local
1926 PreparedStatement ps1 = null; in testSetTimeint_Time() local
1986 PreparedStatement ps1 = null; in testSetTime_int_Time_Calendar() local
2038 PreparedStatement ps1 = null; in testSetTimestamp_int_Timestamp() local
[all …]
DOldResultSetTest.java128 PreparedStatement ps1 = null; in testClose() local