/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyGenParameterSpecTest.java | 58 fail(); method 132 fail(); method 139 fail(); method 157 fail(); method 162 fail(); method 167 fail(); method 177 fail(); method
|
KeyGeneratorTest.java | 100 fail(); method 115 fail(); method 132 fail(); method 147 fail(); method 163 fail(); method 177 // Check that generateKey doesn't fail either, just in case null SecureRandom 193 fail(); method 228 fail(); method 242 fail(); method 269 fail(); method 282 fail(); method 325 fail(); method 334 fail(); method 340 fail(); method 354 fail(); method 368 fail(); method 384 fail(); method 406 fail(); method 428 fail(); method 434 fail(); method 451 fail(); method [all...] |
KeyProtectionTest.java | 40 fail(); method 108 fail(); method 113 fail(); method 118 fail(); method 128 fail(); method
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaBrowserTest.java | 67 fail(); method 93 fail(); method
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLExceptionTest.java | 82 fail(); method 95 fail(i + "Unexpected exception"); 131 fail(); method 144 fail(i + "Unexpected exception"); 178 fail(); method 191 fail(i + "Unexpected exception"); 220 fail(); method 233 fail(i + "Unexpected exception"); 271 fail(i + "Exception missed"); 286 fail(i + "Unexpected exception") [all...] |
/external/cmockery/cmockery_0_1_2/src/google/ |
cmockery.h | 158 // Assert that the two given integers are equal, otherwise fail. 160 // Assert that the two given integers are not equal, otherwise fail. 164 // Assert that the two given strings are equal, otherwise fail. 167 // Assert that the two given strings are not equal, otherwise fail. 172 // Assert that the two given areas of memory are equal, otherwise fail. 176 // Assert that the two given areas of memory are not equal, otherwise fail. 198 // Forces the test to fail immediately and quit. 199 #define fail() _fail(__FILE__, __LINE__) macro
|
/external/deqp/modules/egl/ |
teglImageUtil.cpp | 490 string getRequiredExtension (void) const { fail(); return ""; } 491 MovePtr<ClientBuffer> createBuffer (const glw::Functions&, tcu::Texture2D*) const { fail(); return de::MovePtr<ClientBuffer>(); } 499 void fail (void) const { TCU_THROW(NotSupportedError, m_message.c_str()); } function in class:deqp::egl::Image::UnsupportedImageSource 504 fail();
|
/external/dhcpcd/ |
dhcpcd.h | 81 struct in_addr fail; member in struct:if_state
|
/external/e2fsprogs/e2fsck/ |
util.c | 168 int fail = 0; local 178 if (fail++ > 100)
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
JoinerTest.java | 67 fail(); method 72 fail(); method 78 fail(); method 83 fail(); method 215 fail(); method 224 fail(); method 233 fail(); method 249 fail(); method 276 fail(); method 282 fail(); method 303 fail(); method [all...] |
OptionalTest.java | 50 fail(); method 77 fail(); method 107 fail(); method 146 fail(); method 155 fail(); method 181 fail("Should throw if Function returns null.");
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractImmutableSetTest.java | 119 fail(); method 128 fail(); method 165 fail(); method 201 fail(); method 361 fail("expected NullPointerException"); // COV_NF_LINE 368 fail("expected NullPointerException"); // COV_NF_LINE 375 fail("expected NullPointerException"); // COV_NF_LINE 382 fail("expected NullPointerException"); // COV_NF_LINE 389 fail("expected NullPointerException"); // COV_NF_LINE 396 fail("expected NullPointerException"); // COV_NF_LIN [all...] |
ImmutableMultisetTest.java | 111 fail(); method 138 fail(); method 164 fail(); method 190 fail(); method 288 fail("expected NullPointerException"); 296 fail("expected NullPointerException"); 303 fail("expected NullPointerException"); 311 fail("expected NullPointerException"); 319 fail("expected NullPointerException"); 327 fail("expected IllegalArgumentException") [all...] |
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/ |
MediaTypeTest.java | 54 fail(); method 61 fail(); method 68 fail(); method 145 fail(); method 164 fail(); method 204 fail(); method 211 fail(); method 215 fail(); method 219 fail(); method 223 fail(); method 227 fail(); method 231 fail(); method 235 fail(); method 239 fail(); method 243 fail(); method 247 fail(); method 251 fail(); method 255 fail(); method 259 fail(); method 263 fail(); method 267 fail(); method 271 fail(); method 285 fail(); method 294 fail(); method 303 fail(); method [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
BooleansTest.java | 126 fail(); method 130 // notice that this should even fail when no growth was needed 132 fail(); method 200 fail(); method 272 fail(); method 277 fail(); method
|
CharsTest.java | 78 fail("Cast to char should have failed: " + value); 171 fail(); method 187 fail(); method 227 fail(); method 231 // notice that this should even fail when no growth was needed 233 fail(); method 297 fail(); method
|
DoublesTest.java | 183 fail(); method 204 fail(); method 249 fail(); method 253 // notice that this should even fail when no growth was needed 255 fail(); method 319 fail(); method 412 fail(); method
|
FloatsTest.java | 180 fail(); method 201 fail(); method 246 fail(); method 250 // notice that this should even fail when no growth was needed 252 fail(); method 309 fail(); method 390 fail(); method
|
IntsTest.java | 79 fail("Cast to int should have failed: " + value); 172 fail(); method 188 fail(); method 228 fail(); method 232 // notice that this should even fail when no growth was needed 234 fail(); method 299 fail(); method 373 fail(); method
|
ShortsTest.java | 79 fail("Cast to short should have failed: " + value); 180 fail(); method 196 fail(); method 236 fail(); method 240 // notice that this should even fail when no growth was needed 242 fail(); method 307 fail(); method 381 fail(); method
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
EqualsTesterTest.java | 58 fail("Should fail on null reference"); 68 fail("Should fail on null equal object"); 78 fail("Should fail on null equal object"); 97 fail("Should get not equal to equal object error"); 131 fail("Should get non-reflexive error"); 147 fail("Should get equal to null error"); 166 fail("Should get equal to incompatible class error") 209 fail(); method 217 fail(); method [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/ |
ForwardingWrapperTesterTest.java | 208 fail(); method 229 fail("expected failure not reported"); 451 fail("Should have failed");
|
/external/guava/guava-tests/test/com/google/common/base/ |
EnumsTest.java | 154 fail(); method
|
JoinerTest.java | 70 fail(); method 75 fail(); method 81 fail(); method 86 fail(); method 218 fail(); method 227 fail(); method 236 fail(); method 252 fail(); method 279 fail(); method 285 fail(); method 306 fail(); method [all...] |
OptionalTest.java | 53 fail(); method 80 fail(); method 110 fail(); method 149 fail(); method 158 fail(); method 184 fail("Should throw if Function returns null.");
|