/external/bluetooth/bluez/audio/ |
control.c | 50 #include "error.h" 150 #error "Unknown byte order" 437 error("Invalid AVCTP state %d", new_state); 470 error("Too small AVCTP packet"); 485 error("Too small AVRCP packet"); 558 error("Can't open input device: %s (%d)", 576 error("Can't write device information: %s (%d)", 593 error("Can't create uinput device: %s (%d)", 616 error("AVRCP: failed to init uinput for %s", address); 630 error("%s", err->message) [all...] |
/external/qemu/slirp/ |
misc.c | 63 lprint("X Redir: Error: Couldn't redirect a port for X. Weird.\r\n"); 146 strerror(error) 147 int error; 149 if (error < sys_nerr) 150 return sys_errlist[error]; 152 return "Unknown error."; 272 lprint("Error: openpty failed: %s\n", strerror(errno)); 286 lprint("Error: inet socket: %s\n", strerror(errno)); 295 lprint("Error: fork failed: %s\n", strerror(errno)); 366 "Error: execvp of %s failed: %s\n" [all...] |
/external/icu4c/tools/genrb/ |
parse.c | 234 error(line, "expecting %s, got %s", tokenNames[expectedToken], tokenNames[token]); 258 error(*line, "invariant characters required for table keys, binary data, etc."); 331 error(line, "An error occured while opening the input file %s\n", filename); 469 error(line, "An error occured while opening the input file %s\n", filename); 537 error(line, "The dependency file %s does not exist. Please make sure it exists.\n",filename); 656 error(startline, "unterminated table"); 660 error(line, "Unexpected token %s", tokenNames[token]); 847 error(startline, "unterminated table") [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
DataOutputStream.java | 57 * if an error occurs attempting to flush this stream. 87 * if an error occurs while writing to the target stream. 112 * if an error occurs while writing to the target stream. 127 * if an error occurs while writing to the target stream. 142 * if an error occurs while writing to the target stream. 157 * if an error occurs while writing to the target stream. 181 * if an error occurs while writing to the target stream. 199 * if an error occurs while writing to the target stream. 220 * if an error occurs while writing to the target stream. 234 * if an error occurs while writing to the target stream [all...] |
/dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/ |
AnnotationMember.java | 44 * means that the error occured during parsing or resolution of corresponding 59 protected static final char ERROR = '!'; 112 tag = ERROR; 203 } else if (tag == ERROR) { 287 * Throws contained error (if any) with a renewed stack trace. 290 if (tag == ERROR) { 306 // got some other error, have to go with deep cloning 308 Throwable error = (Throwable)value; local 309 StackTraceElement[] ste = error.getStackTrace(); 313 oos.writeObject(error); [all...] |
/external/bluetooth/bluez/network/ |
connection.c | 48 #include "error.h" 241 error("Hangup or error on l2cap server socket"); 248 error("IO Channel read error"); 253 error("No packet received on l2cap socket"); 260 error("Packet received is not bnep type"); 266 error("Packet received is not bnep type"); 276 error("bnep failed"); 288 error("%s could not be added", nc->dev) [all...] |
/external/bluetooth/bluez/serial/ |
port.c | 54 #include "error.h" 60 #define ERROR_INVALID_ARGS "org.bluez.Error.InvalidArguments" 61 #define ERROR_DOES_NOT_EXIST "org.bluez.Error.DoesNotExist" 181 error("Can't release device %s: %s (%d)", 291 error("Could not open %s: %s (%d)", 294 /* Reporting error */ 334 error("%s", conn_err->message); 353 error("ioctl(RFCOMMCREATEDEV): %s (%d)", strerror(err), err); 395 error("Unable to get service record: %s (%d)", strerror(-err), 402 error("No record found") [all...] |
/external/bluetooth/glib/gio/ |
gvolume.c | 59 * successfully. If an @error is present when g_volume_mount_finish() 60 * is called, then it will be filled with any error information. 388 * @error: a #GError location to store an error, or %NULL to ignore 391 * @error will be set to contain the errors and %FALSE will be returned. 403 GError **error) 413 if (g_simple_async_result_propagate_error (simple, error)) 418 return (* iface->mount_finish) (volume, result, error); 462 * @error: a #GError location to store an error, or %NULL to ignor [all...] |
/external/bluetooth/glib/gmodule/ |
gmodule.c | 86 static inline void g_module_set_error (const gchar *error); 136 g_module_set_error_unduped (gchar *error) 138 g_static_private_set (&module_error_private, error, g_free); 143 g_module_set_error (const gchar *error) 145 g_module_set_error_unduped (g_strdup (error)); 431 /* real_name might be NULL, but then module error is already set */ 494 gchar *error; local 496 error = g_strconcat ("GModule (", 502 g_module_set_error (error); 503 g_free (error); 639 gchar *error; local [all...] |
/external/e2fsprogs/ext2ed/ |
file_com.c | 79 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); 112 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); 129 wprintw (command_win,"Error - Argument not specified\n");refresh_command_win (); 139 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); 162 wprintw (command_win,"Error - Offset out of block\n");refresh_command_win (); 180 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); 203 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); 211 wprintw (command_win,"Error - Block offset out of range\n");wrefresh (command_win); 249 wprintw (command_win,"Error - Invalid arguments\n");wrefresh (command_win); 407 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win) [all...] |
/external/freetype/include/freetype/ |
ftstroke.h | 216 * A new stroker object handle. NULL in case of error. 219 * FreeType error code. 0~means success. 304 * FreeType error code. 0~means success. 340 * FreeType error code. 0~means success. 365 * FreeType error code. 0~means success. 393 * FreeType error code. 0~means success. 424 * FreeType error code. 0~means success. 459 * FreeType error code. 0~means success. 498 * FreeType error code. 0~means success. 586 * FreeType error code. 0~means success [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 83 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n", 94 log_err("ERROR: reversing collation iterator :%s\n", 102 log_err("ERROR: setting offset in collator :%s\n", 118 log_err("ERROR: setting offset in collator :%s\n", 131 log_err("ERROR: Different locales have different offsets at the same character\n"); 159 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n", 170 log_err("ERROR: reversing collation iterator :%s\n", 178 log_err("ERROR: setting offset in collator :%s\n", 194 log_err("ERROR: setting offset in collator :%s\n", 207 log_err("ERROR: Different locales have different offsets at the same character\n") [all...] |
/external/icu4c/test/perf/perldriver/ |
Output.pm | 19 my @timetypes = ("mean per op", "error per op", "events", "per event"); 51 my $error = $value->getError; 66 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) { 67 print HTML "error"; 73 print HTML formatPercent(2, $error); 75 print HTML formatNumber(2, $mult, $error); 110 printLeg("<a name=\"meanop_$header\">$header /op</a> - mean time and error for $header per $operationIs"); 115 printLeg("<a name=\"mean_op_$i\">ratio $i /op</a> - ratio and error of per $operationIs time, calculated as: (($headers[0] - $headers[$i])/$headers[$i])*100%, mean value"); 124 printLeg("<a name=\"mean_ev_$header\">$header /ev</a> - mean time and error for $header per $eventIs") [all...] |
/external/iproute2/lib/ |
libnetlink.c | 138 fprintf(stderr, "ERROR truncated\n"); 140 errno = -err->error; 199 fprintf(stderr, "netlink receive error %s (%d)\n", 233 "ERROR truncated\n"); 235 errno = -err->error; 322 fprintf(stderr, "netlink receive error %s (%d)\n", 365 fprintf(stderr, "ERROR truncated\n"); 367 errno = -err->error; 427 fprintf(stderr, "netlink receive error %s (%d)\n", 533 fprintf(stderr,"addattr32: Error! max allowed bound %d exceeded\n",maxlen) [all...] |
/external/opencore/doc/oscl_html/ |
oscl__singleton_8h-source.html | 55 00059 <span class="comment"> ** @param error (output) 0 for success or an error from TPVBaseErrorEnum</span> 58 00062 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="group__osclbase.html#a25">OsclAny</a>* <a class="code" href="classOsclSingletonRegistry.html#d0">getInstance</a>(uint32 ID, int32 &error); 62 00066 <span class="comment"> ** @param error (output) 0 for success or an error from TPVBaseErrorEnum</span> 65 00069 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classOsclSingletonRegistry.html#d1">registerInstance</a>(<a class="code" href="group__osclbase.html#a25">OsclAny</a>* ptr, uint32 ID, int32 &error); 76 00080 <span class="comment"> ** @param error (output) 0 for success or an error from TPVBaseErrorEnum</span> 79 00083 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="group__osclbase.html#a25">OsclAny</a>* <a class="code" href="classOsclSingletonRegistry.html#d2">lockAndGetInstance</a>(uint32 ID, int32& error); 84 00088 <span class="comment"> ** @param error (output) 0 for success or an error from TPVBaseErrorEnum</span [all...] |
/external/opencore/pvmi/pvmf/include/ |
pvmi_mio_control.h | 165 * @throw in case of failure, it leaves with an appropriate error 185 * @throw in case of failure, it leaves with an appropriate error 200 * @throw in case of failure, it leaves with an appropriate error 210 * @throw in case of failure, it leaves with an appropriate error 219 * @throw in case of failure, it leaves with an appropriate error 228 * @throw in case of failure, it leaves with an appropriate error 237 * @throw in case of failure, it leaves with an appropriate error 246 * @throw in case of failure, it leaves with an appropriate error 256 * @throw in case of failure, it leaves with an appropriate error 266 * @throw in case of failure, it leaves with an appropriate error [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
SDL_dx5audio.c | 183 static const char *error; local 189 error = 193 error = "Audio device in use"; 196 error = "Unsupported audio format"; 199 error = "Mixing buffer was lost"; 202 error = "Control requested is not available"; 205 error = "Invalid call for the current state"; 208 error = "Invalid parameter"; 211 error = "No audio device found"; 214 error = "Out of memory" [all...] |
/external/skia/src/images/ |
fpdfemb.h | 18 // OOM error code for all functions that may involve memory allocation. 22 // b) Or better, try to recover from the error. Sometimes OOM can be caused 68 // Standard return type for many FPDFEMB functions: FPDFERR_SUCCESS for success, otherwise error code 77 // Error codes 80 #define FPDFERR_ERROR 2 // Error of any kind, without specific reason 83 #define FPDFERR_FILE 5 // File access error 84 #define FPDFERR_PARAM 6 // Parameter error 171 // Error code, or FPDFERR_SUCCESS for success. 187 // Error code, or FPDFERR_SUCCESS for success. 323 // Error code, or FPDFERR_SUCCESS for success [all...] |
/external/webkit/WebKitTools/Scripts/ |
extract-localizable-strings | 49 my %isDebugMacro = ( ASSERT_WITH_MESSAGE => 1, LOG_ERROR => 1, ERROR => 1, NSURL_ERROR => 1, FATAL => 1, LOG => 1, LOG_WARNING => 1, UI_STRING_LOCALIZE_LATER => 1, LPCTSTR_UI_STRING_LOCALIZE_LATER => 1, UNLOCALIZED_STRING => 1, UNLOCALIZED_LPCTSTR => 1, dprintf => 1, NSException => 1, NSLog => 1, printf => 1 ); 94 print "$exceptionsFile:$.:syntax error\n"; 145 print "$file:$.:ERROR:found a quoted string but expected $expected\n"; 157 print "$file:$.:ERROR:mismatched quotes\n"; 207 print "$file:$.:ERROR:found a use of an NSLocalized macro; not supported\n"; 220 print "$file:$.:ERROR:mismatched single quote\n"; 226 print "$file:$.:ERROR:found $token but expected $expected\n"; 262 print "$file:ERROR:reached end of file but expected $expected\n"; 304 print "$file:$line:ERROR:string has an illegal hexadecimal escape sequence\n"; 309 print "$file:$line:ERROR:key has an illegal hexadecimal escape sequence\n" [all...] |
/external/zlib/contrib/minizip/ |
miniunz.c | 177 printf("error %d with zipfile in unzGetGlobalInfo \n",err); 190 printf("error %d with zipfile in unzGetCurrentFileInfo\n",err); 231 printf("error %d with zipfile in unzGoToNextFile\n",err); 261 printf("error %d with zipfile in unzGetCurrentFileInfo\n",err); 269 printf("Error allocating memory\n"); 302 printf("error %d with zipfile in unzOpenCurrentFilePassword\n",err); 355 printf("error opening %s\n",write_filename); 368 printf("error %d with zipfile in unzReadCurrentFile\n",err); 374 printf("error in writing extracted file\n"); 393 printf("error %d with zipfile in unzCloseCurrentFile\n",err) [all...] |
/external/zlib/contrib/untgz/ |
untgz.c | 119 void error OF((const char *)); 150 /* error message for the filename */ 166 /* on error return -1 */ 259 error("Out of memory"); 326 /* 0 on error */ 406 error(gzerror(in, &err)); 413 action = TGZ_INVALID; /* force error exit */ 450 error("bad long name"); 513 error(gzerror(in, &err)); 536 "%s: Error writing %s -- skipping\n",prog,fname) 593 void error(const char *msg) function [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParser.java | 128 throw new Error("Missing return statement in function"); 136 throw new Error("Missing return statement in function"); 167 throw new Error("Missing return statement in function"); 199 throw new Error("Missing return statement in function"); 208 throw new Error("Missing return statement in function"); 215 throw new Error("Missing return statement in function"); 273 throw new Error("Missing return statement in function"); 280 throw new Error("Missing return statement in function"); 299 throw new Error("Missing return statement in function"); 306 throw new Error("Missing return statement in function") [all...] |
/system/core/nexus/ |
Supplicant.cpp | 71 LOGE("Error starting supplicant (%s)", strerror(errno)); 77 LOGE("Error connecting to supplicant (%s)\n", strerror(errno)); 82 LOGE("Error retrieving interface name (%s)\n", strerror(errno)); 97 LOGW("Error stopping supplicant (%s)", strerror(errno)); 202 LOGW("Error refreshing network %d (%s)", 270 LOGE("Error - unable to start supplicant listener"); 283 LOGW("triggerScan(%d): Error setting scan mode (%s)", active, 295 LOGW("triggerScan(): Error initiating scan"); 314 LOGE("Error parsing RSSI"); 336 LOGE("Error parsing LINKSPEED") [all...] |
/system/core/sh/ |
histedit.c | 60 #include "error.h" 251 error("history not active"); 254 error("missing history argument"); 276 error("option -%c expects argument", optopt); 280 error("unknown option: -%c", optopt); 307 error("called recursively too many times"); 350 error("too many args"); 379 error("can't create temporary file %s", editfile); 382 error("can't allocate stdio buffer for temp"); 515 error("history number %s not found (internal error)" [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyParserExternal.c | 139 ("EXT_KEY_PARSER: ERROR: NULL KEY Data\n")); 165 ("EXT_KEY_PARSER: ERROR: Cannot get MAC address !!!\n")); 179 ("EXT_KEY_PARSER: ERROR: Incorrect key length - %d \n", pKeyDesc->KeyLength)); 203 ("EXT_KEY_PARSER: ERROR: Authenticator set key in IBSS mode !!!\n")); 212 ("EXT_KEY_PARSER: ERROR: Key index bits 8-27 should be 0 !!!\n")); 224 ("WEP_KEY_PARSER: ERROR: Invalid Key length: %d !!!\n", pKeyDesc->KeyLength)); 265 ("EXT_KEY_PARSER: ERROR: Pairwise key must have index 0 !!!\n")); 272 ("EXT_KEY_PARSER: ERROR: Broadcast MAC address for unicast !!!\n")); 285 ("EXT_KEY_PARSER: ERROR: recieve only pairwase keys are not allowed !!!\n")); 297 ("EXT_KEY_PARSER: ERROR: not broadcast MAC in IBSS mode !!!\n")) [all...] |