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

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/plat-irix5/
CD.py 5 ERROR = 0
  /external/python/cpython2/Lib/plat-irix6/
CD.py 5 ERROR = 0
  /frameworks/base/libs/androidfw/
Util.cpp 25 #ifdef ERROR
26 #undef ERROR
  /system/core/adb/
line_printer.h 29 enum LineType { INFO, WARNING, ERROR };
32 /// WARNING and ERROR appear on a line to themselves.
  /tools/tradefederation/core/src/com/android/tradefed/util/
UpdaterEventType.java 29 // error found in logcat output
30 ERROR,
31 // error found in logcat output, but doesn't necessarily indicate OTA failure. Should retry.
  /art/tools/dexfuzz/src/dexfuzz/
Log.java 23 private static LogTag threshold = LogTag.ERROR;
32 ERROR,
41 return (threshold.ordinal() < LogTag.ERROR.ordinal());
56 public static void error(String msg) { method in class:Log
57 log(LogTag.ERROR, msg);
71 * Reports error and then terminates the program.
74 error(msg);
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
debug.h 48 # define ERROR(...) tf_log(LOG_MARKER_ERROR __VA_ARGS__)
50 # define ERROR(...)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress02.c 42 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \
44 #define CLEANERROR(M) (void)unlink(tmpname); ERROR(M)
47 ERROR("couldn't catch signal " #SIG); \
71 * Don't check error codes - we could be signaled before the file is
99 ERROR("mkstemp failed");
105 ERROR("sigemptyset failed");
167 ERROR("unlink failed");
mmapstress03.c 63 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", TCID, \
76 ERROR("initial sbrk failed");
82 ERROR("couldn't round up brk to a page boundary");
89 ERROR("couldn't brk large space for segments");
93 ERROR("couldn't find top of brk");
101 ERROR("failed to munmap odd hole in brk segment");
108 ERROR("do_test should leave the top of brk where it began");
115 ERROR("couldn't brk back over holes");
119 ERROR("couldn't find top of break again");
127 ERROR("failed to munmap even hole in brk segment")
    [all...]
mmapstress06.c 59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \
80 ERROR("couldn't round up brk");
84 ERROR("couldn't find top of brk");
92 ERROR("large mmap failed");
mmapstress08.c 59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", argv[0], \
73 ERROR("couldn't round up brk to a page boundary");
80 ERROR("couldn't find top of brk");
90 ERROR("mmap failed");
98 ERROR("munmap failed");
  /external/python/cpython2/Lib/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable
  /external/python/cpython3/Lib/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
31 # emulate backslashreplace error handler
49 def error(self, msg, *args): member in class:Log
50 self._log(ERROR, msg, args)
60 error = _global_log.error variable
  /external/tensorflow/tensorflow/core/platform/windows/
net.cc 25 #include "tensorflow/core/platform/windows/error.h"
27 #undef ERROR
47 LOG(ERROR) << "socket() failed: "
57 LOG(ERROR) << "setsockopt() failed: "
105 LOG(ERROR) << "Error at WSAStartup()";
  /external/vogar/src/vogar/
XmlReportConstants.java 23 public static final String ERROR = "error";
  /frameworks/base/core/java/android/webkit/
ConsoleMessage.java 22 * <code>console.log('...')</code>) or a JavaScript error on the page. To receive notifications
33 ERROR,
  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 25 #ifdef ERROR
26 #undef ERROR
71 // The caller should check if there was an error during chunk validation
82 // LOG(ERROR) << iter.GetLastError();
97 // Returns whether there was an error and processing should stop
100 // Returns whether there was an error and processing should stop. For legacy purposes,
109 // Returns false if there was an error.
111 // Returns false if there was an error. For legacy purposes.
  /frameworks/base/services/core/jni/BroadcastRadio/
types.h 33 ERROR = -0x80000000ll, // Integer.MIN_VALUE
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
PlayStatus.java 32 static final byte ERROR = -1;
74 return PlayStatus.ERROR;
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 31 /* Request failed due to an unspecified error */
32 ERROR = -1,
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 9 ERROR = 4
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
45 def error(self, msg, *args): member in class:Log
46 self._log(ERROR, msg, args)
56 error = _global_log.error variable

Completed in 550 milliseconds

12 3 4 5 6 7 8 91011>>