/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 113 PreparedStatement ps = null; in testAddBatch() local 178 PreparedStatement ps = null; in testExecute() local 278 PreparedStatement ps = null; in testExecuteQuery() local 294 PreparedStatement ps = null; in testExecuteQuery() local 330 PreparedStatement ps = null; in testExecuteUpdate() local 345 PreparedStatement ps = null; in testExecuteUpdate() local 366 PreparedStatement ps = null; in testGetMetaData() local 407 PreparedStatement ps = null; in testGetParameterMetaData() local 438 PreparedStatement ps = null; in testClearParameters() local 484 PreparedStatement ps = null; in testSetInt() local [all …]
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
D | PSourceTest.java | 54 PSource.PSpecified ps = new PSource.PSpecified(p); in testPSpecified() local 69 PSource.PSpecified ps = new PSource.PSpecified(p); in testGetValue() local 101 PSource ps = new PSource(pSrcName) {}; in testGetAlgorithm() local
|
D | RC2ParameterSpecTest.java | 62 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testRC2ParameterSpec1() local 94 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv, offset); in testRC2ParameterSpec2() local 109 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testGetEffectiveKeyBits() local 125 RC2ParameterSpec ps = new RC2ParameterSpec(effectiveKeyBits, iv); in testGetIV() local
|
D | RC5ParameterSpecTest.java | 70 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, in testRC5ParameterSpec1() local 120 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize, in testRC5ParameterSpec2() local 145 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetVersion() local 160 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetRounds() local 175 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, wordSize); in testGetWordSize() local 193 RC5ParameterSpec ps = new RC5ParameterSpec(version, rounds, in testGetIV() local
|
D | OAEPParameterSpecTest.java | 102 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetDigestAlgorithm() local 118 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetMGFAlgorithm() local 134 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetMGFParameters() local 150 OAEPParameterSpec ps = new OAEPParameterSpec(mdName, mgfName, in testGetPSource() local
|
D | DHGenParameterSpecTest.java | 46 DHGenParameterSpec ps = new DHGenParameterSpec(primes[i], in testDHGenParameterSpec() local
|
D | DHPrivateKeySpecTest.java | 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local
|
D | DHPublicKeySpecTest.java | 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local
|
D | DHParameterSpecTest.java | 44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHParameterSpec() local
|
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 562 PrintStream ps = new PrintStream(s.getOutputStream()); in handleClient() local 683 void psPrint(PrintStream ps, String s) throws IOException { in psPrint() 689 void psWrite(PrintStream ps, byte[] bytes, int offset, int count) throws IOException { in psWrite() 695 void psWriteEOL(PrintStream ps) throws IOException { in psWriteEOL() 702 void printStatus(PrintStream ps) throws IOException { in printStatus() 732 void printHeaders(PrintStream ps) throws IOException { in printHeaders() 818 void send404(PrintStream ps) throws IOException { in send404() 827 void sendFile(PrintStream ps) throws IOException { in sendFile() 839 void sendFile(PrintStream ps, byte[] bytes) throws IOException { in sendFile()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThrowableTest.java | 76 PrintStream ps = new PrintStream(bao); in test_fillInStackTrace() local 131 PrintStream ps = new PrintStream(bao); in test_printStackTrace() local 149 PrintStream ps = new PrintStream(bao); in test_printStackTraceLjava_io_PrintStream() local
|
D | ProcessTest.java | 45 Process ps = Runtime.getRuntime().exec(psCommand, null, null); in test_55017() local
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | ECGenParameterSpecTest.java | 69 ECGenParameterSpec ps = new ECGenParameterSpec(name); in testGetName() local
|
/libcore/ojluni/src/main/java/java/net/ |
D | ProxySelector.java | 114 public static void setDefault(ProxySelector ps) { in setDefault()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | MappedByteBuffer.java | 109 int ps = Bits.pageSize(); in mappingOffset() local 174 int ps = Bits.pageSize(); in load() local
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | KeyAgreementThread.java | 72 DHParameterSpec ps = ap.getParameterSpec(DHParameterSpec.class); in test() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | PropertiesTest.java | 152 PrintStream ps = new PrintStream(baos); in test_listLjava_io_PrintStream() local 1156 PrintStream ps = null; in writeProperties() local 1167 PrintStream ps = null; in writePropertiesXMLUTF_8() local 1185 PrintStream ps = null; in writePropertiesXMLISO_8859_1() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | InvocationTargetExceptionTest.java | 222 PrintStream ps = new PrintStream(bao); in test_printStackTrace() local 246 PrintStream ps = new PrintStream(bao); in test_printStackTraceLjava_io_PrintStream() local
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | CharacterDecoder.java | 155 PushbackInputStream ps = new PushbackInputStream (aStream); in decodeBuffer() local
|
D | Version.java | 81 public static void print(PrintStream ps) { in print()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | NativeObject.java | 78 int ps = pageSize(); in NativeObject() local
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | VarHandle.java | 1587 Class<?>[] ps; in accessModeType() local 1629 private static int fillParameters(Class<?>[] ps, in fillParameters()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | ProviderTest.java | 621 PrintStream ps = new PrintStream(bout); in writeProperties() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 1064 WNode h, np, pp; int ps; in acquireWrite() local 1242 WNode h, np, pp; int ps; in acquireRead() local
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | SocketTest.java | 445 ProxySelector ps = ProxySelector.getDefault(); in testSocketWithProxySet() local
|