HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h 47 #define ERROR 05 /* error code */
53 short tu_code; /* error code */
56 char th_data[1]; /* data or error string */
65 * Error codes.
ftp.h 44 #define ERROR 5 /* permanent negative completion */
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 37 static final LayoutAnalysis ERROR = new LayoutAnalysis("");
39 ERROR.mAnalyzed = false;
40 ERROR.addIssue("The layout could not be analyzed. Check if you specified a valid "
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 174 #undef ERROR
  /frameworks/base/core/java/android/util/
Log.java 31 * ERROR, WARN, INFO, DEBUG, VERBOSE. Verbose should never be compiled
33 * in but stripped at runtime. Error, warning and info logs are always kept.
77 public static final int ERROR = 6;
200 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
224 * Send an {@link #ERROR} log message.
230 return println_native(LOG_ID_MAIN, ERROR, tag, msg);
234 * Send a {@link #ERROR} log message and log the exception.
241 return println_native(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
246 * The error will always be logged at level ASSERT with the call stack.
249 * immediately with an error dialog
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateErrors.java 32 ERROR,
35 // Error occurs in the states below?
  /build/tools/apicheck/src/com/android/apicheck/
Errors.java 50 public static void error(Error error, SourcePositionInfo where, String text) { method in class:Errors
51 if (error.level == HIDDEN) {
55 String which = (!warningsAreErrors && error.level == WARNING) ? " warning " : " error ";
56 String message = which + error.code + ": " + text;
64 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING))
    [all...]
  /build/tools/droiddoc/src/
Errors.java 51 public static void error(Error error, SourcePositionInfo where, String text) { method in class:Errors
52 if (error.level == HIDDEN) {
56 int level = (!warningsAreErrors && error.level == WARNING) ? WARNING : ERROR;
57 String which = level == WARNING ? " warning " : " error ";
58 String message = which + error.code + ": " + text;
66 if (error.level == ERROR || (warningsAreErrors && error.level == WARNING))
    [all...]
  /external/qemu/
json-lexer.c 30 #undef ERROR
33 ERROR = 0,
152 ['0' ... '9'] = ERROR,
307 case ERROR:
  /frameworks/ex/common/java/com/android/common/speech/
LoggingEvents.java 109 public static final int ERROR = 13;
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 58 #define ERROR 1
bcmsdspi.h 48 #undef ERROR
49 #define ERROR 1
bcmspibrcm.h 37 #undef ERROR
38 #define ERROR 1
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 158 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
159 #undef ERROR
196 #ifdef ERROR /* Definition of ERROR in wingdi.h clashes with gt.h */
197 #undef ERROR
  /libcore/luni/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...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Log.java 39 ERROR(6, "error", 'E'), //$NON-NLS-1$
198 * Outputs a {@link LogLevel#ERROR} level message.
203 println(LogLevel.ERROR, tag, message);
220 * Outputs a {@link LogLevel#ERROR} level {@link Throwable} information.
230 println(LogLevel.ERROR, tag, throwable.getMessage() + '\n' + sw.toString());
  /system/extras/tests/bionic/libc/common/
test_pthread_mutex.c 61 error(int errcode, const char* func, const char* format, ...) function
68 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__)
99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
  /external/chromium/googleurl/base/
logging.h 24 // Therefore, it can be beneficial to display the error dialog in a separate
26 // a fatal error dialog box, it will look for a program called
33 // MessageBox(NULL, GetCommandLineW(), L"Fatal Error", 0);
75 // are (in increasing order of severity) INFO, WARNING, ERROR, and FATAL.
78 // debug mode, ERROR in normal mode.
151 // LOG_DFATAL_LEVEL is LOG_FATAL in debug mode, ERROR in normal mode
172 // wingdi.h defines ERROR to be 0. When we call LOG(ERROR), it gets
175 // as COMPACT_GOOGLE_LOG_ERROR, and also define ERROR the same way that
177 #define ERROR
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 194 string* error) const {
261 // with error code 127 and no explanation message. Presumably the problem
283 GOOGLE_LOG(ERROR)
665 // Test that --disallow_services produces an error when there are services.
904 // Test that we get an error if no inputs are given.
936 // MockCodeGenerator no longer detects an error because we actually write to
939 // ExpectErrorSubstring("MockCodeGenerator detected write error.");
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 85 ERROR,
229 * WebKitDownload::error:
234 * Indicates an error in the download.
238 webkit_download_signals[ERROR] = g_signal_new("error",
431 GError* error = NULL; local
434 priv->outputStream = g_file_append_to(file, G_FILE_CREATE_NONE, NULL, &error);
436 priv->outputStream = g_file_replace(file, NULL, TRUE, G_FILE_CREATE_NONE, NULL, &error);
440 if (error) {
442 g_signal_emit_by_name(download, "error", 0, WEBKIT_DOWNLOAD_ERROR_DESTINATION, error->message, &handled)
673 GError* error = NULL; local
838 GError* error = NULL; local
    [all...]
  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 57 private static int ERROR = -1;
83 if (mState != ERROR && mMediaPlayer.isPlaying()) {
88 mState = ERROR;
112 mState = ERROR;
182 if ((mState == ERROR || mState == IDLE) && mUrl != null) {
212 mState = ERROR;
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 88 // Error codes:
94 * Unspecified error.
96 public static final int ERROR = -1;
177 Log.e(TAG, "Error code "+result+" when initializing Visualizer.");
182 throw (new RuntimeException("Cannot initialize Visualizer engine, error: "
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 53 private static final String ERROR = "error";
184 TestFailure error = errors.get(testId); local
187 if (error != null) {
188 testId.printFailure(serializer, ERROR, error.thrownException());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ps2esdi.h 83 #define ERROR 1

Completed in 534 milliseconds

12 3 4 5