Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 31) sorted by relevance

12

/device/generic/vulkan-cereal/fake-android-guest/log/
Dlog_system.h64 #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
Dlog_radio.h66 #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
Dlog_main.h65 #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/
Dxf-debug.h147 #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/
Dxf-debug.h170 #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/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/sunfish/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/coral/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/crosshatch/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/redbull/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h46 #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/
Dutils.h51 #define ConfUiCheck(cond) CHECK(cond) << "ConfUI: " argument
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DLog.cpp34 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/
DrilSocketQueue.h51 pthread_cond_t cond; variable
/device/generic/vulkan-cereal/stream-servers/
DSyncThread.h66 android::base::ConditionVariable* cond = nullptr; member
DSyncThread.cpp159 android::base::ConditionVariable cond; in sendAndWaitForResult() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.h82 Condition cond; member
/device/generic/vulkan-cereal/third-party/angle/include/platform/
DFeature.h16 #define ANGLE_FEATURE_CONDITION(set, feature, cond) \ argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h151 #define XA_CHK(cond) \ argument
/device/generic/vulkan-cereal/third-party/angle/util/android/third_party/
Dandroid_native_app_glue.h168 pthread_cond_t cond; member
/device/generic/vulkan-cereal/protocols/vulkan/xml/cereal/common/
Dcodegen.py213 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/
DValidateLimitations.cpp265 TIntermNode *cond = node->getCondition(); in validateForLoopCond() local
DIntermNode.cpp1353 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()
DParseContext.cpp2161 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/
DRemoveDynamicIndexing.cpp223 TIntermBinary *cond = in GetIndexFunctionDefinition() local

12