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

  /frameworks/native/libs/ui/
Region.cpp 46 op_or = region_operator<Rect>::op_or, enumerator in enum:android::__anon20159
258 return operationSelf(r, op_or);
278 return operationSelf(rhs, op_or);
303 return operation(rhs, op_or);
323 return operation(rhs, op_or);
349 return operationSelf(rhs, dx, dy, op_or);
369 return operation(rhs, dx, dy, op_or);
596 case op_or: sk_op = SkRegion::kUnion_Op; name="OR"; break;
  /frameworks/native/include/private/ui/
RegionHelper.h 45 op_or = LHS | RHS, enumerator in enum:android::region_operator::__anon20082
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 341 static int op_or(int a, int b) { return a | b; } function
367 { '|', OR, op_or },
    [all...]
  /external/v8/benchmarks/
crypto.js 764 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
838 function op_or(x,y) { return x|y; } function
839 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
926 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 756 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
830 function op_or(x,y) { return x|y; } function
831 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
918 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 756 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
830 function op_or(x,y) { return x|y; } function
831 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
918 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 756 this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this);
830 function op_or(x,y) { return x|y; } function
831 function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; }
918 function bnSetBit(n) { return this.changeBit(n,op_or); }
    [all...]

Completed in 339 milliseconds