/external/icu4c/tools/ctestfw/unicode/ |
dbgutil.h | 26 * @return enum offset, or UDBG_INVALID_ENUM on error 33 * @return numerical value, or 0 on error
|
/external/opencore/codecs_v2/omx/omx_core_plugins/template/src/ |
pv_omx_interface.cpp | 42 LOGE("PVOMXInterface: Error closing library: %s\n", pErr); 46 LOGE("OsclSharedLibrary::Close: Error closing library, no error reported"); 102 // No error reported, but no handle to the library 103 LOGE("OsclLib::LoadLibrary: Error opening " 104 "library (%s) but no error reported\n", OMX_CORE_LIBRARY); 108 // Error reported 109 LOGE("OsclLib::LoadLibrary: Error opening "
|
/external/opencore/doc/oscl_html/ |
osclconfig__error__check_8h-source.html | 15 00012 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_EXCEPTIONS has to be defined to either 1 or 0"</span> 19 00021 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ERRNO_H has to be defined to either 1 or 0"</span> 23 00030 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_ERRORTRAP has to be defined to either 1 or 0"</span> 27 00040 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SETJMP_H has to be defined to either 1 or 0"</span>
|
osclconfig__lib__check_8h-source.html | 14 00016 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT must be defined to 0 or 1"</span> 20 00026 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_LIB_READ_DEBUG_LIBS must be defined to 0 or 1"</span> 28 00034 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: PV_DYNAMIC_LOADING_CONFIG_FILE_PATH must be set to a path where the config files are expected to be present"</span> 36 00042 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: PV_RUNTIME_LIB_FILENAME_EXTENSION must be specified for use as the dynamic library file extension"</span>
|
osclconfig__util__check_8h-source.html | 13 00010 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_TIMERS has to be defined to either 1 or 0"</span> 17 00019 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_MATH has to be defined to either 1 or 0"</span> 21 00028 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_ANSI_MATH_SUPPORT has to be defined to either 1 or 0"</span> 25 00036 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_CLOCK_HAS_DRIFT_CORRECTION has to be defined to either 1 or 0"</span>
|
/external/opencore/engines/2way/test/src/ |
connect_test.cpp | 27 int error = 0; local 35 OSCL_TRY(error, scheduler->StartScheduler()); 36 if (error != 0) 38 OSCL_LEAVE(error); 96 //OSCL_TRY(error, i324mIFCommandId = terminal->QueryInterface(h324mUuid, i324mConfigInterface,NULL)); 113 int error; local 115 OSCL_TRY(error, iEncoderIFCommandId = terminal->QueryInterface(mp4h263EncUuid, iMP4H263EncoderInterface, NULL)); 116 if (error)
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_file_cache.cpp | 78 (0, "OsclFileCache(0x%x)::Open ERROR no memory %d", this)); 79 return (-1);//error 117 * may be less than count if an error occurs or if the end 125 (0, "OsclFileCache(0x%x)::Read ERROR invalid arg ", this)); 140 (0, "OsclFileCache(0x%x)::Read ERROR invalid mode for reading ", this)); 181 (0, "OsclFileCache(0x%x)::Read ERROR FillCacheFromFile failed ", this)); 182 break;//error! 215 (0, "OsclFileCache(0x%x)::Write ERROR invalid arg ", this)); 229 (0, "OsclFileCache(0x%x)::Write ERROR invalid mode for writing ", this)); 242 (0, "OsclFileCache(0x%x)::Write ERROR SetCachePosition failed. ", this)) [all...] |
/external/openssl/patches/ |
bad_version.patch | 9 - /* Send back error using their 13 + * the error back using the peer's version. */
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
exception-006.js | 6 * ToPrimitive error. 28 * should result in a runtime error in ToPrimitive.
|
exception-007.js | 6 * DefaultValue error. 29 * should result in a runtime error in ToPrimitive.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
maximum-age-expected.txt | 20 PASS error.code is mockCode 21 PASS error.message is mockMessage
|
watch-expected.txt | 15 PASS error.code is mockCode 16 PASS error.message is mockMessage
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
remove-cache-frame-2.html | 29 applicationCache.onerror = function() { log("error"); alert("Unexpected error event in frame") }
|
/external/webkit/LayoutTests/storage/ |
success-callback.html | 17 function errorFunction(error) 19 log("Test failed - " + error.message);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteAbortException.java | 27 public SQLiteAbortException(String error) { 28 super(error);
|
SQLiteConstraintException.java | 25 public SQLiteConstraintException(String error) { 26 super(error);
|
SQLiteDatabaseCorruptException.java | 25 public SQLiteDatabaseCorruptException(String error) { 26 super(error);
|
SQLiteDoneException.java | 28 public SQLiteDoneException(String error) { 29 super(error);
|
SQLiteFullException.java | 25 public SQLiteFullException(String error) { 26 super(error);
|
SQLiteMisuseException.java | 22 public SQLiteMisuseException(String error) { 23 super(error);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustdxept.h | 32 inline virtual const char* what (void) const throw() { return ("error"); } 49 inline virtual const char* what (void) const throw() { return ("logic error"); } 60 inline virtual const char* what (void) const throw() { return ("domain error"); } 82 inline virtual const char* what (void) const throw() { return ("length error"); } 104 inline virtual const char* what (void) const throw() { return ("runtime error"); } 115 inline virtual const char* what (void) const throw() { return ("range error"); } 126 inline virtual const char* what (void) const throw() { return ("overflow error"); } 137 inline virtual const char* what (void) const throw() { return ("underflow error"); }
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
LogAbortException.java | 29 public void error(Log log) { method in class:LogAbortException 30 log.error(mFormat, mArgs);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
vibrator.h | 29 * @return 0 if successful, -1 if error 36 * @return 0 if successful, -1 if error
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
ftape.h | 37 __u8 error; member in struct:__anon9176::__anon9177 39 } error; member in union:__anon9176
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
ftape.h | 37 __u8 error; member in struct:__anon9530::__anon9531 39 } error; member in union:__anon9530
|