Home
last modified time | relevance | path

Searched defs:ERR (Results 1 – 25 of 102) sorted by relevance

12345

/external/deqp/framework/opengl/
DgluDefs.hpp29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument
30 #define GLU_CHECK_ERROR(ERR) GLU_EXPECT_NO_ERROR(ERR, nullptr) argument
33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) \ argument
/external/skia/src/ports/
DSkFontHost_FreeType_common.h27 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
31 #define SK_TRACEFTR(ERR, ...) do { sk_ignore_unused_variable(ERR); } while (false) argument
/external/mdnsresponder/mDNSShared/
DDebugServices.h617 #define check_noerr( ERR ) \ argument
630 #define check_noerr( ERR ) argument
652 #define check_noerr_string( ERR, STR ) \ argument
665 #define check_noerr_string( ERR, STR ) argument
813 #define require_noerr( ERR, LABEL ) \ argument
844 #define require_noerr_string( ERR, LABEL, STR ) \ argument
875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \ argument
905 #define require_noerr_quiet( ERR, LABEL ) \ argument
931 #define require_noerr_action( ERR, LABEL, ACTION ) \ argument
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \ argument
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestLog.java38 public static final int ERR = 2; field
/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/test/
DTestLog.java37 public static final int ERR = 2; field
/external/pigweed/pw_log/public/pw_log/
Dshorter.h31 #define ERR PW_LOG_ERROR macro
/external/chromium-trace/catapult/systrace/atrace_helper/jni/
Dlogging.h14 #define CHECK_ARGS(COND, ERR) \ argument
/external/kmod/tools/
Dlog.h31 #define ERR(...) log_printf(LOG_ERR, __VA_ARGS__) macro
/external/rust/crabbyavif/c_api_tests/
Dtestutil.h31 #define AVIF_CHECKERR(A, ERR) \ argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdfix/
DSqrtTest.h46 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DISqrtTest.h51 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DExpTest.h37 constexpr double ERR = 3.0 * static_cast<double>(eps); in test_range_with_step() local
/external/selinux/libsepol/src/
Ddebug.h49 #define ERR(handle, ...) \ macro
/external/llvm-libc/test/src/stdfix/
DSqrtTest.h46 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DISqrtTest.h51 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DExpTest.h37 constexpr double ERR = 3.0 * static_cast<double>(eps); in test_range_with_step() local
/external/selinux/libsemanage/src/
Ddebug.h49 #define ERR(handle, ...) \ macro
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdfix/
DSqrtTest.h46 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DISqrtTest.h51 constexpr double ERR = 3.0 * static_cast<double>(eps); in testSpecialNumbers() local
DExpTest.h37 constexpr double ERR = 3.0 * static_cast<double>(eps); in test_range_with_step() local
/external/arm-optimized-routines/string/test/
Dstringtest.h14 #define ERR(...) (err_count++, printf (__VA_ARGS__)) macro
/external/python/cpython3/Lib/_pyrepl/
D_minimal_curses.py43 ERR = -1 variable
/external/cldr/tools/cldr-code/src/main/java/com/ibm/icu/dev/test/
DTestLog.java28 public static final int ERR = 2; field
/external/python/cpython3/Tools/buildbot/
Dtest.bat33 set ERR=%ERRORLEVEL% variable
/external/vogar/test/vogar/testing/
DInterceptOutputStreams.java51 ERR { enumConstant

12345