/external/freetype/src/sfnt/ |
ttbdf.c | 67 FT_Error error; local 72 error = tt_face_goto_table( face, TTAG_BDF, stream, &length ); 73 if ( error || 77 error = FT_Err_Invalid_Table; 129 return error; 134 error = FT_Err_Invalid_Table; 146 FT_Error error = 0; local 157 error = tt_face_load_bdf_props( face, FT_FACE( face )->stream ); 158 if ( error ) 166 error = FT_Err_Invalid_Argument [all...] |
/external/icu4c/test/cintltst/ |
utf16tst.c | 64 log_err("ERROR: %x is a single character\n", c); 69 log_err("ERROR: %x is a first surrogate\n", c); 74 log_err("ERROR: %x is a second surrogate\n", c); 106 log_err("ERROR: UTF16_NEED_MULTIPLE_UCHAR failed for %lx\n", c); 154 log_err("ERROR: UTF16_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c); 159 log_err("ERROR: U16_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c); 165 log_err("ERROR: UTF16_GET_CHAR_SAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c); 170 log_err("ERROR: U16_GET failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+1], c); 175 log_err("ERROR: UTF16_GET_CHAR_SAFE(strict) failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i+2], c); 224 log_err("ERROR: UTF16_NEXT_CHAR_UNSAFE failed to move the offset correctly at %d\n ExpectedOffset:%d Got %d\n" [all...] |
currtest.c | 21 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status)); 33 log_err("Error: could not find %s as expected. isExpected = %s type=0x%X\n", 91 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status)); 99 log_err("Error: uenum_next or uenum_reset returned %s\n", myErrorName(status)); 104 log_err("Error: reset doesn't work %s != %s\n", currency1, currency2); 115 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status)); 128 log_err("Error: uenum_count returned the wrong value (type = 0x%X). Got: %d Expected %d\n", 132 log_err("Error: uenum_next got an error: %s\n", u_errorName(status)); 150 log_err("Error: UCURR_DEPRECATED|UCURR_NON_DEPRECATED should return 0 items\n") [all...] |
/external/opencore/codecs_v2/omx/omx_mastercore/src/ |
pv_omxmastercore.cpp | 330 int32 error; local 331 OMXMasterCoreGlobalData* data = (OMXMasterCoreGlobalData*)OsclSingletonRegistry::lockAndGetInstance(OSCL_SINGLETON_ID_OMXMASTERCORE, error); 340 OsclSingletonRegistry::registerInstanceAndUnlock(data, OSCL_SINGLETON_ID_OMXMASTERCORE, error); 341 if (error) 351 _Try_OMX_MasterCreate(error, data); 352 if (error != OsclErrNone) 360 _Try_OMX_MasterInit(error, status, data); 361 if (error != OsclErrNone) 368 OsclSingletonRegistry::registerInstanceAndUnlock(data, OSCL_SINGLETON_ID_OMXMASTERCORE, error); 369 if (error) 459 int32 error; local 498 int32 error; local 544 int32 error; local 668 int32 error; local 728 int32 error; local 786 int32 error; local 827 int32 error; local 870 int32 error; local 1026 int32 error; local [all...] |
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_error_trapcleanup.h | 25 /*! \addtogroup osclerror OSCL Error 32 \brief OSCL Error trap and cleanup implementation include file 176 //For non-symbian, the error trap stack must be in a global registry. 216 OsclErrorTrapImp(Oscl_DefAlloc *aAlloc, int32 &error); 221 //static function to get currently installed error trap 228 //static function to get currently installed error trap 229 //for this thread. returns NULL on error. 231 int32 error; local 232 OsclErrorTrapImp* current = GetErrorTrap(error); 233 if (error) 250 int32 error; local [all...] |
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 65 /* BEGIN ERROR CODES */ 106 {ERR_REASON(PKCS7_R_CERTIFICATE_VERIFY_ERROR),"certificate verify error"}, 110 {ERR_REASON(PKCS7_R_DECODE_ERROR) ,"decode error"}, 112 {ERR_REASON(PKCS7_R_DECRYPT_ERROR) ,"decrypt error"}, 114 {ERR_REASON(PKCS7_R_ERROR_ADDING_RECIPIENT),"error adding recipient"}, 115 {ERR_REASON(PKCS7_R_ERROR_SETTING_CIPHER),"error setting cipher"}, 119 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"}, 120 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"}, 132 {ERR_REASON(PKCS7_R_PKCS7_ADD_SIGNATURE_ERROR),"pkcs7 add signature error"}, 134 {ERR_REASON(PKCS7_R_PKCS7_DATAFINAL_ERROR),"pkcs7 datafinal error"}, [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Object/ |
class-003.js | 22 * SUMMARY: Testing the [[Class]] property of native error types. 25 * Same as class-001.js - but testing only the native error types here. 28 * ECMA expects the [[Class]] property to equal 'Error' in each case. 38 var summary = 'Testing the internal [[Class]] property of native error types'; 46 * We expect 'Error' every time; see discussion above - 48 status = 'new Error()'; 49 actual = getJSClass(new Error()); 50 expect = 'Error'; 55 expect = 'Error'; 60 expect = 'Error'; [all...] |
/frameworks/base/tools/localize/ |
SourcePos.cpp | 18 string error; member in struct:ErrorPos 22 ErrorPos(const string& file, int line, const string& error); 40 error(that.error) 47 error(e) 62 if (this->error < rhs.error) return true; 73 && this->error == rhs.error; 81 this->error = rhs.error [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AMReceiver.java | 35 private static final Pattern sAmErrorType = Pattern.compile("Error type (\\d+)"); //$NON-NLS-1$ 56 * Monitors the am process for error messages. If an error occurs, will reattempt launch up to 65 // first we check if one starts with error 67 boolean error = false; 75 // check for errors that output an error type, if the attempt count is still 81 // get the error type 129 // check for error if needed 130 if (error == false && s.startsWith("Error:")) { //$NON-NLS-1 [all...] |
/sdk/eclipse/scripts/ |
collect_sources_for_sdk.py | 49 def usage(error=None): 64 if error: 65 print >>sys.stderr, "Error:", error 68 # Parse command line args, returns a Params instance or sys.exit(2) on error 69 # after printing the error and the usage. 72 error = None 79 error = str(e) 81 if error is None: 89 error = "Missing arguments: <source> <dest> [all...] |
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset6.cpp | 88 int32 error = 0; local 94 OSCL_TRY(error, iFileParser = PVAviFile::CreateAviFileParser(iInputFileName, error, &iFileServer);); 96 if (error || (NULL == iFileParser)) 139 OSCL_TRY(error, iFileParser = OSCL_NEW(PV_Wav_Parser, ());); 140 if (error || (NULL == iFileParser)) 161 (0, "pv_mediainput_async_test_opencomposestop::CreateTestInputs: Error - CreateMIOInputNode failed")); 230 (0, "pvauthor_async_test_miscellaneous::AddDataSource: Error - iAuthor->AddDataSource failed. err=0x%x", err)); 245 (0, "pv_mediainput_async_test_errorhandling::ConfigComposer: Error - ConfigOutputFile failed")); 255 (0, "pv_mediainput_async_test_errorhandling::ConfigComposer: Error - ConfigMp43gpComposer failed")) [all...] |
/external/elfutils/src/ |
elflint.c | 23 #include <error.h> 88 /* Report an error. */ 89 #define ERROR(str, args...) \ 149 error (0, errno, gettext ("cannot open input file")); 156 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), 175 ERROR (gettext ("error while closing Elf descriptor: %s\n"), 304 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), 312 ERROR (gettext (" [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
SAXParseException.java | 9 * Encapsulate an XML parse error or warning. 18 * <p>This exception may include information for locating the error 53 * @param message The error or warning message. 54 * @param locator The locator object for the error or warning (may be 77 * @param message The error or warning message, or null to 79 * @param locator The locator object for the error or warning (may be 107 * @param message The error or warning message. 109 * the error or warning. 111 * the error or warning. 113 * caused the error or warning [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
markup.sgml | 20 GMarkup is not guaranteed to signal an error on all invalid XML; the 97 Error codes returned by markup parsing. 103 @G_MARKUP_ERROR_UNKNOWN_ELEMENT: error should be set by #GMarkupParser functions; element wasn't known 104 @G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE: error should be set by #GMarkupParser functions; attribute wasn't known 105 @G_MARKUP_ERROR_INVALID_CONTENT: error should be set by #GMarkupParser functions; content was invalid 106 @G_MARKUP_ERROR_MISSING_ATTRIBUTE: error should be set by #GMarkupParser functions; a required attribute was missing 110 Error domain for markup parsing. Errors in this domain will 112 error domains. 130 caller know the location of the error. When this flag is set the 145 will be ignored. Except for the @error function, any of thes [all...] |
/external/freetype/src/smooth/ |
ftsmooth.c | 64 FT_Error error = Smooth_Err_Ok; local 69 error = Smooth_Err_Invalid_Argument; 80 return error; 105 FT_Error error; local 121 error = Smooth_Err_Invalid_Argument; 250 error = render->raster_render( render->raster, ¶ms ); 274 error = render->raster_render( render->raster, ¶ms ); 329 * XXX: on 16bit system, we return an error for huge bitmap 335 if ( error ) 346 return error; 372 FT_Error error; local 390 FT_Error error; local [all...] |
/external/jpeg/ |
jerror.c | 8 * This file contains simple error-reporting and trace-message routines. 14 * you get a Windows-specific hack to display error messages in a dialog box. 15 * It ain't much, but it beats dropping error messages into the bit bucket, 57 * Error exit handler: must not return to caller. 60 * an error. Typically one would longjmp somewhere instead of exiting. 61 * The setjmp buffer can be made a private field within an expanded error 62 * handler object. Note that the info needed to generate an error message 63 * is stored in the error object, so you can generate the message now or 83 * Actual output of an error or trace message. 88 * so we provide optional code to produce an error-dialog popup [all...] |
/system/core/sh/ |
error.c | 1 /* $NetBSD: error.c,v 1.31 2003/08/07 09:05:30 agc Exp $ */ 38 static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; 40 __RCSID("$NetBSD: error.c,v 1.31 2003/08/07 09:05:30 agc Exp $"); 59 #include "error.h" 149 * Exverror is called to raise the error exception. If the second argument 150 * is not NULL then error prints an error message using printf style 151 * formatting. It then raises the error exception. 177 error(const char *msg, ...) function 200 * error/warning routines for external builtin [all...] |
/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 138 errcheckln(status, "ERROR: Couldn't create French DateFormatSymbols " + (UnicodeString)u_errorName(status)); 145 errcheckln(status, "ERROR: Couldn't create French DateFormatSymbols " + (UnicodeString)u_errorName(status)); 152 errcheckln(status, "ERROR: Couldn't create English DateFormatSymbols " + (UnicodeString)u_errorName(status)); 157 errln("ERROR: English DateFormatSymbols equal to French"); 165 errln("ERROR: 0 english eras.. exiting..\n"); 171 errln("ERROR: 0 english eraNames\n"); 174 errln("ERROR: english eraNames[0] not longer than eras[0]\n"); 179 errln("ERROR: 0 english narrowEras\n"); 182 errln("ERROR: english narrowEras[0] not shorter than eras[0]\n"); 187 errln("ERROR: setEras() failed") [all...] |
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 155 /*** result/error codes ***/ 288 * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwise 296 * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwise 332 * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwise 344 * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwise 355 * returns: MOZ_GTK_SUCCESS if there was no error, an error code otherwis [all...] |
/external/freetype/src/base/ |
ftobjs.c | 81 valid->error = FT_Err_Ok; 97 FT_Error error ) 105 valid->error = error; 133 FT_Error error; local 163 error = FT_Stream_Open( stream, args->pathname ); 176 error = FT_Err_Invalid_Argument; 178 if ( error ) 186 return error; 236 FT_Error error = FT_Err_Ok local 295 FT_Error error; local 375 FT_Error error; local 559 FT_Error error; local 1076 FT_Error error, error2; local 1259 FT_Error error; local 1297 FT_Error error; local 1365 FT_Error error; local 1431 FT_Error error; local 1501 FT_Error error = FT_Err_Cannot_Open_Resource; local 1619 FT_Error error; local 1685 FT_Error error; local 1741 FT_Error error; local 1796 FT_Error error = FT_Err_Unknown_File_Format; local 1873 FT_Error error; local 1915 FT_Error error; local 2192 FT_Error error; local 2234 FT_Error error; local 2269 FT_Error error; local 2329 FT_Error error; local 2685 FT_Error error; local 2789 FT_Error error = FT_Err_Ok; local 2849 FT_Error error = FT_Err_Ok; local 2986 FT_Error error; local 3031 FT_Error error = FT_Err_Ok; local 3368 FT_Error error = FT_Err_Invalid_Argument; local 3647 FT_Error error; local 3738 FT_Error error = FT_Err_Ok; local 3782 FT_Error error = FT_Err_Ok; local 3920 FT_Error error; local 4192 FT_Error error; local 4479 FT_Error error = FT_Err_Invalid_Argument; local [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
ResultSet.java | 155 * if a database error happens. 163 * if a database error happens. 172 * if a database error happens. 180 * if a database error happens. 188 * if a database error happens. 201 * if a database error happens. 210 * if a database error happens. 223 * if a database error happens. 233 * if a database error happens. 245 * if a database error happens [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 333 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); 487 OMX_ERRORTYPE error = OMX_ErrorNone; local 537 error = OMX_ErrorInsufficientResources; 579 APP_DPRINT ("%d :: App: ERROR: No. of input buffers not valid (0-4) \n",__LINE__); 584 APP_DPRINT ("%d :: App: ERROR: No. of output buffers not valid (0-4) \n",__LINE__); 598 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 610 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]); 617 APP_DPRINT( "Error:Fill Data Pipe failed to open\n"); 623 APP_DPRINT( "Error:Empty Data Pipe failed to open\n"); 629 APP_DPRINT( "Error:Empty Event Pipe failed to open\n") 1803 OMX_ERRORTYPE error = OMX_ErrorNone; local 2000 OMX_ERRORTYPE error = OMX_ErrorNone; local 2023 OMX_ERRORTYPE error = OMX_ErrorNone; local 2046 OMX_ERRORTYPE error = OMX_ErrorNone; local [all...] |
/dalvik/libcore/sql/src/main/java/javax/sql/ |
ConnectionEvent.java | 27 * connection or when an error occurs in the pooled connection. 50 * that an error has occurred within the {@code PooledConnection}. 55 * information about the state of error that has occurred on the 65 * Gets the {@code SQLException} which holds information about the error 68 * @return a {@code SQLException} containing information about the error. 69 * May be {@code null} if no error has occurred.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DefaultErrorHandler.java | 39 * Implement SAX error handler for default reporting. 48 * the error() and fatalError() methods. If it is false, the errors 93 // Defer creating the java.io.PrintWriter until an error needs to be 126 * Receive notification of a recoverable error. 128 * <p>This corresponds to the definition of "error" in section 1.2 138 * error even if the XML 1.0 recommendation does not require it to 141 * @param exception The error information encapsulated in a 146 public void error(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler 155 * Receive notification of a non-recoverable error. 157 * <p>This corresponds to the definition of "fatal error" i 228 public void error(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler [all...] |
/development/host/windows/usb/api/ |
adb_legacy_io_completion.cpp | 62 ULONG error = GetLastError();
local 65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
73 error = GetLastError();
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
|