/external/aac/libSBRenc/src/ |
sbr_def.h | 95 #define ERROR(a,b) 1
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 51 static final int ERROR = 1; 65 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. 87 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. 111 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. 142 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * 176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the e (…) [all...] |
/external/chromium/base/ |
logging.h | 27 // Therefore, it can be beneficial to display the error dialog in a separate 29 // a fatal error dialog box, it will look for a program called 36 // MessageBox(NULL, GetCommandLineW(), L"Fatal Error", 0); 122 // PLOG(ERROR) << "Couldn't do foo"; 123 // DPLOG(ERROR) << "Couldn't do foo"; 124 // PLOG_IF(ERROR, cond) << "Couldn't do foo"; 125 // DPLOG_IF(ERROR, cond) << "Couldn't do foo"; 129 // which append the last system error to the message in string form (taken from 133 // are (in increasing order of severity) INFO, WARNING, ERROR, ERROR_REPORT, 140 // mode, which displays error dialog without terminating the program. There i [all...] |
/external/icu4c/i18n/ |
rbnf.cpp | 330 #define ERROR(msg) parseError(msg); return NULL; 332 #define ERROR(msg) parseError(NULL); return NULL; 389 ERROR("Missing open angle"); 406 ERROR("Unexpected character"); 413 ERROR("Missing comma in outer array"); 415 ERROR("Missing close angle bracket in outer array"); 421 ERROR("Extra text after close of localization data"); 433 ERROR("Unknown error"); 444 ERROR("Missing open angle") [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 138 enum { UNSPEC, ERROR, INFO } level; 146 { EVTT_DPD_TIMEOUT, "Peer not reachable anymore", ERROR }, 147 { EVTT_PEER_NO_RESPONSE, "Peer not responding", ERROR }, 148 { EVTT_PEER_DELETE, "Peer terminated security association", ERROR }, 149 { EVTT_RACOON_QUIT, "Raccon terminated", ERROR }, 150 { EVTT_OVERFLOW, "Event queue overflow", ERROR }, 151 { EVTT_XAUTH_FAILED, "Xauth exchange failed", ERROR }, 153 "(certificate problem?)", ERROR }, 155 "(proposal problem?)", ERROR }, 205 #define EVTF_ERR 0x0080 /* Print any error */ [all...] |
/external/kernel-headers/original/linux/ |
a1026.h | 217 #define ERROR 0xffffffff
|
/external/libxml2/ |
pattern.c | 42 #define ERROR(a, b, c, d) 178 int error; /* error code */ member in struct:_xmlPatParserContext 197 * Returns the newly allocated xmlPatternPtr or NULL in case of error 205 ERROR(NULL, NULL, NULL, 214 ERROR(NULL, NULL, NULL, 286 * Returns the newly allocated xmlPatParserContextPtr or NULL in case of error 298 ERROR(NULL, NULL, NULL, 352 ERROR(ctxt, NULL, NULL, 401 * returns 0 in case of success and -1 in case of error [all...] |
xmlregexp.c | 47 #define ERROR(str) \ 48 ctxt->error = XML_REGEXP_COMPILE_ERROR; \ 242 int error; member in struct:_xmlAutomata 307 int status; /* execution status != 0 indicate an error */ 340 * error handling 342 int errStateNo; /* the error state number */ 343 xmlRegStatePtr errState; /* the error state */ 344 xmlChar *errString; /* the string raising the error */ 345 int *errCounts; /* counters at the error state */ 364 * Regexp memory error handler [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoEncoder.cpp | 55 #error "Cannot force DSI retrieval if codec type is not fixed" 87 ERROR 396 ALOGV("VideoEditorVideoEncoder_getDSI no error"); 398 ALOGV("VideoEditorVideoEncoder_getDSI ERROR 0x%X", err); 425 ALOGV("VideoEditorVideoEncoder_cleanup no error"); 427 ALOGV("VideoEditorVideoEncoder_cleanup ERROR 0x%X", err); 476 ALOGV("VideoEditorVideoEncoder_init no error"); 480 ALOGV("VideoEditorVideoEncoder_init ERROR 0x%X", err); 545 ALOGV("VideoEditorVideoEncoder_close no error"); 547 ALOGV("VideoEditorVideoEncoder_close ERROR 0x%X", err) [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothAdapter.java | 79 * Sentinel error value for this class. Guaranteed to not equal any other 81 * that require a sentinel error value, for example: 83 * BluetoothAdapter.ERROR)</code> 85 public static final int ERROR = Integer.MIN_VALUE; 158 * discoverability or an error has occurred. 187 * has rejected the request or an error has occurred. 484 * immediate error 515 * immediate error 543 * @return the Bluetooth name, or null on error 702 * @return true on success, false on error [all...] |
/frameworks/base/media/java/android/media/ |
AudioTrack.java | 105 // Error codes: 114 public static final int ERROR = -1; 330 loge("Error code "+initResult+" when initializing AudioTrack."); 656 * or {@link #ERROR} if the implementation was unable to query the hardware for its output 695 loge("getMinBufferSize(): error querying hardware"); 696 return AudioTrack.ERROR; 753 * @return error code or success, see {@link #SUCCESS}, 789 * @return error code or success, see {@link #SUCCESS}, {@link #ERROR_BAD_VALUE}, 806 * @return error code or success, see {@link #SUCCESS}, {@link #ERROR_BAD_VALUE}, 820 * @return error code or success, see {@link #SUCCESS}, {@link #ERROR_INVALID_OPERATION [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 170 * Unspecified error. 172 public static final int ERROR = -1; 377 Log.e(TAG, "Error code " + initResult 389 + " Error: " + initResult)); 686 status = ERROR; 717 status = ERROR; 751 status = ERROR; 785 status = ERROR; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
MovieControllerOverlay.java | 53 ERROR, 176 state = State.ERROR; 338 boolean error = errorView.getVisibility() == View.VISIBLE; 383 (state != State.LOADING && state != State.ERROR &&
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ClientData.java | 66 ERROR; 315 * @param message an optional (<code>null<code> ok) error message to be displayed. 341 * @param message an optional (<code>null<code> ok) error message to be displayed. 348 * @param message an optional (<code>null<code> ok) error message to be displayed.
|
/external/icu4c/test/intltest/ |
wbnf.cpp | 355 ;// error 784 enum TokenType {STRING, VAR, NUMBER, STREAM_END, ERROR, QUESTION, STAR, PLUS, LBRACE, RBRACE, LPAR, RPAR, SEMI, EQ, COMMA, BAR, AT, WAVE, PERCENT}; 806 tokenType = ERROR; 823 terminated(ERROR); 828 tokenType = ERROR; 846 if (tokenType != ERROR){ 860 } else {terminated(ERROR);} 875 terminated(ERROR); 930 tokenType = ERROR; [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 32 private final static int ERROR = 3; 862 case ERROR: [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 131 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ 134 /* same as ERROR, but also exits with status 1 */ 228 XERROR (errno, "error opening %s shared memory file\n", shared_mem); 240 "error size shared memory file %s.\n" 247 "error size shared memory file %s.\n" 253 # error "unexpected wordsize" 267 XERROR (errno, "error mmap shared memory file %s\n", shared_mem); 280 # error "unexpected wordsize" 471 ERROR(errno, "%s waitpid pid %d in waitstopped %d status 0x%x %s\n", 491 ERROR(errno, "waitstopped PTRACE_CONT\n") [all...] |
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 58 private static final int ERROR = 103; 322 sendMessage(obtainMessage(ERROR)); 387 case ERROR: { 526 public void error(int id, String description) { method in class:HTML5VideoViewProxy.PosterDownloader 530 public boolean handleSslErrorRequest(SslError error) {
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | 61 // Supplicant error codes: 63 * The error code if there was a problem authenticating. 128 * Wi-Fi is in an unknown state. This state will occur when an error happens while enabling 206 * Wi-Fi AP is in a failed state. This state will occur when an error occurs during 288 * error code if any [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pManager.java | 63 * Upon failure, the reason of failure can be one of {@link #ERROR}, {@link #P2P_UNSUPPORTED} 453 * Indicates that the operation failed due to an internal error. 455 public static final int ERROR = 0; 502 * {@link #ERROR} or {@link #BUSY} 654 * @param reason The reason for failure could be one of {@link #ERROR}, [all...] |
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 49 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR, 71 private static final int ERROR = 7; 88 private boolean mHasError; // True if any message is in an error state. 148 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv); 150 LogTag.error("get by threadId cache.replace failed on " + conv); 178 LogTag.error(TAG, "Conversation.get: new conv's recipients don't match input recpients " 185 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv); 187 LogTag.error("get by recipients cache.replace failed on " + conv); 219 LogTag.error("Invalid URI: " + uri); 282 LogTag.error(TAG, "Tried to add duplicate Conversation to Cache (from cursor): " [all...] |
/external/elfutils/src/ |
elflint.c | 35 #include <error.h> 108 /* Report an error. */ 109 #define ERROR(str, args...) \ 159 error (0, errno, gettext ("cannot open input file")); 166 ERROR (gettext ("cannot generate Elf descriptor: %s\n"), 185 ERROR (gettext ("error while closing Elf descriptor: %s\n"), 303 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"), 311 ERROR (gettext (" [all...] |
/frameworks/base/core/java/android/provider/ |
Telephony.java | 169 * Error code associated with sending or receiving this message 270 Uri uri, int folder, int error) { 301 values.put(ERROR_CODE, error); 506 * Set by BroadcastReceiver. Indicates a generic error while 537 * <p>If a BroadcastReceiver encounters an error while processing 557 * <p>If a BroadcastReceiver encounters an error while processing 579 * <p>If a BroadcastReceiver encounters an error while processing 606 * <p>If a BroadcastReceiver encounters an error while processing 626 * <p>If a BroadcastReceiver encounters an error while processing 646 * <p>If a BroadcastReceiver encounters an error while processin [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactLoader.java | 115 /** There was an error loading the contact */ 116 ERROR, 158 * Constructor for special results, namely "no contact found" and "error". 161 if (status == Status.ERROR && exception == null) { 162 throw new IllegalArgumentException("ERROR result must have exception"); 191 return new Result(requestedUri, Status.ERROR, exception); 339 return mStatus == Status.ERROR; 771 Log.e(TAG, "Error loading the contact: " + mLookupUri, e); [all...] |
/packages/apps/Email/src/com/android/mail/providers/ |
UIProvider.java | 65 // The sync wasn't completed due to a connection error 67 // The sync wasn't completed due to an authentication error 69 // The sync wasn't completed due to a security error 73 // The sync wasn't completed due to an internal error/exception [all...] |