Home
last modified time | relevance | path

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

12345678

/aosp12/bionic/libc/upstream-netbsd/lib/libc/include/isc/
H A Dassertions.h72 #define REQUIRE(cond) \ argument
76 #define REQUIRE_ERR(cond) \ argument
86 #define ENSURE(cond) \ argument
90 #define ENSURE_ERR(cond) \ argument
95 #define ENSURE(cond) ((void) (cond)) argument
100 #define INSIST(cond) \ argument
104 #define INSIST_ERR(cond) \ argument
113 #define INSIST(cond) argument
114 #define INSIST_ERR(cond) argument
119 #define INVARIANT(cond) \ argument
[all …]
/aosp12/art/test/549-checker-types-merge/src/
H A DMain.java44 private Object testMergeNullContant(boolean cond) { in testMergeNullContant()
51 private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassExtendsB b) { in testMergeClasses()
59 private Object testMergeClasses(boolean cond, ClassExtendsA a, ClassSuper b) { in testMergeClasses()
67 private Object testMergeClasses(boolean cond, ClassSuper a, ClassSuper b) { in testMergeClasses()
75 private Object testMergeClasses(boolean cond, ClassOtherSuper a, ClassSuper b) { in testMergeClasses()
83 …private Object testMergeClassWithInterface(boolean cond, ClassImplementsInterfaceA a, InterfaceSup… in testMergeClassWithInterface()
91 private Object testMergeClassWithInterface(boolean cond, ClassSuper a, InterfaceSuper b) { in testMergeClassWithInterface()
99 private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceSuper b) { in testMergeInterfaces()
107 private Object testMergeInterfaces(boolean cond, InterfaceSuper a, InterfaceSuper b) { in testMergeInterfaces()
115 private Object testMergeInterfaces(boolean cond, InterfaceExtendsA a, InterfaceExtendsB b) { in testMergeInterfaces()
[all …]
/aosp12/frameworks/ex/framesequence/jni/utils/
H A Dlog.h63 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) argument
67 #define ALOGV_IF(cond, ...) ((void)0) argument
84 #define ALOGD_IF(cond, ...) \ argument
98 #define ALOGI_IF(cond, ...) \ argument
112 #define ALOGW_IF(cond, ...) \ argument
126 #define ALOGE_IF(cond, ...) \ argument
187 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
205 #define LOG_FATAL_IF(cond, ...) ((void)0) argument
227 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ## __VA_ARGS__) argument
280 #define android_printAssert(cond, tag, fmt...) \ argument
/aosp12/system/logging/liblog/include/log/
H A Dlog_radio.h64 #define RLOGV_IF(cond, ...) ((void)0) argument
66 #define RLOGV_IF(cond, ...) \ argument
84 #define RLOGD_IF(cond, ...) \ argument
101 #define RLOGI_IF(cond, ...) \ argument
118 #define RLOGW_IF(cond, ...) \ argument
135 #define RLOGE_IF(cond, ...) \ argument
H A Dlog_system.h62 #define SLOGV_IF(cond, ...) ((void)0) argument
64 #define SLOGV_IF(cond, ...) \ argument
82 #define SLOGD_IF(cond, ...) \ argument
99 #define SLOGI_IF(cond, ...) \ argument
116 #define SLOGW_IF(cond, ...) \ argument
133 #define SLOGE_IF(cond, ...) \ argument
H A Dlog_main.h87 #define android_vprintLog(prio, cond, tag, ...) \ argument
122 #define android_printAssert(cond, tag, ...) \ argument
134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
231 #define ALOGD_IF(cond, ...) \ argument
245 #define ALOGI_IF(cond, ...) \ argument
259 #define ALOGW_IF(cond, ...) \ argument
[all …]
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_radio.h64 #define RLOGV_IF(cond, ...) ((void)0) argument
66 #define RLOGV_IF(cond, ...) \ argument
84 #define RLOGD_IF(cond, ...) \ argument
101 #define RLOGI_IF(cond, ...) \ argument
118 #define RLOGW_IF(cond, ...) \ argument
135 #define RLOGE_IF(cond, ...) \ argument
H A Dlog_system.h62 #define SLOGV_IF(cond, ...) ((void)0) argument
64 #define SLOGV_IF(cond, ...) \ argument
82 #define SLOGD_IF(cond, ...) \ argument
99 #define SLOGI_IF(cond, ...) \ argument
116 #define SLOGW_IF(cond, ...) \ argument
133 #define SLOGE_IF(cond, ...) \ argument
H A Dlog_main.h87 #define android_vprintLog(prio, cond, tag, ...) \ argument
122 #define android_printAssert(cond, tag, ...) \ argument
134 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
153 #define LOG_FATAL_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
162 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
214 #define ALOGV_IF(cond, ...) __FAKE_USE_VA_ARGS(__VA_ARGS__) argument
231 #define ALOGD_IF(cond, ...) \ argument
245 #define ALOGI_IF(cond, ...) \ argument
259 #define ALOGW_IF(cond, ...) \ argument
[all …]
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h145 #define CONDITION(cond) ((cond) != 0) argument
150 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
168 #define MPL_LOGD_IF(cond, fmt, ...) \ argument
186 #define MPL_LOGI_IF(cond, fmt, ...) \ argument
204 #define MPL_LOGW_IF(cond, fmt, ...) \ argument
222 #define MPL_LOGE_IF(cond, fmt, ...) \ argument
236 #define MPL_LOG_ALWAYS_FATAL_IF(cond, fmt, ...) \ argument
250 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument
271 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h176 #define CONDITION(cond) ((cond) != 0) argument
181 #define MPL_LOGV_IF(cond, fmt, ...) \ argument
204 #define MPL_LOGD_IF(cond, fmt, ...) \ argument
227 #define MPL_LOGI_IF(cond, fmt, ...) \ argument
245 #define MPL_LOGW_IF(cond, fmt, ...) \ argument
270 #define MPL_LOGE_IF(cond, fmt, ...) \ argument
290 #define MPL_LOG_ALWAYS_FATAL_IF(cond, fmt, ...) \ argument
304 #define MPL_LOG_FATAL_IF(cond, fmt, ...) \ argument
325 #define MPL_LOG_ASSERT(cond, fmt, ...) \ argument
/aosp12/bionic/libc/dns/resolv/
H A Dres_debug.h24 # define Dprint(cond, args) /*empty*/ argument
25 # define DprintQ(cond, args, query, size) /*empty*/ argument
29 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument
30 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/aosp12/art/test/540-checker-rtp-bug/src/
H A DMain.java37 public static Final testKeepCheckCast(Object o, boolean cond) { in testKeepCheckCast()
55 public static void testKeepInstanceOf(Object o, boolean cond) { in testKeepInstanceOf()
79 public static String testNoInline(Object o, boolean cond) { in testNoInline()
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/
H A Dcompiler.h36 #define __COMPILE_ASSERT(cond) ((void)sizeof(char[1 - 2 * !(cond)])) argument
37 #define _COMPILE_ASSERT(cond) __COMPILE_ASSERT(cond) argument
38 #define COMPILE_ASSERT(cond) _COMPILE_ASSERT(!!(cond)) argument
/aosp12/system/chre/std_overrides/include/
H A Dassert.h20 #define assert(cond) ((void)0) argument
22 #define assert(cond) \ argument
/aosp12/system/extras/simpleperf/
H A DRecordFilter.cpp59 RecordFilterCondition& cond = GetCondition(exclude); in AddPids() local
65 RecordFilterCondition& cond = GetCondition(exclude); in AddTids() local
71 RecordFilterCondition& cond = GetCondition(exclude); in AddProcessNameRegex() local
77 RecordFilterCondition& cond = GetCondition(exclude); in AddThreadNameRegex() local
83 RecordFilterCondition& cond = GetCondition(exclude); in AddUids() local
/aosp12/art/test/570-checker-select/src/
H A DMain.java37 public static int $noinline$BoolCond_IntVarVar(boolean cond, int x, int y) { in $noinline$BoolCond_IntVarVar()
59 public static int $noinline$BoolCond_IntVarCst(boolean cond, int x) { in $noinline$BoolCond_IntVarCst()
81 public static int $noinline$BoolCond_IntCstVar(boolean cond, int y) { in $noinline$BoolCond_IntCstVar()
104 public static long $noinline$BoolCond_LongVarVar(boolean cond, long x, long y) { in $noinline$BoolCond_LongVarVar()
127 public static long $noinline$BoolCond_LongVarCst(boolean cond, long x) { in $noinline$BoolCond_LongVarCst()
150 public static long $noinline$BoolCond_LongCstVar(boolean cond, long y) { in $noinline$BoolCond_LongCstVar()
162 public static float $noinline$BoolCond_FloatVarVar(boolean cond, float x, float y) { in $noinline$BoolCond_FloatVarVar()
174 public static float $noinline$BoolCond_FloatVarCst(boolean cond, float x) { in $noinline$BoolCond_FloatVarCst()
186 public static float $noinline$BoolCond_FloatCstVar(boolean cond, float y) { in $noinline$BoolCond_FloatCstVar()
537 public static int $noinline$BoolCond_0_m1(boolean cond) { in $noinline$BoolCond_0_m1()
[all …]
/aosp12/system/nvram/core/tests/
H A Dgtest_stubs.h33 #define ASSERT_MSG(cond) \ argument
39 #define ASSERT_TRUE(cond) ASSERT_MSG(cond) argument
42 #define EXPECT_MSG(cond) \ argument
47 #define EXPECT_TRUE(cond) EXPECTED_MSG(cond) argument
/aosp12/art/test/557-checker-ref-equivalent/src/
H A DMain.java21 private void testRedundantPhiCycle(boolean cond) { in testRedundantPhiCycle()
33 private void testLoopPhisWithNullAndCrossUses(boolean cond) { in testLoopPhisWithNullAndCrossUses()
/aosp12/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc104 void VisitEqual(HEqual* cond) override { in VisitEqual()
108 void VisitNotEqual(HNotEqual* cond) override { in VisitNotEqual()
112 void VisitLessThan(HLessThan* cond) override { in VisitLessThan()
116 void VisitLessThanOrEqual(HLessThanOrEqual* cond) override { in VisitLessThanOrEqual()
120 void VisitGreaterThan(HGreaterThan* cond) override { in VisitGreaterThan()
124 void VisitGreaterThanOrEqual(HGreaterThanOrEqual* cond) override { in VisitGreaterThanOrEqual()
H A Dscheduler_arm.cc209 IfCondition cond = condition->GetCondition(); in HandleGenerateLongTestConstant() local
275 IfCondition cond = condition->GetCondition(); in HandleGenerateLongTest() local
347 void SchedulingLatencyVisitorARM::HandleGenerateConditionGeneric(HCondition* cond) { in HandleGenerateConditionGeneric()
357 void SchedulingLatencyVisitorARM::HandleGenerateEqualLong(HCondition* cond) { in HandleGenerateEqualLong()
378 void SchedulingLatencyVisitorARM::HandleGenerateConditionLong(HCondition* cond) { in HandleGenerateConditionLong()
428 void SchedulingLatencyVisitorARM::HandleGenerateConditionIntegralOrNonPrimitive(HCondition* cond) { in HandleGenerateConditionIntegralOrNonPrimitive()
481 void SchedulingLatencyVisitorARM::HandleCondition(HCondition* cond) { in HandleCondition()
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dcommon.h27 #define HAL_LOGE_IF(cond, fmt, args...) do { \ argument
35 #define HAL_LOGW_IF(cond, fmt, args...) do { \ argument
43 #define HAL_LOGI_IF(cond, fmt, args...) do { \ argument
/aosp12/bionic/libc/bionic/
H A Dpthread_cond.cpp137 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface); in pthread_cond_init() local
153 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface); in pthread_cond_destroy() local
161 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { in __pthread_cond_pulse()
184 static int __pthread_cond_timedwait(pthread_cond_internal_t* cond, pthread_mutex_t* mutex, in __pthread_cond_timedwait()
222 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface); in pthread_cond_wait() local
229 pthread_cond_internal_t* cond = __get_internal_cond(cond_interface); in pthread_cond_timedwait() local
/aosp12/art/test/476-checker-ctor-memory-barrier/src/
H A DMain.java30 public ClassWithFinals(boolean cond) { in ClassWithFinals()
103 public InheritFromClassWithFinals(boolean cond) { in InheritFromClassWithFinals()
149 public HaveFinalsAndInheritFromClassWithFinals(boolean cond) { in HaveFinalsAndInheritFromClassWithFinals()
/aosp12/hardware/google/graphics/common/libscaler/
H A Dlibscaler-common.h47 #define SC_LOGI_IF(cond, fmt, args...) do { \ argument
51 #define SC_LOGE_IF(cond, fmt, args...) do { \ argument
59 #define SC_LOGD_IF(cond, fmt, args...) do { \ argument
65 #define SC_LOGD_IF(cond, fmt, args...) do { } while (0) argument

12345678