Searched defs:ERR (Results 1 - 25 of 53) sorted by relevance

123

/external/kmod/tools/
H A Dlog.h31 #define ERR(...) log_printf(LOG_ERR, __VA_ARGS__) macro
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestLog.java38 public static final int ERR = 2; field in interface:TestLog
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestLog.java37 public static final int ERR = 2; field in interface:TestLog
/external/selinux/libsemanage/src/
H A Ddebug.h50 #define ERR(handle, ...) \ macro
/external/selinux/libsepol/src/
H A Ddebug.h50 #define ERR(handle, ...) \ macro
/external/swiftshader/src/Common/
H A DDebugAndroid.hpp55 #define ERR(format, ...) \ macro
/external/swiftshader/src/OpenGL/common/
H A Ddebug.h52 #define ERR(message, ...) (void(0)) macro
54 #define ERR(message, ...) do {es::trace("err: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__VA_ARGS__); assert(false);} while(false)
62 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
84 ERR("\t! Unreachable case reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value); \
88 #define UNREACHABLE(value) ERR("\t! Unreachable reached: %s(%d). %s: %d\n", __FUNCTION__, __LINE__, #value, value)
/external/kmod/testsuite/
H A Dtest-blacklist.c35 #undef ERR macro
63 ERR("Could not filter: %s\n", strerror(-err));
67 ERR("All modules were filtered out!\n");
H A Dtest-list.c24 #undef ERR macro
H A Dtestsuite.h122 #define ERR(fmt, ...) _LOG("ERR: ", fmt, ## __VA_ARGS__) macro
127 ERR("Failed assertion: " #expr " %s:%d %s\n", \
H A Dinit_module.c48 #undef ERR macro
/external/ltp/testcases/kernel/io/disktest/
H A Dsfunc.h110 START, END, STAT, INFO, DBUG, WARN, ERR enumerator in enum:lvl
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DSolaris.h37 #undef ERR macro
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreams.java51 ERR { enum constant in enum:InterceptOutputStreams.Stream
/external/dtc/tests/
H A Dtests.h49 #define ERR "ERR: " macro
50 #define ERROR(fmt, args...) fprintf(stderr, ERR fmt, ## args)
/external/jemalloc/test/unit/
H A Dutil.c76 #define ERR(e) e, #e macro
80 {"0", "0", -1, ERR(EINVAL), UINTMAX_MAX},
81 {"0", "0", 1, ERR(EINVAL), UINTMAX_MAX},
82 {"0", "0", 37, ERR(EINVAL), UINTMAX_MAX},
84 {"", "", 0, ERR(EINVAL), UINTMAX_MAX},
85 {"+", "+", 0, ERR(EINVAL), UINTMAX_MAX},
86 {"++3", "++3", 0, ERR(EINVAL), UINTMAX_MAX},
87 {"-", "-", 0, ERR(EINVAL), UINTMAX_MAX},
89 {"42", "", 0, ERR(0), KUMAX(42)},
90 {"+42", "", 0, ERR(
132 #undef ERR macro
[all...]
/external/llvm/include/llvm/Support/
H A DSolaris.h46 #undef ERR macro
/external/ltp/testcases/lib/
H A Dtst_kvcmp.c34 ERR, enumerator in enum:op
63 return ERR;
122 enum op prev_op = ERR;
146 if (ret != -1 && prev_op == ERR) {
171 case ERR:
202 case ERR:
207 prev_op = ERR;
211 prev_op = ERR;
218 if (prev_op != ERR) {
/external/ltp/testcases/misc/math/atof/
H A Datof01.c50 #define ERR 0.0000001 macro
96 if (x > ERR) {
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_debug.h34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) macro
132 ERR(x); \
/external/kmod/libkmod/
H A Dlibkmod-internal.h29 # define ERR(ctx, arg...) kmod_log_cond(ctx, LOG_ERR, ## arg) macro
33 # define ERR(ctx, arg...) kmod_log_null(ctx, ## arg) macro
/external/python/cpython2/Modules/
H A Dgetaddrinfo.c199 #define ERR(err) { error = (err); goto bad; } macro
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE);
373 ERR(EAI_PROTOCOL); /*xxx*/
410 ERR(EAI_FAMIL
[all...]
/external/python/cpython3/Modules/
H A Dgetaddrinfo.c199 #define ERR(err) { error = (err); goto bad; } macro
282 ERR(EAI_BADHINTS); /* xxx */
284 ERR(EAI_BADFLAGS);
293 ERR(EAI_FAMILY);
317 ERR(EAI_BADHINTS); /*xxx*/
323 ERR(EAI_BADHINTS); /*xxx*/
327 ERR(EAI_SOCKTYPE);
363 ERR(EAI_SERVICE);
373 ERR(EAI_PROTOCOL); /*xxx*/
410 ERR(EAI_FAMIL
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DVTimeZone.java527 private static final int ERR = 3; // Error state field in class:VTimeZone
583 state = ERR;
597 state = ERR;
617 state = ERR;
633 state = ERR;
643 state = ERR;
715 state = ERR;
724 if (state == ERR) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java558 private static final int ERR = 3; // Error state field in class:VTimeZone
614 state = ERR;
628 state = ERR;
648 state = ERR;
664 state = ERR;
674 state = ERR;
746 state = ERR;
755 if (state == ERR) {

Completed in 772 milliseconds

123