/external/e2fsprogs/tests/f_resize_inode/ |
expect | 38 Free blocks count wrong for group #0 (717, counted=718). 41 Free blocks count wrong (14276, counted=14277). 66 Free blocks count wrong for group #0 (717, counted=718). 69 Free blocks count wrong (14276, counted=14277). 94 Free blocks count wrong for group #0 (717, counted=718). 97 Free blocks count wrong (14276, counted=14277). 137 Free blocks count wrong for group #0 (718, counted=942). 140 Free blocks count wrong for group #1 (732, counted=956). 143 Free blocks count wrong for group #3 (732, counted=956). 146 Free blocks count wrong for group #5 (732, counted=956) [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
EnumMapTest.java | 168 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); 217 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); 381 assertEquals("Wrong size", 1, set.size()); 383 assertEquals("Wrong size", 0, set.size()); 391 assertTrue("Return wrong value", set.containsAll(c)); 398 assertEquals("Wrong size", 1, set.size()); 409 assertEquals("Wrong size", 1, set.size()); 418 assertEquals("Wrong length", 2, array.length); 420 assertEquals("Wrong key", Size.Middle, entry.getKey()); 421 assertEquals("Wrong value", 1, entry.getValue()) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassNotFoundExceptionTest.java | 55 assertEquals("Wrong Exception", in, e.getException()); 56 assertEquals("Wrong message", "SomeMessage", e.getMessage()); 57 assertEquals("Wrong cause", in, e.getCause());
|
/external/e2fsprogs/tests/f_orphan_dotdot_ft/ |
expect.1 | 44 Free blocks count wrong for group #0 (73, counted=74). 47 Free blocks count wrong (73, counted=74). 50 Directories count wrong for group #0 (6, counted=5).
|
/external/icu4c/test/compat/ |
tzone.pl | 46 print "The following time zones had wrong results.\n"; 54 #if the result is wrong print the time zone information to a log file 62 print "\nThe number of time zones with wrong results: $count out of $index\n";
|
/external/valgrind/main/drd/tests/ |
annotate_hb_err.stderr.exp | 2 wrong type of synchronization object 9 wrong type of synchronization object 16 wrong type of synchronization object
|
/cts/tests/tests/widget/src/android/widget/cts/ |
PositionTesterContextMenuListener.java | 61 if (!areEqual("Wrong flat position", groupPosition, adapterContextMenuInfo.position)) { 74 if (!areEqual("Wrong packed position type", testType, packedPositionType)) { 79 if (!areEqual("Wrong group position", groupPosition, packedPositionGroup)) { 85 if (!areEqual("Wrong child position", childPosition, packedPositionChild)) {
|
/external/bluetooth/glib/tests/ |
base64-test.c | 70 g_print ("Wrong decoded length: got %d, expected %d\n", 77 g_print ("Wrong decoded base64 data\n"); 98 g_print ("Wrong decoded length: got %d, expected %d\n", 105 g_print ("Wrong decoded base64 data\n");
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p5.cpp | 11 // FIXME: This example from the standard is wrong; note posted to CWG reflector
|
/external/clang/test/CodeGen/ |
ptx-cc.c | 5 // If something is wrong, the back-end will fail.
|
/external/stlport/test/compiler/ |
ttei3.cpp | 15 * Indeed this code is wrong: explicit template specialization
|
ttei4.cpp | 15 * Indeed this code is wrong: 1. explicit template specialization
|
ttei5.cpp | 15 * Indeed this code is wrong: explicit template specialization
|
/external/valgrind/unittest/output_tests/ |
output_test1.cc | 12 MutexLock lock(&mu2); // Wrong Mutex.
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/resources/ |
createDocument-with-used-doctype-frame.html | 15 document.body.textContent = "FAIL (wrong exception: " + e.code + ")";
|
/frameworks/base/cmds/keystore/ |
keystore_cli.cpp | 38 /* [WRONG_PASSWORD] = */ "Wrong password (last chance)", 39 /* [WRONG_PASSWORD + 1] = */ "Wrong password (2 tries left)", 40 /* [WRONG_PASSWORD + 2] = */ "Wrong password (3 tries left)", 41 /* [WRONG_PASSWORD + 3] = */ "Wrong password (4 tries left)",
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECPrivateKeySpecTest.java | 66 assertEquals("wrong private value", s, ecpks.getS()); 67 assertEquals("wrong parameters", ecparams, ecpks.getParams()); 90 assertEquals("wrong private value", s, ecpks.getS()); 97 assertEquals("wrong parameters", ecparams, ecpks.getParams());
|
ECPublicKeySpecTest.java | 64 assertEquals("wrong params value", params, ecpks.getParams()); 65 assertEquals("wrong w value", w, ecpks.getW()); 88 assertEquals("wrong w value", w, ecpks.getW()); 95 assertEquals("wrong params value", params, ecpks.getParams());
|
/external/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 212 assert(isReg() && "Wrong MachineOperand accessor"); 217 assert(isReg() && "Wrong MachineOperand accessor"); 222 assert(isReg() && "Wrong MachineOperand accessor"); 227 assert(isReg() && "Wrong MachineOperand accessor"); 232 assert(isReg() && "Wrong MachineOperand accessor"); 237 assert(isReg() && "Wrong MachineOperand accessor"); 242 assert(isReg() && "Wrong MachineOperand accessor"); 247 assert(isReg() && "Wrong MachineOperand accessor"); 252 assert(isReg() && "Wrong MachineOperand accessor"); 272 assert(isReg() && "Wrong MachineOperand accessor") [all...] |
/libcore/luni/src/test/java/libcore/java/text/ |
OldNumberFormatTest.java | 68 assertEquals("Wrong result: case 1", "23", format.format(123)); 71 assertEquals("Wrong result: case 2", "0", format.format(123)); 217 assertEquals("Wrong result for double : " + out, "1,234,567,890.012", 221 assertEquals("Wrong result for double : " + out, "-1,234,567,890.012", 229 // assertEquals("Wrong result for double : " + out, "1,234,567,890.012-", 231 assertEquals("Wrong result for double : " + out, "-1'234'567'890.012", out.toString()); 235 assertEquals("Wrong result for for double: " + out, "1", out.toString()); 238 assertEquals("Wrong result for for double: " + out, "5", out.toString()); 246 assertEquals("Wrong result for double : " + out, 250 assertEquals("Wrong result for double : " + out [all...] |
/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
BigDecimalTest.java | 188 assertTrue("the sum of 23.456 + 3849.235 is wrong", sum.unscaledValue() 389 assertTrue("the int value of 23423419083091823091283933 is wrong", int1 410 "the long value of 31323423423419083091823091283933 is wrong", 555 assertTrue("the scale of the number 123.34560000 is wrong", scale1 558 assertTrue("the scale of the number 29389. is wrong", 561 assertTrue("the scale of the number 3.374E13 is wrong", 566 assertTrue("the scale of the number -3.45E-203 is wrong: " 569 assertTrue("the scale of the number -345.4E-200 is wrong", scale4 581 assertTrue("the number 12345.908 after setting scale is wrong", 598 assertTrue("the number 2.323E102 after setting scale is wrong", [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContextTest.java | 77 // Test wrong resource id 80 fail("Wrong resource id should not be accepted."); 84 // Test wrong resource id 87 fail("Wrong resource id should not be accepted."); 103 // Test wrong resource id 106 fail("Wrong resource id should not be accepted."); 193 // Test wrong null array pointer 203 // fail("Wrong resource id should not be accepted.");
|
/external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
AnnotationTypeMismatchExceptionTest.java | 43 assertSame("wrong method name", m, e.element()); 44 assertEquals("wrong found type", "some type", e.foundType());
|
IncompleteAnnotationExceptionTest.java | 55 assertSame("wrong annotation type", clazz, e.annotationType()); 56 assertSame("wrong element name", elementName, e.elementName());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
ConnectExceptionTest.java | 33 assertNull("Wrong message", new ConnectException().getMessage()); 34 assertEquals("Wrong message", "message", new ConnectException("message").getMessage());
|