/external/skia/include/core/ |
SkClipStack.h | 53 Element(const SkRect& rect, SkRegion::Op op, bool doAA) { 54 this->initRect(0, rect, op, doAA); 57 Element(const SkPath& path, SkRegion::Op op, bool doAA) { 58 this->initPath(0, path, op, doAA); 95 SkRegion::Op getOp() const { return fOp; } 105 void setOp(SkRegion::Op op) { fOp = op; } [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Region.java | 36 public enum Op { 44 Op(int nativeInt) { 251 return op(r, Op.UNION); 255 * Perform the specified Op on this region and the specified rect. Return 256 * true if the result of the op is not empty. 258 public boolean op(Rect r, Op op) { method in class:Region 260 op.nativeInt) 267 public boolean op(int left, int top, int right, int bottom, Op op) { method in class:Region 276 public boolean op(Region region, Op op) { method in class:Region 284 public boolean op(Rect rect, Region region, Op op) { method in class:Region 293 public boolean op(Region region1, Region region2, Op op) { method in class:Region [all...] |
/frameworks/native/include/binder/ |
AppOpsManager.h | 71 int32_t checkOp(int32_t op, int32_t uid, const String16& callingPackage); 72 int32_t noteOp(int32_t op, int32_t uid, const String16& callingPackage); 73 int32_t startOp(int32_t op, int32_t uid, const String16& callingPackage); 74 void finishOp(int32_t op, int32_t uid, const String16& callingPackage); 75 void startWatchingMode(int32_t op, const String16& packageName,
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
AbstractSyncAdapter.java | 152 Operation(ContentProviderOperation op) { 153 mOp = op; 161 StringBuilder sb = new StringBuilder("Op: "); 162 ContentProviderOperation op = operationToContentProviderOperation(this, 0); local 165 //type = op.getType(); 167 Uri uri = op.getUri(); 197 static ContentProviderOperation operationToContentProviderOperation(Operation op, int offset) { 198 if (op.mOp != null) { 199 return op.mOp; 200 } else if (op.mBuilder == null) 308 Operation op = new Operation( local [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_mat_op_to_vec.cpp | 305 ir_dereference *op[2]; local 331 op[i] = deref; 344 * that others that want to use op[i] have to clone the deref. 346 op[i] = new(mem_ctx) ir_dereference_variable(var); 347 assign = new(mem_ctx) ir_assignment(op[i], orig_expr->operands[i]); 360 get_column(op[0], i)); 382 get_column(op[0], i), 383 get_column(op[1], i)); 393 if (op[0]->type->is_matrix()) { 394 if (op[1]->type->is_matrix()) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | 751 yasm_insn_operand *op = parse_operand(parser_nasm); local 752 if (!op) { 764 yasm_insn_ops_append(insn, op); 804 yasm_insn_operand *op; local 809 op = parse_memaddr(parser_nasm); 814 if (!op) { 824 switch (op->type) { 826 e = op->data.val; 829 if (op->data.ea->disp.rel) { 834 e = yasm_expr_copy(op->data.ea->disp.abs) 1092 yasm_insn_operand *op; local 1254 int op = curtok; local 1282 int op = curtok; local 1311 int op = curtok; local [all...] |
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 305 ir_dereference *op[2]; local 331 op[i] = deref; 344 * that others that want to use op[i] have to clone the deref. 346 op[i] = new(mem_ctx) ir_dereference_variable(var); 347 assign = new(mem_ctx) ir_assignment(op[i], orig_expr->operands[i]); 360 get_column(op[0], i)); 382 get_column(op[0], i), 383 get_column(op[1], i)); 393 if (op[0]->type->is_matrix()) { 394 if (op[1]->type->is_matrix()) [all...] |
/external/tcpdump/ |
print-ospf6.c | 495 ospf6_decode_v3(register const struct ospf6hdr *op, 505 switch (op->ospf6_type) { 516 TCHECK(op->ospf6_hello.hello_deadint); 518 EXTRACT_32BITS(&op->ospf6_hello.hello_options)); 520 ipaddr_string(&op->ospf6_hello.hello_ifid), 521 op->ospf6_hello.hello_priority, 522 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint), 523 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint)); 525 TCHECK(op->ospf6_hello.hello_dr); 526 if (op->ospf6_hello.hello_dr != 0 634 register const struct ospf6hdr *op; local [all...] |
/external/pixman/pixman/ |
pixman-inlines.h | 304 src_type_t, dst_type_t, OP, repeat_mode) \ 319 if (PIXMAN_OP_ ## OP == PIXMAN_OP_OVER && fully_transparent_src) \ 322 if (PIXMAN_OP_ ## OP != PIXMAN_OP_SRC && PIXMAN_OP_ ## OP != PIXMAN_OP_OVER) \ 347 if (PIXMAN_OP_ ## OP == PIXMAN_OP_OVER) \ 392 if (PIXMAN_OP_ ## OP == PIXMAN_OP_OVER) \ 593 src_type_t, dst_type_t, OP, repeat_mode) \ 594 FAST_NEAREST_SCANLINE(scaled_nearest_scanline_ ## scale_func_name ## _ ## OP, \ 596 OP, repeat_mode) \ 597 FAST_NEAREST_MAINLOOP_NOMASK(_ ## scale_func_name ## _ ## OP, \ [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testoverlay2.c | 97 Uint8 *p,*op[3]; local 106 op[0]=o->pixels[0]+o->pitches[0]*y; 107 op[1]=o->pixels[1]+o->pitches[1]*(y/2); 108 op[2]=o->pixels[2]+o->pitches[2]*(y/2); 112 *(op[0]++)=yuv[0]; 115 *(op[1]++)=yuv[2]; 116 *(op[2]++)=yuv[1]; 130 Uint8 *p,*op[3]; local 139 op[0]=o->pixels[0]+o->pitches[0]*y; 140 op[1]=o->pixels[1]+o->pitches[1]*(y/2) 163 Uint8 *p,*op; local 196 Uint8 *p,*op; local 232 Uint8 *p,*op; local [all...] |
/art/compiler/dex/quick/mips/ |
fp_mips.cc | 26 int op = kMipsNop; local 36 op = kMipsFadds; 40 op = kMipsFsubs; 44 op = kMipsFdivs; 48 op = kMipsFmuls; 67 NewLIR3(op, rl_result.low_reg, rl_src1.low_reg, rl_src2.low_reg); 73 int op = kMipsNop; local 79 op = kMipsFaddd; 83 op = kMipsFsubd; 87 op = kMipsFdivd 121 int op = kMipsNop; local [all...] |
/external/chromium_org/third_party/skia/src/pipe/ |
SkGPipePriv.h | 118 static inline uint32_t DrawOp_packOpFlagData(DrawOps op, unsigned flags, unsigned data) { 119 SkASSERT(0 == (op & ~DRAWOPS_OP_MASK)); 123 return (op << (DRAWOPS_FLAG_BITS + DRAWOPS_DATA_BITS)) | 262 static inline uint32_t PaintOp_packOp(PaintOps op) { 263 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 265 return op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS); 268 static inline uint32_t PaintOp_packOpData(PaintOps op, unsigned data) { 269 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 272 return (op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS)) | data; 275 static inline uint32_t PaintOp_packOpFlagData(PaintOps op, unsigned flags, unsigned data) [all...] |
/external/chromium_org/ui/gfx/ |
path_aura.cc | 28 new_region->op(*r1, *r2, SkRegion::kIntersect_Op); 35 new_region->op(*r1, *r2, SkRegion::kUnion_Op); 42 new_region->op(*r1, *r2, SkRegion::kDifference_Op);
|
/external/chromium_org/v8/test/webkit/fast/js/ |
function-toString-parentheses.js | 106 var op = ops[j]; 107 testLeftAssociativeSame(op, op); 109 testLeftAssociativeSame(ops[0], op); 114 testHigherFirst(op, nextOps[k]); 116 testHigherFirst(op, nextOps[0]); 124 var op = assignmentOperators[i]; 125 testRightAssociativeSame(op, op); 127 testRightAssociativeSame("=", op); [all...] |
/external/libvpx/libvpx/test/ |
vp8_fdct4x4_test.cc | 36 int16_t *op = output; local 47 op[0] = a1 + d1; 48 op[12] = a1 - d1; 49 op[4] = b1 + c1; 50 op[8] = b1 - c1; 52 ++op; 55 op = output; 65 op[0] = (a1 + d1 + 4) >> 3; 66 op[3] = (a1 - d1 + 4) >> 3; 67 op[1] = (b1 + c1 + 4) >> 3 [all...] |
/external/llvm/bindings/python/llvm/tests/ |
test_core.py | 11 op = OpCode.from_value(1) 12 self.assertTrue(isinstance(op, OpCode)) 13 self.assertEqual(op, OpCode.Ret)
|
/external/skia/src/pipe/ |
SkGPipePriv.h | 118 static inline uint32_t DrawOp_packOpFlagData(DrawOps op, unsigned flags, unsigned data) { 119 SkASSERT(0 == (op & ~DRAWOPS_OP_MASK)); 123 return (op << (DRAWOPS_FLAG_BITS + DRAWOPS_DATA_BITS)) | 262 static inline uint32_t PaintOp_packOp(PaintOps op) { 263 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 265 return op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS); 268 static inline uint32_t PaintOp_packOpData(PaintOps op, unsigned data) { 269 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 272 return (op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS)) | data; 275 static inline uint32_t PaintOp_packOpFlagData(PaintOps op, unsigned flags, unsigned data) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
class_properties.hpp | 92 #define DEFINE_PROPERTY_FREE_BINARY_OPERATOR( op ) \ 95 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \ 97 return lhs op rhs.get(); \ 101 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \ 103 return lhs.get() op rhs; \ 107 operator op( class_property<PropertyType> const& lhs, \ 110 return lhs.get() op rhs.get(); \ 121 #define DEFINE_PROPERTY_LOGICAL_OPERATOR( op ) \ 124 operator op( bool b, class_property<PropertyType> const& p ) \ 126 return b op p.get(); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 52 struct sh_op op; member in struct:dump_op 70 static void dump_op( struct sh_op op, const char *mnemonic ) 72 assert( op.is_reg == 0 ); 74 if (op.predicated) { 77 if (op.coissue) 81 switch (op.opcode) { 83 switch (op.control) { 100 switch (op.control) { 125 assert(op.control == 0); 479 struct dump_op *op, 575 struct sh_op op = *(struct sh_op *) assem; local [all...] |
svga_shader_op.c | 143 const struct sh_opcode_info *svga_opcode_info( uint op ) 147 if (op >= sizeof( opcode_info ) / sizeof( opcode_info[0] )) { 154 info = &opcode_info[op]; 159 _debug_printf("Missing information for opcode %u, '%s'\n", op, 160 opcode_info[op].mnemonic); 167 assert( op == info->svga_opcode );
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDisplayable.cpp | 198 for (SkOperand* op = array->begin(); op < array->end(); op++) { 202 SkDebugf("%s", op->fDisplayable->id); 205 SkDebugf("%d", op->fS32); 208 SkDebugf("%g", SkScalarToFloat(op->fScalar)); 212 SkDebugf("%s", op->fString->c_str()); 295 void SkDisplayable::dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOperand blankOp, 299 switch (op.fS32) { 309 if (op.fScalar != blankOp.fScalar || op2.fScalar != blankOp.fScalar) [all...] |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 52 struct sh_op op; member in struct:dump_op 70 static void dump_op( struct sh_op op, const char *mnemonic ) 72 assert( op.is_reg == 0 ); 74 if (op.predicated) { 77 if (op.coissue) 81 switch (op.opcode) { 83 switch (op.control) { 100 switch (op.control) { 125 assert(op.control == 0); 479 struct dump_op *op, 575 struct sh_op op = *(struct sh_op *) assem; local [all...] |
svga_shader_op.c | 143 const struct sh_opcode_info *svga_opcode_info( uint op ) 147 if (op >= sizeof( opcode_info ) / sizeof( opcode_info[0] )) { 154 info = &opcode_info[op]; 159 _debug_printf("Missing information for opcode %u, '%s'\n", op, 160 opcode_info[op].mnemonic); 167 assert( op == info->svga_opcode );
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 198 for (SkOperand* op = array->begin(); op < array->end(); op++) { 202 SkDebugf("%s", op->fDisplayable->id); 205 SkDebugf("%d", op->fS32); 208 SkDebugf("%g", SkScalarToFloat(op->fScalar)); 212 SkDebugf("%s", op->fString->c_str()); 295 void SkDisplayable::dumpValues(const SkMemberInfo* info, SkDisplayTypes type, SkOperand op, SkOperand blankOp, 299 switch (op.fS32) { 309 if (op.fScalar != blankOp.fScalar || op2.fScalar != blankOp.fScalar) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
ClipPathOperation.h | 93 DEFINE_TYPE_CASTS(ReferenceClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::REFERENCE, op.type() == ClipPathOperation::REFERENCE); 129 DEFINE_TYPE_CASTS(ShapeClipPathOperation, ClipPathOperation, op, op->type() == ClipPathOperation::SHAPE, op.type() == ClipPathOperation::SHAPE);
|