/external/opencore/engines/2way/test/src/ |
init_rec_test.cpp | 25 int error = 0; local 33 OSCL_TRY(error, scheduler->StartScheduler()); 34 if (error != 0) 36 OSCL_LEAVE(error); 75 int error = 0; local 82 OSCL_TRY(error, terminal->InitRecordFileL(filename)); 83 if (error) 103 OSCL_TRY(error, terminal->ResetRecordFileL()); 104 if (error) 131 OSCL_TRY(error, terminal->InitRecordFileL(filename)) 159 int error = 0; local [all...] |
/external/dbus/test/ |
test-shell-service.c | 35 DBusError error; local 47 dbus_error_init (&error); 125 DBusError error; local 132 dbus_error_init (&error); 133 connection = dbus_bus_get (DBUS_BUS_STARTER, &error); 137 error.message); 138 dbus_error_free (&error); 168 0, &error); 169 if (dbus_error_is_set (&error)) 171 fprintf (stderr, "Error %s\n", error.message) [all...] |
/external/freetype/src/pshinter/ |
pshrec.c | 67 FT_Error error = PSH_Err_Ok; local 77 return error; 86 FT_Error error = PSH_Err_Ok; local 96 error = ps_hint_table_ensure( table, count, memory ); 97 if ( error ) 110 return error; 142 FT_Error error = PSH_Err_Ok; local 151 return error; 189 FT_Error error = PSH_Err_Ok; local 198 error = ps_mask_ensure( mask, idx + 1, memory ) 239 FT_Error error = PSH_Err_Ok; local 259 FT_Error error = PSH_Err_Ok; local 290 FT_Error error = PSH_Err_Ok; local 319 FT_Error error = PSH_Err_Ok; local 412 FT_Error error = PSH_Err_Ok; local 502 FT_Error error = PSH_Err_Ok; local 624 FT_Error error = PSH_Err_Ok; local 649 FT_Error error = PSH_Err_Ok; local 720 FT_Error error = PSH_Err_Ok; local 863 FT_Error error; local 897 FT_Error error = PSH_Err_Ok; local 959 FT_Error error = PSH_Err_Ok; local 1000 FT_Error error; local 1045 FT_Error error; local 1090 FT_Error error; local [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
VPPTest.c | 130 /* Error flag */ 197 \nComponent Name : %d : Error Num %lx: String :%s\n", 201 printf ("Error from SendCommand-Invalid State function\n"); 206 \nComponent Name : %d : Error Num %lx: String :%s\n", 300 printf("VPPTEST:: Error at %d\n",__LINE__); 318 printf("VPPTEST:: Error at %d\n",__LINE__); 375 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 382 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n"); 389 fprintf (stderr,"Error in OMX_GetExtensionIndex function\n"); 396 fprintf (stderr,"VPPTEST:: Error in OMX_GetExtensionIndex function\n") 443 OMX_ERRORTYPE error = OMX_ErrorNone; local [all...] |
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
ErrorManager.java | 23 * An error reporting facility for {@link Handler} implementations to record any 24 * error that may happen during logging. {@code Handlers} should report errors 31 * The error code indicating a failure that does not fit in any of the 37 * The error code indicating a failure when writing to an output stream. 42 * The error code indicating a failure when flushing an output stream. 47 * The error code indicating a failure when closing an output stream. 52 * The error code indicating a failure when opening an output stream. 57 * The error code indicating a failure when formatting the error messages. 67 * An indicator for determining if the error manager has been called a 94 public void error(String message, Exception exception, int errorCode) { method in class:ErrorManager [all...] |
/external/dbus/bus/ |
config-loader-libxml.c | 33 /* About the error handling: 34 * - setup a "structured" error handler that catches structural 36 * - assume that a libxml function returning an error code means 45 DBusError *error) 53 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 65 _DBUS_MAYBE_SET_OOM (error); 73 _DBUS_SET_OOM (error); 84 _DBUS_MAYBE_SET_OOM (error); 91 _DBUS_MAYBE_SET_OOM (error); 98 error); 117 DBusError *error = arg; local [all...] |
/external/icu4c/common/ |
resbund_cnv.cpp | 27 UErrorCode& error) 30 constructForLocale(path, locale, error); 34 UErrorCode& error) 37 constructForLocale(path, Locale::getDefault(), error); 43 UErrorCode& error) 46 fResource = ures_open(NULL, locale.getName(), &error); 51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
|
/external/opencore/oscl/oscl/config/shared/ |
osclconfig_io_check.h | 27 #error "ERROR: OSCL_HAS_ANSI_FILE_IO_SUPPORT has to be defined to either 1 or 0" 36 #error "ERROR: OSCL_HAS_SYMBIAN_COMPATIBLE_IO_FUNCTION has to be defined to either 1 or 0" 47 #error "ERROR: OSCL_HAS_NATIVE_DUPLICATE_FILE_HANDLE has to be defined to either 1 or 0" 58 #error "ERROR: OSCL_HAS_NATIVE_FILE_CACHE_ENABLE has to be defined to either 1 or 0" 68 #error "ERROR: OSCL_HAS_PV_FILE_CACHE has to be defined to either 1 or 0 [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
permission-denied-stops-watches.js | 8 var error; variable 15 testFailed('Error callback invoked unexpectedly : ' + error.message); 20 error = e 21 shouldBe('error.code', 'error.PERMISSION_DENIED'); 22 shouldBe('error.message', '"User denied Geolocation"');
|
/external/webkit/LayoutTests/storage/ |
change-version-handle-reuse.html | 32 }, function(error) { 33 log("changeVersion: error callback: " + error.message); 53 }, function(tx, error) { 54 log("transaction: statement error callback: " + error.message); 66 <div>This tests that a database can be accessed after changing its version. You should see an error about FooBar table below, not about mismatching versions. Also, reloading the page should not cause an assertion failure.
|
/external/bluetooth/bluez/doc/ |
manager-api.txt | 22 Possible Errors: org.bluez.Error.DoesNotExist 23 org.bluez.Error.InvalidArguments 29 Possible errors: org.bluez.Error.InvalidArguments 30 org.bluez.Error.NoSuchAdapter 37 Possible errors: org.bluez.Error.InvalidArguments 38 org.bluez.Error.NoSuchAdapter 44 Possible errors: org.bluez.Error.InvalidArguments 45 org.bluez.Error.Failed 46 org.bluez.Error.OutOfMemory
|
/external/bluetooth/glib/tests/ |
gio-ls.c | 32 GError *error = NULL; local 40 if (!g_option_context_parse (context, &argc, &argv, &error)) 42 g_print ("%s", error->message); 43 g_error_free (error); 77 GError *error = NULL; local 79 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS, NULL, &error); 80 if (error) 82 g_print ("%s", error->message); 83 g_error_free (error);
|
/external/clearsilver/cs/ |
test_numbers.cs | 7 ERROR: -1 should equal -1 13 ERROR : -1 should be boolean true 19 ERROR : #-1 should be boolean true 23 ERROR: 0 should be boolean false 29 ERROR: 00 should be boolean false 37 ERROR: 0x15 (hex) should equal 21 43 ERROR: 0x15 should be boolean true 49 ERROR: (3*2)+4 should equal 10 55 ERROR: 0 + 2 should equal 2
|
test10.cs | 8 ERROR: this shouldn't display (static string) 12 ERROR: this should never display (#1) 17 ERROR: this should never display (Foo.Bar.Baz.0 exists)
|
/external/dbus/dbus/ |
dbus-userdb-util.c | 39 * @param error return location for errors 44 DBusError *error) 58 _DBUS_SET_OOM (error); 65 _DBUS_SET_OOM (error); 84 dbus_set_error (error, DBUS_ERROR_FAILED, "Could not get system database."); 89 info = _dbus_user_database_lookup (db, uid, NULL, error); 97 result = _dbus_user_at_console (info->username, error); 213 * @param error error to fill in 220 DBusError *error) [all...] |
/external/bluetooth/glib/gio/ |
gdatainputstream.h | 24 #error "Only <gio/gio.h> can be included directly." 83 GError **error); 86 GError **error); 89 GError **error); 92 GError **error); 95 GError **error); 98 GError **error); 101 GError **error); 105 GError **error); 114 GError **error); [all...] |
/external/icu4c/common/unicode/ |
parseerr.h | 19 * \brief C API: Parse Error Information 32 * localize the error. 38 * context surrounding the error. If the source text is "let for=7" 39 * and "for" is the error (e.g., because it is a reserved word), then 46 * "let " "for=7" Pre- and post-context and error text 47 * "" "for" Error text only 59 * The line on which the error occured. If the parser uses this 61 * which the error appears, which will be be a value >= 1. If the 68 * The character offset to the error. If the line field is >= 1, 77 * Textual context before the error. Null-terminated. The empt [all...] |
/external/icu4c/samples/layout/ |
GnomeGUISupport.cpp | 26 GtkWidget *error; local 29 error = gnome_error_dialog(s); 30 gtk_widget_show(error);
|
/external/opencore/android/ |
thread_init.cpp | 68 int error = OsclBase::Init(); local 69 if(error) 71 LOGE("OsclBase::Init error %d", error); 74 error = OsclErrorTrap::Init(); 75 if(error) 77 LOGE("OsclErrorTrap::Init error %d", error); 84 error = pthread_setspecific(ptkey,data); 85 if(error) [all...] |
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error.h | 25 /*! \addtogroup osclerror OSCL Error 32 \brief OSCL Error trap and cleanup include file 51 //Per-thread Error trap init. 58 * Allocate and initialize error trap for 62 * @return 0 for success, or an error 66 * Cleanup and destroy error trap for 68 * @return 0 for success, or an error 73 * Leaves on error. 80 //User Error class 118 /** Do a Leave error, with the given reason code 177 int32 error; local 195 int32 error; local 218 int32 error; local 236 int32 error; local 316 int32 error; local 333 int32 error; local [all...] |
/external/webkit/WebCore/manual-tests/inspector/ |
highlight-source-line.html | 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p> 4 <p>This line contains a markup error</i>.</p>
|
styled-error-bubbles-in-scripts.html | 1 <script src="resources/script-error.js"></script> 3 Error bubbles are clobbered when syntax highlighting JavaScript resources</a>.</p> 6 resource should show syntax highlighted JavaScript with a red error bubble.</p>
|
/external/webkit/WebKit/mac/Misc/ |
WebNSFileManagerExtras.h | 49 - (NSArray *)contentsOfDirectoryAtPath:(NSString *)path error:(NSError **)error; 50 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error; 51 - (BOOL)removeItemAtPath:(NSString *)path error:(NSError **)error; 52 - (NSDictionary *)attributesOfFileSystemForPath:(NSString *)path error:(NSError **)error; 53 - (NSString *)destinationOfSymbolicLinkAtPath:(NSString *)path error:(NSError **)error; [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset7.cpp | 73 int error = 0; local 81 OSCL_TRY(error, iPlayer = PVPlayerFactory::CreatePlayer(this, this, this)); 82 if (error) 102 OSCL_TRY(error, iCurrentCmdId = iPlayer->AddDataSource(*iDataSource, (OsclAny*) & iContextObject)); 103 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 110 OSCL_TRY(error, iCurrentCmdId = iPlayer->Init((OsclAny*) & iContextObject)); 111 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 118 OSCL_TRY(error, iCurrentCmdId = iPlayer->GetMetadataKeys(iMetadataKeyList, 0, 20, NULL, (OsclAny*) & iContextObject)); 119 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 127 OSCL_TRY(error, iCurrentCmdId = iPlayer->GetMetadataValues(iMetadataKeyList, 0, 20, iNumValues, iMetadataValueLis (…) 640 int error = 0; local 1227 int error = 0; local 1792 int error = 0; local 2357 int error = 0; local 2899 int error = 0; local 3441 int error = 0; local 4139 int error = 0; local 4712 int error = 0; local 5309 int error = 0; local 5959 int error = 0; local 6804 int error = 0; local 7606 int error = 0; local 8169 int error = 0; local 8798 int error = 0; local 9455 int error = 0; local 10201 int error = 0; local 10861 int error = 0; local 11657 int error = 0; local 12269 int error = 0; local 12978 int error = 0; local 13619 int error = 0; local 14353 int error = 0; local 15114 int error = 0; local [all...] |
/external/clearsilver/util/ |
neo_err.h | 36 /* Predefined Error Types - These are all registered in nerr_init */ 52 int error; member in struct:_neo_err 70 #error The compiler is missing support for variable-argument macros. 76 * description: Use this method to create an error "exception" for 80 * error (from those listed above) and the printf-style 95 NERR_TYPE error, const char *fmt, ...) 109 int error, const char *fmt, ...) 113 * description: this function is used to pass an error up a level in the 114 * call chain (ie, if the error isn't handled at the 116 * of the error [all...] |