HomeSort by relevance Sort by last modified time
    Searched refs:opB (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/webkit/fast/js/
function-toString-parentheses.js 66 function testLeftAssociativeSame(opA, opB)
68 testKeepParentheses("a " + opA + " b " + opB + " c");
69 testOptionalParentheses("(a " + opA + " b) " + opB + " c");
70 testKeepParentheses("a " + opA + " (b " + opB + " c)");
73 function testRightAssociativeSame(opA, opB)
75 testKeepParentheses("a " + opA + " b " + opB + " c");
76 testKeepParentheses("(a " + opA + " b) " + opB + " c");
77 testOptionalParentheses("a " + opA + " (b " + opB + " c)");
  /external/chromium_org/third_party/skia/src/effects/
SkAvoidXfermode.cpp 79 unsigned opB = SkColorGetB(fOpColor);
94 int d = color_dist32(dst[i], opR, opG, opB);
128 unsigned opB = SkColorGetB(fOpColor) >> (8 - SK_R16_BITS);
143 int d = color_dist16(dst[i], opR, opG, opB);
  /external/skia/src/effects/
SkAvoidXfermode.cpp 79 unsigned opB = SkColorGetB(fOpColor);
94 int d = color_dist32(dst[i], opR, opG, opB);
128 unsigned opB = SkColorGetB(fOpColor) >> (8 - SK_R16_BITS);
143 int d = color_dist16(dst[i], opR, opG, opB);
  /art/runtime/
disassembler_arm.cc     [all...]

Completed in 978 milliseconds