/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 60 * A network or recognition error occurred. 62 * @param error code is defined in {@link SpeechRecognizer} 64 void onError(in int error);
|
/frameworks/base/core/java/android/webkit/ |
ContentLoader.java | 67 mLoadListener.error( 79 mLoadListener.error(EventHandler.FILE_NOT_FOUND_ERROR, errString(ex)); 84 mLoadListener.error(EventHandler.FILE_ERROR, errString(ex));
|
/frameworks/base/tools/aapt/ |
printapk.cpp | 54 fprintf(stderr, "apk: error determining file size: %s\n", filename); 66 fprintf(stderr, "apk: error reading file: %s\n", filename); 95 fprintf(stderr, "apk: error decompressing resources.arsc");
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
msgtrace.h | 46 * because of DMA error or a bus reset (ex: SDIO Func2) 58 * hbus error traces. hbus error trace should not generates endless traces.
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
DemuxOutputStream.java | 50 * @throws IOException if an error occurs
65 * @throws IOException if an error occurs
81 * @throws IOException if an error occurs
|
/system/core/libcutils/ |
buffer.h | 80 * necessary. Returns 0 if successful or -1 if an error occurs allocating 86 * Reads some data into a buffer. Returns -1 in case of an error and sets 101 * of an error. Updates buffer->remaining and returns the number of remaining
|
/system/core/nexus/ |
DhcpListener.cpp | 45 LOGW("Error reading dhcp status msg (%s)", strerror(errno)); 56 LOGW("Error parsing state '%s'", buffer); 95 LOGW("Error parsing event '%s'", buffer);
|
WifiScanner.cpp | 61 LOGE("Error writing to control pipe (%s)", strerror(errno)); 67 LOGE("Error joining to scanner thread (%s)", strerror(errno)); 91 LOGW("Error triggering scan (%s)", strerror(errno));
|
/system/extras/tests/bionic/libstdc++/ |
test_cstddef.cpp | 31 #error "Wrong header file included!!" 77 #error "offsetof is not a macro" 88 #error "NULL is not a macro"
|
/external/bluetooth/glib/po/ |
en_GB.po | 108 msgid "Error during conversion: %s" 109 msgstr "Error during conversion: %s" 157 msgid "Error opening directory '%s': %s" 158 msgstr "Error opening directory '%s': %s" 167 msgid "Error reading file '%s': %s" 168 msgstr "Error reading file '%s': %s" 302 msgid "Error on line %d char %d: " 303 msgstr "Error on line %d char %d: " 307 msgid "Error on line %d: %s" 308 msgstr "Error on line %d: %s [all...] |
he.po | 115 msgid "Error during conversion: %s" 116 msgstr "Error during conversion: %s" 164 msgid "Error opening directory '%s': %s" 165 msgstr "Error opening directory '%s': %s" 174 msgid "Error reading file '%s': %s" 175 msgstr "Error reading file '%s': %s" 309 msgid "Error on line %d char %d: " 310 msgstr "Error on line %d char %d: " 314 msgid "Error on line %d: %s" 315 msgstr "Error on line %d: %s [all...] |
en_CA.po | 109 msgid "Error during conversion: %s" 110 msgstr "Error during conversion: %s" 158 msgid "Error opening directory '%s': %s" 159 msgstr "Error opening directory '%s': %s" 168 msgid "Error reading file '%s': %s" 169 msgstr "Error reading file '%s': %s" 303 msgid "Error on line %d char %d: " 304 msgstr "Error on line %d char %d: " 308 msgid "Error on line %d: %s" 309 msgstr "Error on line %d: %s [all...] |
/external/dbus/dbus/ |
dbus-transport.c | 209 * and sets @p error. 211 * @param error address where an error can be returned. 215 check_address (const char *address, DBusError *error) 224 if (!dbus_parse_address (address, &entries, &len, error)) 229 transport = _dbus_transport_open (entries[i], error); 242 * @param error address where an error can be returned. 246 _dbus_transport_new_for_autolaunch (DBusError *error) 251 _DBUS_ASSERT_ERROR_IS_CLEAR (error); [all...] |
/external/freetype/src/base/ |
ftoutln.c | 65 FT_Error error; local 138 error = func_interface->move_to( &v_start, user ); 139 if ( error ) 160 error = func_interface->line_to( &vec, user ); 161 if ( error ) 190 error = func_interface->conic_to( &v_control, &vec, user ); 191 if ( error ) 206 error = func_interface->conic_to( &v_control, &v_middle, user ); 207 if ( error ) 218 error = func_interface->conic_to( &v_control, &v_start, user ) 299 FT_Error error; local 598 FT_Error error; local [all...] |
/external/kernel-headers/original/linux/ |
pci_regs.h | 44 #define PCI_STATUS_PARITY 0x100 /* Detected parity error */ 53 #define PCI_STATUS_DETECTED_PARITY 0x8000 /* Set on parity error */ 304 #define PCI_X_CMD_DPERR_E 0x0001 /* Data Parity Error Recovery Enable */ 320 #define PCI_X_STATUS_SPL_ERR 0x20000000 /* Rcvd Split Completion Error Msg */ 349 #define PCI_EXP_DEVCTL_CERE 0x0001 /* Correctable Error Reporting En. */ 350 #define PCI_EXP_DEVCTL_NFERE 0x0002 /* Non-Fatal Error Reporting Enable */ 351 #define PCI_EXP_DEVCTL_FERE 0x0004 /* Fatal Error Reporting Enable */ 361 #define PCI_EXP_DEVSTA_CED 0x01 /* Correctable Error Detected */ 362 #define PCI_EXP_DEVSTA_NFED 0x02 /* Non-Fatal Error Detected */ 363 #define PCI_EXP_DEVSTA_FED 0x04 /* Fatal Error Detected * [all...] |
/ndk/ |
ndk-gdb | 51 echo "ERROR: Missing parameter after option '$1'" 59 echo "ERROR: Only one of -e, -d or -s <serial> can be used at the same time!" 182 echo "ERROR: Unknown option '$opt', use --help for list of valid ones." 228 echo "ERROR: Invalid initialization file: $OPTION_EXEC" 239 echo "ERROR: The 'adb' tool is not in your path." 249 echo "ERROR: Could not run ADB with: $ADB_CMD" 271 echo "ERROR: Could not run '$AWK_CMD' command. Do you have it installed properly?" 275 echo "ERROR: Your version of 'awk' is obsolete. Please use --awk=<file> to point to Nawk or Gawk!" 287 echo "ERROR: Your --project option does not point to a directory!" 291 echo "ERROR: Your --project does not point to an Android project path! [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Cmd_MBox/ |
CmdMBox.c | 71 ("CMD_MBOX: ERROR: CMD_STATUS_REJECT_MEAS_SG_ACTIVE received\n")); \ 85 /* print the error */ \ 87 ("%s: ERROR: %s (%d), command: %s (%d), IE: %s (%d)\n", \ 195 WLAN_OS_REPORT(("FATAL ERROR: CmdMBox_Create(): Error Creating CmdMBox - Aborting\n")); 208 WLAN_OS_REPORT(("FATAL ERROR: CmdMBox_Create(): Error Creating CmdMBox Timer- Aborting\n")); 361 ("CmdMBox_ConfigHw: ERROR reading Mailbox addresses (0x%x) !!!\n", 619 ("CmdMBox_SM_GetResultNormal: ** ERROR ** No such event (%d) for state CMDMBOX_STATE_GETRESULT_NORMAL_IDLE\n",event)); 659 ("CmdMBox_SM_GetResultNormal: ** ERROR ** No such event (%d) for state CMDMBOX_STATE_GETRESULT_NORMAL_WAIT_TXN\n",event)); [all...] |
/external/dropbear/ |
keyimport.c | 116 goto error; 124 goto error; 130 error: 383 goto error; 389 goto error; 397 goto error; 404 goto error; 412 goto error; 419 goto error; 429 goto error; [all...] |
packet.c | 71 dropbear_exit("error writing"); 134 dropbear_exit("error reading: %s", strerror(errno)); 182 dropbear_exit("error reading: %s", strerror(errno)); 206 dropbear_exit("error decrypting"); 260 dropbear_exit("error decrypting"); 270 dropbear_exit("Integrity error"); 334 dropbear_exit("HMAC error"); 340 dropbear_exit("HMAC error"); 346 dropbear_exit("HMAC error"); 351 dropbear_exit("HMAC error"); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/ |
SDL_dlcompat.c | 176 /* Size of the internal error message buffer (used by dlerror()) */ 222 /* Storage for the last error message (used by dlerror()) */ 228 static void error(const char *str, ...); 281 static void error(const char *str, ...) function 292 debug("ERROR: %s\n", err_str); 309 /* because this is only used for debugging and error reporting functions, we 475 error("invalid handle"); 477 error("handle to closed library"); 542 error("unable to open a .dylib with RTLD_LOCAL"); 548 error("unable to promote local module to global") [all...] |
/external/tcpdump/ |
tcpdump.c | 312 error("%s", pcap_geterr(pd)); 314 error("No data link types."); 496 error("%s", ebuf); 519 error("invalid packet buffer size %s", optarg); 526 error("invalid packet count %s", optarg); 532 error("invalid file size %s", optarg); 542 error("%s", ebuf); 580 error("Invalid adapter index"); 595 error("Invalid adapter index"); 598 error("%s", ebuf) [all...] |
/external/icu4c/i18n/ |
csrmbcs.cpp | 116 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) 126 error = FALSE; 158 if (iter.error) { 244 it->error = FALSE; 260 // else we'll handle the error later. 264 it->error = TRUE; 296 it->error = FALSE; 313 // else we'll handle the error later. 318 it->error = TRUE; 332 it->error = TRUE [all...] |
/external/sonivox/jet_tools/JetCreator/ |
eas.py | 22 # EAS error codes
67 # buffer full error returned from Render
99 'Error',
207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG)
229 raise EAS_Exception(result, 'EAS_SetVolume error %d on file %s' % (result, self.path), 'EAS_SetVolume')
237 raise EAS_Exception(volume, 'EAS_GetVolume error %d on file %s' % (volume, self.path), 'EAS_GetVolume')
247 raise EAS_Exception(result, 'EAS_SetPriority error %d on file %s' % (result, self.path), 'EAS_SetPriority')
256 raise EAS_Exception(result, 'EAS_GetPriority error %d on file %s' % (result, self.path), 'EAS_GetPriority')
266 raise EAS_Exception(result, 'EAS_SetTransposition error %d on file %s' % (result, self.path), 'EAS_SetTransposition')
274 raise EAS_Exception(result, 'EAS_SetPolyphony error %d on file %s' % (result, self.path), 'EAS_SetPolyphony') [all...] |
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
svc_drm.h | 101 * -0, if some error occurred. 115 * -0, if some error occurred. 179 * -DRM_FAILURE, when some other error occur. 192 * -DRM_FAILURE, when some other error occurred. 203 * -DRM_FAILURE, when some other error occurred. 216 * -DRM_FAILURE, when some other error occured. 232 * -DRM_FAILURE, when some other error occured. 248 * -DRM_FAILURE, when some other error occured. 262 * -DRM_FAILURE, when some other error occured. 279 * -DRM_FAILURE, when some other error occured [all...] |
/packages/apps/IM/libwbxml/src/ |
wbxml_jni.cpp | 224 goto error; 229 goto error; 234 goto error; 245 error: 292 LOGW("WbxmlParser parse error %d\n", parser->getError()); 358 goto error; 363 goto error; 368 goto error; 380 error: 440 LOGW("WbxmlEncoder startElement error:%d\n", ret) [all...] |