/external/bluetooth/bluez/test/ |
test-health | 65 print "Wrong selection, try again: ", 78 print "Wrong selection, try again: ", 97 print "Wrong selection, try again" 124 print "Wrong selection, try again." 151 print "Wrong selection, try again: ", 178 print "Wrong selection, try again: ", 195 print "Wrong selection, try again." 203 print "Echo war wrong, exiting"
|
/external/e2fsprogs/tests/f_badbblocks/ |
expect.1 | 19 Free blocks count wrong for group #0 (78, counted=77). 22 Free blocks count wrong (78, counted=77).
|
/external/e2fsprogs/tests/f_badinode/ |
expect.1 | 31 Free blocks count wrong for group #0 (76, counted=77). 34 Free blocks count wrong (76, counted=77).
|
/external/e2fsprogs/tests/f_clear_xattr/ |
expect.1 | 29 Free blocks count wrong for group #0 (76, counted=78). 32 Free blocks count wrong (76, counted=78).
|
/external/e2fsprogs/tests/f_dup_resize/ |
expect.1 | 25 Free blocks count wrong for group #0 (7910, counted=7911). 28 Free blocks count wrong (9754, counted=9755).
|
/external/e2fsprogs/tests/f_holedir/ |
expect.1 | 24 Free blocks count wrong for group #0 (78, counted=79). 27 Free blocks count wrong (78, counted=79).
|
/external/e2fsprogs/tests/f_messy_inode/ |
expect.1 | 29 Free blocks count wrong for group #0 (68, counted=75). 32 Free blocks count wrong (68, counted=75).
|
/external/e2fsprogs/tests/f_noroot/ |
expect.1 | 30 Free inodes count wrong for group #0 (17, counted=16). 33 Free inodes count wrong (17, counted=16).
|
/external/e2fsprogs/tests/f_recnect_bad/ |
expect.1 | 29 Free inodes count wrong for group #0 (18, counted=17). 32 Free inodes count wrong (18, counted=17).
|
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
IncompleteAnnotationExceptionTest.java | 42 assertSame("wrong annotation type", clazz, e.annotationType()); 43 assertSame("wrong element name", elementName, e.elementName());
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatTest.java | 50 assertEquals("wrong char @" + i, result.charAt(i), current); 62 assertEquals("wrong char @" + i, result.charAt(i), current); 73 assertEquals("wrong start @" + i, runStarts[i], iterator.getRunStart()); 74 assertEquals("wrong limit @" + i, runLimits[i], iterator.getRunLimit()); 75 assertEquals("wrong char @" + i, result.charAt(i), current); 88 assertEquals("wrong start @" + i, runStarts[i], iterator.getRunStart()); 89 assertEquals("wrong limit @" + i, runLimits[i], iterator.getRunLimit()); 90 assertEquals("wrong char @" + i, result.charAt(i), current); 103 assertEquals("wrong start @" + i, runStarts[i], iterator.getRunStart()); 104 assertEquals("wrong limit @" + i, runLimits[i], iterator.getRunLimit()) [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl2Test.java | 121 assertEquals("Wrong length", mech00.length, mech01.length); 123 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 171 assertEquals("Wrong length", mech00.length, mech01.length); 173 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 216 assertEquals("Wrong length", mech00.length, mech01.length); 218 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 230 assertEquals("Wrong length", mech00.length, mech01.length); 232 assertEquals("Wrong mechanism name", mech00[i], mech01[i]); 274 assertEquals("Wrong length", mech.length, mech01.length); 276 assertEquals("Wrong mechanism name", mech[i], mech01[i]) [all...] |
/external/chromium/chrome/browser/download/ |
download_history.cc | 55 // TODO(paulg) see bug 958058. EXPLICIT_ACCESS below is wrong. 74 // TODO(paulg) see bug 958058. EXPLICIT_ACCESS below is wrong. 90 // TODO(paulg) see bug 958058. EXPLICIT_ACCESS below is wrong. 101 // TODO(paulg) see bug 958058. EXPLICIT_ACCESS below is wrong. 109 // TODO(paulg) see bug 958058. EXPLICIT_ACCESS below is wrong.
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
BaselineButtonsTest.java | 78 assertEquals("Pause wrong top", 0, mPause.getTop()); 79 assertEquals("Prev wrong top", (pauseHeight - prevHeight) / 2, mPrev.getTop()); 80 assertEquals("Next wrong top", (pauseHeight - nextHeight) / 2, mNext.getTop()); 81 assertEquals("CurrentTime wrong bottom", pauseHeight, mCurrentTime.getBottom()); 82 assertEquals("TotalTime wrong bottom", pauseHeight, mTotalTime.getBottom());
|
/libcore/luni/src/test/java/tests/java/sql/ |
SelectFunctionalityTest.java | 165 assertEquals("number of rows in ResultSet is wrong", 5, counter); 226 // assertEquals("number of rows in ResultSet is wrong", 1, counter); 251 assertTrue("wrong value of finteger field", value.containsKey(key)); 252 assertEquals("wrong value of ftext field", value.get(key), val); 288 assertTrue("wrong value of onum field", value.containsKey(key)); 289 assertEquals("wrong value of cnum field", value.get(key), 317 assertTrue("wrong value of cnum field", value.containsKey(key)); 318 assertEquals("wrong value of cname field", value.get(key), val); 346 assertTrue("wrong value of ssnum field", value.containsKey(key)); 347 assertEquals("wrong value of ccnum field", value.get(key) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DateFormatSymbolsTest.java | 104 URL path1 = new File("src/test/resources/provider/wrong").toURL(); 105 URL path2 = new File("resources/provider/wrong").toURL(); 201 URL path1 = new File("src/test/resources/provider/wrong").toURL(); 202 URL path2 = new File("resources/provider/wrong").toURL(); 252 fail("Returned wrong array"); 266 fail("Returned wrong array"); 294 assertEquals("Returned wrong array: ", val.length, retVal.length); 308 assertEquals("Returned wrong array: ", val.length, retVal.length); 322 fail("Returned wrong array"); 337 fail("Returned wrong array") [all...] |
/external/gtest/test/ |
gtest_nc.cc | 107 // Tests that the compiler catches using the wrong test case name in 121 TYPED_TEST_P(BarTest, A) {} // Wrong test case name. 126 // Tests that the compiler catches using the wrong test case name in 141 REGISTER_TYPED_TEST_CASE_P(BarTest, A); // Wrong test case name. 145 // Tests that the compiler catches using the wrong test case name in 162 // Wrong test case name. 181 // Wrong name prefix: "My" has been used.
|
/external/protobuf/gtest/test/ |
gtest_nc.cc | 107 // Tests that the compiler catches using the wrong test case name in 121 TYPED_TEST_P(BarTest, A) {} // Wrong test case name. 126 // Tests that the compiler catches using the wrong test case name in 141 REGISTER_TYPED_TEST_CASE_P(BarTest, A); // Wrong test case name. 145 // Tests that the compiler catches using the wrong test case name in 162 // Wrong test case name. 181 // Wrong name prefix: "My" has been used.
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
RRuleTest.java | 86 * @throws Exception if anything goes wrong. 186 // Fails: wrong dates 193 // Fails: wrong dates 200 // Fails: wrong dates 267 // Fails with wrong times 337 //Fails: wrong dates 351 // Fails: generates wrong dates 363 //Fails: wrong dates 388 // Fails: wrong dates 395 // Fails: wrong date [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
EnumMapTest.java | 166 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1$ 215 assertEquals("Wrong value", 1, enumMap.get(Color.Red)); //$NON-NLS-1$ 378 assertEquals("Wrong size", 1, set.size()); //$NON-NLS-1$ 380 assertEquals("Wrong size", 0, set.size()); //$NON-NLS-1$ 388 assertTrue("Return wrong value", set.containsAll(c)); //$NON-NLS-1$ 395 assertEquals("Wrong size", 1, set.size()); //$NON-NLS-1$ 406 assertEquals("Wrong size", 1, set.size()); //$NON-NLS-1$ 415 assertEquals("Wrong length", 2, array.length); //$NON-NLS-1$ 417 assertEquals("Wrong key", Size.Middle, entry.getKey()); //$NON-NLS-1$ 418 assertEquals("Wrong value", 1, entry.getValue()); //$NON-NLS-1 [all...] |
/external/iproute2/ip/ |
ipprefix.c | 52 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len); 62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family); 66 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 34 function side_effect() { try {} finally {} return "wrong"; } 51 // deopt, it will return the string "wrong". 52 assertFalse(test("a") === "wrong");
|
/dalvik/tests/019-wrong-array-type/src/ |
Main.java | 18 * Stuff the wrong type object into an array.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
StreamTokenizerTest.java | 160 assertTrue("Wrong Token type1: " + (char) st.ttype, 163 assertTrue("Wrong Token type2: " + st.ttype, 166 assertTrue("Wrong Token type3: " + st.ttype, st.ttype == '/'); 168 assertTrue("Wrong Token type4: " + st.ttype, 171 assertTrue("Wrong Token type5: " + st.ttype, 174 assertTrue("Wrong Token type6: " + st.ttype, st.ttype == '\''); 175 assertTrue("Wrong Token type7: " + st.ttype, st.sval 178 assertTrue("Wrong Token type8: " + st.ttype, st.ttype == -1); 185 assertTrue("Wrong token 1,1", 188 assertTrue("Wrong token 1,2", s.nextToken() == '\n') [all...] |
/external/chromium/net/base/ |
escape_icu.cc | 17 // behavior is wrong when the character can't be encoded properly.
|