/external/bluetooth/glib/glib/ |
gbookmarkfile.h | 21 #error "Only <glib.h> can be included directly." 60 GError **error); 64 GError **error); 68 GError **error); 71 GError **error) G_GNUC_MALLOC; 74 GError **error); 81 GError **error) G_GNUC_MALLOC; 87 GError **error) G_GNUC_MALLOC; 93 GError **error) G_GNUC_MALLOC; 104 GError **error); [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
timeout-clear-watch.js | 1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111."); 5 var error; variable 10 error = e 11 shouldBe('error.code', 'error.TIMEOUT'); 12 shouldBe('error.message', '"Timeout expired"');
|
/cts/tools/dasm/src/java_cup/ |
internal_error.java | 13 /** Method called to do a forced error exit on an internal error 17 System.err.println("JavaCUP Fatal Internal Error Detected");
|
/external/bison/m4/ |
error.m4 | 13 dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]). 17 # Prerequisites of lib/error.c.
|
/external/clearsilver/cs/ |
test6.cs | 6 ERROR 13 ERROR, doesn't exist 17 ERROR, doesn't exist
|
test_exists.cs | 6 ERROR
|
/external/e2fsprogs/debian/attic/ |
comerrg-dev.menu | 3 longtitle="The Common Error Description library"\ 4 description="libcomerr is an attempt to present a common error-handling mechanism to \ 5 manipulate the most common form of error code in a fashion that does not \
|
/external/opencore/engines/2way/test/src/ |
av_disconnect_reset_rec_test.cpp | 26 int error = 0; local 34 OSCL_TRY(error, scheduler->StartScheduler()); 35 if (error != 0) 37 OSCL_LEAVE(error); 71 int error = 0; local 80 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); 81 if (error) 90 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); 91 if (error) 141 int error = 0 local 481 int error = 0; local [all...] |
test_everything_test.cpp | 22 int error = 0; local 39 OSCL_TRY(error, scheduler->StartScheduler()); 40 if (error != 0) 42 OSCL_LEAVE(error); 76 int error = 0; local 85 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSinkL(*iVideoSink, id)); 86 if (error) 95 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSinkL(*iAudioSink, id)); 96 if (error) 146 int error = 0 local 496 int error = 0; local [all...] |
/dalvik/dx/src/junit/framework/ |
AssertionFailedError.java | 6 public class AssertionFailedError extends Error {
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
AssertionFailedError.java | 6 public class AssertionFailedError extends Error {
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/res/ |
XResourceBundleBase.java | 26 * This is an interface for error messages. This class is misnamed, 34 * Get the error string associated with the error code 36 * @param errorCode Error code 38 * @return error string associated with the given error code 43 * Get the warning string associated with the error code 45 * @param errorCode Error code 47 * @return warning string associated with the given error code
|
/dalvik/tests/021-string2/src/junit/framework/ |
AssertionFailedError.java | 6 public class AssertionFailedError extends Error {
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
AssertionFailedError.java | 6 public class AssertionFailedError extends Error {
|
/external/clearsilver/man/man3/ |
cgi_error.3 | 14 cgi_error - display an error string to the user 31 cgi_error will output a 500 error containing the 32 specified error message. This function is likely to be 33 removed from future versions in favor of a user error
|
nerr_match.3 | 25 err - the NEOERR that has an error. 31 the error against a specific error type. In exception 34 or just test for true if you are checking for any error.
|
/external/dbus/test/data/auth/ |
invalid-command-client.auth-script | 7 EXPECT_COMMAND ERROR
|
invalid-command.auth-script | 6 EXPECT_COMMAND ERROR
|
/external/dbus/test/ |
test-service.c | 31 DBusError error; local 36 dbus_error_init (&error); 38 connection = dbus_bus_get (DBUS_BUS_STARTER, &error); 42 error.message); 43 dbus_error_free (&error); 60 &error, 65 error.name, 66 error.message); 91 dbus_set_error_from_message (&error, reply); 92 printf ("Error type in reply: %s\n", error.message) 125 DBusError error; local 179 DBusError error; local 335 DBusError error; local [all...] |
/external/freetype/src/base/ |
ftrfork.c | 56 FT_Error error; local 65 error = FT_Stream_Seek( stream, rfork_offset ); 66 if ( error ) 67 return error; 69 error = FT_Stream_Read( stream, (FT_Byte *)head, 16 ); 70 if ( error ) 71 return error; 91 error = FT_Stream_Seek( stream, map_pos ); 92 if ( error ) 93 return error; 157 FT_Error error; local 447 FT_Error error; local 479 FT_Error error; local 515 FT_Error error; local 602 FT_Error error; local 633 FT_Error error; local 665 FT_Error error; local 731 FT_Error error; local 758 FT_Error error = FT_Err_Ok; local [all...] |
/external/kernel-headers/original/linux/ |
err.h | 10 * scheme where we can return either an error code or a dentry 14 * error and pointer decisions. 20 static inline void *ERR_PTR(long error) 22 return (void *) error;
|
/external/stlport/test/unit/ |
epilog_test.cpp | 7 std::string s; // if std not properly redefined, error will be here
|
/external/webkit/LayoutTests/platform/android-v8/storage/ |
transaction-error-callback-expected.txt | 4 Testing transaction failing mid-way and error callback returning true : SUCCESS 5 Testing transaction failing mid-way and error callback return false : SUCCESS 6 Testing statement callback throwing exception and error callback returning true : SUCCESS 7 Testing statement callback throwing exception and error callback returning false : SUCCESS
|
/external/webkit/LayoutTests/storage/ |
transaction-error-callback-expected.txt | 4 Testing transaction failing mid-way and error callback returning true : SUCCESS 5 Testing transaction failing mid-way and error callback return false : SUCCESS 6 Testing statement callback throwing exception and error callback returning true : SUCCESS 7 Testing statement callback throwing exception and error callback returning false : SUCCESS
|
/external/webkit/WebCore/manual-tests/inspector/resources/ |
script-error.js | 2 this.will.be.an.error = 1;
|