/external/opencore/android/author/ |
authordriver.cpp | 301 int error = 0; local 302 OSCL_TRY(error, mAuthor->Open(ac)); 303 OSCL_FIRST_CATCH_ANY(error, commandFailed(ac)); 308 int error = 0; local 324 OSCL_TRY(error, mAuthor->AddDataSource(*mAudioNode, ac)); 325 OSCL_FIRST_CATCH_ANY(error, commandFailed(ac)); 330 int error = 0; local 361 OSCL_TRY(error, mAuthor->AddDataSource(*mVideoNode, ac)); 362 OSCL_FIRST_CATCH_ANY(error, commandFailed(ac)); 367 int error = 0 local 424 int error = 0; local 557 int error = 0; local 936 int error = 0; local 944 int error = 0; local 952 int error = 0; local 960 int error = 0; local 969 int error = 0; local 978 int error = 0; local 990 int error = 0; local 1057 int error; local [all...] |
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_mutex.h | 74 * @return Returns the Error whether it is success or failure. 75 * Incase of failure it will return what is the specific error 96 * or an error code if the operation failed. 118 * @return Returns the Error whether it is success or failure. 119 * Incase of failure it will return what is the specific error 126 * Error Mapping 128 * @param It will take error returned by OS specific API 130 * @return Returns specific error 132 OsclProcStatus::eOsclProcError ErrorMapping(int32 Error); 184 * @return Returns the Error whether it is success or failure [all...] |
oscl_semaphore.cpp | 55 * @return Returns the Error whether it is success or failure. 56 * Incase of failure it will return what is the specific error 81 * @return Returns the Error whether it is success or failure. 82 * Incase of failure it will return what is the specific error 101 * @return Returns the Error whether it is success or failure 102 * Incase of failure it will return what is the specific error 115 // or an error has occurred 124 { // error occurred 164 * case of failure it will return what is the specific error 200 { // error occurre [all...] |
/external/webkit/JavaScriptCore/runtime/ |
ExceptionHelpers.cpp | 61 return Error::create(exec, e, msg, -1, -1, UString()); 80 JSObject* exception = Error::create(exec, ReferenceError, makeString("Can't find variable: ", ident.ustring()), line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL()); 87 static UString createErrorMessage(ExecState* exec, CodeBlock* codeBlock, int, int expressionStart, int expressionStop, JSValue value, UString error) 90 return makeString(value.toString(exec), " is ", error); 92 return makeString("Result of expression '", codeBlock->source()->getRange(expressionStart, expressionStop), "' [", value.toString(exec), "] is ", error, "."); 109 return makeString("Result of expression near '...", codeBlock->source()->getRange(start, stop), "...' [", value.toString(exec), "] is ", error, "."); 119 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL()); 140 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL()); 154 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL()); 166 JSObject* createNotAnObjectError(ExecState* exec, JSNotAnObjectErrorStub* error, unsigned bytecodeOffset, CodeBlock* codeBlock [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
15.11.4.4-1.js | 38 * SUMMARY: Testing Error.prototype.toString() 44 * Error.prototype.toString() returns an implementation-dependent string. 49 * js> err = new Error() 52 * js> err = new Error("msg") 58 * js> err = new Error() 59 * Error 61 * js> err = new Error("msg") 62 * Error: msg 73 var summary = 'Testing Error.prototype.toString()'; 85 var err1 = new Error('msg1') [all...] |
/packages/apps/Mms/src/com/android/mms/transaction/ |
Transaction.java | 116 * If an HTTP error code is returned, an IOException will be thrown. 117 * @throws IOException if any error occurred on network interface or 118 * an HTTP error code(>=400) returned from the server. 131 * If an HTTP error code is returned, an IOException will be thrown. 132 * @throws IOException if any error occurred on network interface or 133 * an HTTP error code(>=400) returned from the server. 145 * If an HTTP error code is returned, an IOException will be thrown. 146 * @throws IOException if any error occurred on network interface or 147 * an HTTP error code(>=400) returned from the server. 160 * If an HTTP error code is returned, an IOException will be thrown [all...] |
/external/bluetooth/glib/gio/ |
gmemoryinputstream.c | 63 GError **error); 67 GError **error); 70 GError **error); 80 GError **error); 89 GError **error); 97 GError **error); 106 GError **error); 111 GError **error); 270 GError **error) 317 GError **error) [all...] |
/external/dbus/bus/ |
main.c | 150 DBusError error; local 160 dbus_error_init (&error); 161 if (! bus_context_reload_config (context, &error)) 164 error.message); 165 dbus_error_free (&error); 182 DBusError error; local 185 dbus_error_init (&error); 188 TRUE, &error)) 191 error.message); 192 dbus_error_free (&error); 225 DBusError error; local [all...] |
/external/elfutils/libelf/ |
elf_error.c | 0 /* Error handling in libelf. 32 /* The error number. */ 38 /* The error number. Used in non-threaded programs. */ 76 /* Return the appropriate message for the error. */ 80 N_("no error") 82 #define ELF_E_UNKNOWN_ERROR_IDX (ELF_E_NOERROR_IDX + sizeof "no error") 83 N_("unknown error") 86 (ELF_E_UNKNOWN_ERROR_IDX + sizeof "unknown error") 316 elf_errmsg (error) 317 int error; [all...] |
/external/icu4c/test/intltest/ |
nmfmtrt.cpp | 50 dataerrln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status)); 52 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status)); 142 logln(UnicodeString("Numeric error ") + min_numeric_error + " to " + max_numeric_error); 181 // 5) Calculate the proportional error --> INF, so the test will fail 209 // This is a normal machine that can support IEEE754 denormalized doubles without throwing an error. 262 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\""); 269 errln("*** NUMERIC ERROR"); 274 // Compute proportional error 275 double error = proportionalError(value, n); local 277 if(error > MAX_ERROR) 311 double error = aa - bb; local [all...] |
idnaref.h | 46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 52 * of error if an error is encountered. Can be NULL. 53 * @param status ICU in/out error code parameter. 85 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 91 * of error if an error is encountered. Can be NULL. 92 * @param status ICU in/out error code parameter. 129 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 135 * of error if an error is encountered. Can be NULL [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
eth_utils.c | 145 RETURNS: : Process ID of the new process or -1 if error. 159 console_printf_terminal("eth_utils, error creating pipe\n"); 212 /* Error opening socket */ 214 console_printf_terminal("eth_utils, error opening %s socket. (errno = %d)\n", ethernet_utils_module_names[module_index], errno); 225 /* Error setting socket option */ 227 console_printf_terminal("eth_utils, error setting %s socket option. (errno = %d)\n", ethernet_utils_module_names[module_index], errno); 244 /* Error binding socket */ 246 console_printf_terminal("eth_utils, error binding %s socket. (errno = %d)\n", ethernet_utils_module_names[module_index], errno); 259 /* Error listening to socket */ 261 console_printf_terminal("eth_utils, error listening to %s socket. (errno = %d)\n", ethernet_utils_module_names[module_index], errno) [all...] |
/external/bluetooth/glib/glib/ |
giochannel.c | 74 GError **error); 209 GIOError error; local 226 error = g_io_error_get_from_g_error (status, err); 231 return error; 254 GIOError error; local 262 error = g_io_error_get_from_g_error (status, err); 267 return error; 292 GIOError error; local 311 error = g_io_error_get_from_g_error (status, err); 316 return error; [all...] |
/external/freetype/src/autofit/ |
afloader.c | 43 FT_Error error = AF_Err_Ok; local 53 error = af_face_globals_new( face, &loader->globals ); 54 if ( !error ) 63 return error; 90 FT_Error error; local 99 error = FT_Load_Glyph( face, glyph_index, load_flags ); 100 if ( error ) 132 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, 135 if ( error ) 257 error = FT_GlyphLoader_CheckSubGlyphs( gloader, num_subglyphs ) 477 FT_Error error; local [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset12.cpp | 224 int error = 0; local 232 OSCL_TRY(error, iPlayer = PVPlayerFactory::CreatePlayer(this, this, this)); 233 if (error) 250 OSCL_TRY(error, iCurrentCmdId = iPlayer->QueryInterface(capconfigifuuid, (PVInterface*&)iPlayerCapConfigIF, (OsclAny*) & iContextObject)); 251 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 414 OSCL_TRY(error, iCurrentCmdId = iPlayer->AddDataSource(*iDataSource, (OsclAny*) & iContextObject)); 415 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady()); 437 OSCL_TRY(error, iPlayerCapConfigIF->setParametersSync(NULL, &iKVPSetAsync, 1, iErrorKVP)); 438 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return); 444 OSCL_TRY(error, iPlayerCapConfigIF->setParametersSync(NULL, &iKVPSetAsync, 1, iErrorKVP)) 1316 int32 error; local [all...] |
/system/bluetooth/tools/ |
asocket_test.c | 402 if (fd < 0) goto error; 404 if (_bind(fd, type) < 0) goto error; 406 if (_listen(fd, type) < 0) goto error; 414 error: 424 if (fd < 0) goto error; 426 if (_bind(fd, type) < 0) goto error; 428 if (_listen(fd, type) < 0) goto error; 439 error: 449 if (fd < 0) goto error; 451 if (_bind(fd, type) < 0) goto error; [all...] |
/external/opencore/engines/author/src/ |
pvaenodeutility.cpp | 67 LOG_ERR((0, "PVAuthorEngineNodeUtility::Connect: Error - cmd.ConstructConnect failed. status=%d", status)); 85 LOG_ERR((0, "PVAuthorEngineNodeUtility::Disconnect: Error - cmd.ConstructDisconnect failed. status=%d", status)); 106 LOG_ERR((0, "PVAuthorEngineNodeUtility::QueryUUID: Error - cmd.ConstructQueryUUID failed. status=%d", status)); 126 LOG_ERR((0, "PVAuthorEngineNodeUtility::QueryInterface: Error - cmd.ConstructQueryInterface failed. status=%d", status)); 142 LOG_ERR((0, "PVAuthorEngineNodeUtility::Init: Error - cmd.Construct failed. status=%d", status)); 160 LOG_ERR((0, "PVAuthorEngineNodeUtility::Init: Error - cmd.Construct failed. status=%d", status)); 177 LOG_ERR((0, "PVAuthorEngineNodeUtility::Prepare: Error - cmd.Construct failed. status=%d", status)); 195 LOG_ERR((0, "PVAuthorEngineNodeUtility::Start: Error - cmd.Construct failed. status=%d", status)); 212 LOG_ERR((0, "PVAuthorEngineNodeUtility::Stop: Error - cmd.Construct failed. status=%d", status)); 229 LOG_ERR((0, "PVAuthorEngineNodeUtility::Pause: Error - cmd.Construct failed. status=%d", status)) [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp.py | 188 raise an _IncludeError with an appropriate error message. 192 # needs to move backwards, check_next_include_order will raise an error. 221 """Returns a non-empty error message if the next header is out of order. 232 error message describing what's wrong. 303 def check(self, error, line_number): 307 error: The function to call with any errors found. 321 error(line_number, 'readability/fn_size', error_level, 324 ' (error triggered by exceeding %d lines).' % ( 500 def remove_multi_line_comments(lines, error): 509 error(line_index_begin + 1, 'readability/multiline_comment', 5 [all...] |
/external/bluetooth/glib/po/ |
id.po | 111 msgid "Error during conversion: %s" 112 msgstr "Error saat melakukan konversi: %s" 160 msgid "Error opening directory '%s': %s" 161 msgstr "Error saat membuka direktori '%s': %s" 170 msgid "Error reading file '%s': %s" 171 msgstr "Error saat membaca file '%s': %s" 311 msgid "Error on line %d char %d: " 312 msgstr "Error pada baris %d huruf ke %d: %s" 316 msgid "Error on line %d: %s" 317 msgstr "Error pada baris ke %d: %s [all...] |
/external/srec/portable/include/ |
PFile.h | 105 * an error occurs or if the end of the file is encountered before reaching 107 * @return ESR_INVALID_ARGUMENT if self is null; ESR_READ_ERROR if a reading error occurs 119 * an error occurs. 120 * @return ESR_INVALID_ARGUMENT if self is null; ESR_WRITE_ERROR if a writing error occurs 128 * @return ESR_INVALID_ARGUMENT if self is null; ESR_FLUSH_ERROR if a flushing error occurs 138 * @return ESR_INVALID_ARGUMENT if self is null; ESR_SEEK_ERROR if a seeking error occurs 147 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if an internal error occurs 182 * Indicates if the error-flag is set in the PFile. This functionality is provided solely 186 * @param isError [out] True if the error-flag is set 192 * Clears the error-flag in the PFile. This functionality is provided solel [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 126 * @return 0 if success; minus value(error code) if fail. 146 * @return 0 if success; minus value(error code) if fail. 168 * @return 0 if success; minus value(error code) if fail. 184 * @return 0 if success; minus value(error code) if fail. 224 * @return 0 if no word is found; 1 if some words found; minus value if a error occurs. 242 * @return 0 if no word is found; 1 if some words found; minus value if a error occurs. 252 * @return An instance of WnnWord; null if no result or an error occurs. 263 * @return An instance of WnnWord; null if no result or an error occurs. 277 * @return The array of the connect matrix; null if an error occurs. 285 * @return The part of speech information; null if invalid type is specified or an error occurs [all...] |
/external/kernel-headers/original/linux/ |
qic117.h | 135 /* 7*/ {"report error code", 0x01, 0x01, report, 0, required},\ 183 #define QIC_STATUS_ERROR 0x02 /* Error detected, must read 184 error code to clear this */ 188 read error status to clear. */ 235 * Errors: List of error codes, and their severity. 239 char *message; /* Text describing the error. */ 240 unsigned int fatal:1; /* Non-zero if the error is fatal. */ 244 /* 0*/ { "No error", 0, },\ 247 /* 3*/ { "Motor Speed Error (not within 1%)", 1, },\ 248 /* 4*/ { "Motor Speed Fault (jammed, or gross speed error", 1, }, [all...] |
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tsc_h324m_config.cpp | 1081 int32 error = 0; local 1091 int32 error = 0; local 1101 int32 error = 0; local 1111 int32 error = 0; local 1121 int32 error = 0; local 1131 int32 error = 0; local 1141 int32 error = 0; local 1152 int32 error = 0; local 1162 int32 error = 0; local 1172 int32 error = 0; local 1182 int32 error = 0; local 1199 int32 error = 0; local 1214 int32 error = 0; local 1224 int32 error = 0; local 1234 int32 error = 0; local 1247 int32 error = 0; local 1259 int32 error = 0; local 1269 int32 error = 0; local 1280 int32 error = 0; local 1291 int32 error = 0; local 1302 int32 error = 0; local 1315 int32 error = 0; local 1328 int32 error = 0; local 1340 int32 error = 0; local [all...] |
/external/openssl/ssl/ |
s2_lib.c | 250 # error "assertion failed" 427 if (!s->error) 429 s->error=3; 440 int i,error; local 448 error=s->error; /* number of bytes left to write */ 449 s->error=0; 450 OPENSSL_assert(error >= 0 && error <= (int)sizeof(buf)); 451 i=ssl2_write(s,&(buf[3-error]),error) [all...] |
/frameworks/base/core/java/android/content/ |
SyncResult.java | 51 * Used to indicate that the SyncAdapter experienced a hard error due to trying the same 58 * Used to indicate that the SyncAdapter experienced a hard error due to an error it 88 * the sync request resulted in a hard or soft error, others are for purely informational 112 * when the hard error is for a {@link ContentResolver#SYNC_EXTRAS_UPLOAD} request, 114 * extra set). The SyncManager checks the type of error by calling 116 * true then the SyncManager treats it as a hard error, not a soft error. 151 * Convenience method for determining if the SyncResult indicates that a hard error 153 * when it sees a hard error [all...] |