/external/chromium_org/third_party/skia/src/utils/ |
SkTLogic.h | 39 /** SkTIf_c::type = (condition) ? T : F; 42 template <bool condition, typename T, typename F> struct SkTIf_c { 49 /** SkTIf::type = (Condition::value) ? T : F; */ 50 template <typename Condition, typename T, typename F> struct SkTIf { 51 typedef typename SkTIf_c<static_cast<bool>(Condition::value), T, F>::type type;
|
/external/expat/tests/ |
minicheck.h | 75 void _fail_unless(int condition, const char *file, int line, char *msg);
|
/external/icu4c/test/intltest/ |
intltest.h | 237 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE, const char *file=NULL, int line=0); 238 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE); 251 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE); 252 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
|
/external/mesa3d/src/glsl/ |
opt_if_simplification.cpp | 81 /* FINISHME: Ideally there would be a way to note that the condition results 86 ir_constant *condition_constant = ir->condition->constant_expression_value();
|
ir.h | 717 ir_if(ir_rvalue *condition) 718 : condition(condition) 737 ir_rvalue *condition; member in class:ir_if 809 ir_assignment(ir_rvalue *lhs, ir_rvalue *rhs, ir_rvalue *condition = NULL); 818 ir_assignment(ir_dereference *lhs, ir_rvalue *rhs, ir_rvalue *condition, 870 * Optional condition for the assignment. 872 ir_rvalue *condition; member in class:ir_assignment 1323 ir_rvalue *condition; member in class:ir_discard [all...] |
ir_hv_accept.cpp | 315 if (this->condition) 316 s = this->condition->accept(v); 377 if (this->condition != NULL) { 378 s = this->condition->accept(v); 394 s = this->condition->accept(v);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 175 !ir->condition) { 183 !ir->condition) { 265 if (lhs_deref && rhs_deref && (lhs || rhs) && !ir->condition) { 331 handle_rvalue(&ir->condition);
|
/external/mesa3d/src/mesa/main/ |
syncobj.h | 69 _mesa_FenceSync(GLenum condition, GLbitfield flags);
|
/external/skia/src/animator/ |
SkDrawGroup.h | 55 SkString condition; member in class:SkGroup
|
/external/skia/src/utils/ |
SkTLogic.h | 39 /** SkTIf_c::type = (condition) ? T : F; 42 template <bool condition, typename T, typename F> struct SkTIf_c { 49 /** SkTIf::type = (Condition::value) ? T : F; */ 50 template <typename Condition, typename T, typename F> struct SkTIf { 51 typedef typename SkTIf_c<static_cast<bool>(Condition::value), T, F>::type type;
|
/external/valgrind/main/memcheck/tests/x86/ |
pushfpopf_s.S | 31 # now use the condition codes to generate a value
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
log.h | 140 #ifndef CONDITION 141 #define CONDITION(cond) ((cond) != 0) 150 ((CONDITION(cond)) \ 165 ((CONDITION(cond)) \ 183 ((CONDITION(cond)) \ 201 ((CONDITION(cond)) \ 219 ((CONDITION(cond)) \ 227 * Log a fatal error. If the given condition fails, this stops program 229 * It is NOT stripped from release builds. Note that the condition test 233 ((CONDITION(cond)) [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
log.h | 144 #ifndef CONDITION 145 #define CONDITION(cond) ((cond) != 0) 154 ((CONDITION(cond)) \ 169 ((CONDITION(cond)) \ 187 ((CONDITION(cond)) \ 205 ((CONDITION(cond)) \ 223 ((CONDITION(cond)) \ 231 * Log a fatal error. If the given condition fails, this stops program 233 * It is NOT stripped from release builds. Note that the condition test 237 ((CONDITION(cond)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
CodeGeneratorInstrumentation.py | 57 if (${condition}) 72 if (${condition}) 284 condition = "%s.isValid()" % self.params_impl[0].name 287 condition = "" 290 condition = "InstrumentingAgents* agents = instrumentingAgentsFor(%s)" % self.params[0].name 305 condition=condition))
|
/external/chromium_org/v8/src/mips/ |
lithium-codegen-mips.h | 253 void DeoptimizeIf(Condition condition, 258 void DeoptimizeIf(Condition condition, 262 void ApplyCheckIf(Condition condition, 304 static Condition TokenToCondition(Token::Value op, bool is_unsigned); 310 Condition condition, 315 Condition condition [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir.h | 717 ir_if(ir_rvalue *condition) 718 : condition(condition) 737 ir_rvalue *condition; member in class:ir_if 809 ir_assignment(ir_rvalue *lhs, ir_rvalue *rhs, ir_rvalue *condition = NULL); 818 ir_assignment(ir_dereference *lhs, ir_rvalue *rhs, ir_rvalue *condition, 870 * Optional condition for the assignment. 872 ir_rvalue *condition; member in class:ir_assignment 1323 ir_rvalue *condition; member in class:ir_discard [all...] |
ir_hv_accept.cpp | 315 if (this->condition) 316 s = this->condition->accept(v); 377 if (this->condition != NULL) { 378 s = this->condition->accept(v); 394 s = this->condition->accept(v);
|
/external/chromium_org/ui/webui/resources/js/ |
load_time_data.js | 116 * Checks condition, displays error message if expectation fails. 117 * @param {*} condition The condition to check for truthiness. 120 function expect(condition, message) { 121 if (!condition)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 81 * Begin a "skip" block. Inside this block we can test a condition and 82 * skip to the end of the block if the condition is false. 95 * Insert code to test a condition and branch to the end of the current 96 * skip block if the condition is true. 279 * contrasts lp_build_loop as this checks condition on entry 379 LLVMValueRef condition) 385 ifthen->condition = condition; 443 LLVMBuildCondBr(builder, ifthen->condition, 448 LLVMBuildCondBr(builder, ifthen->condition, [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 81 * Begin a "skip" block. Inside this block we can test a condition and 82 * skip to the end of the block if the condition is false. 95 * Insert code to test a condition and branch to the end of the current 96 * skip block if the condition is true. 279 * contrasts lp_build_loop as this checks condition on entry 379 LLVMValueRef condition) 385 ifthen->condition = condition; 443 LLVMBuildCondBr(builder, ifthen->condition, 448 LLVMBuildCondBr(builder, ifthen->condition, [all...] |
/external/llvm/test/MC/ARM/ |
diagnostics.s | 194 @ CHECK-ERRORS: error: instruction 'setend' is not predicable, but condition code specified 386 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified 387 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified 388 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified 393 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified 394 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified 395 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified 402 @ CHECK-ERRORS: error: instruction 'mcr2' is not predicable, but condition code specified 403 @ CHECK-ERRORS: error: instruction 'mcrr2' is not predicable, but condition code specified 404 @ CHECK-ERRORS: error: instruction 'mrc2' is not predicable, but condition code specifie [all...] |
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorJava.cpp | 33 bool condition, 41 // Check if the condition is true. 42 if (condition) 62 bool condition, 73 // Check if the condition is true. 74 if (condition) 97 bool condition, 106 // Check if the condition is true. 107 if (condition)
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.cc | 24 const char kExpectedDictionary[] = "A condition has to be a dictionary."; 25 const char kConditionWithoutInstanceType[] = "A condition had no instanceType"; 26 const char kExpectedOtherConditionType[] = "Expected a condition of type " 28 const char kUnknownConditionAttribute[] = "Unknown condition attribute '%s'"; 59 // All attributes must be fulfilled for a fulfilled condition. 72 const base::Value& condition, 75 if (!condition.GetAsDictionary(&condition_dict)) { 80 // Verify that we are dealing with a Condition whose type we understand.
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition.cc | 30 const char kExpectedDictionary[] = "A condition has to be a dictionary."; 31 const char kConditionWithoutInstanceType[] = "A condition had no instanceType"; 32 const char kExpectedOtherConditionType[] = "Expected a condition of type " 35 const char kConditionCannotBeFulfilled[] = "A condition can never be " 96 // A condition that cannot be evaluated is considered as violated. 109 // All condition attributes must be fulfilled for a fulfilled condition. 131 const base::Value& condition, 134 if (!condition.GetAsDictionary(&condition_dict)) { 139 // Verify that we are dealing with a Condition whose type we understand [all...] |
/external/chromium_org/chrome/test/remoting/ |
remote_desktop_browsertest.h | 30 inline void _ASSERT_TRUE(bool condition) { 31 ASSERT_TRUE(condition);
|