| /device/generic/vulkan-cereal/fake-android-guest/log/ |
| D | log_system.h | 64 #define SLOGV_IF(cond, ...) ((void)0) argument 66 #define SLOGV_IF(cond, ...) \ argument 84 #define SLOGD_IF(cond, ...) \ argument 101 #define SLOGI_IF(cond, ...) \ argument 118 #define SLOGW_IF(cond, ...) \ argument 135 #define SLOGE_IF(cond, ...) \ argument
|
| D | log_radio.h | 66 #define RLOGV_IF(cond, ...) ((void)0) argument 68 #define RLOGV_IF(cond, ...) \ argument 86 #define RLOGD_IF(cond, ...) \ argument 103 #define RLOGI_IF(cond, ...) \ argument 120 #define RLOGW_IF(cond, ...) \ argument 137 #define RLOGE_IF(cond, ...) \ argument
|
| D | log_main.h | 65 #define android_vprintLog(prio, cond, tag, ...) \ argument 100 #define android_printAssert(cond, tag, ...) \ argument 112 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument 131 #define LOG_FATAL_IF(cond, ...) ((void)0) argument 153 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument 191 #define ALOGV_IF(cond, ...) ((void)0) argument 207 #define ALOGD_IF(cond, ...) \ argument 220 #define ALOGI_IF(cond, ...) \ argument 233 #define ALOGW_IF(cond, ...) \ argument 246 #define ALOGE_IF(cond, ...) \ argument
|
| /device/linaro/hikey/hifi/xaf/host-apf/include/ |
| D | xf-debug.h | 147 #define BUG(cond, fmt, ...) \ argument 162 #define BUG(cond, fmt, ...) (void)0 argument 170 #define XF_CHK_API(cond) \ argument 183 #define XF_CHK_ERR(cond, error) \ argument
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
| D | xf-debug.h | 170 #define BUG(cond, fmt, ...) \ argument 185 #define BUG(cond, fmt, ...) (void)0 argument 193 #define XF_CHK_API(cond) \ argument 206 #define XF_CHK_ERR(cond, error) \ argument
|
| /device/google/bonito/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/sunfish/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/coral/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/crosshatch/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/google/redbull/json-c/ |
| D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument
|
| /device/generic/goldfish-opengl/fuchsia/include/cutils/ |
| D | log.h | 46 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 50 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
|
| /device/google/cuttlefish/common/libs/confui/ |
| D | utils.h | 51 #define ConfUiCheck(cond) CHECK(cond) << "ConfUI: " argument
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | Log.cpp | 34 EXPORT void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
|
| /device/google/cuttlefish/guest/hals/ril/reference-libril/ |
| D | rilSocketQueue.h | 51 pthread_cond_t cond; variable
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | SyncThread.h | 66 android::base::ConditionVariable* cond = nullptr; member
|
| D | SyncThread.cpp | 159 android::base::ConditionVariable cond; in sendAndWaitForResult() local
|
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ |
| D | C2GoldfishVpxDec.h | 82 Condition cond; member
|
| /device/generic/vulkan-cereal/third-party/angle/include/platform/ |
| D | Feature.h | 16 #define ANGLE_FEATURE_CONDITION(set, feature, cond) \ argument
|
| /device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
| D | xa-class-base.h | 151 #define XA_CHK(cond) \ argument
|
| /device/generic/vulkan-cereal/third-party/angle/util/android/third_party/ |
| D | android_native_app_glue.h | 168 pthread_cond_t cond; member
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/ |
| D | codegen.py | 213 def beginIf(self, cond): argument 217 def beginElse(self, cond = None): argument 251 def beginWhile(self, cond): argument
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | ValidateLimitations.cpp | 265 TIntermNode *cond = node->getCondition(); in validateForLoopCond() local
|
| D | IntermNode.cpp | 1353 TIntermTernary::TIntermTernary(TIntermTyped *cond, in TIntermTernary() 1370 TIntermTyped *cond, in TIntermLoop() 1392 TIntermIfElse::TIntermIfElse(TIntermTyped *cond, TIntermBlock *trueB, TIntermBlock *falseB) in TIntermIfElse() 1427 TQualifier TIntermTernary::DetermineQualifier(TIntermTyped *cond, in DetermineQualifier()
|
| D | ParseContext.cpp | 2161 TIntermNode *cond, in addLoop() 2224 TIntermNode *TParseContext::addIfElse(TIntermTyped *cond, in addIfElse() 6231 TIntermTyped *TParseContext::addTernarySelection(TIntermTyped *cond, in addTernarySelection()
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/ |
| D | RemoveDynamicIndexing.cpp | 223 TIntermBinary *cond = in GetIndexFunctionDefinition() local
|