HomeSort by relevance Sort by last modified time
    Searched full:wrong (Results 226 - 250 of 4077) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidEnumTest.java 59 fail("wrong switch");
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 27 m.invoke("hello"); // Wrong number of arguments.
30 assertEquals("wrong number of arguments; expected 1, got 0", iae.getMessage());
33 m.invoke("hello", "world"); // Wrong type.
45 m.invoke(new Integer(5)); // Wrong type for 'this'.
  /libcore/luni/src/test/java/libcore/java/util/
OldListIteratorTest.java 59 if(((String) o).equals("Wrong element")) throw new IllegalArgumentException();
93 if(((String) o).equals("Wrong element")) throw new IllegalArgumentException();
197 ml.set("Wrong element");
224 ml.add("Wrong element");
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 483 assertEquals("Wrong catalog name", Support_SQL.sqlCatalog,
485 assertNull("Wrong schema", privileges.getString("TABLE_SCHEM"));
486 assertEquals("Wrong table name", DatabaseCreator.TEST_TABLE3,
488 assertTrue("Wrong privilege " + privileges.getString("PRIVILEGE"),
490 assertEquals("Wrong grantor", Support_SQL.sqlLogin + "@"
492 assertEquals("Wrong grantee", Support_SQL.sqlUser + "@%",
494 assertNull("Wrong value of IS_GRANTABLE", privileges
498 assertTrue("Wrong privileges were returned", expectedPrivs.isEmpty());
520 assertEquals("Wrong catalog name", Support_SQL.sqlCatalog,
522 assertNull("Wrong schema", privileges.getString("TABLE_SCHEM"))
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockNamedTaskExecutor.java 48 Assert.assertEquals("Wrong number of pending tasks",
  /system/extras/tests/bionic/libstdc++/
test_cassert.cpp 32 #error "Wrong header file included!!"
test_cstdint.cpp 31 #error "Wrong header file included!!"
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl3Test.java 101 * wrong.
124 fail("SaslException should be thrown when CallbackHandler is wrong");
131 fail("SaslException should be thrown when mechanisms is wrong");
191 // try to create client for wrong mechanism
222 // try to create client for wrong mechanism
258 // try to create SaslClient for wrong mechanism
261 assertNull("Not null object was created for wrong mechanism", Sasl
Sasl4Test.java 98 * mechanism) are wrong.
121 fail("SaslException should be thrown when CallbackHandler is wrong");
127 fail("SaslException should be thrown when mechanisms is wrong");
188 // try to create Server for wrong mechanism
221 // try to create Server for wrong mechanism
259 // try to create SaslServer for wrong mechanism
262 assertNull("Not null object was created for wrong mechanism", Sasl
  /external/llvm/test/MC/MachO/
darwin-x86_64-diff-relocs.s 29 // FIXME: Darwin 'as' gets this wrong as well, even though it could get it right
34 // FIXME: We don't support this, and would currently get it wrong, it should be a jump to an absolute address.
40 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
48 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
54 // FIXME: Darwin 'as' gets this completely wrong. It ends up with a single
65 // FIXME: Darwin 'as' gets most of these wrong, and there is an ambiguity in ATT
78 // FIXME: Darwin 'as' gets most of these wrong, and there is an ambiguity in ATT
  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackInputStreamTest.java 92 assertEquals("Wrong number!", 30, tobj.available());
130 assertEquals("Wrong value read!", "BEGIN", new String(buf, 6, 5));
172 assertEquals("Wrong number!", 30 - 6, tobj.available());
209 assertEquals("Wrong number!", 30 + 10, tobj.available());
249 assertEquals("Wrong number!", 30 + 10, tobj.available());
313 assertEquals("Wrong number!", 30, tobj.available());
314 assertEquals("Wrong value read!", 23, tobj.read());
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 207 assertEquals("Wrong Scope returned", scope, returnedScope);
218 assertEquals("Wrong PublicKey returned", getPubKey(), returnedPubKey);
228 assertEquals("Wrong Name returned", name, sub.getName());
239 assertEquals("Wrong Info returned", info, sub.getInfo());
372 assertEquals("Wrong Info returned", info[i], sub.getInfo());
388 assertEquals("Wrong PublicKey returned", getPubKey(), returnedPubKey);
391 assertEquals("Wrong PublicKey returned", null, sub.getPublicKey());
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEqualizerTest.java 157 msg = msg.concat("get parameter() called in wrong state");
158 loge(msg, "get parameter() called in wrong state");
189 msg = msg.concat("get parameter() called in wrong state");
190 loge(msg, "get parameter() called in wrong state");
219 msg = msg.concat("get parameter() called in wrong state");
220 loge(msg, "get parameter() called in wrong state");
246 msg = msg.concat("get parameter() called in wrong state");
247 loge(msg, "get parameter() called in wrong state");
307 msg = msg.concat("get parameter() called in wrong state");
308 loge(msg, "get parameter() called in wrong state")
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java 145 // or wrong one has been thrown
177 // set 3: valid m, invalid pr, invalid ks - wrong length
183 // set 4: valid m, invalid ks - wrong length
189 // set 5: valid m, invalid ks - wrong value
195 // set 6: valid m, invalid ks - wrong value
201 // set 7: valid m, invalid ks - wrong values
207 // set 8: valid m, invalid ks - wrong values
219 // set 10: valid m, invalid ks - wrong order
270 // or wrong one has been thrown
309 // or wrong one has been throw
    [all...]
  /external/elfutils/tests/
asm-tst3.c 277 printf ("symbol %zu has wrong value\n", inner);
283 printf ("symbol %zu has wrong other info\n", inner);
289 printf ("symbol %zu has wrong section reference\n",
296 printf ("symbol %zu has wrong type or binding\n",
304 printf ("symbol %zu has wrong size\n", inner);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketTest.java 169 assertTrue("Wrong size: " + receive.getLength(),
171 assertTrue("Wrong receiver", receive.getAddress().equals(localHost));
259 assertTrue("Wrong size data received: " + receive.getLength(), receive
261 assertTrue("Wrong data received"
265 assertTrue("Wrong receiver:" + receive.getAddress() + ":" + localHost,
324 assertTrue("connect/disconnect/connect - Wrong size data received: "
326 assertTrue("connect/disconnect/connect - Wrong data received"
330 assertTrue("connect/disconnect/connect - Wrong receiver:"
362 assertTrue("connect/disconnect - Wrong size data received: "
364 assertTrue("connect/disconnect - Wrong data received
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
ChoiceFormatTest.java 254 assertEquals("Wrong choice for -1", "Less than one", r);
257 assertEquals("Wrong choice for 0", "Less than one", r);
260 assertEquals("Wrong choice for 1", "one", r);
263 assertEquals("Wrong choice for 2", "Between one and two", r);
266 assertEquals("Wrong choice for 3", "Greater than two", r);
285 assertEquals("Wrong choice for 0.5", "Less than one", r);
288 assertEquals("Wrong choice for 1.5", "Between one and two", r);
291 assertEquals("Wrong choice for 2.5", "Greater than two", r);
302 assertTrue("Wrong formats", f.equals(formats));
314 assertTrue("Wrong limits", l.equals(limits))
    [all...]
DecimalFormatTest.java 507 assertTrue("Wrong result L1: " + out, out.toString().equals(
513 assertTrue("Wrong result L2: " + out, out.toString().equals(
520 assertTrue("Wrong result BI1: " + out, out.toString().equals(
527 assertTrue("Wrong result BI2: " + out, out.toString().equals(
536 assertTrue("Wrong result BI3: " + out, out.toString().equals(
544 assertTrue("Wrong result BI4: " + out, out.toString().equals(
551 assertTrue("Wrong result BD1: " + out, out.toString().equals("51.348"));
557 assertTrue("Wrong result BD2: " + out, out.toString().equals("51"));
572 assertTrue("Wrong result BDmax2: " + out, out.toString().equals(
587 assertTrue("Wrong result BDFloatMax2: " + out, out.toString().equals
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 151 // or wrong one has been thrown
183 // set 3: valid m, invalid ks - wrong length
189 // set 4: valid m, invalid ks - wrong length
195 // set 5: valid m, invalid ks - wrong value
201 // set 6: valid m, invalid ks - wrong value
207 // set 7: valid m, invalid ks - wrong values
213 // set 8: valid m, invalid ks - wrong values
225 // set 10: valid m, invalid ks - wrong order
276 // or wrong one has been thrown
  /external/lohit-fonts/lohit-bengali-ttf/
ChangeLog.old 44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
58 - Bug 239630: [hi_IN] the glyph of 0x0953 in lohit_hi.ttf is wrong.
70 - Bug 402321: [ml_IN} Wrong combinations used for the conjunct '???'
71 - Bug 402331: [ml_IN] Wrong combinations used for conjunct '????'
88 - Bug 231965: [kn_IN] wrong Conjuct combines during the formation kannada letter [yo]
106 - Bug 223774: [kn_IN] Some Ligature rules are wrong in the font file
160 - Bug 216634 : Glyphs for two combinations are wrong in Gujarati (gu_IN)
174 - Bug 208525: [ml_IN]the glyph of 0d33+0d4d+0d33 is wrong (LingNing Zhang)
175 - Bug 208540: [ml_IN]the glyph of 0d2f+0d4d and the glyph of 0d2f+0d4d+0d2f are wrong (LingNing Zhang)
  /external/lohit-fonts/lohit-devanagari-ttf/
ChangeLog.old 44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
58 - Bug 239630: [hi_IN] the glyph of 0x0953 in lohit_hi.ttf is wrong.
70 - Bug 402321: [ml_IN} Wrong combinations used for the conjunct '???'
71 - Bug 402331: [ml_IN] Wrong combinations used for conjunct '????'
88 - Bug 231965: [kn_IN] wrong Conjuct combines during the formation kannada letter [yo]
106 - Bug 223774: [kn_IN] Some Ligature rules are wrong in the font file
160 - Bug 216634 : Glyphs for two combinations are wrong in Gujarati (gu_IN)
174 - Bug 208525: [ml_IN]the glyph of 0d33+0d4d+0d33 is wrong (LingNing Zhang)
175 - Bug 208540: [ml_IN]the glyph of 0d2f+0d4d and the glyph of 0d2f+0d4d+0d2f are wrong (LingNing Zhang)
  /external/lohit-fonts/lohit-tamil-ttf/
ChangeLog.old 44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
58 - Bug 239630: [hi_IN] the glyph of 0x0953 in lohit_hi.ttf is wrong.
70 - Bug 402321: [ml_IN} Wrong combinations used for the conjunct '???'
71 - Bug 402331: [ml_IN] Wrong combinations used for conjunct '????'
88 - Bug 231965: [kn_IN] wrong Conjuct combines during the formation kannada letter [yo]
106 - Bug 223774: [kn_IN] Some Ligature rules are wrong in the font file
160 - Bug 216634 : Glyphs for two combinations are wrong in Gujarati (gu_IN)
174 - Bug 208525: [ml_IN]the glyph of 0d33+0d4d+0d33 is wrong (LingNing Zhang)
175 - Bug 208540: [ml_IN]the glyph of 0d2f+0d4d and the glyph of 0d2f+0d4d+0d2f are wrong (LingNing Zhang)
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
ptestcases.h 121 { 0, 0, NULL, "the expected result for [[:alnum:]]* is 2-7 which is wrong" },
124 { 0, 0, NULL, "the expected result for [^[:alnum:]]* is 2-5 which is wrong" },
127 { 0, 0, NULL, "the expected result for [[:alpha:]]* is 2-5 which is wrong" },
135 { 0, 0, NULL, "the expected result for [[:digit:]]* is 2-3 which is wrong" },
145 { 0, 0, NULL, "the expected result for [[:punct:]]* is 2-2 which is wrong" },
150 { 0, 0, NULL, "the expected result for [^[:space:]]* is 2-9 which is wrong" },
153 { 0, 0, NULL, "the expected result for [[:upper:]]* is 2-3 which is wrong" },
157 { 0, 0, NULL, "the expected result for [[:xdigit:]]* is 2-5 which is wrong" },
160 { 0, 0, NULL, "the expected result for [^[:xdigit:]]* is 2-7 which is wrong" },
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 97 throw new ASN1Exception("Wrong content length");
215 throw new ASN1Exception("ASN.1 Bitstring: wrong length. Tag at [" + tagOffset + "]");
222 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
227 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
248 throw new ASN1Exception("ASN.1 enumerated: wrong length for identifier at ["
262 throw new ASN1Exception("ASN.1 enumerated: wrong content at [" + contentOffset
278 throw new ASN1Exception("Wrong length for ASN.1 boolean at [" + tagOffset + "]");
368 throw new ASN1Exception("ASN.1 UTCTime: wrong length, identifier at " + tagOffset);
433 throw new ASN1Exception("Wrong length for ASN.1 integer at [" + tagOffset + "]");
445 throw new ASN1Exception("Wrong content for ASN.1 integer at [" + (offset - length) + "]. An integer MUST be encoded in minimum nu (…)
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 67 fprintf(stderr, "kernel profiles will be wrong.\n");
346 * wrong in the file, as it is not a file offset, but the offset
400 * This is wrong, wrong, wrong, wrong, but we don't have much

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>