Searched defs:ERROR (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium-trace/catapult/devil/devil/constants/
H A Dexit_codes.py7 ERROR = 1 variable
/external/libmojo/third_party/catapult/devil/devil/constants/
H A Dexit_codes.py7 ERROR = 1 variable
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs.h26 #define ERROR(s, args...) pr_err("SQUASHFS error: "s, ## args) macro
/external/valgrind/coregrind/
H A Dvgdb.h58 #define ERROR(errno, ...) ((errno == 0 ? 0 : perror("syscall failed")), \ macro
61 /* same as ERROR, but also exits with status 1 */
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DValidationType.java26 ERROR, enum constant in enum:ValidationType
32 case ERROR:
33 return Optional.of(Diagnostic.Kind.ERROR);
/external/libtextclassifier/util/base/
H A Dlogging_levels.h25 ERROR, enumerator in enum:libtextclassifier::logging::LogSeverity
/external/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h37 #undef ERROR macro
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h66 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
67 #undef ERROR // defend against promiscuous windows.h macro
68 static const LogLevel ERROR = LOGLEVEL_ERROR; member in namespace:google::protobuf
71 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
75 // const vector<string>& warnings = log.GetMessages(ERROR);
/external/squashfs-tools/squashfs-tools/
H A Derror.h48 #define ERROR(s, args...) \ macro
78 progressbar_error("FATAL ERROR:" s, ##args); \
86 progressbar_error("FATAL ERROR: Out of memory (%s)\n", \
/external/vogar/src/vogar/
H A DResult.java32 ERROR, enum constant in enum:Result
H A DXmlReportConstants.java23 public static final String ERROR = "error"; field in class:XmlReportConstants
/external/autotest/client/tests/monotonic_time/src/
H A Dlogging.h23 #define ERROR(err, fmt, args...) msg(MSG_ERROR, err, fmt, ##args) macro
/external/clang/test/CodeGenCXX/
H A Darm-swiftcall.cpp8 #define ERROR __attribute__((swift_error_result)) macro
/external/markdown/markdown/
H A Dcommandline.py12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dsquashfs.h33 #define ERROR(s, args...) printk(KERN_ERR "SQUASHFS error: "s, ## args) macro
/external/toolchain-utils/bestflags/
H A Dpipeline_process_test.py18 ERROR = -334 variable
36 result_queue.put(ERROR)
81 self.assertNotEqual(task, ERROR)
/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress06.c59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \ macro
80 ERROR("couldn't round up brk");
84 ERROR("couldn't find top of brk");
92 ERROR("large mmap failed");
H A Dmmapstress08.c59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", argv[0], \ macro
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");
H A Dmmapstress02.c42 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \ macro
44 #define CLEANERROR(M) (void)unlink(tmpname); ERROR(M)
47 ERROR("couldn't catch signal " #SIG); \
99 ERROR("mkstemp failed");
105 ERROR("sigemptyset failed");
167 ERROR("unlink failed");
H A Dmmapstress03.c64 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d: " M "\n", progname, \ macro
88 ERROR("initial sbrk failed");
94 ERROR("couldn't round up brk to a page boundary");
101 ERROR("couldn't brk large space for segments");
105 ERROR("couldn't find top of brk");
113 ERROR("failed to munmap odd hole in brk segment");
120 ERROR("do_test should leave the top of brk where it began");
127 ERROR("couldn't brk back over holes");
131 ERROR("couldn't find top of break again");
139 ERROR("faile
[all...]
H A Dmmapstress05.c59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \ macro
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); \
122 ERROR("couldn't round up brk");
126 ERROR("couldn't allocate output buffer");
130 ERROR("could
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
H A DKMeansPlusPlusClusterer.java51 ERROR enum constant in enum:KMeansPlusPlusClusterer.EmptyClusterStrategy
/external/dtc/tests/
H A Dtests.h50 #define ERROR(fmt, args...) fprintf(stderr, ERR fmt, ## args) macro
/external/google-breakpad/src/processor/
H A Dlogging.h34 // severity may be INFO, ERROR, or other values defined in this file.
89 #ifdef ERROR
90 #undef ERROR macro
/external/iputils/
H A Dtftp.h50 #define ERROR 05 /* error code */ macro

Completed in 1235 milliseconds

123456