Searched defs:checkResult (Results 1 - 16 of 16) sorted by relevance

/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanism_ImplTest.java84 private void checkResult(ExemptionMechanism exMech) method in class:ExemptionMechanism_ImplTest
173 checkResult(exMech);
235 checkResult(exMech);
281 checkResult(exMech);
H A DKeyAgreement_ImplTest.java84 protected void checkResult(KeyAgreement keyAgr) method in class:KeyAgreement_ImplTest
149 checkResult(keyAgr);
215 checkResult(keyAgr);
261 checkResult(keyAgr);
H A DKeyGenerator_ImplTest.java82 private void checkResult(KeyGenerator keyGen) { method in class:KeyGenerator_ImplTest
153 checkResult(keyGen);
218 checkResult(keyGen);
263 checkResult(keyGen);
H A DMac_ImplTest.java83 protected void checkResult(Mac mac) throws InvalidKeyException, method in class:Mac_ImplTest
152 checkResult(keyAgr);
214 checkResult(keyAgr);
260 checkResult(keyAgr);
H A DSecretKeyFactory_ImplTest.java79 private void checkResult(SecretKeyFactory skf) throws InvalidKeyException, method in class:SecretKeyFactory_ImplTest
120 checkResult(skf);
185 checkResult(skf);
230 checkResult(skf);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator2Test.java81 private void checkResult(AlgorithmParameterGenerator algParGen) method in class:AlgorithmParameterGenerator2Test
142 checkResult(apG);
203 checkResult(apG);
248 checkResult(apG);
H A DKeyPairGenerator2Test.java85 private void checkResult(KeyPairGenerator keyPairGen, int mode) method in class:KeyPairGenerator2Test
203 checkResult(kpG, mode);
265 checkResult(kpG, mode);
311 checkResult(kpG, mode);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder2Test.java86 private void checkResult(CertPathBuilder certBuild) method in class:CertPathBuilder2Test
140 checkResult(cerPB);
205 checkResult(cerPB);
248 checkResult(cerPB);
H A DCertPathValidator2Test.java87 private void checkResult(CertPathValidator certV) method in class:CertPathValidator2Test
139 checkResult(cerPV);
204 checkResult(cerPV);
248 checkResult(cerPV);
H A DCertificateFactory2Test.java93 private void checkResult(CertificateFactory certFactory, boolean mode) method in class:CertificateFactory2Test
210 checkResult(cerF, mode);
274 checkResult(cerF, mode);
317 checkResult(cerF, mode);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl2Test.java88 private void checkResult(KeyStore keyS) throws KeyStoreException, method in class:KeyStore_Impl2Test
321 checkResult(keyS);
379 checkResult(keyS);
425 checkResult(keyS);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertStore_ImplTest.java84 private void checkResult(CertStore certS) throws CertStoreException, method in class:CertStore_ImplTest
141 checkResult(certS);
223 checkResult(certS);
283 checkResult(certS);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DKeyManagerFactory2Test.java79 private void checkResult(KeyManagerFactory keyMF) method in class:KeyManagerFactory2Test
153 checkResult(keyMF);
220 checkResult(keyMF);
265 checkResult(keyMF);
H A DTrustManagerFactory2Test.java76 private void checkResult(TrustManagerFactory tmf) throws Exception { method in class:TrustManagerFactory2Test
142 checkResult(tmf);
209 checkResult(tmf);
254 checkResult(tmf);
/external/deqp/framework/common/
H A DtcuTestContext.cpp108 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) function in class:tcu::ResultCollector
122 return checkResult(condition, QP_TEST_RESULT_FAIL, msg);
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java63 checkResult(J, ITERABLE_1, "1");
64 checkResult(J, ITERABLE_12, "1-2");
65 checkResult(J, ITERABLE_123, "1-2-3");
93 checkResult(onChar, ITERABLE_1, "1");
94 checkResult(onChar, ITERABLE_12, "1-2");
95 checkResult(onChar, ITERABLE_123, "1-2-3");
104 checkResult(skipNulls, ITERABLE_1, "1");
105 checkResult(skipNulls, ITERABLE_12, "1-2");
106 checkResult(skipNulls, ITERABLE_123, "1-2-3");
107 checkResult(skipNull
179 private static void checkResult(Joiner joiner, Iterable<Integer> parts, String expected) { method in class:JoinerTest
[all...]

Completed in 249 milliseconds