Home
last modified time | relevance | path

Searched defs:WARN (Results 1 – 23 of 23) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerExtFunctionsWeak.cpp23 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ argument
42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() argument
DFuzzerExtFunctionsWeakAlias.cpp21 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ argument
46 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() argument
DFuzzerExtFunctions.h26 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ argument
DFuzzerExtFunctionsDlsym.cpp42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \ in ExternalFunctions() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestLog.java37 public static final int WARN = 1; field
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestLog.java36 public static final int WARN = 1; field
/third_party/selinux/libsepol/src/
Ddebug.h57 #define WARN(handle, ...) \ macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hilog.js23 WARN: 5, property
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h38 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__) macro
48 #define WARN(fmt, ...) do {} while(0) macro
/third_party/python/Python/
Dstructmember.c98 #define WARN(msg) \ macro
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp68 #define WARN(message, ...) sw::warn("%s:%d WARNING: " message "\n", __FILE__, __LINE__, ##__VA_ARGS… macro
/third_party/python/Lib/distutils/
Dlog.py8 WARN = 3 variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp70 #define WARN(message, ...) rr::warn("%s:%d WARNING: " message "\n", __FILE__, __LINE__, ##__VA_ARGS… macro
/third_party/astc-encoder/Test/testlib/
Dresultset.py47 WARN = 2 variable in Result
/third_party/ltp/scripts/
Dcheckpatch.pl2412 sub WARN { subroutine
/third_party/mesa3d/src/intel/tools/
Di965_gram.y51 WARN, enumerator
/third_party/nghttp2/src/
Dshrpx_log.h91 enum SeverityLevel { INFO, NOTICE, WARN, ERROR, FATAL }; enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Ddebug.h259 #define WARN() ANGLE_LOG(WARN) macro
/third_party/ltp/metadata/
Dmetaparse.c26 #define WARN(str) fprintf(stderr, "WARNING: " str "\n") macro
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
Dfeature_support_util.cpp36 # define WARN(...) __android_log_print(ANDROID_LOG_WARN, "ANGLE", __VA_ARGS__) macro
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h40 #define WARN(args...) _debug_printf("WARNING: " args) macro
/third_party/python/Lib/logging/
D__init__.py95 WARN = WARNING variable
/third_party/libabigail/tests/lib/
Dcatch.hpp17704 #define WARN( msg ) INTERNAL_CATCH_MSG( "WARN", Catch::ResultWas::Warning, Catch::ResultDisposition… macro
17897 #define WARN( msg ) (void)(0) macro