/external/protobuf/java/src/test/java/com/google/protobuf/ |
UnmodifiableLazyStringListTest.java | 77 fail(); method 85 fail(); method 93 fail(); method 102 fail(); method 111 fail(); method 120 fail(); method 139 fail(); method 154 fail(); method 173 fail(); method 179 fail(); method 185 fail(); method 200 fail(); method 206 fail(); method 212 fail(); method [all...] |
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/ |
BaseDexReaderTest.java | 89 Assert.fail(); 148 Assert.fail(); 214 Assert.fail(); 323 Assert.fail(); 432 Assert.fail();
|
/external/smali/util/src/test/java/org/jf/util/ |
AbstractForwardSequentialListTest.java | 183 Assert.fail(); 206 Assert.fail();
|
/external/v8/test/cctest/ |
test-assembler-x87.cc | 274 Label fail; local 276 __ j(not_equal, &fail); 278 __ j(not_equal, &fail); 280 __ j(not_equal, &fail); 282 __ j(not_equal, &fail); 284 __ j(not_equal, &fail); 286 __ j(not_equal, &fail); 294 __ bind(&fail);
|
/external/v8/test/mjsunit/regress/ |
regress-347914.js | 30 function fail(expectedText, found, name_opt) { } function 33 assertSame = function assertSame(expected, found, name_opt) { if (found === expected) { if (expected !== 0 || (1 / expected) == (1 / found)) return; } else if ((expected !== expected) && (found !== found)) { return; } fail(PrettyPrint(expected), found, name_opt); }; assertEquals = function assertEquals(expected, found, name_opt) { if (!deepEquals(found, expected)) { fail(PrettyPrint(expected), found, name_opt); } }; 35 assertPropertiesEqual = function assertPropertiesEqual(expected, found, name_opt) { if (!deepObjectEquals(expected, found)) { fail(expected, found, name_opt); } }; 36 assertToStringEquals = function assertToStringEquals(expected, found, name_opt) { if (expected != String(found)) { fail(expected, found, name_opt); } }; 40 assertNull = function assertNull(value, name_opt) { if (value !== null) { fail("null", value, name_opt); } }; 41 assertNotNull = function assertNotNull(value, name_opt) { if (value === null) { fail("not null", value, name_opt); } }; 43 assertInstanceof = function assertInstanceof(obj, type) { if (!(obj instanceof type)) { var actualTypeName = null; var actualConstructor = Object.getPrototypeOf(obj).constructor; if (typeof actualConstructor == "function") { actualTypeName = actualConstructor.name || String(actualConstructor); } fail("Object <" + PrettyPrint(obj) + "> is not an instance of <" + (type.name || type) + ">" + (actualTypeName ? " but of < " + actualTypeName + ">" : "")); } }; 44 assertDoesNotThrow = function assertDoesNotThrow(code, name_opt) { try { if (typeof code == 'function') { code(); } else { eval(code); } } catch (e) { fail("threw an exception: ", e.message || e, name_opt); } }; 45 assertUnreachable = function assertUnreachable(name_opt) { var message = "Fail" + "ure: unreachable"; if (name_opt) { message += " - " + name_opt; } } [all...] |
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 120 * @see #fail(CharSequence) 135 * @see #fail(CharSequence) 161 * @see #fail(CharSequence) 254 public boolean fail(String error) { method in class:PrintJob
|
/frameworks/base/core/tests/coretests/src/android/database/ |
MatrixCursorTest.java | 87 fail(); method 100 fail(); method 106 fail(); method 120 fail(); method 127 fail(); method
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BinderThreadPriorityTest.java | 52 public int getThreadPriority() { fail(); return -999; } method 53 public String getThreadSchedulerGroup() { fail(); return null; } method 54 public void setPriorityAndCallBack(int p, IBinderThreadPriorityService cb) { fail(); } method 55 public void callBack(IBinderThreadPriorityService cb) { fail(); } method 56 private static void fail() { throw new RuntimeException("unimplemented"); } method in class:BinderThreadPriorityTest.ServiceStub
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
LineNumberReaderTest.java | 169 fail(); method 176 fail(); method
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLSocketFactoryTest.java | 36 fail(name + ": " + e); 49 fail("Unexpected exception " + e.toString()); 83 fail(); method 90 fail(); method 98 fail(); method 112 fail("Unexpected exception " + e.toString()); 125 fail("Unexpected exception " + e.toString());
|
/libcore/json/src/test/java/org/json/ |
JSONStringerTest.java | 107 fail(); method 112 fail(); method 117 fail(); method 132 fail(); method 137 fail(); method 142 fail(); method 147 fail(); method 152 fail(); method 157 fail(); method 162 fail(); method 167 fail(); method 175 fail(); method 349 fail(); method [all...] |
ParsingTest.java | 32 fail(); method 213 fail("Successfully parsed: \"" + malformedJson + "\""); 216 fail("Stack overflowed on input: \"" + malformedJson + "\"");
|
/libcore/luni/src/test/java/libcore/icu/ |
ICUTest.java | 115 fail(); method 121 fail(); method 127 fail(); method 133 fail(); method
|
/libcore/luni/src/test/java/libcore/java/io/ |
RandomAccessFileTest.java | 44 fail(); method 53 fail(); method 128 fail(); method 142 fail(); method 147 fail(); method
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ProcessBuilderTest.java | 66 fail(); method 71 fail(); method 81 fail(); method 97 fail(); method 102 fail(); method
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
ConstructorTest.java | 56 fail(); method 64 fail(); method
|
/libcore/luni/src/test/java/libcore/java/math/ |
BigIntegerTest.java | 58 fail(); method 63 fail(); method 68 fail(); method 73 fail(); method 78 fail(); method 83 fail(); method 136 fail(); method
|
/libcore/luni/src/test/java/libcore/java/net/ |
ConcurrentCloseTest.java | 46 fail("accept returned " + s + "!"); 59 fail("connect returned: " + s + "!"); 74 fail("connect returned: " + s + "!"); 93 fail("connect returned: " + s + "!"); 114 fail("read returned: " + i); 139 fail("read returned: " + i); 172 fail("receive returned!"); 201 fail(); method
|
UrlEncodingTest.java | 54 fail(); method 68 fail(); method 73 fail(); method 81 fail(); method 86 fail(); method 94 fail(); method 102 fail(); method 110 fail(); method 119 fail(); method 128 fail(); method 137 fail(); method 158 fail(); method 193 fail(); method 198 fail(); \/\/ RI fails this test returning "A" method [all...] |
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
FileChannelTest.java | 37 fail(); method 42 fail(); method 47 fail(); method 52 fail(); method
|
/libcore/luni/src/test/java/libcore/java/text/ |
BreakIteratorTest.java | 111 fail(); method 123 fail(); method 135 fail(); method 147 fail(); method 159 fail(); method 170 fail(); method
|
NumberFormatTest.java | 92 fail(); method 117 fail(); method 125 fail(); method 130 fail(); method 135 fail(); method 140 fail(); method 145 fail(); method
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
GZIPOutputStreamTest.java | 61 fail(); method
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
CreateAttributeNS.java | 46 fail("Unexpected exception" + e.getMessage()); 60 * Any uncaught exception causes test to fail 183 fail(); method
|