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

1 2 3 4 5 67 8 91011>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 55 assertTrue("Wrong format: \"" + pattern + "\" expected: "
58 assertTrue("Wrong begin position: " + pattern + " expected: "
61 assertTrue("Wrong end position: " + pattern + " expected: "
69 .println("Wrong format: \"" + pattern
86 assertTrue("Wrong result: " + pattern + " input: " + input
89 assertTrue("Wrong end position: " + pattern + " input: " + input,
112 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
113 assertTrue("Wrong default", f2.equals(DateFormat.getDateTimeInstance(
115 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
127 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class)
    [all...]
CollationKeyTest.java 68 assertTrue("Wrong source string1", collator.getCollationKey("abc")
70 assertTrue("Wrong source string2", collator.getCollationKey("ABC")
115 assertTrue("Wrong bytes", Arrays.equals(bytes, result));
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 47 System.out.println("Wrong format: \"" + pattern
58 assertTrue("Wrong result: " + pattern + " input: " + input
61 assertTrue("Wrong end position: " + pattern + " input: " + input,
88 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
89 assertEquals("Wrong pattern", "y'y'yy", f2.toPattern());
90 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(symbols));
114 assertTrue("Wrong class", f2.getClass() == SimpleDateFormat.class);
115 assertEquals("Wrong pattern", "'yyyy' MM yy", f2.toPattern());
116 assertTrue("Wrong symbols", f2.getDateFormatSymbols().equals(
148 // assertTrue("Wrong pattern: " + pattern, patter
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java 101 assertTrue("Wrong number of locales: ", locales.length > 100);
282 fail("Wrong format for ISOCountries.");
305 assertTrue("Wrong number of ISOLanguages.", length > 130);
342 assertEquals("Wrong toUppercase conversion", "\u0130", res1);
343 assertEquals("Wrong toLowercase conversion", "\u0131", res2);
355 assertEquals("Wrong representation 1", "en", l.toString());
357 assertEquals("Wrong representation 2", "_CA", l.toString());
361 assertEquals("Wrong representation 2.5", "_CA_var", l.toString());
363 assertEquals("Wrong representation 4", "en__WIN", l.toString());
365 assertEquals("Wrong representation 6", "en_CA", l.toString())
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BooleanTest.java 71 // wrong tag: tag is not 0x01
73 // wrong length: length is not 1
75 // wrong content: content is not 0x01 or 0xFF
BitStringTest.java 103 // wrong tag: tag is not 0x03
105 // wrong length: length is 0
107 // wrong content: unused bits value > 7
109 // wrong content: not 0 unused bits for empty string
111 // wrong content: unused bits in final octet are not 0
113 // wrong content: constructed encoding
  /external/bluetooth/glib/tests/
env-test.c 63 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value");
71 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value");
79 g_assert (strcmp (data, value2) == 0 && "g_getenv() returns wrong value");
  /external/expat/tests/
chardata.c 95 sprintf(buffer, "wrong number of data characters:"
99 "wrong number of data characters: got %d, expected %d",
121 sprintf(buffer, "wrong number of data characters: got %d, expected %d",
  /external/valgrind/main/docs/internals/
3_4_BUGSTATUS.txt 17 185517 Wrong write detection
103 189361 Cache simulation slightly wrong
125 190675 Spurious error "Wrong time stamp of .PDB file"
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
createDocument-namespace-err-expected.txt 42 PASS createDocument("http://example.com/", "xml:test", null); binding xml prefix wrong; threw NAMESPACE_ERR
43 PASS createDocument("http://example.com/", "xmlns:test", null); binding xmlns prefix wrong; threw NAMESPACE_ERR
44 PASS createDocument("http://www.w3.org/2000/xmlns/", "x:test", null); binding namespace namespace to wrong prefix; threw NAMESPACE_ERR
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
lighttpd.conf 84 # LayoutTests/http/tests/appcache/wrong-content-type.html uses an htaccess
85 # to override mime type for wrong-content-type.manifest.
86 $HTTP["url"] =~ "^/appcache/resources/wrong-content-type.manifest" {
  /dalvik/tests/064-field-access/src/
Main.java 239 * Valid object, wrong field type.
257 * Wrong object.
262 /* wrong object + private field */
266 /* wrong object + wrong field type */
270 /* wrong object + invalid access */
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_wps.c 47 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Role type, "
78 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Type type, "
111 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Bssid type, "
120 wpa_printf(MSG_DEBUG, "dbus: WPS.Stsrt - Wrong Bssid length "
123 "Bssid is wrong length");
140 wpa_printf(MSG_DEBUG, "dbus: WPS.Start - Wrong Pin type, "
  /libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java 58 assertEquals("Wrong capacity", 10, v.capacity());
69 assertEquals("Wrong capacity", 100, v.capacity());
98 assertEquals("Wrong size", 4, grow.size());
99 assertEquals("Wrong capacity", 6, grow.capacity());
142 assertEquals("Wrong size after add", 101, tVector.size());
149 assertEquals("Wrong size after add", 102, tVector.size());
174 assertEquals("Wrong size after add", 101, tVector.size());
178 assertEquals("Wrong size after add", 102, tVector.size());
211 assertNull("Wrong element at position 50--wanted null",
213 assertEquals("Wrong element at position 51--wanted 'gah'", "gah", tVecto
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h 56 ERROR_WRONGSTATE, //!< Call made while socket is in the wrong state
58 ERROR_SSL, //!< Something went wrong with OpenSSL
  /external/clang/test/SemaObjC/
warn-superclass-method-mismatch.m 36 [base method:&x]; // warn. if base is actually 'Sub' it will use -[Sub method] with wrong arguments
39 [base method1:b]; // if base is actuall 'Sub' it will use [Sub method1] with wrong argument.
  /external/e2fsprogs/tests/f_bbfile/
expect.1 39 Free blocks count wrong for group #0 (57, counted=41).
42 Free blocks count wrong (57, counted=41).
  /external/e2fsprogs/tests/f_dup2/
expect.1 34 Free blocks count wrong for group #0 (8, counted=22).
37 Free blocks count wrong (8, counted=22).
  /external/e2fsprogs/tests/f_filetype/
expect.1 40 Free inodes count wrong for group #0 (50, counted=47).
43 Free inodes count wrong (50, counted=47).
  /external/protobuf/m4/
acx_check_suncc.m4 52 dnl does the wrong thing if you don't put it into CXXFLAGS. sigh.
53 dnl (It also needs it in CFLAGS, or it does a different wrong thing!)
  /external/v8/test/mjsunit/
debug-compile-event-newfunction.js 39 'Wrong compilationType');
45 'Wrong eval from script name.');
  /external/webkit/Source/WebCore/manual-tests/
indexeddb-persists.html 31 status("Something must have gone wrong (or we're still working)...", "red");
47 status("Something must have gone wrong (or we're still working)...", "red");
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
RequestFocusTest.java 85 // Test that a requestFocus from the wrong thread fails.
90 fail("requestFocus from wrong thread should raise exception.");
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListOfTouchablesTest.java 69 assertEquals("Wrong view in first position", 0, newFirstChild.getId());
82 assertEquals("View scrolled to wrong position",
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIFailureInfo.java 37 -- the data submitted has the wrong format
65 * Data format is wrong

Completed in 1684 milliseconds

1 2 3 4 5 67 8 91011>>