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

<<31323334353637383940>>

  /external/opencore/doc/oscl_html/
oscl__error_8h-source.html 70 00131 <span class="comment">//Map TPVBaseErrorEnum return codes to Oscl Error leave codes</span>
95 00156 <span class="comment"> ** @exception: leaves on error.</span>
99 00160 int32 error;
100 00161 <a class="code" href="group__osclbase.html#a25">OsclAny</a>* val = <a class="code" href="classOsclSingletonRegistry.html#d0">OsclSingletonRegistry::getInstance</a>(ID, error);
101 00162 <span class="keywordflow">if</span> (error)
103 00164 <a class="code" href="group__osclbase.html#a78">OSCL_ASSERT</a>(_OsclBaseToErrorMap[error]);
104 00165 <a class="code" href="classOsclError.html#d7">OsclError::Leave</a>(_OsclBaseToErrorMap[error]);
113 00174 <span class="comment"> ** @exception: leaves on error.</span>
117 00178 int32 error;
118 00179 <a class="code" href="classOsclSingletonRegistry.html#d1">OsclSingletonRegistry::registerInstance</a>(ptr, ID, error);
    [all...]
  /bionic/libc/include/sys/
_errdefs.h 29 /* the following corresponds to the error codes of the Linux kernel used by the Android platform
32 * this file may be included several times to define either error constants or their
37 #error "__BIONIC_ERRDEF must be defined before including this file"
43 __BIONIC_ERRDEF( EIO , 5, "I/O error" )
46 __BIONIC_ERRDEF( ENOEXEC , 8, "Exec format error" )
104 __BIONIC_ERRDEF( EADV , 68, "Advertise error" )
105 __BIONIC_ERRDEF( ESRMNT , 69, "Srmount error" )
106 __BIONIC_ERRDEF( ECOMM , 70, "Communication error on send" )
107 __BIONIC_ERRDEF( EPROTO , 71, "Protocol error" )
109 __BIONIC_ERRDEF( EDOTDOT , 73, "RFS specific error" )
    [all...]
  /bionic/libc/kernel/common/linux/
qic117.h 77 #define QIC117_COMMANDS { {NULL, 0x00, 0x00, mode, 0, discretional}, {"soft reset", 0x00, 0x00, motion, 1, required}, {"report next bit", 0x00, 0x00, report, 0, required}, {"pause", 0x36, 0x24, motion, 1, required}, {"micro step pause", 0x36, 0x24, motion, 1, required}, {"alternate command timeout", 0x00, 0x00, mode, 0, required}, {"report drive status", 0x00, 0x00, report, 0, required}, {"report error code", 0x01, 0x01, report, 0, required}, {"report drive configuration",0x00, 0x00, report, 0, required}, {"report rom version", 0x00, 0x00, report, 0, required}, {"logical forward", 0x37, 0x25, motion, 0, required}, {"physical reverse", 0x17, 0x05, motion, 0, required}, {"physical forward", 0x17, 0x05, motion, 0, required}, {"seek head to track", 0x37, 0x25, motion, 0, required}, {"seek load point", 0x17, 0x05, motion, 1, required}, {"enter format mode", 0x1f, 0x05, mode, 0, required}, {"write reference burst", 0x1f, 0x05, motion, 1, required}, {"enter verify mode", 0x37, 0x25, mode, 0, required}, {"stop tape", 0x00, 0x00, motion, 1, required}, {"reserved (19)", 0x00, 0x00, unused, 0, discretional}, {"reserved (20)", 0x00, 0x00, unused, 0, discretional}, {"micro step head up", 0x02, 0x00, motion, 0, required}, {"micro step head down", 0x02, 0x00, motion, 0, required}, {"soft select", 0x00, 0x00, mode, 0, discretional}, {"soft deselect", 0x00, 0x00, mode, 0, discretional}, {"skip segments reverse", 0x36, 0x24, motion, 1, required}, {"skip segments forward", 0x36, 0x24, motion, 1, required}, {"select rate or format", 0x03, 0x01, mode, 0, required }, {"enter diag mode 1", 0x00, 0x00, mode, 0, discretional}, {"enter diag mode 2", 0x00, 0x00, mode, 0, discretional}, {"enter primary mode", 0x00, 0x00, mode, 0, required}, {"vendor unique (31)", 0x00, 0x00, unused, 0, discretional}, {"report vendor id", 0x00, 0x00, report, 0, required}, {"report tape status", 0x04, 0x04, report, 0, ccs1}, {"skip extended reverse", 0x36, 0x24, motion, 1, ccs1}, {"skip extended forward", 0x36, 0x24, motion, 1, ccs1}, {"calibrate tape length", 0x17, 0x05, motion, 1, ccs2}, {"report format segments", 0x17, 0x05, report, 0, ccs2}, {"set format segments", 0x17, 0x05, mode, 0, ccs2}, {"reserved (39)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (40)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (41)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (42)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (43)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (44)", 0x00, 0x00, unused, 0, discretional}, {"vendor unique (45)", 0x00, 0x00, unused, 0, discretional}, {"phantom select", 0x00, 0x00, mode, 0, discretional}, {"phantom deselect", 0x00, 0x00, mode, 0, discretional}, }
121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", (…)
    [all...]
  /dalvik/libcore/auth/src/main/java/javax/security/auth/callback/
UnsupportedCallbackException.java 32 * unsupported {@code Callback}, but no error message.
44 * unsupported {@code Callback} and an error message.
49 * the error message
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
SneakyThrow.java 37 * } else if (thrown instanceof Error) {
38 * throw (Error) thrown;
59 SneakyThrow.<Error>sneakyThrow2(t);
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMLocator.java 29 * primarily for error reporting. To use a DOMLocator, the receiver of an
30 * error must downcast the {@link javax.xml.transform.SourceLocator}
32 * may use this object for purposes other than error reporting, for instance,
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEvent.java 38 // error code for remote exception during injection
40 // error code for security exception during injection
68 * in the case of exceptions, return its corresponding error code
  /device/htc/common/updater/
log_recovery.c 40 LOGE("Error reading block size\n(%s)\n", strerror(errno));
47 LOGE("Error reading header block\n(%s)\n", strerror(errno));
53 LOGE("Error reading log block\n(%s)\n", strerror(errno));
  /external/bluetooth/bluez/cups/
hcrp.c 187 perror("ERROR: Can't create socket");
199 perror("ERROR: Can't bind socket");
213 perror("ERROR: Can't connect to device");
222 perror("ERROR: Can't create socket");
235 perror("ERROR: Can't bind socket");
250 perror("ERROR: Can't connect to device");
265 perror("ERROR: Can't get socket options");
292 fprintf(stderr, "ERROR: Can't grant initial credits\n");
321 fprintf(stderr, "ERROR: LPT status 0x%02x\n", status);
335 perror("ERROR: Error writing to device")
    [all...]
  /external/bluetooth/bluez/tools/
l2ping.c 98 goto error;
108 goto error;
118 goto error;
127 goto error;
158 goto error;
172 goto error;
182 goto error;
187 goto error;
202 goto error;
219 goto error;
    [all...]
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 90 GError **error);
93 GError **error);
156 convert_file_to_io_error (GError **error,
187 g_set_error_literal (error, G_IO_ERROR,
198 GError **error)
208 dir = g_dir_open (filename, 0, error != NULL ? &dir_error : NULL);
211 if (error != NULL)
213 convert_file_to_io_error (error, dir_error);
228 g_set_error_literal (error, G_IO_ERROR,
316 GError **error)
    [all...]
glocalfileoutputstream.h 58 GError **error);
62 GError **error);
68 GError **error);
  /external/dbus/dbus/
dbus-address.h 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
46 DBusError *error);
54 DBusError *error);
dbus-signature.h 24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
68 DBusError *error);
71 DBusError *error);
  /external/expat/conftools/
get-version.sh 13 echo "ERROR: pathname for expat.h was not provided."
19 echo "ERROR: too many arguments were provided."
27 echo "ERROR: '$hdr' does not exist, or is not readable."
  /external/freetype/include/freetype/
ftsynth.h 52 #error "freetype.h of FreeType 1 has been loaded!"
53 #error "Please fix the directory search order for header files"
54 #error "so that freetype.h of FreeType 2 is found first."
  /external/freetype/src/base/
ftgloadr.c 73 FT_Error error; local
81 return error;
167 FT_Error error; local
179 return error;
205 FT_Error error = FT_Err_Ok; local
267 return error;
280 FT_Error error = FT_Err_Ok; local
301 return error;
363 FT_Error error; local
368 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours )
    [all...]
ftsnames.c 47 FT_Error error = FT_Err_Invalid_Argument; local
83 error = FT_Err_Ok;
87 return error;
  /external/icu4c/test/iotest/
trnstst.c 34 log_err("Error opening transliterator %s\n", u_errorName(err));
44 log_err("Error setting transliterator %s\n", u_errorName(err));
51 log_err("Error, a transliterator was already set!\n");
57 log_err("Error setting transliterator on NULL file err=%s\n", u_errorName(err));
62 log_err("Error getting the same transliterator was not returned on NULL file\n");
69 log_err("Error setting transliterator on error status err=%s\n", u_errorName(err));
74 log_err("Error getting the same transliterator on error status\n");
103 log_verbose("Got %s error (expected) setting READ transliterator.\n", u_errorName(err))
    [all...]
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error_imp_jumps.cpp 20 //for use with the setjmp/longjmp error handler.
33 int32 error; local
34 OsclErrorTrapImp *trap = OsclErrorTrapImp::GetErrorTrap(error);
  /external/openssl/crypto/x509v3/
v3err.c 65 /* BEGIN ERROR CODES */
141 {ERR_REASON(X509V3_R_BN_DEC2BN_ERROR) ,"bn dec2bn error"},
142 {ERR_REASON(X509V3_R_BN_TO_ASN1_INTEGER_ERROR),"bn to asn1 integer error"},
143 {ERR_REASON(X509V3_R_DIRNAME_ERROR) ,"dirname error"},
145 {ERR_REASON(X509V3_R_ERROR_CONVERTING_ZONE),"error converting zone"},
146 {ERR_REASON(X509V3_R_ERROR_CREATING_EXTENSION),"error creating extension"},
147 {ERR_REASON(X509V3_R_ERROR_IN_EXTENSION) ,"error in extension"},
150 {ERR_REASON(X509V3_R_EXTENSION_NAME_ERROR),"extension name error"},
153 {ERR_REASON(X509V3_R_EXTENSION_VALUE_ERROR),"extension value error"},
177 {ERR_REASON(X509V3_R_ISSUER_DECODE_ERROR),"issuer decode error"},
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
regress-58946.js 23 *The bug was filed when we got the following error (see code below):
27 *There was no error if we replaced "return e" in the code below with "print(e)".
28 *There should be no error with "return e", either -
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 17 applicationCache.onnoupdate = function() { log("error") }
37 log("error");
41 applicationCache.onnoupdate = function() { log("error") }
  /external/webkit/WebCore/platform/network/mac/
ResourceError.h 53 ResourceError(NSError* error)
55 , m_platformError(error)
57 m_isNull = !error;

Completed in 61 milliseconds

<<31323334353637383940>>