[go: nahoru, domu]

Searched refs:fail (Results 1 - 25 of 290) sorted by path

1234567891011>>

/frameworks/av/media/libnbaio/
H A DSourceAudioBufferProvider.cpp65 // But in this case the calloc() can also fail due to integer overflow,
70 goto fail;
87 fail:
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpvdec_api.cpp108 goto fail;
146 goto fail;
298 fail:
/frameworks/av/services/audiopolicy/utilities/convert/
H A Dconvert.h142 return ss.eof() && !ss.fail() && !ss.bad();
157 return !oss.fail() && !oss.bad();
225 * string streams is bugged and does not fail when giving overflowed values.
/frameworks/base/cmds/idmap/
H A Dcreate.cpp38 goto fail;
42 goto fail;
46 goto fail;
50 fail:
/frameworks/base/cmds/svc/src/com/android/commands/svc/
H A DPowerCommand.java47 fail: {
67 break fail;
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java125 fail(message);
/frameworks/base/core/java/android/app/
H A DIBackupAgent.aidl175 void fail(String message);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java1069 public void fail(String message) { method in class:BackupAgent.BackupServiceBinder
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java136 * @see #fail(String)
152 * @see #fail(String)
180 * @see #fail(String)
280 public boolean fail(@Nullable String error) { method in class:PrintJob
330 * {@link #setStatus(int)}, {@link #block(String)}, or {@link #fail(String)},
349 * {@link #setStatus(int)}, {@link #block(String)}, or {@link #fail(String)},
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java107 fail("expected security exception for " + permission);
126 fail("expected SecurityException requiring " + permission);
145 fail("expected SecurityException requiring " + permission);
H A DInstrumentationTestCase.java171 fail("Method \""+fName+"\" not found");
175 fail("Method \""+fName+"\" should be public");
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2764 /* void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) */
2767 (JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) {
2769 (GLenum)fail,
2766 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
H A Dandroid_opengl_GLES20.cpp4324 /* void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) */
4327 (JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) {
4329 (GLenum)fail,
4335 /* void glStencilOpSeparate ( GLenum face, GLenum fail, GLenum zfail, GLenum zpass ) */
4338 (JNIEnv *_env, jobject _this, jint face, jint fail, jint zfail, jint zpass) {
4341 (GLenum)fail,
4326 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
4337 android_glStencilOpSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint fail, jint zfail, jint zpass) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp3481 /* void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass ) */
3484 (JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) {
3486 (GLenum)fail,
3483 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java63 fail("Device is not connected to Mobile, setUp failed");
H A DWifiAssociationTest.java94 fail("Invalid frequency-band");
146 fail("Not a valid security type: " + securityType);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiStressTest.java102 fail("enable wifi failed.");
135 fail(errorMsg);
170 fail("Scan results are empty ");
262 fail("active network detected");
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiClientTest.java109 fail("Sleep timeout " + e);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java452 fail(String.format("enable() invalid state: state=%d", state));
475 fail(String.format("enable() timeout: state=%d (expected %d), flags=0x%x (expected 0x%x)",
512 fail(String.format("disable() invalid state: state=%d", state));
535 fail(String.format("disable() timeout: state=%d (expected %d), flags=0x%x (expected 0x%x)",
549 fail("discoverable() bluetooth not enabled");
577 fail(String.format("discoverable() timeout: scanMode=%d (expected %d), flags=0x%x "
592 fail("undiscoverable() bluetooth not enabled");
620 fail(String.format("undiscoverable() timeout: scanMode=%d (expected %d), flags=0x%x "
635 fail("startScan() bluetooth not enabled");
659 fail(Strin
[all...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanRecordTest.java68 fail("expected:<" + Arrays.toString(expected) +
H A DScanSettingsTest.java39 fail("should have thrown IllegalArgumentException!");
48 fail("should have thrown IllegalArgumentException!");
58 fail("should have thrown IllegalArgumentException!");
/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");
H A DDownloadManagerFunctionalTest.java235 fail("Failed to throw SecurityException when trying to write to /system.");
/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");
H A DServiceTest.java35 // Temporarily suppress, this test is causing unit test suite run to fail
226 fail("Expected security exception when starting " + service);
367 fail("Expected security exception when binding " + service);
464 fail("No exception thrown on second unbind");

Completed in 486 milliseconds

1234567891011>>