Searched
full:error (Results
1326 -
1350 of
11596) sorted by null
<<51525354555657585960>>
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_tls.h | 99 ** @param error (output) 0 for success or an error from TPVBaseErrorEnum 102 OSCL_IMPORT_REF static OsclAny* getInstance(uint32 ID, int32 &error); 106 ** @param error (output) 0 for success or an error from TPVBaseErrorEnum 109 OSCL_IMPORT_REF static void registerInstance(OsclAny* ptr, uint32 ID, int32 &error); 133 OSCL_IMPORT_REF static void initialize(Oscl_DefAlloc &alloc, int32 &error); 134 OSCL_IMPORT_REF static void cleanup(Oscl_DefAlloc &alloc, int32 &error);
|
/external/openssl/crypto/bio/ |
bio_err.c | 65 /* BEGIN ERROR CODES */ 110 {ERR_REASON(BIO_R_ACCEPT_ERROR) ,"accept error"}, 114 {ERR_REASON(BIO_R_CONNECT_ERROR) ,"connect error"}, 116 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO) ,"error setting nbio"}, 117 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPTED_SOCKET),"error setting nbio on accepted socket"}, 118 {ERR_REASON(BIO_R_ERROR_SETTING_NBIO_ON_ACCEPT_SOCKET),"error setting nbio on accept socket"}, 124 {ERR_REASON(BIO_R_NBIO_CONNECT_ERROR) ,"nbio connect error"}, 148 if (ERR_func_error_string(BIO_str_functs[0].error) == NULL)
|
/external/openssl/crypto/comp/ |
comp.h | 58 /* BEGIN ERROR CODES */ 64 /* Error codes for the COMP functions. */
|
/external/openssl/include/openssl/ |
comp.h | 58 /* BEGIN ERROR CODES */ 64 /* Error codes for the COMP functions. */
|
/external/oprofile/daemon/ |
oprofiled.h | 32 * a fatal error. 45 /** return the int in the given oprofilefs file, error is fatal if !is_fatal */
|
/external/proguard/src/proguard/ |
ParseException.java | 34 * as its error detail message. 42 * message. The error message string <code>s</code> can later be
|
/external/qemu/android/ |
help.h | 27 * returns 0 on success, or -1 on error (i.e. unknown option) 32 * returns 0 on success, or -1 on error (i.e. unknown topic)
|
/external/qemu/distrib/ |
build-emulator.sh | 31 echo "ERROR: could not build SDL library, please check their sources" 36 echo "ERROR: could not build the emulator, please check the sources"
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_error.h | 23 /* Simple error message routines for SDL */ 41 /* Private error message function - used internally */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
directx.h | 20 /* Error codes not yet included in Win32 API header files */ 61 /* Error facility codes */
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
directx.h | 20 /* Error codes not yet included in Win32 API header files */ 61 /* Error facility codes */
|
/external/quake/quake/src/QW/server/ |
sys.h | 26 void Sys_Error (char *error, ...); 27 // an error will cause the entire program to exit
|
/external/skia/include/core/ |
SkPostConfig.h | 25 #error "cannot define both SK_DEBUG and SK_RELEASE" 27 #error "must define either SK_DEBUG or SK_RELEASE" 31 #error "can't have unittests without debug" 35 #error "cannot define both SK_SCALAR_IS_FIXED and SK_SCALAR_IS_FLOAT" 50 #error "cannot define both SK_CPU_LENDIAN and SK_CPU_BENDIAN" 52 #error "must define either SK_CPU_LENDIAN or SK_CPU_BENDIAN" 58 #error "all or none of the 32bit SHIFT amounts must be defined" 62 #error "all or none of the 32bit SHIFT amounts must be defined"
|
/external/sqlite/android/ |
PhoneNumberUtilsTest.cpp | 32 #define EXPECT(function, input1, input2, expected, total, error) \ 45 (error)++; \ 51 (total), (error)) 56 (total), (error)) 60 int error = 0; local 155 printf("total: %d, error: %d\n\n", total, error); 156 if (error == 0) {
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 66 printf("ERROR: Unable to open audio device\n\n"); 75 printf("ERROR: Unable to start audio device\n\n"); 81 printf("ERROR: Unable to close audio device\n\n"); 99 printf("ERROR: lhs_audioinGetSamples() returns %ld\n", lhsErr); 107 printf("ERROR: Unable to stop audio device\n\n"); 113 printf("ERROR: Unable to close audio device\n\n"); 124 printf("ERROR: Unable to close audio device\n\n"); 136 printf("ERROR: cannot create output file: '%s'\n", szFilename);
|
/external/stlport/stlport/ |
assert.h | 34 /* See errno.h for additional information about this #error */ 35 # error assert has been defined before inclusion of assert.h header.
|
/external/v8/test/mjsunit/ |
no-branch-elimination.js | 33 throw "error"; 35 assertEquals("error", e);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
function-001.js | 7 * eval("function f(){}function g(){}") at top level is an error for JS1.2 11 * Fails to produce error regardless of version:
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Unicode/ |
uc-001.js | 34 reportCompare ("no error", eval('"no\u200E error"'),
|
uc-002.js | 34 reportCompare ("no error", eval("'no'\u00A0+ ' error'"),
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
reentrant-success.js | 28 testFailed('Error callback invoked unexpectedly'); 45 testFailed('Error callback invoked unexpectedly');
|
/external/webkit/LayoutTests/http/tests/appcache/ |
destroyed-frame.html | 39 ifrCache.addEventListener("error", function() { }, true); 42 evt.initEvent("error", true, true);
|
foreign-iframe-main.html | 26 applicationCache.addEventListener('error', function() { log("error") }, false);
|
local-content.html | 47 applicationCache.addEventListener('error', function() { alert("Unexpected error event") }, false);
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access-frame.html | 19 applicationCache.onerror = function() { log("error"); test() } 25 applicationCache.onerror = function() { log("error") }
|
Completed in 469 milliseconds
<<51525354555657585960>>