/dalvik/libcore/sql/src/test/java/tests/SQLite/ |
JDBCDriverTest.java | 98 fail("no Driver available"); 101 fail("Driver does not accept URL"); 133 fail("no Driver available"); 136 fail("Driver does not connect"); 165 fail("no Driver available"); 193 fail("no version information available"); 225 fail("no Driver available"); 228 fail("Driver property details not available"); 260 fail("no version information available");
|
/dalvik/libcore/sql/src/test/java/tests/javax/sql/ |
RowSetReaderTest.java | 26 fail("Not yet implemented");
|
RowSetWriterTest.java | 26 fail("Not yet implemented");
|
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/ |
SSLEngineResultHandshakeStatusTest.java | 52 fail("Incorrect number of enum constant was returned"); 77 fail("Unexpected exception " + e + " was thrown for " + str[i]); 85 fail("IllegalArgumentException should be thrown for " + str_invalid[i]); 94 fail("NullPointerException/IllegalArgumentException should be thrown for NULL parameter");
|
/dalvik/vm/mterp/armv5te/ |
OP_ARRAY_LENGTH.S | 10 beq common_errNullObject @ yup, fail
|
/dalvik/vm/mterp/armv6t2/ |
OP_ARRAY_LENGTH.S | 9 beq common_errNullObject @ yup, fail
|
/external/dhcpcd/dhcpcd-hooks/ |
20-dns.conf | 31 EXPIRE|FAIL|IPV4LL|RELEASE|STOP) unset_dns_props;;
|
/external/fdlibm/ |
changes | 6 static int fail=0; 17 fail++; 22 fail++; 35 if (fail == 0) {
|
/external/stlport/test/unit/ |
sstream_test.cpp | 125 CPPUNIT_ASSERT( !s.fail() ); 179 CPPUNIT_ASSERT( !s.fail() ); 182 CPPUNIT_ASSERT( s.fail() ); 193 CPPUNIT_ASSERT( !s.fail() ); 196 CPPUNIT_ASSERT( s.fail() ); 222 CPPUNIT_ASSERT( !s.fail() ); 233 CPPUNIT_ASSERT( !is.fail() ); 240 CPPUNIT_ASSERT( !dis.fail() ); 247 CPPUNIT_ASSERT( !fis.fail() ); 295 CPPUNIT_ASSERT( !ss.fail() ); [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
while-001.js | 29 result = "fail";
|
while-004.js | 38 result = "fail: hit code after return statement"; 65 var result2 = "fail: did not execute code after loop, but inside label"; 104 var result3 = "fail: did not get to code after label"; 109 result1 = "fail: got to code after a break"; 111 result2 = "fail: got to code outside of loop but inside label"; 145 var result3 = "fail: did not evaluate statement after label"; 150 result1 = "fail: got to code after the break"; 152 result2 = "fail: broke out of while, but not out of label"; 183 var result2 = "fail: did not execute code after loop, but inside label";
|
/external/webkit/WebCore/manual-tests/ |
applet-finish-parsing-children.html | 8 <param name=text value="FAIL">
|
/sdk/eclipse/scripts/ |
create_all_symlinks.sh | 16 set -e # fail early
|
/system/core/mkbootimg/ |
mkbootimg.c | 231 if(write(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) goto fail; 232 if(write_padding(fd, pagesize, sizeof(hdr))) goto fail; 234 if(write(fd, kernel_data, hdr.kernel_size) != hdr.kernel_size) goto fail; 235 if(write_padding(fd, pagesize, hdr.kernel_size)) goto fail; 237 if(write(fd, ramdisk_data, hdr.ramdisk_size) != hdr.ramdisk_size) goto fail; 238 if(write_padding(fd, pagesize, hdr.ramdisk_size)) goto fail; 241 if(write(fd, second_data, hdr.second_size) != hdr.second_size) goto fail; 242 if(write_padding(fd, pagesize, hdr.ramdisk_size)) goto fail; 247 fail:
|
/system/extras/tests/bionic/libc/other/ |
test_aligned.c | 23 printf( "FAIL (%08x)\n", v2 ); 46 printf( "FAIL (%08x)\n", v2 ); 67 printf( "FAIL (%04x)\n", v2 ); 88 printf( "FAIL (%08x)\n", v2 );
|
/dalvik/libcore/json/src/test/java/org/json/ |
JSONArrayTest.java | 36 fail(); method 41 fail(); method 136 fail(); method 141 fail(); method 146 fail(); method 174 fail(); method 181 fail(); method 278 fail(); method 382 fail(); method 387 fail(); method 392 fail(); method 438 fail(); method 446 fail(); method 454 fail(); method 470 fail(); method 478 fail(); method 486 fail(); method 510 fail(); method 515 fail(); method 520 fail(); method 525 fail(); method [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
UUIDTest.java | 171 fail("No UnsupportedOperationException"); 177 fail("No UnsupportedOperationException"); 203 fail("No UnsupportedOperationException"); 209 fail("No UnsupportedOperationException"); 232 fail("No UnsupportedOperationException"); 238 fail("No UnsupportedOperationException"); 402 fail("No NPE"); 438 fail("No NPE"); 443 fail("No IAE"); 448 fail("No IAE") [all...] |
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
AttributedStringTest.java | 124 fail("Unexpected exception " + e.toString()); 130 fail("Expected IllegalArgumentException was not thrown"); 138 fail("Expected IllegalArgumentException was not thrown"); 185 fail("Unexpected exception " + e.toString()); 192 fail("Expected IllegalArgumentException was not thrown"); 201 fail("Expected IllegalArgumentException was not thrown"); 213 fail("Unexpected expected " + e.toString()); 250 fail("Unexpected exception " + e.toString()); 260 fail("Expected IllegalArgumentException was not thrown"); 378 fail("Expected IllegalArgumentException") [all...] |
BreakIteratorTest.java | 144 fail("Unexpected exception " + e.toString()); 167 fail("should throw illegal argument exception"); 174 fail("should throw illegal argument exception"); 179 fail("should throw illegal argument exception"); 192 fail("should throw illegal argument exception"); 201 fail("should throw illegal argument exception"); 206 fail("should throw illegal argument exception"); 248 fail("should throw illegal argument exception"); 259 fail("should throw illegal argument exception"); 264 fail("should throw illegal argument exception") 469 fail(); method 489 fail(); method [all...] |
/external/freetype/src/psaux/ |
afmparse.c | 593 goto Fail; 616 goto Fail; 626 goto Fail; 649 goto Fail; 653 Fail: 694 goto Fail; 724 goto Fail; 734 goto Fail; 765 goto Fail; 769 Fail [all...] |
/external/wpa_supplicant/ |
ctrl_iface_unix.c | 184 sendto(sock, "FAIL\n", 5, 0, (struct sockaddr *) &from, 276 goto fail; 302 goto fail; 320 goto fail; 330 goto fail; 335 goto fail; 340 goto fail; 347 goto fail; 362 goto fail; 367 goto fail; [all...] |
/external/icu4c/test/cintltst/ |
utransts.c | 146 log_err("FAIL: utrans_countAvailableIDs() returned %d\n", n); 153 log_err("FAIL: System transliterator %d: \"\"\n", i); 163 log_err("FAIL: utrans_open(%s) failed, error=%s\n", 171 log_err("FAIL: utrans_getID(%s) returned %s\n", 274 log_data_err("FAIL: in instantiation for id=%s -> %s (Are you missing data?)\n", TransID[i], u_errorName(status)); 279 log_err("FAIL: utrans_openInverse() failed for id=%s. Error=%s\n", TransID[i], myErrorName(status)); 284 log_err("FAIL :openInverse() for %s returned %s instead of %s\n", TransID[i], buf1, TransID[i+1]); 302 log_data_err("FAIL: construction -> %s (Are you missing data?)\n", u_errorName(status)); 307 log_err("FAIL: construction\n"); 321 log_err("FAIL: utrans_clone() failed\n") [all...] |
/external/icu4c/test/intltest/ |
transapi.cpp | 75 dataerrln("FAIL: construction of Latin-Greek - %s",u_errorName(status)); 80 errln("FAIL: getID returned " + ID + " instead of Latin-Greek"); 92 errln("FAIL: " + ID); 96 errln("FAIL: getID() returned " + t->getID() + " instead of " + ID); 101 errln("FAIL: calling getAvailableID(index > coundAvailableIDs) should make index=0\n"); 107 errln("FAIL: construction"); 116 errln("FAIL: getID or clone failed"); 121 errln("FAIL: construction"); 123 errln("FAIL: getID or clone failed"); 141 dataerrln("FAIL: in instantiation - %s", u_errorName(status)) [all...] |
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 91 fail("Exception during test: " + e.toString()); 97 fail("IOException expected"); 129 fail("Exception during test: " + e.toString()); 159 fail("IOException expected"); 171 fail("ZipException expected"); 198 fail("IOException expected"); 210 fail("ZipException expected"); 256 fail("Should throw Security Exception"); 286 fail(); method 315 fail("Should throw Security Exception") [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ByteTest.java | 83 fail("Expected NumberFormatException with hex string."); 89 fail("Expected NumberFormatException with floating point string."); 95 fail("Expected NumberFormatException with empty string."); 101 fail("Expected NumberFormatException with null string."); 206 fail("Expected NumberFormatException with hex string."); 212 fail("Expected NumberFormatException with floating point string."); 218 fail("Expected NumberFormatException with empty string."); 224 fail("Expected NumberFormatException with null string."); 249 fail("Expected NumberFormatException with hex string."); 255 fail("Expected NumberFormatException with floating point string.") [all...] |