/libcore/luni/src/test/java/libcore/java/sql/ |
TimestampTest.java | 73 fail(); method 78 fail(); method 83 fail(); method 88 fail(); method 93 fail(); method 98 fail(); method 103 fail(); method 108 fail(); method 113 fail(); method 118 fail(); method 123 fail(); method 128 fail(); method 133 fail(); method 138 fail(); method 143 fail(); method [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
LocaleInternalsTest.java | 121 fail(); method
|
OldGregorianCalendarTest.java | 49 fail(); method
|
ResourceLeakageDetectorTest.java | 38 fail(); method
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterInputStreamTest.java | 47 fail(); method 81 fail(); method 92 fail(); method 97 fail(); method 102 fail(); method 108 fail(); method
|
Zip64FileTest.java | 73 fail(); method
|
/libcore/luni/src/test/java/libcore/javax/crypto/ |
SecretKeyFactoryTest.java | 55 fail(); method 61 fail(); method 67 fail(); method 76 fail(); method 82 fail(); method 88 fail(); method 95 fail(); method 102 fail(); method
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
KeyStoreBuilderParametersTest.java | 31 fail(); method 74 fail(); method
|
/libcore/luni/src/test/java/libcore/net/event/ |
NetworkEventDispatcherTest.java | 34 fail(); method
|
/libcore/luni/src/test/java/libcore/util/ |
BasicLruCacheTest.java | 42 fail(); method 51 fail(); method 60 fail(); method
|
/libcore/luni/src/test/java/sun/misc/ |
UnsafeTest.java | 30 fail(); method 48 fail(); method
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_gabixx_rtti.cpp | 49 fail++;\ 55 int fail = 0; local 99 fail++; 104 return (fail > 0);
|
/ndk/tests/device/fenv/jni/ |
test_fenv.c | 24 (condition)? (void)0 : fail(__FILE__, __LINE__, __func__, #condition) 27 ((x)==(y))? (void)0 : fail(__FILE__, __LINE__, __func__, #x "==" #y) 30 float_eq(x, y)? (void)0 : fail(__FILE__, __LINE__, __func__, "float_eq(" #x "," #y ")") 35 void fail(const char* file, int line, const char* func, const char* expr) function
|
/ndk/tests/device/test-stlport-rtti/jni/ |
test_stlport_rtti.cpp | 49 fail++;\ 55 int fail = 0; local 99 fail++; 104 return (fail > 0);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
p8155.cpp | 4 int fail = 1; variable 116 fail = 0; 147 return fail;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
p8155.cpp | 4 int fail = 1; variable 116 fail = 0; 147 return fail;
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SecurityTest.java | 40 fail(); method 44 fail(); method
|
/packages/apps/Email/tests/src/com/android/email/ |
TestUtils.java | 68 fail("Expected throwable not thrown."); 73 fail("Cought unexpected throwable " + th.getClass().getName()); 84 fail(); method 95 fail(); method 128 fail(message + ": Timeout"); 132 // Shouldn't fail. 141 // Condition never meets, should fail. 153 * send key events will fail.
|
/system/bt/test/suite/ |
main.c | 197 int fail = 0; local 211 ++fail; 220 if (fail) { 221 printf("\n%sSanity suite failed with %d errors.%s\n", RED, fail, DEFAULT); 237 ++fail; 247 if (fail) { 248 printf("%d/%d tests failed. See above for failed test cases.\n", fail, sanity_suite_size + test_suite_size);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterSurrogateTest.java | 206 errln("fail"); 213 errln("fail"); 242 void fail(String s, int start, int limit, Class exc) { method in class:UCharacterSurrogateTest.Test 256 test.fail(null, 0, 1, NullPointerException.class); 257 test.fail("a", -1, 0, IndexOutOfBoundsException.class); 258 test.fail("a", 1, 2, IndexOutOfBoundsException.class); 259 test.fail("a", 1, 0, IndexOutOfBoundsException.class); 327 void fail(char[] text, int start, int count, int index, int offset, method in class:UCharacterSurrogateTest.Test 343 void fail(String text, int index, int offset, Class exc) { method in class:UCharacterSurrogateTest.Test 362 test.fail((char[]) null, 0, 1, 0, 1, NullPointerException.class) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
GpsTestActivity.java | 38 public void fail(String s); method in interface:PassFailLog 150 public void fail(String s) { method in class:GpsTestActivity 162 fail("unexpected InterruptedException when sleep");
|
/cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/ |
XmlPlanGeneratorTest.java | 125 fail(); method
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
AESGCMCipherTestBase.java | 187 fail(); method 201 fail(); method
|
RSASignatureTest.java | 87 fail(); method 95 fail(); method 135 // implementations to fail early, during initSign. 140 fail("Unexpectedly generated a signature (" + sigBytes.length + " bytes): "
|
/cts/tests/tests/net/src/android/net/cts/ |
SSLCertificateSocketFactoryTest.java | 61 fail("should throw exception!"); 70 fail("should throw exception!"); 78 fail("should throw exception!"); 102 * NOTE: Test will fail if external server is not available. 107 fail(); method 118 * NOTE: Test will fail if external server is not available. 125 fail(); method 136 * NOTE: Test will fail if external server is not available. 141 fail(); method
|