/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_utility.cpp | 612 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVFrameAndMetadataUtility::Run() Internal error handling command should be not handled in here. Asserting.")); 783 // Since error occurred while not processing a command so put in an internal 784 // utility command so a pending command would not be processing while handling error 785 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVFrameAndMetadataUtility::HandleErrorEvent() Queuing an internal command for error handlin")); 790 // Wait for error handling to complete 807 // Start a timer just in case the player does not report error handling complete 815 // Just report the error event up to the app 840 // If error handling complete event, complete the utility command 841 // that was waiting for player to complete error handling 846 // Error handling wait timed out so ignore this even [all...] |
/build/tools/droiddoc/src/ |
SampleTagInfo.java | 80 Errors.error(Errors.BAD_INCLUDE_TAG, position, "Bad @include tag: " 95 Errors.error(Errors.BAD_INCLUDE_TAG, position, "include tag '" + id 196 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Error reading file for" 208 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Did not find " + end 261 Errors.error(Errors.BAD_INCLUDE_TAG, pos, "Error reading file for"
|
/dalvik/libcore/icu/src/main/native/ |
NativeRegEx.cpp | 45 jstring pattern, UParseError error) 53 pattern, error.offset)); 81 UParseError error; local 82 error.offset = -1; 87 data->regex = uregex_open(&EMPTY_STRING, -1, flags, &error, &status); 90 data->regex = uregex_open(patternRaw, patternLen, flags, &error, 97 throwPatternSyntaxException(env, status, pattern, error);
|
/development/host/windows/usb/api/ |
adb_object_handle.h | 88 instances on the stack. If such attempt occurs, compiler will error.
114 @return A handle to this object on success or NULL on an error.
115 If NULL is returned GetLastError() provides extended error
125 false is returned GetLastError() provides extended error
143 found. If NULL is returned GetLastError() provides extended error
191 @return Object associated with the handle or NULL on error. If NULL is
192 returned GetLastError() provides extended error information.
|
/external/bison/lib/ |
xmalloc.c | 43 dynamically, with error checking. S must be nonzero. */ 60 /* Allocate N bytes of memory dynamically, with error checking. */ 69 objects each of S bytes, with error checking. S must be nonzero. */ 86 with error checking. */ 198 /* Allocate S bytes of zeroed memory dynamically, with error checking. 208 /* Allocate zeroed memory for N elements of S bytes, with error 225 /* Clone an object P of size S, with error checking. There's no need
|
/external/bluetooth/bluez/audio/ |
liba2dp.c | 236 goto error; 241 goto error; 246 goto error; 252 goto error; 273 error: 304 goto error; 309 goto error; 311 error: 743 ERR("Error sending data to audio service: %s(%d)", 764 ERR("Error receiving IPC data from bluetoothd: %s (%d)" 772 bt_audio_error_t *error = (bt_audio_error_t *)inmsg; local [all...] |
/external/bluetooth/bluez/network/ |
common.c | 141 error("Failed to open control socket: %s (%d)", 167 error("Failed to kill connection: %s (%d)", 186 error("Failed to get connection list: %s (%d)", 213 error("Failed to add device %s: %s(%d)", 233 error("Unable to execute %s %s", argv[0], argv[1]); 272 error("Could not bring up %s. %s(%d)", devname, strerror(err), 349 error("kill(%d, SIGTERM): %s (%d)", bnep->pid,
|
/external/bluetooth/glib/glib/ |
gunicode.h | 23 #error "Only <glib.h> can be included directly." 315 GError **error) G_GNUC_MALLOC; 320 GError **error) G_GNUC_MALLOC; 328 GError **error) G_GNUC_MALLOC; 333 GError **error) G_GNUC_MALLOC; 338 GError **error) G_GNUC_MALLOC; 343 GError **error) G_GNUC_MALLOC;
|
/external/clearsilver/python/examples/base/ |
CSPage.py | 112 log("Error reading HDF file: %s.hdf" % (self.pagename)) 125 ncgi.hdf.setValue("Query.error", str(num)) 143 print "<H1> Error in Page </H1>" 144 print "A copy of this error report has been submitted to the developers. " 145 print "The details of the error report are below." 151 # print debug info always on page error... 181 print "CSPage: Error occured"
|
/external/freetype/include/freetype/ |
t1tables.h | 28 #error "freetype.h of FreeType 1 has been loaded!" 29 #error "Please fix the directory search order for header files" 30 #error "so that freetype.h of FreeType 2 is found first." 449 * FreeType error code. 0~means success. 456 * return the `FT_Err_Invalid_Argument' error code. 482 * FreeType error code. 0~means success. 489 * the `FT_Err_Invalid_Argument' error code.
|
/external/libpng/contrib/gregbook/ |
wpng.c | 168 int error = 0; local 251 while (*++argv && !error) { 261 ++error; 265 ++error; 272 ++error; 276 ++error; 291 ++error; 293 ++error; /* not expecting any other options */ 298 /* open the input and output files, or register an error and abort */ 304 ++error; [all...] |
/external/opencore/nodes/pvaacffparsernode/src/ |
pvmf_aacffparser_outport.cpp | 76 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserOutPort::Connect: Error - Connecting to invalid port")); 82 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserOutPort::Connect: Error - Already connected")); 94 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserOutPort::Connect: Error - Unable To Send Format Specific Info To Peer")); 100 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserOutPort::Connect: Error - Unable To Send Max Num Media Msg Key To Peer")); 110 PVMF_AACPARSERNODE_LOGERROR((0, "PVMFAACParserOutPort::Connect: Error - Peer Connect failed")); 223 /* ignore the error for now */ 245 /* ignore the error for now */
|
/external/opencore/nodes/pvamrffparsernode/src/ |
pvmf_amrffparser_port.cpp | 67 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserOutPort::Connect: Error - Connecting to invalid port")); 73 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserOutPort::Connect: Error - Already connected")); 85 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserOutPort::Connect: Error - Unable To Send Format Specific Info To Peer")); 91 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserOutPort::Connect: Error - Unable To Send Max Num Media Msg Key To Peer")); 101 PVMF_AMRPARSERNODE_LOGERROR((0, "PVMFAMRParserOutPort::Connect: Error - Peer Connect failed")); 225 /* ignore the error for now */ 247 /* ignore the error for now */
|
/external/openssl/crypto/rsa/ |
rsa_x931g.c | 208 goto error; 214 goto error; 219 goto error; 225 goto error; 229 goto error; 237 goto error; 241 error:
|
/external/speex/libspeex/ |
arch.h | 50 #error You cannot compile as floating point and fixed point at the same time 53 #error SSE is only for floating-point 56 #error Make up your mind. What CPU do you have? 59 #error Vorbis-psy model currently not implemented in fixed-point 65 #error You now need to define either FIXED_POINT or FLOATING_POINT 68 #error I suppose you can have a [ARM4/ARM5E/Blackfin] that has float instructions? 71 #error "Don't you think enabling fixed-point is a good thing to do if you want to debug that?"
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpa_debug.h | 80 * This function is used to print conditional debugging and error messages. The 96 * This function is used to print conditional debugging and error messages. The 115 * This function is used to print conditional debugging and error messages. The 136 * This function is used to print conditional debugging and error messages. The 152 * This function is used to print conditional debugging and error messages. The 178 * This function is used to print conditional debugging and error messages. The 194 * This function is used to print conditional debugging and error messages.
|
/frameworks/base/opengl/tests/gl_basic/ |
gl_basic.cpp | 140 EGLint error = eglGetError(); local 141 if (returnVal && error == EGL_SUCCESS) { 154 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error 156 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 157 error);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListItem.java | 94 mErrorIndicator = findViewById(R.id.error); 205 // When there's an error icon, the attachment icon is left of the error icon. 206 // When there is not an error icon, the attachment icon is left of the date text. 209 attachmentLayout.addRule(RelativeLayout.LEFT_OF, R.id.error); 235 (hasError ? R.id.error : R.id.date)); 237 // Transmission error indicator.
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothPairingDialog.java | 63 BluetoothDevice.ERROR); 85 "Error: this activity may be started only with intent " + 92 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR); 99 intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR); 100 if (passkey == BluetoothDevice.ERROR) { 110 intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR); 111 if (passkey == BluetoothDevice.ERROR) {
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/ |
ipc_event.c | 57 printf("\n---_ipc_EventHandler: ERROR Bad Callback pointer\n"); 63 print_err("\n---_ipc_EventHandler: ERROR event size - %x\n ",nEvMessageSize); 150 perror("Error in recieved NetLink packet"); 171 print_err("--- _ipc_EventThread() -ERROR receiving config msg \n"); 231 print_err("--Server: error creating socket\n"); 244 print_err("--Server: error binding to server socket - err %d(%s)\n", errno, strerror(errno)); 267 printf("---ipc_CreateInterface() - ERROR code from pthread_create() is %d\n", rc);
|
/dalvik/libcore/luni/src/main/java/java/io/ |
RandomAccessFile.java | 193 * if an error occurs while closing this file. 236 * if an error occurs while getting the file descriptor of this 250 * if an error occurs while getting the file pointer of this 276 * if this file is closed or some other I/O error occurs. 299 * if this file is closed or another I/O error occurs. 321 * if this file is closed or another I/O error occurs. 346 * if this file is closed or another I/O error occurs. 380 * if this file is closed or another I/O error occurs. 400 * if this file is closed or another I/O error occurs. 420 * if this file is closed or another I/O error occurs [all...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
mlmeParser.c | 254 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n"); 265 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n"); 293 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading WME parameters\n"); 319 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading XCC EXT1 IE\n"); 334 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RSN IP ADDR IE\n"); 348 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading QOS\n"); 360 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading HT Capabilities IE\n"); 371 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading HT Information IE\n"); 443 /* Error in parsing Probe response packet - exit */ 455 /* Error in parsing Probe response packet - exit * [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
mlmeParser.c | 253 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n"); 264 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RATES\n"); 292 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading WME parameters\n"); 318 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading XCC EXT1 IE\n"); 333 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading RSN IP ADDR IE\n"); 347 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading QOS\n"); 359 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading HT Capabilities IE\n"); 370 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "MLME_PARSER: error reading HT Information IE\n"); 442 /* Error in parsing Probe response packet - exit */ 454 /* Error in parsing Probe response packet - exit * [all...] |
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 51 * error has happened. A {@link CoderResult CoderResult} instance will be 54 * the output buffer or recovering from an error and trying again. 62 * error to the invoker by a {@link CoderResult CoderResult} instance, and the 68 * {@link CodingErrorAction CodingErrorAction} instance for each error type via 297 * encountered, and the action for malformed error is 302 * character error is 389 * indicates that some malformed input error was encountered, and the 404 * result indicates that some unmappable character error was encountered, 414 * operation. Note that it is common and won't cause an error if the invoker 416 * error if the invoker always sets true in several consecutive invocations [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XObject.java | 229 * Cast result object to a number. Always issues an error. 238 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method 257 * Cast result object to a boolean. Always issues an error. 266 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NUMBER, method 403 * Cast result object to a nodelist. Always issues an error. 412 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method 430 * Cast result object to a nodelist. Always issues an error. 439 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST, method 446 * Cast result object to a nodelist. Always issues an error. 455 error(XPATHErrorResources.ER_CANT_CONVERT_TO_NODELIST method 473 error(XPATHErrorResources.ER_CANT_CONVERT_TO_MUTABLENODELIST, method 518 error(XPATHErrorResources.ER_CANT_CONVERT_TO_TYPE, method 682 protected void error(String msg) method in class:XObject 685 error(msg, null); method 697 protected void error(String msg, Object[] args) method in class:XObject [all...] |