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

1234567

/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/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");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java540 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
569 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java370 fail("unexpected ex");
632 fail("unexpected ex");
762 // Test outgoing call fail-immediately edge case
1189 // on hold except call 3. This should fail and a supplementary service
H A DGsmSmsCbTest.java754 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardTestUtilsTests.java50 TestCase.fail("Test case that should fail actually succeeded.");
71 TestCase.fail("Test case that should fail actually succeeded.");
94 TestCase.fail("Test case that should fail actually succeeded.");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java62 TestCase.fail("There is no operation.");
88 TestCase.fail("Unregistered MimeType " + mimeType);
118 TestCase.fail("ContentValues for MimeType " + mimeType
145 TestCase.fail(builder.toString());
148 TestCase.fail("Unexpected Uri has come: " + uri);
170 TestCase.fail(failMsg);
H A DLineVerifier.java44 TestCase.fail("Insufficient number of LineVerifier (" + index + ")");
H A DLineVerifierElem.java58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
65 TestCase.fail("Multiple \"END:VCARD\" line found");
74 TestCase.fail("Multiple VERSION line + found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
91 TestCase.fail("Unexpected line: " + line);
102 TestCase.fail("Expected line(s) not found:" + buffer.toString());
H A DPropertyNodesVerifierElem.java227 TestCase.fail("Expected property " + Arrays.toString(expectedProps.toArray())
265 TestCase.fail("Unexpected property \"" + propName + "\" exists.");
280 TestCase.fail("Unexpected property \"" + propName + "\" exists.");
326 TestCase.fail("Property \"" + propName + "\" has wrong value.\n"
H A DVCardVerifier.java108 AndroidTestCase.fail("Already initialized");
123 AndroidTestCase.fail("Already initialized");
140 AndroidTestCase.fail("Wrong resId: " + resId);
147 AndroidTestCase.fail("addInputEntry() is called.");
149 AndroidTestCase.fail("InputStream is already set");
156 AndroidTestCase.fail("Not initialized");
159 AndroidTestCase.fail("setInputStream is called");
166 AndroidTestCase.fail("Not initialized");
193 AndroidTestCase.fail("Not initialized");
209 AndroidTestCase.fail("No
[all...]
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java73 fail("somehow got uri for file outside roots?");
85 fail("file escaped!");
127 fail("file escaped!");
259 fail("Somehow read missing file?");
284 fail("Somehow read missing file?");
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
H A DAppLaunchTest.java94 fail(String.format("Detected %d errors on launch of app %s:\n%s", errSet.size(),
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java125 fail(message);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java66 fail("Invalid position:" + partition + " " + cursor.getColumnNames()[0] + " "
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java103 // Tests annotated with ShouldThrowIllegalStateException will fail if they don't.
109 fail("Expected this method to throw an IllegalStateException, but it didn't");
418 fail("This should have thrown an IllegalStateException");
430 fail("Should have thrown IOException");
/frameworks/native/cmds/installd/
H A Dcommands.c675 goto fail;
681 goto fail;
685 goto fail;
723 goto fail;
735 fail:
H A Dinstalld.c344 goto fail;
350 goto fail;
353 goto fail;
356 goto fail;
362 goto fail;
372 goto fail;
383 goto fail;
389 goto fail;
400 goto fail;
424 goto fail;
[all...]
/frameworks/native/cmds/servicemanager/
H A Dbinder.c317 goto fail;
343 goto fail;
348 if (res < 0) goto fail;
351 fail:
/frameworks/native/opengl/include/GLES/
H A Dgl.h724 GL_API void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h576 GL_APICALL void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
577 GL_APICALL void GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h910 GL_APICALL void GL_APIENTRY glStencilOp (GLenum fail, GLenum zfail, GLenum zpass);
911 GL_APICALL void GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
/frameworks/native/opengl/libagl/
H A Dstate.cpp237 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) { argument
239 if ((stencilop_valid(fail) &
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp4038 void GLTrace_glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) { argument
4044 // copy argument fail
4048 arg_fail->add_intvalue((int)fail);
4065 glContext->hooks->gl.glStencilOp(fail, zfail, zpass);
4078 void GLTrace_glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) { argument
4090 // copy argument fail
4094 arg_fail->add_intvalue((int)fail);
4111 glContext->hooks->gl.glStencilOpSeparate(face, fail, zfail, zpass);

Completed in 468 milliseconds

1234567