/cts/tests/res/layout/ |
animation_layout.xml | 58 <ImageButton android:id="@+id/failed" 59 android:src="@drawable/failed"
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipOutputStreamTest.java | 59 fail("Close on empty stream failed to throw exception"); 91 assertTrue("closeEntry failed to update required fields", 117 assertEquals("Finish failed to closeCurrentEntry", 11, ze.getSize()); 150 assertTrue("Failed to write correct entry", ze.getName().equals( 155 fail("Entry with incorrect setting failed to throw exception"); 202 assertTrue("setLevel failed", csize <= ze.getCompressedSize()); 235 assertTrue("setLevel failed", csize >= ze.getCompressedSize()); 269 assertTrue("Write failed to write correct bytes", new String(b)
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ByteTest.java | 514 assertTrue("Byte creation failed", b.byteValue() == (byte) 127); 562 assertTrue("Comparison failed", new Byte((byte) 1).compareTo(new Byte((byte) 2)) < 0); 563 assertTrue("Comparison failed", new Byte((byte) 1).compareTo(new Byte((byte) -2)) > 0); 564 assertEquals("Comparison failed", 0, new Byte((byte) 1).compareTo(new Byte((byte) 1))); 603 assertTrue("Failed to throw exception for MAX_VALUE + 1", exception); 612 assertTrue("Failed to throw exception for MIN_VALUE - 1", exception); 621 assertTrue("Failed to throw exception for hex MAX_VALUE + 1", exception); 630 assertTrue("Failed to throw exception for hex MIN_VALUE - 1", exception); 660 assertTrue("Equality test failed", b1.equals(b2)); 661 assertTrue("Equality test failed", !b1.equals(b3)) [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
InterruptedIOExceptionTest.java | 48 fail("Failed to generate exception"); 70 fail("Failed to generate exception");
|
InvalidClassExceptionTest.java | 48 fail("Failed to throw exception"); 85 fail("Failed to throw exception");
|
StreamTokenizerTest.java | 277 assertTrue("OrdinaryChar failed." + (char) st.ttype, 294 assertEquals("OrdinaryChars failed.", 'a', st.nextToken()); 295 assertEquals("OrdinaryChars failed.", 'z', st.nextToken()); 310 assertTrue("Base behavior failed.", 313 assertEquals("setOrdinary failed.", '6', st.nextToken()); 315 assertTrue("parseNumbers failed.", 333 assertTrue("PushBack failed.", 350 assertEquals("QuoteChar failed.", '<', st.nextToken()); 351 assertEquals("QuoteChar failed.", "Hello World", st.sval); 354 assertEquals("QuoteChar failed for word.", "elloWorld", st.sva [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
WeakReferenceTest.java | 52 assertTrue("Initialization failed.", ((Boolean) wr.get()) 84 assertTrue("Initialization failed.", ((Boolean) wr.get())
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
BindExceptionTest.java | 48 fail("Failed to generate exception"); 69 fail("Failed to generate exception");
|
NoRouteToHostExceptionTest.java | 48 fail("Failed to generate expected exception"); 72 fail("Failed to generate expected exception");
|
ProtocolExceptionTest.java | 48 fail("Failed to generate expected exception"); 69 fail("Failed to generate expected exception");
|
SocketExceptionTest.java | 47 fail("Failed to generate expected exception"); 67 fail("Failed to generate expected exception");
|
UnknownHostExceptionTest.java | 45 fail("Failed to generate Exception"); 68 fail("Failed to generate Exception");
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
HashSetTest.java | 79 "Failed to throw IllegalArgumentException for capacity < 0"); 101 "Failed to throw IllegalArgumentException for initial load factor <= 0"); 145 assertTrue("Failed to increment set size after add", 147 assertTrue("Failed to add element to set", hs.contains(new Integer(-9))); 166 assertTrue("Failed to clear set", !hs.contains(i.next())); 234 assertTrue("Failed to iterate over all elements", hs.contains(i 258 assertTrue("Failed to remove element", !hs.contains(new Integer(98))); 259 assertTrue("Failed to decrement set size", hs.size() == size - 1);
|
IdentityHashMapTest.java | 98 fail("Failed to throw IllegalArgumentException for initial capacity < 0"); 125 assertTrue("Failed to construct correct IdentityHashMap", hm 152 assertEquals("Clear failed to reset size", 0, hm.size()); 154 assertNull("Failed to clear all elements", 220 assertTrue("Failed with null key", m.containsKey(null)); 221 assertTrue("Failed with missing key matching null hash", !m 285 assertEquals("Failed with null key", "test", m.get(null)); 286 assertNull("Failed with missing key matching null hash", m 326 assertTrue("Failed with null key", m.keySet().contains(null)); 327 assertNull("Failed with null key", m.keySet().iterator().next()) [all...] |
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
Compiler.java | 59 * {@code false} if it has failed or if there is no JIT compiler 74 * {@code false} if it has failed or if there is no JIT compiler
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
SecurityPermission2Test.java | 41 assertEquals("create securityPermission constructor(string) failed", 61 assertEquals("creat securityPermission constructor(string,string) failed",
|
/dalvik/libcore/security/src/test/java/tests/security/cert/ |
CertificateException2Test.java | 47 assertEquals("Initializer failed : " + e.toString(), 72 assertEquals("Initializer failed",
|
/dalvik/tests/061-out-of-memory/src/ |
Main.java | 49 throw new RuntimeException("Test failed: " + 95 throw new RuntimeException("Test failed: " +
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_INSTANCE.S | 33 cmp r0, #0 @ failed? 51 b common_exceptionThrown @ failed, deal with init exception
|
/dalvik/vm/mterp/x86-atom/ |
OP_CONST_STRING.S | 61 cmp $$0, %eax # check if resolved string failed 62 je common_exceptionThrown # resolve failed; exception thrown
|
OP_CONST_STRING_JUMBO.S | 63 cmp $$0, %eax # check if resolved string failed 64 je common_exceptionThrown # resolve failed; exception thrown
|
OP_SGET.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
OP_SGET_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|
OP_SPUT.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
OP_SPUT_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|