Searched refs:fail (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbHostManager.cpp95 if (!result) goto fail;
134 fail:
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutLibTestCallback.java49 import static org.junit.Assert.fail;
136 fail("This method shouldn't be called by this version of LayoutLib.");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java20 import static org.junit.Assert.fail;
229 fail("Error reading test supplicant conf string");
/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/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java91 fail("the apply should have thrown an OperationApplicationException");
151 fail("newAssert() failed");
170 fail("newAssert() failed");
186 fail("newAssert() failed");
201 fail("we expect the exception to be thrown");
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java162 fail("CursorIndexOutOfBoundsException expected");
200 fail("CursorIndexOutOfBoundsException expected");
217 fail("CursorIndexOutOfBoundsException expected");
229 fail("CursorIndexOutOfBoundsException expected");
503 fail("unexpected exception: " + e.getMessage());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DRationalTest.java352 fail("Deserializing " + results + " should not have succeeded");
360 fail("Deserializing " + results + " should not have succeeded");
369 fail("Deserializing " + results + " should not have succeeded");
377 fail("Deserializing " + results + " should not have succeeded");
385 fail("Deserializing " + results + " should not have succeeded");
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java160 fail("Got too many onReceiveIntent() calls!");
165 fail("Receive out of order: got " + name
534 fail("No exception thrown on second unregister");
/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyPairGeneratorTest.java111 fail("KeyPairGenerator should not support setting the key size");
122 fail("KeyPairGenerator should not support setting the key size");
316 fail("Should not be able to generate encrypted key while not initialized");
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java157 fail("No status found for completed download!");
372 fail("Byte arrays are not equal.");
538 fail(timeoutMessage);
719 * we timeout and fail
1009 fail("timed out waiting for a non-null query result");
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileBridgeTest.java125 fail("wrote after close!");
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java102 fail();
108 fail();
121 fail();
147 fail();
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocusTest.java97 fail("requestFocus from wrong thread should raise exception.");
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsTallerThanScreenTest.java138 fail("couldn't get to last item within 20 down arrows");
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java107 fail("Notification stress test failed, back to lockscreen");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCameraTest.java102 fail("initializeMessageLooper: start timeout");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestHelper.java47 Assert.fail(String.format("Camera error, code: %d", error));
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DAccessibilityManagerTest.java156 fail("No accessibility events are sent if accessibility is disabled");
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DDataBindingUtilTest.java100 fail("Inflating a merge layout without a root should fail");
H A DInstanceAdapterTest.java113 fail("Binding should fail if a required BindingAdapter is missing.");
/frameworks/native/cmds/installd/
H A Dinstalld.cpp584 goto fail;
616 goto fail;
655 goto fail;
662 fail:
/frameworks/native/cmds/servicemanager/
H A Dbinder.c348 goto fail;
374 goto fail;
379 if (res < 0) goto fail;
382 fail:
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
H A DGlifLayoutTest.java109 fail("Should have thrown InflateException");
/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 DIntegrationTest.java115 fail("Expected IllegalStateException, but succeeded.");

Completed in 1036 milliseconds

1234567891011>>