Searched refs:fail (Results 1 - 25 of 290) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A DThreadPool.c101 goto fail;
106 goto fail;
111 goto fail;
131 goto fail;
144 goto fail;
153 goto fail;
162 fail:
334 // fail if thread pool is shutting down
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DPresenterTest.java36 fail("Should have thrown exception");
/frameworks/support/v4/tests/java/android/support/v4/app/
H A DFragmentReceiveResultTest.java33 import static junit.framework.TestCase.fail;
148 fail("IntentSender failed");
H A DNestedFragmentTest.java63 fail("Expected IllegalArgumentException");
/frameworks/support/v4/tests/java/android/support/v4/testutils/
H A DTestUtils.java68 * this method will call <code>Assert.fail</code> with detailed description of the mismatch.
89 * <code>Assert.fail</code> with detailed description of the mismatch.
120 Assert.fail(mismatchDescription);
H A DTestUtilsMatchers.java85 Assert.fail("Passed null Class instance");
/frameworks/support/v4/tests/java/android/support/v4/view/
H A DBaseViewPagerTest.java715 Assert.fail("Position at #" + i + " is " + pagePositionCurr +
722 Assert.fail("Position at #" + i + " is " + pagePositionCurr +
729 Assert.fail("Position offset at #" + i + " is " + positionOffsetCurr +
736 Assert.fail("Position pixel offset at #" + i + " is " + positionOffsetCurr +
754 Assert.fail("Position offset at #" + i + " is " + positionOffsetCurr +
766 Assert.fail("Position offset pixel at #" + i + " is " +
815 Assert.fail("Position at #" + i + " is " + pagePositionCurr +
822 Assert.fail("Position at #" + i + " is " + pagePositionCurr +
829 Assert.fail("Position offset at #" + i + " is " + positionOffsetCurr +
836 Assert.fail("Positio
[all...]
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
H A DTestUtils.java111 * <code>Assert.fail</code> with detailed description of the mismatch.
142 * <code>Assert.fail</code> with detailed description of the mismatch.
183 Assert.fail(mismatchDescription);
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java623 fail("add must throw from within a callback");
628 fail("addAll must throw from within a callback");
633 fail("addAll(T[],boolean) must throw from within a callback");
638 fail("remove must throw from within a callback");
643 fail("removeItemAt must throw from within a callback");
648 fail("updateItemAt must throw from within a callback");
653 fail("recalculatePositionOfItemAt must throw from within a callback");
658 fail("recalculatePositionOfItemAt must throw from within a callback");
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DBaseThreadedTest.java44 Assert.fail(throwable.getMessage());
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java319 fail(throwable.getMessage());
H A DItemAnimatorV2ApiTest.java30 import static org.junit.Assert.fail;
313 fail("unpexpected view");
H A DRecyclerViewAnimationsTest.java219 fail("pre layout is not expected");
H A DRecyclerViewLayoutTest.java1246 fail("runnable has thrown an exception");
3604 fail(throwable.getMessage());
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DTestUtils.java38 * <code>Assert.fail</code> with detailed description of the mismatch.
106 Assert.fail(mismatchDescription);
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DDocumentArchiveTest.java71 fail(String.valueOf(e));
H A DIntegrationTest.java115 fail("Expected IllegalStateException, but succeeded.");
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
H A DVectorDrawableTest.java250 fail((filename + ": totalError is " + totalError));
259 fail((filename + ": totalDiffPixelCount is " + totalDiffPixelCount));
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatWearableExtenderTest.java244 fail("Arrays not equal: " + Arrays.toString(array1) + " != " + Arrays.toString(array2));
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java74 fail("somehow got uri for file outside roots?");
86 fail("file escaped!");
128 fail("file escaped!");
260 fail("Somehow read missing file?");
285 fail("Somehow read missing file?");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DATResponseParserTest.java33 fail("exception expected");
55 fail("exception expected");
69 fail("exception expected");
80 fail("exception expected");
105 fail("expected ex");
H A DGsmAlphabetTest.java194 fail("expected exception");
215 fail("expected exception");
H A DGsmCdmaCallTest.java101 fail("Exception " + e + " not expected");
H A DGsmCdmaCallTrackerTest.java103 Assert.fail("unexpected exception thrown"+ex.getMessage()+ex.getStackTrace());
143 Assert.fail("unexpected exception thrown" + ex.getMessage());
166 Assert.fail("unexpected exception thrown" + ex.getMessage());
188 Assert.fail("unexpected exception thrown" + ex.getMessage());
211 Assert.fail("unexpected exception thrown" + ex.getMessage());
247 Assert.fail("unexpected exception thrown" + ex.getMessage());
271 Assert.fail("unexpected exception thrown" + ex.getMessage());
291 Assert.fail("unexpected exception thrown" + ex.getMessage());
309 Assert.fail("unexpected exception thrown" + ex.getMessage());
321 Assert.fail("unexpecte
[all...]
H A DGsmCdmaPhoneTest.java56 import static org.junit.Assert.fail;
276 fail(e.toString());
295 fail();
586 fail("Unexpected exception: " + e.getStackTrace());
619 fail("Unexpected exception: " + e.getStackTrace());

Completed in 549 milliseconds

1234567891011>>