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

  /frameworks/native/libs/ui/
Region.cpp 47 op_or = region_operator<Rect>::op_or, enumerator in enum:android::__anon46384
286 return operationSelf(r, op_or);
306 return operationSelf(rhs, op_or);
331 return operation(rhs, op_or);
351 return operation(rhs, op_or);
377 return operationSelf(rhs, dx, dy, op_or);
397 return operation(rhs, dx, dy, op_or);
646 case op_or: sk_op = SkRegion::kUnion_Op; name="OR"; break;
  /system/core/libunwindstack/
DwarfOp.h 123 bool op_or();
372 &DwarfOp::op_or,
DwarfOp.cpp 324 bool DwarfOp<AddressType>::op_or() { function in class:unwindstack::DwarfOp
  /frameworks/native/include/private/ui/
RegionHelper.h 48 op_or = LHS | RHS, enumerator in enum:android::region_operator::__anon46241
  /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/fonttools/Lib/fontTools/misc/
psCharStrings.py 592 def op_or(self, index): member in class:SimpleT2Decompiler
867 def op_or(self, index): member in class:T2OutlineExtractor
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
Pp.cpp 334 int op_or(int a, int b) { return a | b; } function in namespace:glslang::__anon750
362 { '|', OR, op_or },
    [all...]
  /system/core/libunwindstack/tests/
DwarfOpTest.cpp 1038 TYPED_TEST_P(DwarfOpTest, op_or) {
    [all...]

Completed in 982 milliseconds