/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
ReadOnlyCharBufferTest.java | 47 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 68 fail("Should throw Exception"); //$NON-NLS-1$ 77 fail("Should throw Exception"); //$NON-NLS-1$ 87 fail("Should throw Exception"); //$NON-NLS-1$ 93 fail("Should throw Exception"); //$NON-NLS-1$ 103 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 109 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 115 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 121 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyDoubleBufferTest.java | 44 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 65 fail("Should throw Exception"); //$NON-NLS-1$ 74 fail("Should throw Exception"); //$NON-NLS-1$ 84 fail("Should throw Exception"); //$NON-NLS-1$ 90 fail("Should throw Exception"); //$NON-NLS-1$ 100 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 106 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 112 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 118 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyFloatBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyIntBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyLongBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
ReadOnlyShortBufferTest.java | 43 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 57 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw Exception"); //$NON-NLS-1$ 85 fail("Should throw Exception"); //$NON-NLS-1$ 91 fail("Should throw Exception"); //$NON-NLS-1$ 101 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 107 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 113 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 119 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1 [all...] |
WrappedCharBufferTest1.java | 44 fail("Should throw Exception"); //$NON-NLS-1$ 50 fail("Should throw Exception"); //$NON-NLS-1$ 56 fail("Should throw Exception"); //$NON-NLS-1$ 62 fail("Should throw Exception"); //$NON-NLS-1$ 68 fail("Should throw Exception"); //$NON-NLS-1$ 74 fail("Should throw Exception"); //$NON-NLS-1$ 80 fail("Should throw NPE"); //$NON-NLS-1$
|
WrappedCharBufferTest2.java | 42 fail("Should throw Exception"); //$NON-NLS-1$ 48 fail("Should throw Exception"); //$NON-NLS-1$ 54 fail("Should throw Exception"); //$NON-NLS-1$ 60 fail("Should throw Exception"); //$NON-NLS-1$ 66 fail("Should throw Exception"); //$NON-NLS-1$ 75 fail("Should throw UnsupportedOperationException"); //$NON-NLS-1$ 84 fail("Should throw ReadOnlyBufferException"); //$NON-NLS-1$ 90 fail("Should throw NullPointerException"); //$NON-NLS-1$ 96 fail("Should throw BufferOverflowException"); //$NON-NLS-1$ 102 fail("Should throw IndexOutOfBoundsException"); //$NON-NLS-1 112 fail(); method 117 fail(); method 123 fail(); method [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_state_rss.c | 44 #define EMIT_RS(svga, value, token, fail) \ 53 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \ 91 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail ); 92 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail ); 95 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail ); 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail ); 97 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail ); 100 SEPARATEALPHABLENDENABLE, fail ); 103 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail ); 104 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail ); [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_state_rss.c | 44 #define EMIT_RS(svga, value, token, fail) \ 53 #define EMIT_RS_FLOAT(svga, fvalue, token, fail) \ 91 EMIT_RS( svga, curr->rt[0].writemask, COLORWRITEENABLE, fail ); 92 EMIT_RS( svga, curr->rt[0].blend_enable, BLENDENABLE, fail ); 95 EMIT_RS( svga, curr->rt[0].srcblend, SRCBLEND, fail ); 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail ); 97 EMIT_RS( svga, curr->rt[0].blendeq, BLENDEQUATION, fail ); 100 SEPARATEALPHABLENDENABLE, fail ); 103 EMIT_RS( svga, curr->rt[0].srcblend_alpha, SRCBLENDALPHA, fail ); 104 EMIT_RS( svga, curr->rt[0].dstblend_alpha, DSTBLENDALPHA, fail ); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ArrayTest.java | 37 fail("Exception during get test : " + e.getMessage()); 48 fail("Passing non-array failed to throw exception"); 58 fail("Invalid index failed to throw exception"); 68 fail("Exception during get test : " + e.getMessage()); 79 fail("Passing non-array failed to throw exception"); 89 fail("Invalid index failed to throw exception"); 105 fail("Exception during get test : " + e.getMessage()); 115 fail("Passing non-array failed to throw exception"); 125 fail("Invalid index failed to throw exception"); 135 fail("Null argument failed to throw NPE") [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/ |
Test_f1.java | 31 fail("expected a verification exception"); 44 fail("expected a verification exception"); 57 fail("expected a verification exception"); 70 fail("expected a verification exception"); 83 fail("expected a verification exception"); 96 fail("expected a verification exception"); 109 fail("expected a verification exception"); 122 fail("expected a verification exception"); 135 fail("expected a verification exception but this test may fail if this check is not enforced") [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
IvParameterSpecTest.java | 47 fail("Should raise an NullPointerException " 67 fail("Should raise an IllegalArgumentException " 70 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 73 fail("Unexpected NullPointerException was thrown"); 78 fail("Should raise an IllegalArgumentException " 81 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 84 fail("Unexpected NullPointerException was thrown"); 89 fail("Should raise an ArrayIndexOutOfBoundsException " 93 fail("Unexpected IllegalArgumentException was thrown"); 95 fail("Unexpected NullPointerException was thrown") [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
BaseTestHandler.java | 23 import static org.junit.Assert.fail; 28 fail(); method 34 fail(); method 38 fail(); method 42 fail(); method 46 fail(); method 50 fail(); method 54 fail(); method 58 fail(); method 62 fail(); method 67 fail(); method [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
IvParameterSpecTest.java | 47 fail("Should raise an NullPointerException " 67 fail("Should raise an IllegalArgumentException " 70 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 73 fail("Unexpected NullPointerException was thrown"); 78 fail("Should raise an IllegalArgumentException " 81 fail("Unexpected ArrayIndexOutOfBoundsException was thrown"); 84 fail("Unexpected NullPointerException was thrown"); 89 fail("Should raise an ArrayIndexOutOfBoundsException " 93 fail("Unexpected IllegalArgumentException was thrown"); 95 fail("Unexpected NullPointerException was thrown") [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
Matcher2Test.java | 44 fail("IllegalStateException expected"); 50 fail("IllegalStateException expected"); 56 fail("IllegalStateException expected"); 62 fail("IllegalStateException expected"); 68 fail("IllegalStateException expected"); 74 fail("IllegalStateException expected"); 81 fail("IllegalArgumentException expected"); 102 fail("IndexOutOfBoundsException expected"); 108 fail("IndexOutOfBoundsException expected"); 114 fail("IndexOutOfBoundsException expected") [all...] |
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
Matcher2Test.java | 42 fail("IllegalStateException expected"); 48 fail("IllegalStateException expected"); 54 fail("IllegalStateException expected"); 60 fail("IllegalStateException expected"); 66 fail("IllegalStateException expected"); 72 fail("IllegalStateException expected"); 79 fail("IllegalArgumentException expected"); 100 fail("IndexOutOfBoundsException expected"); 106 fail("IndexOutOfBoundsException expected"); 112 fail("IndexOutOfBoundsException expected") [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
ParserFactoryTest.java | 38 fail("expected NullPointerException was not thrown"); 48 fail("expected ClassNotFoundException was not thrown"); 59 fail("expected IllegalAccessException was not thrown"); 70 fail("expected InstantiationException was not thrown"); 81 fail("expected ClassCastException was not thrown"); 99 fail("expected NullPointerException was not thrown"); 107 fail("expected ClassNotFoundException was not thrown"); 116 fail("expected IllegalAccessException was not thrown"); 125 fail("expected InstantiationException was not thrown"); 134 fail("expected ClassCastException was not thrown") [all...] |
/libcore/luni/src/test/java/tests/java/security/ |
SecureRandomTest.java | 64 fail("next failed"); 75 fail("setSeed failed"); 85 fail("nextBytes failed"); 91 fail("expected exception"); 104 fail("incorrect SecureRandom implementation" + p.getName()); 116 fail("No setSeed"); 130 fail(e.toString()); 133 fail("getInstance failed"); 143 fail("getInstance failed"); 148 fail("expected NoSuchAlgorithmException") [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
IOExceptionTest.java | 34 fail("Exception during IOException test"); 48 fail("Failed to generate exception"); 72 fail("Exception during IOException test" + e.toString()); //$NON-NLS-1$ 74 fail("Failed to generate exception"); //$NON-NLS-1$ 95 fail("Exception during IOException test" + e.toString()); //$NON-NLS-1$ 97 fail("Failed to generate exception"); //$NON-NLS-1$
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 12 if None: self.fail('None is true instead of false') 13 if 0: self.fail('0 is true instead of false') 14 if 0L: self.fail('0L is true instead of false') 15 if 0.0: self.fail('0.0 is true instead of false') 16 if '': self.fail('\'\' is true instead of false') 17 if not 1: self.fail('1 is false instead of true') 18 if not 1L: self.fail('1L is false instead of true') 19 if not 1.0: self.fail('1.0 is false instead of true') 20 if not 'x': self.fail('\'x\' is false instead of true') 21 if not {'x': 1}: self.fail('{\'x\': 1} is false instead of true' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_types.py | 12 if None: self.fail('None is true instead of false') 13 if 0: self.fail('0 is true instead of false') 14 if 0L: self.fail('0L is true instead of false') 15 if 0.0: self.fail('0.0 is true instead of false') 16 if '': self.fail('\'\' is true instead of false') 17 if not 1: self.fail('1 is false instead of true') 18 if not 1L: self.fail('1L is false instead of true') 19 if not 1.0: self.fail('1.0 is false instead of true') 20 if not 'x': self.fail('\'x\' is false instead of true') 21 if not {'x': 1}: self.fail('{\'x\': 1} is false instead of true' [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
SignedObjectTest.java | 52 fail(e.toString()); 57 fail(e1.toString()); 65 fail(e.toString()); 67 fail(e.toString()); 69 fail(e.toString()); 71 fail(e.toString()); 85 fail(e.toString()); 87 fail(e.toString()); 91 fail("verify() failed"); 94 fail(e.toString()) [all...] |
/external/chromium_org/content/test/data/indexeddb/ |
shared.js | 11 result('fail - unexpected error callback'); 16 result('fail - unexpected abort callback'); 21 result('fail - unexpected complete callback'); 26 result('fail - unexpected success callback'); 31 result('fail - unexpected upgradeneeded callback'); 36 result('fail - unexpected blocked callback');
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldStringBufferInputStreamTest.java | 32 fail("IndexOutOfBoundsException was not thrown"); 38 fail("IndexOutOfBoundsException was not thrown"); 44 fail("IndexOutOfBoundsException was not thrown");
|