/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 113 <p>A problem occurred in a Python script. Here is the sequence of 114 function calls leading up to the error, in the order they occurred.</p>''' 201 A problem occurred in a Python script. Here is the sequence of 202 function calls leading up to the error, in the order they occurred. 293 self.file.write('<p>A problem occurred in a Python script.\n')
|
traceback.py | 118 occurred with a caret on the next line indicating the approximate 157 error occurred. 159 The message indicating which exception occurred is always the last
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 113 <p>A problem occurred in a Python script. Here is the sequence of 114 function calls leading up to the error, in the order they occurred.</p>''' 201 A problem occurred in a Python script. Here is the sequence of 202 function calls leading up to the error, in the order they occurred. 293 self.file.write('<p>A problem occurred in a Python script.\n')
|
traceback.py | 118 occurred with a caret on the next line indicating the approximate 157 error occurred. 159 The message indicating which exception occurred is always the last
|
/external/chromium_org/third_party/icu/source/io/unicode/ |
ustdio.h | 234 * @return A new UFILE, or NULL if an error occurred. 256 * @return A new UFILE, or NULL if an error occurred. 276 * @return A new UFILE, or NULL if an error occurred. If an error occurs 296 * @return A new UFILE, or NULL if an error occurred. 406 * or NULL if an error occurred. 555 * if an error occurred. 572 * if an error occurred. 587 * if an error occurred. 604 * if an error occurred. [all...] |
/external/icu4c/io/unicode/ |
ustdio.h | 235 * @return A new UFILE, or NULL if an error occurred. 257 * @return A new UFILE, or NULL if an error occurred. 277 * @return A new UFILE, or NULL if an error occurred. If an error occurs 297 * @return A new UFILE, or NULL if an error occurred. 407 * or NULL if an error occurred. 595 * if an error occurred. 612 * if an error occurred. 627 * if an error occurred. 644 * if an error occurred. [all...] |
/libcore/luni/src/main/java/java/security/ |
KeyStore.java | 106 * if an error occurred during the creation of the new {@code 134 * if an error occurred during the creation of the new {@code 171 * if an error occurred during the creation of the new {@code 523 * if a problem occurred while writing to the stream. 527 * if an exception occurred while storing the certificates of 550 * if a problem occurred while writing to the stream. 554 * if an exception occurred while storing the certificates of 580 * if a problem occurred while reading from the stream. 584 * if an exception occurred while loading the certificates of 601 * if a problem occurred while reading from the stream [all...] |
/external/qemu/memcheck/ |
memcheck.c | 59 * routine - If 1, access violation has occurred in 'free' routine. 60 * If 2, access violation has occurred in 'realloc' routine. 80 * addr - Address at which vilation has occurred. 82 * val - If access violation has occurred at write operation, this parameter 85 * retaddr - Code address (in TB) where access violation has occurred. 86 * is_read - If 1, access violation has occurred when memory at 'addr' has been 87 * read. If 0, access violation has occurred when memory was written.
|
/frameworks/base/obex/javax/obex/ |
ServerSession.java | 68 * @throws IOException if an error occurred while opening the input and 157 * @throws IOException if an error occurred at the transport layer 190 * @throws IOException if an error occurred at the transport layer 235 * @throws IOException if an error occurred at the transport layer 288 * @throws IOException if an error occurred at the transport layer 414 * @throws IOException if an error occurred at the transport layer 519 * @throws IOException if an error occurred at the transport layer
|
/bionic/libc/kernel/common/linux/ |
qic117.h | 132 #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", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorIntegrationTests.java | 82 * - the thread id on which the failure occurred 132 * - the thread id on which the failure occurred 206 * - the thread id on which the failure occurred
|
/external/bluetooth/bluedroid/stack/include/ |
goep_fs.h | 179 ** or an error has occurred. 238 ** GOEP_FAIL is returned if an error occurred 381 ** GOEP_FAIL if any errors have occurred.
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_socket.h | 56 // An error occurred on the channel. 89 // Returns the last error that occurred on this channel, or CHANNEL_ERROR_NONE 90 // if no error has occurred.
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator.h | 71 // Any redirect URLs that occurred for this navigation before |url|. 95 // [out] The WebContents in which the navigation occurred or that was 203 // [out] Specifies the Browser object where the navigation occurred or the
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecdsa.h | 85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 116 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 128 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ecdsa.h | 85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 116 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 128 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 136 // an error occurred. All errors are permanent. 166 // reached or some input error occurred. In the end-of-stream case, the 194 // * If the returned value is false, an error occurred. All errors are
|
/external/kernel-headers/original/linux/ |
interrupt.h | 377 * and returns the irq number which occurred, 378 * or zero if none occurred, or a negative irq number 379 * if more than one irq occurred.
|
qic117.h | 270 /*26*/ { "Power On Reset Occurred", 0, },\ 271 /*27*/ { "Software Reset Occurred", 0, },\ 285 /*41*/ { "Drive Wakeup Reset Occurred", 1, },\
|
/external/libnfc-nxp/inc/ |
phNfcStatus.h | 136 A board communication error occurred 183 A DESELECT event has occurred. */ 187 A RELEASE event has occurred. */
|
/external/openssl/crypto/ecdsa/ |
ecdsa.h | 85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 116 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 128 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
|
/external/openssl/include/openssl/ |
ecdsa.h | 85 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 116 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred 128 * \return pointer to a ECDSA_SIG structure or NULL if an error occurred
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream.h | 136 // an error occurred. All errors are permanent. 166 // reached or some input error occurred. In the end-of-stream case, the 194 // * If the returned value is false, an error occurred. All errors are
|
/external/qemu/ |
qerror.c | 299 * - file the file name of where the error occurred 300 * - linenr the line number of where the error occurred 301 * - func the function name of where the error occurred
|
/external/srec/srec/Recognizer/include/ |
SR_RecognizerImpl.h | 51 size_t EOSS; /* frame where end of speech signal occurred (frames) */ 52 size_t BOSS; /* frame where start of speech signal occurred (frames) */ 53 size_t EOST; /* instant where end of speech signal occurred (millisec) */
|