HomeSort by relevance Sort by last modified time
    Searched full:error (Results 1676 - 1700 of 11596) sorted by null

<<61626364656667686970>>

  /external/jdiff/src/jdiff/
StreamReader.java 30 System.out.println("IO Error invoking Javadoc");
  /external/kernel-headers/original/linux/
atmapi.h 21 * instead of being forced to use memcpy. It also improves error reporting for
errno.h 21 #define ESERVERFAULT 526 /* An untranslatable error occurred */
ptrace.h 119 * separate error flag (e.g., alpha, ia64, ppc{,64}, sparc{,64}, possibly
120 * others), this macro can be used to ensure that the error flag will not get
121 * set. On architectures which do not support a separate error flag, the macro
122 * is a no-op and the spurious error condition needs to be filtered out by some
  /external/kernel-headers/original/linux/mtd/
nand_ecc.h 26 * Detect and correct a 1 bit error for 256 byte block
  /external/libpng/
autogen.sh 25 echo "ERROR: autogen.sh failed, autogen is incomplete" >&2
  /external/neven/FaceRecEm/common/src/b_FDSDK/
SDK.h 49 /** error handler function pointer */
55 /** (optional) handler to error-handler function */
104 /** returns last occurred error and removes it from the error stack */
  /external/opencore/fileformats/avi/parser/src/
pv_avifile_parser_utils.cpp 39 PV_AVI_FILE_PARSER_ERROR_TYPE error = PV_AVI_FILE_PARSER_ERROR_UNKNOWN; local
60 error = PV_AVI_FILE_PARSER_SUCCESS ;
64 error = PV_AVI_FILE_PARSER_UNSUPPORTED_CHUNK;
67 return error;
  /external/opencore/oscl/oscl/config/shared/
osclconfig_limits_typedefs.h 48 #error "Cannot determine if char is signed or unsigned"
56 #error "Cannot determine an 8-bit interger type"
69 #error "Cannot determine 16-bit integer type"
83 #error "Cannot determine 32-bit integer type"
  /external/opencore/oscl/oscl/osclproc/src/
oscl_procstatus.h 65 // Enumerated Error values
71 * List of enums which contain error codes
78 OTHER_ERROR, // Function returned some error
110 PSHARED_ATTRIBUTE_SETTING_ERROR, // Error at setting pthread attributes
  /external/openssl/crypto/comp/
comp_err.c 65 /* BEGIN ERROR CODES */
82 {ERR_REASON(COMP_R_ZLIB_DEFLATE_ERROR) ,"zlib deflate error"},
83 {ERR_REASON(COMP_R_ZLIB_INFLATE_ERROR) ,"zlib inflate error"},
94 if (ERR_func_error_string(COMP_str_functs[0].error) == NULL)
  /external/oprofile/daemon/
opd_pipe.h 20 * is a fatal error.
  /external/oprofile/libop/
op_parse_event.h 36 * A fatal error occur if number of events is greater than max_events.
  /external/oprofile/libutil/
op_popt.h 32 * options. All error are fatal.
  /external/qemu/distrib/sdl-1.2.12/src/loadso/win32/
SDL_sysloadso.c 37 const char *loaderror = "Unknown error";
48 /* Generate an error message if all loads failed */
67 /* Generate an error message if all loads failed */
87 const char *loaderror = "Unknown error";
  /external/skia/src/ports/
SkXMLParser_empty.cpp 32 void SkXMLParser::GetNativeErrorString(int error, SkString* str)
SkXMLParser_expat.cpp 113 int error = XML_Parse(p, doc, len, true); local
114 if (error == XML_STATUS_ERROR) {
144 void SkXMLParser::GetNativeErrorString(int error, SkString* str)
147 str->set(XML_ErrorString((XML_Error) error));
  /external/stlport/stlport/
locale.h 23 # error STLport include schema violation
rope 30 # error The rope class is a STLport extension.
  /external/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
  /external/stlport/stlport/stl/config/
_apple.h 10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
13 # error Apple's MPW SCpp v.8.9.0 or better compiler required
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
49 # error <ConditionalMacros.h> must be included. (TYPE_LONGLONG)
  /external/tcpdump/missing/
bittypes.h 36 #error "there's no appropriate type for u_int8_t"
50 #error "there's no appropriate type for u_int16_t"
64 #error "there's no appropriate type for u_int32_t"
82 #error "there's no appropriate type for u_int64_t"
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 26 #include "Error.h"
105 JSObject* error = eval->compile(globalCallFrame, globalCallFrame->scopeChain()); local
106 if (error)
107 return error;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4.2-2-n.js 33 The toString function is not generic; it generates a runtime error if its
52 array[item++] = new TestCase(SECTION, "o = new Object(); o.toString = Number.prototype.toString; o.toString()", "error", "o = new Object(); o.toString = Number.prototype.toString; o.toString()" );
53 // array[item++] = new TestCase(SECTION, "o = new String(); o.toString = Number.prototype.toString; o.toString()", "error", "o = new String(); o.toString = Number.prototype.toString; o.toString()" );
54 // array[item++] = new TestCase(SECTION, "o = 3; o.toString = Number.prototype.toString; o.toString()", "error", "o = 3; o.toString = Number.prototype.toString; o.toString()" );
15.7.4.3-3-n.js 28 The valueOf function is not generic; it generates a runtime error if its
48 // array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()", "error", "v = Number.prototype.valueOf; num = 3; num.valueOf = v; num.valueOf()" );
49 array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; o = new String('Infinity'); o.valueOf = v; o.valueOf()", "error", "v = Number.prototype.valueOf; o = new String('Infinity'); o.valueOf = v; o.valueOf()" );
50 // array[item++] = new TestCase("15.7.4.1", "v = Number.prototype.valueOf; o = new Object(); o.valueOf = v; o.valueOf()", "error", "v = Number.prototype.valueOf; o = new Object(); o.valueOf = v; o.valueOf()" );

Completed in 492 milliseconds

<<61626364656667686970>>