Home
last modified time | relevance | path

Searched defs:CONDITION (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/rsov/compiler/unit_tests/
DTestRunner.h92 #define CHECK(CONDITION) \ argument
/frameworks/ex/framesequence/jni/utils/
Dlog.h63 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dlogging.h148 #define GOOGLE_LOG_IF(LEVEL, CONDITION) \ argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dgenerated_message_reflection.cc139 #define USAGE_CHECK(CONDITION, METHOD, ERROR_DESCRIPTION) \ argument