Searched refs:fail (Results 251 - 275 of 1955) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/dm/
H A DDMPDFRasterizeTask.cpp34 this->fail();
H A DDMReporter.h19 void fail(SkString msg);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dcombpath_test.c128 int fail = run_test(&tests[i]); local
129 printf("%c", fail>0 ? 'F':'.');
131 if (fail)
133 nf += fail;
H A Dsplitpath_test.c143 int fail = run_test(&tests[i]); local
144 printf("%c", fail>0 ? 'F':'.');
146 if (fail)
148 nf += fail;
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp8-0x.cpp44 decltype(outer())::fail d; // expected-error{{no type named 'fail' in 'PR10127::outer'}}
45 decltype(outer())::fail::inner e; // expected-error{{no member named 'fail' in 'PR10127::outer'}}
46 decltype()::fail f; // expected-error{{expected expression}}
47 decltype()::middle::fail g; // expected-error{{expected expression}}
/external/guava/guava-tests/test/com/google/common/base/
H A DThrowablesTest.java69 fail();
89 fail();
129 fail();
149 fail();
170 fail();
212 fail();
235 fail();
258 fail();
299 fail();
318 fail();
[all...]
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventHandlerTest.java65 fail("EventHandler must immediately reject null methods.");
78 fail("EventHandler must immediately reject null targets.");
90 fail("Handlers whose methods throw must throw InvocationTargetException");
103 fail("Handlers whose methods throw Errors must rethrow them");
H A DStringCatcher.java40 Assert.fail("Event bus must not call methods without @Subscribe!");
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dsigned_char_pointer.pass.cpp50 assert(!is.fail());
60 assert(!is.fail());
70 assert(!is.fail());
81 assert( is.fail());
H A Dunsigned_char_pointer.pass.cpp50 assert(!is.fail());
60 assert(!is.fail());
70 assert(!is.fail());
81 assert( is.fail());
H A Dwchar_t_pointer.pass.cpp50 assert(!is.fail());
60 assert(!is.fail());
70 assert(!is.fail());
81 assert( is.fail());
/external/ltrace/testsuite/ltrace.main/
H A Dbranch_func.exp29 send_user "Testcase compile failed, so all tests in this file will automatically fail\n."
41 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
44 fail "Couldn't get .hash data!"
H A Dmain-threaded.exp18 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
30 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
33 fail "Couldn't get .hash data!"
H A Dmain-vfork.exp18 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
30 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
33 fail "Couldn't get .hash data!"
H A Dmain.exp18 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
30 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
33 fail "Couldn't get .hash data!"
/external/ltrace/testsuite/ltrace.torture/
H A Dppc-lwarx.exp30 send_user "Testcase compile failed, so all tests in this file will automatically fail\n."
42 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
45 fail "Couldn't get .hash data!"
/external/skia/dm/
H A DDMPDFRasterizeTask.cpp33 this->fail();
H A DDMReporter.h19 void fail(SkString msg);
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
H A DPSourceTest.java45 fail("NullPointerException should be thrown in the case of "
72 fail("The returned array does not equal to the specified "
88 fail("NullPointerException should be thrown in the case of "
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAlgorithmParameterGenerator2Test.java91 fail("IllegalArgumentException must be thrown");
103 fail("IllegalArgumentException must be thrown");
108 fail("IllegalArgumentException must be thrown");
124 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
131 fail("NoSuchAlgorithmException must be thrown (algorithm: "
161 fail("NullPointerException or NoSuchAlgorithmException should be thrown");
169 fail("NoSuchAlgorithmException must be thrown (algorithm: "
178 fail("IllegalArgumentException must be thrown when provider is null (algorithm: "
188 fail("NoSuchProviderException must be thrown (algorithm: "
221 fail("NullPointerExceptio
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder2Test.java96 fail("Incorrect default type: ".concat(dtN));
104 fail("CertPathBuilderException must be thrown");
123 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
130 fail("NoSuchAlgorithmException must be thrown (type: ".concat(
158 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
166 fail("NoSuchAlgorithmException must be thrown (type: ".concat(
175 fail("IllegalArgumentException must be thrown when provider is null (type: "
181 fail("IllegalArgumentException must be thrown when provider is empty (type: "
191 fail("NoSuchProviderException must be thrown (type: "
222 fail("NullPointerExceptio
[all...]
H A DCertificateFactory4Test.java74 fail("Test2: CertificateException not thrown");
101 fail("An exception was thrown while parsing \""
122 fail("An exception was thrown while parsing \""
176 fail("No providers support CertificateFactory.X.509");
182 fail("Should have thrown NoSuchProviderException");
207 fail("CRLException was not thrown");
220 fail("CertificateException was not thrown");
233 fail("CertificateException was not thrown");
247 fail("CertificateException was not thrown");
261 fail("NullPointerExceptio
[all...]
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java40 fail("No expected CloneNotSupportedException");
110 fail("No expected SignatureException");
118 fail("No expected SignatureException");
136 fail("No expected SignatureException");
143 fail("No expected SignatureException");
161 fail("No expected SignatureException");
169 fail("No expected SignatureException");
177 fail("No expected IllegalArgumentException");
193 fail("No expected SignatureException");
214 fail("N
[all...]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DConnectionTest.java56 fail("java.sql.Connection class not found!");
73 fail("Field " + fieldName + " missing!");
81 fail("Illegal access to Field " + fieldName);
H A DParameterMetaDataTest.java61 fail("java.sql.ParameterMetaData class not found!");
78 fail("Field " + fieldName + " missing!");
86 fail("Illegal access to Field " + fieldName);

Completed in 8139 milliseconds

<<11121314151617181920>>