HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 476 - 500 of 1126) sorted by null

<<11121314151617181920>>

  /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...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 280 void DeoptimizeIf(Condition condition,
285 void DeoptimizeIf(Condition condition,
289 void ApplyCheckIf(Condition condition,
328 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
332 Condition condition,
337 Condition condition
    [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/third_party/WebKit/Source/core/inspector/
InspectorDebuggerAgent.cpp 67 static const char condition[] = "condition"; member in namespace:WebCore::DebuggerAgentState
240 static PassRefPtr<JSONObject> buildObjectForBreakpointCookie(const String& url, int lineNumber, int columnNumber, const String& condition, bool isRegex, bool isAnti)
246 breakpointObject->setString(DebuggerAgentState::condition, condition);
282 String condition = optionalCondition ? *optionalCondition : ""; local
292 breakpointsCookie->setObject(breakpointId, buildObjectForBreakpointCookie(url, lineNumber, columnNumber, condition, isRegex, isAntiBreakpointValue));
296 ScriptBreakpoint breakpoint(lineNumber, columnNumber, condition);
329 String condition = optionalCondition ? *optionalCondition : emptyString();
336 ScriptBreakpoint breakpoint(lineNumber, columnNumber, condition);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.cc 26 const char kExpectedDictionary[] = "A condition has to be a dictionary.";
27 const char kConditionWithoutInstanceType[] = "A condition had no instanceType";
28 const char kExpectedOtherConditionType[] = "Expected a condition of type "
31 const char kConditionCannotBeFulfilled[] = "A condition can never be "
92 // A condition that cannot be evaluated is considered as violated.
105 // All condition attributes must be fulfilled for a fulfilled condition.
126 const base::Value& condition,
129 if (!condition.GetAsDictionary(&condition_dict)) {
134 // Verify that we are dealing with a Condition whose type we understand
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/
IntermTraverse.cpp 199 condition->traverse(it);
201 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);
  /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);
  /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/chrome/browser/extensions/api/declarative_content/
content_rules_registry.cc 159 // Clean up temporary condition sets created during rule creation.
261 condition = rule.conditions().begin();
262 condition != rule.conditions().end(); ++condition) {
264 (*condition)->css_selectors();
  /external/chromium_org/extensions/common/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/WebKit/Source/devtools/front_end/
DOMSyntaxHighlighter.js 53 this._tokenizer.condition = this._tokenizer.createInitialCondition();
SourceCSSTokenizer.js 135 this.condition = this.createInitialCondition();
165 _setParseCondition: function(condition)
167 this._condition.parseCondition = condition;
    [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 315 // Stores the message describing the condition in case the expectation
    [all...]

Completed in 3272 milliseconds

<<11121314151617181920>>