HomeSort by relevance Sort by last modified time
    Searched defs:ERROR (Results 176 - 200 of 1355) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/honggfuzz/libcommon/
log.h 31 enum llevel_t { FATAL = 0, ERROR, WARNING, INFO, DEBUG, HELP, HELP_BOLD };
51 if (log_level >= ERROR) { \
52 logLog(ERROR, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
72 if (log_level >= ERROR) { \
73 logLog(ERROR, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
  /external/iputils/
tftp.h 50 #define ERROR 05 /* error code */
56 short tu_code; /* error code */
59 char th_data[1]; /* data or error string */
68 * Error codes.
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress05.c 59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \
63 ERROR("munmap failed"); \
66 ERROR("munmap failed"); \
69 ERROR("munmap failed"); \
72 ERROR("couldn't clean up temp file"); \
75 #define CERROR(M) CLEAN; ERROR(M)
79 ERROR("couldn't catch signal " #SIG); \
96 * Don't check error codes - we could be signaled before the file is
122 ERROR("couldn't round up brk");
126 ERROR("couldn't allocate output buffer")
    [all...]
mmapstress07.c 45 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", \
51 ERROR(M)
55 ERROR("couldn't catch signal " #SIG); \
78 * Don't check error codes - we could be signaled before the file is
146 ERROR("sigemptyset failed");
157 ERROR("couldn't reopen rofd for reading");
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 31 #define ERROR(x...) printf("hgl:state_tracker: " x)
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.cpp 41 #define ERROR(x...) printf("GalliumContext: " x)
87 ERROR("%s: Couldn't allocate sw_winsys!\n", __func__);
94 ERROR("%s: Couldn't create screen!\n", __FUNCTION__);
102 ERROR("%s: Using %s driver.\n", __func__, driverName);
116 ERROR("%s: Couldn't create pipe context!\n", __FUNCTION__);
131 ERROR("%s: Couldn't obtain Mesa state tracker API!\n", __func__);
146 ERROR("%s: Problem allocating framebuffer!\n", __func__);
167 ERROR("%s: Couldn't create mesa state tracker context!\n",
171 ERROR("%s: State tracker error: SUCCESS?\n", __func__)
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/hgl/
hgl_sw_winsys.c 51 #define ERROR(x...) printf("hgl:winsys: " x)
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 31 ERROR = "error"
90 "Show an error message"
91 return _show(title, message, ERROR, OK, **options)
129 print "error", showerror("Spam", "Egg Alert")
  /external/python/cpython3/Lib/tkinter/
messagebox.py 31 ERROR = "error"
90 "Show an error message"
91 return _show(title, message, ERROR, OK, **options)
129 print("error", showerror("Spam", "Egg Alert"))
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Level.java 30 <code>OFF</code>, <code>FATAL</code>, <code>ERROR</code>,
57 The <code>FATAL</code> level designates very severe error
63 The <code>ERROR</code> level designates error events that
65 final static public Level ERROR = new Level(ERROR_INT, "ERROR", 3);
140 return Level.ERROR;
171 if (s.equals("ERROR"))
172 return Level.ERROR;
Priority.java 49 * @deprecated Use {@link Level#ERROR} instead.
51 final static public Priority ERROR = new Level(ERROR_INT, "ERROR", 3);
126 return new Priority[] { Priority.FATAL, Priority.ERROR, Level.WARN, Priority.INFO, Priority.DEBUG };
  /external/syslinux/com32/gpllib/zzjson/
zzjson_create.c 12 #define ERROR(x...)
14 #define ERROR(x...) config->error(config->ehandle, ##x)
16 #define MEMERROR() ERROR("out of memory")
  /external/tensorflow/tensorflow/core/platform/windows/
env.cc 25 #undef ERROR
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
logging.h 48 const int ERROR = 2; // base_logging::ERROR;
84 ::tensorflow::internal::LogMessage(__FILE__, __LINE__, tensorflow::ERROR)
  /external/tensorflow/tensorflow/python/training/
tensorboard_logging.py 41 ERROR = 'ERROR'
62 ERROR: event_pb2.LogMessage.ERROR,
71 ERROR: logging.ERROR,
108 """Makes all subsequent log invocations error.
126 tensorboard_logging.{DEBUG, INFO, WARN, ERROR, FATAL}.
162 def error(message, *args): function
163 log(ERROR, message, *args
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
XMLConstants.java 18 /** the error element */
19 String ERROR = "error";
48 /** type attribute for failure and error elements */
  /frameworks/av/media/libstagefright/include/media/stagefright/
SimpleDecodingSource.h 89 ERROR,
  /frameworks/base/core/java/com/android/internal/widget/
VerifyCredentialResponse.java 35 public static final VerifyCredentialResponse ERROR
147 response = VerifyCredentialResponse.ERROR;
152 response = VerifyCredentialResponse.ERROR;
  /frameworks/base/libs/androidfw/
Idmap.cpp 27 #ifdef ERROR
28 #undef ERROR
74 LOG(ERROR) << "Idmap header is not word aligned.";
79 LOG(ERROR) << "Idmap header is too small.";
85 LOG(ERROR) << StringPrintf("Invalid Idmap file: bad magic value (was 0x%08x, expected 0x%08x)",
93 LOG(ERROR) << StringPrintf("Version mismatch in Idmap (was 0x%08x, expected 0x%08x)",
99 LOG(ERROR) << StringPrintf("Target package ID in Idmap is invalid: 0x%02x",
105 LOG(ERROR) << StringPrintf("Idmap has too many type mappings (was %d, max 255)",
135 LOG(ERROR) << "Type mapping in Idmap is not word aligned";
142 LOG(ERROR) << StringPrintf("Invalid type map (0x%02x -> 0x%02x)"
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateErrors.java 28 ERROR,
31 // Error occurs in the states below?
  /frameworks/base/services/backup/java/com/android/server/backup/transport/
TransportUtils.java 41 log(Priority.ERROR, TAG, "Transport not available");
77 int ERROR = Log.ERROR;
  /frameworks/base/tools/aapt/
SourcePos.cpp 16 ERROR
21 String8 error; member in struct:ErrorPos
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
42 error(that.error),
50 error(e),
60 this->error = rhs.error;
76 case ERROR:
77 type = "error: "
114 SourcePos::error(const char* fmt, ...) const function in class:SourcePos
    [all...]
  /frameworks/multidex/library/test/src/android/util/
Log.java 51 public static final int ERROR = 6;
156 * Send an {@link #ERROR} log message.
162 return println(LOG_ID_MAIN, ERROR, tag, msg);
166 * Send a {@link #ERROR} log message and log the exception.
173 return println(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
185 // This is to reduce the amount of log spew that apps do in the non-error
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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.
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
tkMessageBox.py 31 ERROR = "error"
90 "Show an error message"
91 return _show(title, message, ERROR, OK, **options)
129 print "error", showerror("Spam", "Egg Alert")

Completed in 917 milliseconds

1 2 3 4 5 6 78 91011>>