/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ConsoleBase.idl | 42 [CallWith=ScriptArguments&ScriptState, ImplementedAs=assertCondition] void assert([Default=Undefined] optional boolean condition);
|
/external/chromium_org/third_party/angle/src/compiler/ |
IntermTraverse.cpp | 175 condition->traverse(it); 177 condition->traverse(it);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
ir_rvalue_visitor.cpp | 111 handle_rvalue(&ir->condition); 141 handle_rvalue(&ir->condition);
|
opt_array_splitting.cpp | 347 if (ir->condition) { 348 handle_rvalue(&ir->condition); 349 ir->condition->accept(this);
|
opt_copy_propagation.cpp | 244 ir->condition->accept(this); 316 if (ir->condition) 329 ir->condition = new(ralloc_parent(ir)) ir_constant(false);
|
opt_dead_code_local.cpp | 158 if (ir->condition) { 159 ir->condition->accept(&v); 169 if (!ir->condition) {
|
opt_structure_splitting.cpp | 168 !ir->condition) { 276 if ((lhs_entry || rhs_entry) && !ir->condition) { 307 handle_rvalue(&ir->condition);
|
/external/chromium_org/v8/test/mjsunit/ |
array-bounds-check-removal.js | 55 function test_base(a, base, condition) { 61 if (condition) { 76 function check_test_base(a, base, condition) { 77 if (condition) {
|
/external/mesa3d/src/glsl/ |
ir_rvalue_visitor.cpp | 111 handle_rvalue(&ir->condition); 141 handle_rvalue(&ir->condition);
|
opt_array_splitting.cpp | 347 if (ir->condition) { 348 handle_rvalue(&ir->condition); 349 ir->condition->accept(this);
|
opt_copy_propagation.cpp | 244 ir->condition->accept(this); 316 if (ir->condition) 329 ir->condition = new(ralloc_parent(ir)) ir_constant(false);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.h | 213 #define BUGGY_XFREE86(condition, buggy_version) \ 215 (VendorRelease(SDL_Display) condition buggy_version))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_docxmlrpc.py | 12 def make_request_and_skipIf(condition, reason): 15 if not condition:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_docxmlrpc.py | 12 def make_request_and_skipIf(condition, reason): 15 if not condition:
|
/external/chromium_org/components/url_matcher/ |
url_matcher_factory_unittest.cc | 66 // Test wrong condition name passed. 161 // This class wraps a case sensitivity test for a single UrlFilter condition. 164 // The condition is identified by the key |condition_key|. If that key is 185 // Match the condition against |url_|. Checks via EXPECT_* macros that 204 // Test the condition |condition_key_| = |value| against |url_|. 205 // Check, via EXPECT_* macros, that either the condition cannot be constructed 206 // at all, or that the condition is not fulfilled, or that it is fulfilled, 230 DictionaryValue condition; local 234 condition.SetWithoutPathExpansion(condition_key_, list); 236 condition.SetStringWithoutPathExpansion(condition_key_, value) [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawGroup.cpp | 23 SK_MEMBER(condition, String), 106 bool conditionTrue = ifCondition(maker, this, condition); 127 if (condition.size() > 0) 128 SkDebugf("condition=\"%s\" ", condition.c_str()); 209 SkDebugf("condition=%s ", conditionString.c_str());
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
loops.js | 37 // Test assignments in the loop condition. 60 // Test deoptimization in the loop condition.
|
/external/skia/src/animator/ |
SkDrawGroup.cpp | 23 SK_MEMBER(condition, String), 106 bool conditionTrue = ifCondition(maker, this, condition); 127 if (condition.size() > 0) 128 SkDebugf("condition=\"%s\" ", condition.c_str()); 209 SkDebugf("condition=%s ", conditionString.c_str());
|
/external/v8/test/mjsunit/compiler/ |
loops.js | 37 // Test assignments in the loop condition. 60 // Test deoptimization in the loop condition.
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
tokenize.py | 245 condition = source[start+4:i].lstrip() 246 if (condition.startswith('0') or 247 condition.startswith('(0)')):
|
/external/chromium/testing/gtest/include/gtest/ |
gtest.h | 314 // Stores the message describing the condition in case the expectation [all...] |
/external/chromium_org/testing/gtest/include/gtest/ |
gtest.h | 304 // Stores the message describing the condition in case the expectation [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest.h | 314 // Stores the message describing the condition in case the expectation [all...] |
/external/gtest/include/gtest/ |
gtest.h | 314 // Stores the message describing the condition in case the expectation [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 314 // Stores the message describing the condition in case the expectation [all...] |