Home
last modified time | relevance | path

Searched defs:ps (Results 1 – 25 of 26) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java113 PreparedStatement ps = null; in testAddBatch() local
178 PreparedStatement ps = null; in testExecute() local
279 PreparedStatement ps = null; in testExecuteQuery() local
295 PreparedStatement ps = null; in testExecuteQuery() local
332 PreparedStatement ps = null; in testExecuteUpdate() local
347 PreparedStatement ps = null; in testExecuteUpdate() local
368 PreparedStatement ps = null; in testGetMetaData() local
409 PreparedStatement ps = null; in testGetParameterMetaData() local
440 PreparedStatement ps = null; in testClearParameters() local
486 PreparedStatement ps = null; in testSetInt() local
[all …]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DPSourceTest.java54 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
DRC2ParameterSpecTest.java62 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
DRC5ParameterSpecTest.java70 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
DOAEPParameterSpecTest.java102 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
DDHGenParameterSpecTest.java46 DHGenParameterSpec ps = new DHGenParameterSpec(primes[i], in testDHGenParameterSpec() local
DDHPublicKeySpecTest.java44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local
DDHPrivateKeySpecTest.java44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHPrivateKeySpec() local
DDHParameterSpecTest.java44 BigInteger[] ps = {new BigInteger("-1000000000000"), BigInteger.ZERO, in testDHParameterSpec() local
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java569 PrintStream ps = new PrintStream(s.getOutputStream()); in handleClient() local
681 void psPrint(PrintStream ps, String s) throws IOException { in psPrint()
687 void psWrite(PrintStream ps, byte[] bytes, int offset, int count) throws IOException { in psWrite()
693 void psWriteEOL(PrintStream ps) throws IOException { in psWriteEOL()
700 void printStatus(PrintStream ps) throws IOException { in printStatus()
730 void printHeaders(PrintStream ps) throws IOException { in printHeaders()
815 void send404(PrintStream ps) throws IOException { in send404()
824 void sendFile(PrintStream ps) throws IOException { in sendFile()
836 void sendFile(PrintStream ps, byte[] bytes) throws IOException { in sendFile()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThrowableTest.java76 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
DProcessTest.java41 Process ps = Runtime.getRuntime().exec(psCommand, null, null); in test_55017() local
/libcore/luni/src/test/java/tests/security/spec/
DECGenParameterSpecTest.java69 ECGenParameterSpec ps = new ECGenParameterSpec(name); in testGetName() local
/libcore/luni/src/main/java/javax/crypto/spec/
DRC2ParameterSpec.java140 RC2ParameterSpec ps = (RC2ParameterSpec) obj; in equals() local
DRC5ParameterSpec.java187 RC5ParameterSpec ps = (RC5ParameterSpec) obj; in equals() local
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DKeyAgreementThread.java72 DHParameterSpec ps = ap.getParameterSpec(DHParameterSpec.class); in test() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java149 PrintStream ps = new PrintStream(baos); in test_listLjava_io_PrintStream() local
1112 PrintStream ps = null; in writeProperties() local
1123 PrintStream ps = null; in writePropertiesXMLUTF_8() local
1141 PrintStream ps = null; in writePropertiesXMLISO_8859_1() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DInvocationTargetExceptionTest.java222 PrintStream ps = new PrintStream(bao); in test_printStackTrace() local
246 PrintStream ps = new PrintStream(bao); in test_printStackTraceLjava_io_PrintStream() local
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DNameConstraints.java73 List<GeneralSubtree> ps = permittedSubtrees.getSubtrees(); in NameConstraints() local
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1250 int spins = PL_SPINS, ps, nps; in acquirePlock() local
1282 private void releasePlock(int ps) { in releasePlock()
1329 UncaughtExceptionHandler handler; WorkQueue[] ws; int s, ps; in registerWorker() local
1380 int ps; long sc; in deregisterWorker() local
1472 int ps = plock; in externalPush() local
1512 WorkQueue[] ws; WorkQueue q; int ps, m, k; in fullExternalPush() local
1852 ForkJoinTask<?> ps = joiner.currentSteal; in tryHelpStealer() local
2055 int ps = plock, m; WorkQueue[] ws; WorkQueue q; in findNonEmptyStealQueue() local
2075 ForkJoinTask<?> ps = w.currentSteal; in helpQuiescePool() local
2203 int ps; in tryTerminate() local
DForkJoinTask.java553 Class<?>[] ps = c.getParameterTypes(); in getThrowableException() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DProviderTest.java588 PrintStream ps = new PrintStream(bout); in writeProperties() local
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DTestCertUtils.java821 X500Principal[] ps = new X500Principal[howMany]; in genX500s() local
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java552 List<Permission> ps = new ArrayList<Permission>(); in toString() local
/libcore/luni/src/main/java/java/util/
DFormatter.java887 public Formatter(PrintStream ps) { in Formatter()

12