/external/opencore/engines/2way/test/src/ |
av_test.cpp | 41 int error = 0; local 51 OSCL_TRY(error, scheduler->StartScheduler()); 52 if (error != 0) 54 OSCL_LEAVE(error); 96 int error = 0; local 108 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource)); 117 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); 138 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink)); 147 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink)); 266 int error = 0 local [all...] |
avi_test.cpp | 43 int error = 0; local 53 OSCL_TRY(error, scheduler->StartScheduler()); 54 if (error != 0) 56 OSCL_LEAVE(error); 94 int error = 0; local 106 OSCL_TRY(error, iAudioAddSourceId = terminal->AddDataSource(*channel_id, *iSelAudioSource)); 115 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource)); 136 OSCL_TRY(error, iAudioAddSinkId = terminal->AddDataSink(*channel_id, *iSelAudioSink)); 145 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink)); 247 int error = 0 local 302 int32 error = 0; local [all...] |
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
watch.js | 11 var error; variable 22 error = e; 23 shouldBe('error.code', 'mockCode'); 24 shouldBe('error.message', 'mockMessage'); 58 testFailed('Error callback invoked unexpectedly');
|
/frameworks/base/opengl/libagl/ |
state.h | 35 void _ogles_error(ogles_context_t* c, GLenum error); 42 #define ogles_error(c, error) \ 45 _ogles_error(c, error); \ 48 #define ogles_error(c, error) _ogles_error((c), (error))
|
/frameworks/base/services/java/com/android/server/ |
NativeDaemonConnectorException.java | 20 * An exception that indicates there was an error with a NativeDaemonConnector operation 29 public NativeDaemonConnectorException(String error) 31 super(error); 34 public NativeDaemonConnectorException(int code, String cmd, String error) 36 super(String.format("Cmd {%s} failed with code %d : {%s}", cmd, code, error));
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset1.cpp | 112 int error = 0; local 114 OSCL_TRY(error, temp = PVPlayerFactory::CreatePlayer(this, this, this)); 115 if (error) 163 int error = 0; local 171 OSCL_TRY(error, iPlayer = PVPlayerFactory::CreatePlayer(this, this, this)); 172 if (error) 193 OSCL_TRY(error, iCurrentCmdId = iPlayer->AddDataSource(*iDataSource, (OsclAny*) & iContextObject)); 194 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 201 OSCL_TRY(error, iCurrentCmdId = iPlayer->Init((OsclAny*) & iContextObject)); 202 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()) 713 int error = 0; local 2008 int32 error = 0; local 2788 int error = 0; local 3249 int error = 0; local 3917 int error = 0; local 4320 int error = 0; local 4693 int error = 0; local 5191 int error = 0; local 5669 int error = 0; local 6125 int error = 0; local 6564 int error = 0; local 7183 int error = 0; local 7676 int error = 0; local 8169 int error = 0; local 8662 int error = 0; local 9247 int error = 0; local 9741 int error = 0; local 10235 int error = 0; local 10697 int error = 0; local 11158 int error = 0; local 11894 int error = 0; local 12348 int error = 0; local 12802 int error = 0; local 13146 int error = 0; local 13621 int error = 0; local 14162 int error = 0; local 14660 int error = 0; local 15292 int error = 0; local 16124 int error = 0; local 16777 int error = 0; local 17574 int error = 0; local 18299 int error = 0; local [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_typedefs.h | 337 /*********** Error Handling Tests Begin************************/ 339 // Error Handling tests. These are to test the error handling capability of Author Engine. 341 // Other tests deliberately induces errors at various points in the data path. The error point is send through 344 // Error handling tests that takes compressed inputs 350 //Error handling tests that takes uncompressed inputs through avi files. 367 ErrorHandling_MediaInputNode_large_time_stamp = 516, //MediaInputNode Error in time stamp for large value. 368 ErrorHandling_MediaInputNode_wrong_time_stamp_after_duration = 517, //MediaInputNode Error in time stamp for wrong value after duration of time. 369 ErrorHandling_MediaInputNode_zero_time_stamp = 518, //MediaInputNode Error in time stamp for zero value. 370 ErrorHandling_MediaInputNode_StateFailure_EPause_SendMIORequest = 519, //MediaInputNode Error in SendMIOioRequest() [all...] |
/external/freetype/src/base/ |
ftstroke.c | 264 FT_Error error = FT_Err_Ok; local 284 return error; 359 FT_Error error = FT_Err_Ok; local 372 error = ft_stroke_border_grow( border, 1 ); 373 if ( !error ) 386 return error; 395 FT_Error error; local 400 error = ft_stroke_border_grow( border, 2 ); 401 if ( !error ) 415 return error; 425 FT_Error error; local 465 FT_Error error = FT_Err_Ok; local 585 FT_Error error = FT_Err_Ok; local 720 FT_Error error; local 799 FT_Error error = FT_Err_Ok; local 825 FT_Error error = FT_Err_Ok; local 902 FT_Error error = FT_Err_Ok; local 949 FT_Error error; local 1063 FT_Error error = FT_Err_Ok; local 1102 FT_Error error; local 1138 FT_Error error = FT_Err_Ok; local 1202 FT_Error error = FT_Err_Ok; local 1301 FT_Error error = FT_Err_Ok; local 1432 FT_Error error = FT_Err_Ok; local 1494 FT_Error error = FT_Err_Ok; local 1582 FT_Error error; local 1613 FT_Error error; local 1685 FT_Error error; local 1886 FT_Error error = FT_Err_Invalid_Argument; local 1960 FT_Error error = FT_Err_Invalid_Argument; local [all...] |
/external/bluetooth/glib/gio/ |
gdatainputstream.c | 298 GError **error) 307 cancellable, error); 312 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_FAILED, 331 * @error: #GError for error reporting. 336 * if an error occurred. 341 GError **error) 347 if (read_data (stream, &c, 1, cancellable, error)) 358 * @error: #GError for error reporting 992 GError *error = NULL; local [all...] |
gfileinputstream.c | 62 GError **error); 67 GError **error); 76 GError **error); 119 * @error: a #GError location to store the error occuring, or %NULL to 128 * Returns: a #GFileInfo, or %NULL on error. 134 GError **error) 144 if (!g_input_stream_set_pending (input_stream, error)) 154 info = class->query_info (stream, attributes, cancellable, error); 156 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED 213 GError *error = NULL; local 224 error); local 411 GError *error = NULL; local [all...] |
/external/dbus/dbus/ |
dbus-keyring.c | 208 DBusError error; local 210 dbus_error_init (&error); 212 &error)) 216 LOCK_TIMEOUT_MILLISECONDS, error.message); 217 dbus_error_free (&error); 226 DBusError error; local 231 dbus_error_init (&error); 233 if (!_dbus_delete_file (&keyring->filename_lock, &error)) 236 error.message); 237 dbus_error_free (&error); 257 DBusError error; local 1059 DBusError error; local [all...] |
/external/bluetooth/glib/tests/ |
unicode-encoding.c | 89 GError *error = NULL; local 117 ucs4_result = g_utf8_to_ucs4 (utf8, -1, NULL, NULL, &error); 119 if (!error || !g_error_matches (error, G_CONVERT_ERROR, G_CONVERT_ERROR_PARTIAL_INPUT)) 124 g_clear_error (&error); 126 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, NULL, &error); 142 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, &items_written, &error); 145 fail ("line %d: conversion to ucs4 failed: %s\n", line, error->message); 168 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error); 171 fail ("line %d: conversion back to utf8 failed: %s", line, error->message) 314 GError *error = NULL; local [all...] |
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_decode_sequence_flexi.c | 85 goto error; 93 goto error; 99 goto error; 113 goto error; 117 goto error; 126 goto error; 131 goto error; 136 goto error; 147 goto error; 151 goto error; [all...] |
/external/freetype/include/freetype/internal/ |
ftmemory.h | 37 /* This macro is used to set an implicit `error' variable to a given */ 43 ( ( error = (expression) ) != 0 ) 96 * The allocation functions return a pointer, and the error code 133 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, (size), &error ) ) 147 (ptr), &error ) ) 150 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, (size), &error ) ) 158 (ptr), &error ) ) 163 (ptr), &error ) ) 168 NULL, &error ) ) 173 (ptr), &error ) ) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_dbus_handlers.c | 34 * wpas_dbus_new_invalid_opts_error - Return a new invalid options error message 35 * @message: Pointer to incoming dbus message this error refers to 36 * Returns: a dbus error message 38 * Convenience function to create and return an invalid options error 90 * or a dbus error message with more information 112 goto error; 115 goto error; 124 goto error; 127 goto error; 132 goto error; [all...] |
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
expected.txt | 16 0008: utf8{"java/lang/Error"} 17 0009: type{java.lang.Error} 36 type{java.lang.Error}
|
/external/bluetooth/glib/glib/ |
gmarkup.h | 22 #error "Only <glib.h> can be included directly." 71 GError **error); 77 GError **error); 85 GError **error); 96 GError **error); 98 /* Called on error, including one set by other 101 void (*error) (GMarkupParseContext *context, member in struct:_GMarkupParser 102 GError *error, 114 GError **error); 121 GError **error); [all...] |
/external/clearsilver/man/man3/ |
filter_wait.3 | 31 filter_wait wraps the waitpid call and raises an error 34 other than zero, we don't raise an error. If you don't 36 error
|
/external/dbus/test/ |
spawn-test.c | 20 DBusError error; local 34 if (!_dbus_spawn_async_with_babysitter (NULL, argv_copy, setup_func, NULL, &error)) 37 error.message);
|
/external/gtest/test/ |
gtest_output_test_golden_win.txt | 3 gtest_output_test_.cc:#: error: Value of: false 6 gtest_output_test_.cc:#: error: Value of: 3 35 gtest_output_test_.cc:#: error: Value of: x 41 gtest_output_test_.cc:#: error: Value of: x 47 gtest_output_test_.cc:#: error: Value of: false 56 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 9 59 gtest_output_test_.cc:#: error: Expected: (3) >= (a[i]), actual: 3 vs 6 64 gtest_output_test_.cc:#: error: Failed 66 gtest_output_test_.cc:#: error: Failed 70 gtest_output_test_.cc:#: error: Faile [all...] |
/external/icu4c/test/intltest/ |
trnserr.h | 7 * This test program is intended for testing error conditions of the 29 * @summary Error condition tests of Transliterator 35 /*Tests the returned error codes on all the APIs according to the API documentation. */
|
/external/kernel-headers/original/linux/ |
patchkey.h | 14 #error "patchkey.h included directly" 33 # error "could not determine byte order" 41 # error "could not determine byte order"
|
/external/opencore/nodes/pvmediaoutputnode/include/ |
pv_media_output_node_events.h | 28 UUID for file format error and information event type codes 50 //This error code indicates that a port referenced in a command 54 //This error code indicates that a SkipMediaData command failed 58 //This error code indicates that a Cancel command failed 62 //This error code indicates that the Media Output component does not exist 65 //This error code indicates that the Media Output component was in 69 //These error codes indicate that a specific command to the 83 //These error codes indicate errors in the data transfer to the media 86 , PVMFMoutNodeErr_WriteComplete //unexpected error reported in writeComplete 88 //These error codes indicate errors in the LATM parsing [all...] |
/external/webkit/LayoutTests/storage/resources/ |
database-lock-after-reload-2.html | 18 function errorFunction(tx, error) 20 log("Test failed - " + error.message); 46 log("Error - could not open database");
|
/external/webkit/WebCore/manual-tests/inspector/ |
console-call-line-numbers.html | 5 console.error("Test console.error"); 13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17234">Bug 17234: Inspector should link console.{log,warn,info,error} back to call site</a>.</p>
|