/external/skia/include/gpu/ |
D | GrConfig.h | 155 #define GR_ALWAYSASSERT(COND) \ argument 157 if (!(COND)) { \ 158 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \ 169 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND) argument 171 #define GR_DEBUGASSERT(COND) argument 178 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND) argument
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrConfig.h | 159 #define GR_ALWAYSASSERT(COND) \ argument 161 if (!(COND)) { \ 162 GrPrintf("%s %s failed\n", GR_FILE_AND_LINE_STR, #COND); \ 173 #define GR_DEBUGASSERT(COND) GR_ALWAYSASSERT(COND) argument 175 #define GR_DEBUGASSERT(COND) argument 182 #define GrAlwaysAssert(COND) GR_ALWAYSASSERT(COND) argument
|
/external/chromium_org/third_party/opus/src/silk/ |
D | typedef.h | 57 # define silk_assert(COND) _ASSERTE(COND) argument 72 # define silk_assert(COND) {if (!(COND)) {silk_fatal("assertion failed: " #COND);}} argument 74 # define silk_assert(COND) argument
|
/external/libopus/silk/ |
D | typedef.h | 57 # define silk_assert(COND) _ASSERTE(COND) argument 72 # define silk_assert(COND) {if (!(COND)) {silk_fatal("assertion failed: " #COND);}} argument 74 # define silk_assert(COND) argument
|
/external/openssl/crypto/des/ |
D | speed.c | 220 #define COND(d) (count != (d)) in main() macro 223 #define COND(c) (run) in main() macro 231 for (count=0,run=1; COND(ca); count++) in main() 244 for (count=0,run=1; COND(cb); count++) in main() 263 for (count=0,run=1; COND(cc); count++) in main() 280 for (count=0,run=1; COND(cd); count++) in main() 299 for (count=0,run=1; COND(ce); count++) in main()
|
D | des_opts.c | 405 for (count=0,run=1; COND(cb); count++) \ 469 #define COND(d) (count != (d)) in main() macro 472 #define COND(c) (run) in main() macro
|
/external/openssl/crypto/rc2/ |
D | rc2speed.c | 211 #define COND(d) (count != (d)) in main() macro 214 #define COND(c) (run) in main() macro 222 for (count=0,run=1; COND(ca); count+=4) in main() 240 for (count=0,run=1; COND(cb); count+=4) in main() 262 for (count=0,run=1; COND(cc); count++) in main()
|
/external/valgrind/main/drd/tests/ |
D | tsan_unittest.cpp | 128 int COND = 0; variable 380 COND = 1; in Waker() 388 COND = 0; in Waiter() 391 while(COND != 1) in Waiter() 428 COND = 1; // We are done! Tell the Waiter. in Waker() 434 COND = 0; in Waiter() 436 MU.LockWhen(Condition(&ArgIsOne, &COND)); // calls ANNOTATE_CONDVAR_WAIT in Waiter() 508 COND = 1; in Waker() 516 COND = 0; in Waiter() 520 while(COND != 1) in Waiter() [all …]
|
/external/openssl/apps/ |
D | speed.c | 1488 #define COND(d) (count < (d)) in MAIN() macro 1495 #define COND(c) (run && count<0x7fffffff) in MAIN() macro 1509 for (count=0,run=1; COND(c[D_MD2][j]); count++) in MAIN() 1523 for (count=0,run=1; COND(c[D_MDC2][j]); count++) in MAIN() 1538 for (count=0,run=1; COND(c[D_MD4][j]); count++) in MAIN() 1553 for (count=0,run=1; COND(c[D_MD5][j]); count++) in MAIN() 1574 for (count=0,run=1; COND(c[D_HMAC][j]); count++) in MAIN() 1593 for (count=0,run=1; COND(c[D_SHA1][j]); count++) in MAIN() 1607 for (count=0,run=1; COND(c[D_SHA256][j]); count++) in MAIN() 1622 for (count=0,run=1; COND(c[D_SHA512][j]); count++) in MAIN() [all …]
|
/external/openssl/crypto/rc4/ |
D | rc4speed.c | 210 #define COND(d) (count != (d)) in main() macro 213 #define COND(c) (run) in main() macro 221 for (count=0,run=1; COND(ca); count+=4) in main() 239 for (count=0,run=1; COND(cc); count++) in main()
|
/external/clang/test/CodeGenObjC/ |
D | arc-ternary-op.m | 7 // CHECK: [[COND:%.*]] = alloca i8, 13 // CHECK-NEXT: [[T0:%.*]] = load i8* [[COND]] 44 // CHECK: [[COND:%.*]] = alloca i32 55 // CHECK-NEXT: [[T0:%.*]] = load i32* [[COND]] 76 // CHECK: [[T0:%.*]] = load i32* [[COND]] 110 // CHECK: [[COND:%.*]] = alloca i32, 115 // CHECK: [[T0:%.*]] = load i32* [[COND]],
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator 154 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond() 166 return cast_or_null<Expr>(SubExprs[COND]); in getCond() 179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond()
|
D | Stmt.h | 868 enum { VAR, COND, THEN, ELSE, END_EXPR }; enumerator 899 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() 900 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() 906 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() 937 enum { VAR, COND, BODY, END_EXPR }; enumerator 972 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() 976 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond() 977 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() 1030 enum { VAR, COND, BODY, END_EXPR }; enumerator 1057 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond() [all …]
|
D | Expr.h | 3183 enum { COND, LHS, RHS, END_EXPR }; enumerator 3205 SubExprs[COND] = cond; in ConditionalOperator() 3216 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 3253 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator 3279 SubExprs[COND] = cond; in BinaryConditionalOperator() 3299 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 3559 enum { COND, LHS, RHS, END_EXPR }; enumerator 3576 SubExprs[COND] = cond; in ChooseExpr() 3603 Expr *getCond() const { return cast<Expr>(SubExprs[COND]); } in getCond() 3604 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond()
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
D | p_compiler.h | 320 #define STATIC_ASSERT(COND) \ argument 322 typedef int static_assertion_failed[(!!(COND))*2-1]; \
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_compiler.h | 320 #define STATIC_ASSERT(COND) \ argument 322 typedef int static_assertion_failed[(!!(COND))*2-1]; \
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | compiler.h | 316 #define STATIC_ASSERT(COND) \ argument 318 typedef int static_assertion_failed[(!!(COND))*2-1]; \
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 316 #define STATIC_ASSERT(COND) \ argument 318 typedef int static_assertion_failed[(!!(COND))*2-1]; \
|
/external/llvm/lib/Target/R600/ |
D | R600InstrFormats.td | 358 bits<2> COND; 370 let Word1{9-8} = COND; 396 bits<2> COND; 405 let Word1{9-8} = COND;
|
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/ |
D | Android.mk | 88 ifeq ($(COND), true)
|
/external/skia/platform_tools/android/tests/expectations/ |
D | Android.mk | 82 ifeq ($(COND), true)
|
/external/nanopb-c/ |
D | pb.h | 115 #define STATIC_ASSERT(COND,MSG) typedef char STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER__)[(COND)?1… argument
|
/external/eigen/test/ |
D | packetmath.cpp | 87 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \ argument 88 packet_helper<COND,Packet> h; \
|
/external/clang/test/CodeGenObjCXX/ |
D | arc.mm | 59 // CHECK: [[COND:%.*]] = alloca i32 70 // CHECK-NEXT: [[T0:%.*]] = load i32* [[COND]] 91 // CHECK: [[T0:%.*]] = load i32* [[COND]]
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 795 SubExprs[COND] = Cond; in CXXForRangeStmt() 827 SubExprs[COND] = cond; in IfStmt() 858 SubExprs[COND] = Cond; in ForStmt() 886 SubExprs[COND] = cond; in SwitchStmt() 919 SubExprs[COND] = cond; in WhileStmt()
|