Searched refs:checkResult (Results 1 - 25 of 38) sorted by relevance

12

/external/v8/test/mjsunit/es6/debug-promises/
H A Dthrow-caught-all.js52 function checkResult() {
67 Object.observe(dummy, checkResult);
H A Dreject-caught-all.js53 function checkResult() {
68 Object.observe(dummy, checkResult);
H A Dreject-caught-by-default-reject-handler.js67 function checkResult() {
82 Object.observe(dummy, checkResult);
H A Dreject-uncaught-all.js50 function checkResult() {
65 Object.observe(dummy, checkResult);
H A Dreject-uncaught-late.js57 function checkResult() {
72 Object.observe(dummy, checkResult);
H A Dreject-uncaught-uncaught.js50 function checkResult() {
65 Object.observe(dummy, checkResult);
H A Dreject-with-invalid-reject.js55 function checkResult() {
71 Object.observe(dummy, checkResult);
H A Dreject-with-throw-in-reject.js67 function checkResult() {
83 Object.observe(dummy, checkResult);
H A Dreject-with-undefined-reject.js55 function checkResult() {
71 Object.observe(dummy, checkResult);
H A Dthrow-caught-by-default-reject-handler.js68 function checkResult() {
83 Object.observe(dummy, checkResult);
H A Dthrow-uncaught-all.js51 function checkResult() {
66 Object.observe(dummy, checkResult);
H A Dthrow-uncaught-uncaught.js51 function checkResult() {
66 Object.observe(dummy, checkResult);
H A Dthrow-with-throw-in-reject.js70 function checkResult() {
86 Object.observe(dummy, checkResult);
H A Dthrow-with-undefined-reject.js69 function checkResult() {
84 Object.observe(dummy, checkResult);
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DJoinerTest.java61 checkResult(J, ITERABLE_1, "1");
62 checkResult(J, ITERABLE_12, "1-2");
63 checkResult(J, ITERABLE_123, "1-2-3");
91 checkResult(onChar, ITERABLE_1, "1");
92 checkResult(onChar, ITERABLE_12, "1-2");
93 checkResult(onChar, ITERABLE_123, "1-2-3");
102 checkResult(skipNulls, ITERABLE_1, "1");
103 checkResult(skipNulls, ITERABLE_12, "1-2");
104 checkResult(skipNulls, ITERABLE_123, "1-2-3");
105 checkResult(skipNull
177 private static void checkResult(Joiner joiner, Iterable<Integer> parts, String expected) { method in class:JoinerTest
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DJoinerTest.java64 checkResult(J, ITERABLE_1, "1");
65 checkResult(J, ITERABLE_12, "1-2");
66 checkResult(J, ITERABLE_123, "1-2-3");
94 checkResult(onChar, ITERABLE_1, "1");
95 checkResult(onChar, ITERABLE_12, "1-2");
96 checkResult(onChar, ITERABLE_123, "1-2-3");
105 checkResult(skipNulls, ITERABLE_1, "1");
106 checkResult(skipNulls, ITERABLE_12, "1-2");
107 checkResult(skipNulls, ITERABLE_123, "1-2-3");
108 checkResult(skipNull
180 private static void checkResult(Joiner joiner, Iterable<Integer> parts, String expected) { method in class:JoinerTest
[all...]
/external/deqp/framework/common/
H A DtcuResultCollector.hpp55 bool checkResult (bool condition, qpTestResult result, const std::string& msg);
H A DtcuResultCollector.cpp79 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) function in class:tcu::ResultCollector
93 return checkResult(condition, QP_TEST_RESULT_FAIL, msg);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTextTrieMapTest.java79 checkResult(itr, TESTCASES[i][1]);
91 checkResult(itr, TESTCASES[i][1]);
101 checkResult(itr, new Object[]{FOO, SUN});
114 checkResult(itr, TESTCASES[i][2]);
126 checkResult(itr, TESTCASES[i][2]);
136 checkResult(itr, new Object[]{SUN, FOO, BAR});
149 private void checkResult(Iterator itr, Object expected) { method in class:TextTrieMapTest
/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);

Completed in 515 milliseconds

12