/frameworks/native/opengl/tests/gl_perf/ |
gl2_perf.cpp | 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 37 fprintf(stderr, "%s() returned %d\n", op, returnVal); 42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), 47 static void checkGlError(const char* op) { 50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
|
/frameworks/native/opengl/tests/lib/ |
glTestLib.cpp | 48 void glTestCheckEglError(const char* op, EGLBoolean returnVal) 51 testPrintE("%s() returned %d", op, returnVal); 57 op, EGLUtils::strerror(error), error); 61 void glTestCheckGlError(const char* op) 65 testPrintE("after %s() glError (0x%x)", op, error);
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
ANTLRv3.g | 263 atom: range ( (op='^'|op='!') -> ^($op range) | -> range ) 265 | notSet ( (op='^'|op='!') -> ^($op notSet) | -> notSet ) 266 | RULE_REF ( arg=ARG_ACTION )? ( (op='^'|op='!') )? 267 -> {$arg!=null&&op!=null}? ^($op RULE_REF $arg [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 269 RewriteOperation op = new InsertBeforeOp(this, index, text); 271 op.instructionIndex = rewrites.Count; 272 rewrites.Add(op); 295 RewriteOperation op = new ReplaceOp(this, from, to, text); 297 op.instructionIndex = rewrites.Count; 298 rewrites.Add(op); 412 RewriteOperation op; 413 bool exists = indexToOp.TryGetValue(i, out op); 420 if (!exists || op == null) { 427 i = op.Execute(buf); // execute operation and ski [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 306 RewriteOperation op = new InsertBeforeOp( this, index, text ); 308 op.instructionIndex = rewrites.Count; 309 rewrites.Add( op ); 338 RewriteOperation op = new ReplaceOp( this, from, to, text ); 340 op.instructionIndex = rewrites.Count; 341 rewrites.Add( op ); 477 RewriteOperation op; 478 bool exists = indexToOp.TryGetValue( i, out op ); 486 if ( !exists || op == null ) 496 i = op.Execute( buf ); // execute operation and ski [all...] |
/external/freetype/src/cff/ |
cffgload.c | 76 cff_op_dotsection, /* deprecated, acts as no-op */ 940 CFF_Operator op; local 1016 op = cff_op_unknown; 1021 op = cff_op_hstem; 1024 op = cff_op_vstem; 1027 op = cff_op_vmoveto; 1030 op = cff_op_rlineto; 1033 op = cff_op_hlineto; 1036 op = cff_op_vlineto; 1039 op = cff_op_rrcurveto [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenRewriteStream.java | 241 RewriteOperation op = new InsertBeforeOp(index,text); local 243 op.instructionIndex = rewrites.size(); 244 rewrites.add(op); 267 RewriteOperation op = new ReplaceOp(from, to, text); local 269 op.instructionIndex = rewrites.size(); 270 rewrites.add(op); 379 RewriteOperation op = (RewriteOperation)indexToOp.get(new Integer(i)); local 382 if ( op==null ) { 388 i = op.execute(buf); // execute operation and skip 400 RewriteOperation op = (RewriteOperation)it.next() local 461 RewriteOperation op = (RewriteOperation)rewrites.get(i); local 512 RewriteOperation op = (RewriteOperation)rewrites.get(i); local 546 RewriteOperation op = (RewriteOperation)rewrites.get(i); local 572 RewriteOperation op = (RewriteOperation)rewrites.get(i); local [all...] |
/external/valgrind/main/VEX/priv/ |
host_x86_isel.c | 91 static IRExpr* unop ( IROp op, IRExpr* a ) 93 return IRExpr_Unop(op, a); 96 static IRExpr* binop ( IROp op, IRExpr* a1, IRExpr* a2 ) 98 return IRExpr_Binop(op, a1, a2); 773 /* --------- TERNARY OP --------- */ 777 if (e->Iex.Triop.op == Iop_PRemC3210F64 778 || e->Iex.Triop.op == Iop_PRem1C3210F64) { 786 e->Iex.Binop.op==Iop_PRemC3210F64 801 /* --------- BINARY OP --------- */ 807 if (e->Iex.Binop.op == Iop_Sub32 && isZeroU32(e->Iex.Binop.arg1)) 2123 X86AluOp op = e->Iex.Binop.op==Iop_Or64 ? Xalu_OR local 3146 X86SseOp op = Xsse_INVALID; local [all...] |
host_ppc_defs.h | 353 Bool /* is this a 32bit or 64bit op? */ ); 459 Pin_FpUnary, /* FP unary op */ 460 Pin_FpBinary, /* FP binary op */ 461 Pin_FpMulAcc, /* FP multipy-accumulate style op */ 514 PPCAluOp op; member in struct:__anon13409::__anon13410::__anon13412 524 PPCShftOp op; member in struct:__anon13409::__anon13410::__anon13413 549 PPCUnaryOp op; member in struct:__anon13409::__anon13410::__anon13416 635 PPCFpOp op; member in struct:__anon13409::__anon13410::__anon13429 640 PPCFpOp op; member in struct:__anon13409::__anon13410::__anon13430 646 PPCFpOp op; member in struct:__anon13409::__anon13410::__anon13431 711 PPCAvOp op; member in struct:__anon13409::__anon13410::__anon13441 716 PPCAvOp op; member in struct:__anon13409::__anon13410::__anon13442 722 PPCAvOp op; member in struct:__anon13409::__anon13410::__anon13443 728 PPCAvOp op; member in struct:__anon13409::__anon13410::__anon13444 734 PPCAvOp op; member in struct:__anon13409::__anon13410::__anon13445 740 PPCAvFpOp op; member in struct:__anon13409::__anon13410::__anon13446 746 PPCAvFpOp op; member in struct:__anon13409::__anon13410::__anon13447 [all...] |
/external/e2fsprogs/intl/ |
plural.c | 69 enum operator op; member in union:__anon6164 84 new_exp (int nargs, enum operator op, struct expression * const *args) 99 newp->operation = op; 113 new_exp_0 (enum operator op) 115 return new_exp (0, op, NULL); 119 new_exp_1 (enum operator op, struct expression *right) 124 return new_exp (1, op, args); 128 new_exp_2 (enum operator op, struct expression *left, struct expression *right) 134 return new_exp (2, op, args); 138 new_exp_3 (enum operator op, struct expression *bexp [all...] |
/external/bluetooth/glib/gio/ |
gfileenumerator.c | 608 next_async_op_free (NextAsyncOp *op) 611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL); 612 g_list_free (op->files); 614 g_free (op); 624 NextAsyncOp *op; local 632 op = g_simple_async_result_get_op_res_gpointer (res); 636 for (i = 0; i < op->num_files; i++) 659 op->files = g_list_prepend (op->files, info); 672 NextAsyncOp *op; local 692 NextAsyncOp *op; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeAnalyzer.java | 82 int op = ci.byteAt(index); local 83 stackDepth = visitInst(op, ci, index, stackDepth); 87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth)) 90 if (isEnd(op)) // return, ireturn, athrow, ... 93 if (op == JSR || op == JSR_W) 211 private int visitInst(int op, CodeIterator ci, int index, int stack) 215 switch (op) { 249 op = ci.byteAt(index + 1); 252 stack += STACK_GROW[op]; [all...] |
/external/kernel-headers/original/linux/ |
signal.h | 95 #define _SIG_SET_BINOP(name, op) \ 105 r->sig[3] = op(a3, b3); \ 106 r->sig[2] = op(a2, b2); \ 109 r->sig[1] = op(a1, b1); \ 112 r->sig[0] = op(a0, b0); \ 133 #define _SIG_SET_OP(name, op) \ 139 case 4: set->sig[3] = op(set->sig[3]); \ 140 set->sig[2] = op(set->sig[2]); \ 141 case 2: set->sig[1] = op(set->sig[1]); \ 142 case 1: set->sig[0] = op(set->sig[0]); [all...] |
/external/skia/src/animator/ |
SkParseSVGPath.cpp | 120 char op = '\0'; local 129 if (op == '\0') 133 op = ch; 135 if (islower(op)) { 136 op = (char) toupper(op); 142 switch (op) { 146 op = 'L'; 217 op = '\0'; 232 previousOp = op; [all...] |
/external/skia/src/utils/ |
SkParsePath.cpp | 76 char op = '\0'; local 86 if (op == '\0') { 90 op = ch; 92 if (is_lower(op)) { 93 op = (char) to_upper(op); 99 switch (op) { 103 op = 'L'; 164 op = '\0'; 178 previousOp = op; [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
Image.cpp | 79 void Image::fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color, ColorSpace styleColorSpace, CompositeOperator op) 85 ctxt->setCompositeOperation(!color.hasAlpha() && op == CompositeSourceOver ? CompositeCopy : op); 108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op) 111 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op); 136 draw(ctxt, destRect, visibleSrcRect, styleColorSpace, op); 142 drawPattern(ctxt, tileRect, patternTransform, oneTileRect.location(), styleColorSpace, op, destRect); 148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator op) 151 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op); 174 drawPattern(ctxt, srcRect, patternTransform, patternPhase, styleColorSpace, op, dstRect) [all...] |
/frameworks/native/include/ui/ |
Region.h | 139 Region& operationSelf(const Rect& r, int op); 140 Region& operationSelf(const Region& r, int op); 141 Region& operationSelf(const Region& r, int dx, int dy, int op); 142 const Region operation(const Rect& rhs, int op) const; 143 const Region operation(const Region& rhs, int op) const; 144 const Region operation(const Region& rhs, int dx, int dy, int op) const; 146 static void boolean_operation(int op, Region& dst, 148 static void boolean_operation(int op, Region& dst, 151 static void boolean_operation(int op, Region& dst, 153 static void boolean_operation(int op, Region& dst [all...] |
/dalvik/vm/mterp/ |
gen-mterp.py | 181 raise DataParseError("op requires exactly two arguments") 183 raise DataParseError("op statements must be between opStart/opEnd") 189 print "Note: op overrides earlier %s (%s -> %s)" \ 201 op = opcodes[i] 203 dict.update({ "opcode":op, "opnum":i }) 275 op = opcodes[i] 277 if opcode_locations.has_key(op): 278 location = opcode_locations[op] 291 # too annoying to try to slide it in after the alignment psuedo-op, so 319 op = opcodes[opindex [all...] |
/external/e2fsprogs/misc/ |
uuidd.c | 141 static int call_daemon(const char *socket_path, int op, char *buf, 151 if (((op == 4) || (op == 5)) && !num) { 176 if (op == 5) { 180 op_buf[0] = op; 182 if ((op == 4) || (op == 5)) { 210 if ((ret > 0) && (op == 4)) { 216 if ((ret > 0) && (op == 5)) { 238 char op, str[37] local [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLRv3.g | 257 ( (op='^'|op='!') -> ^($op range) 261 ( (op='^'|op='!') -> ^($op notSet) 265 ( (op='^'|op='!') -> ^($op RULE_REF ARG_ACTION?) 323 ( op='?' -> ^(OPTIONAL[op] block [all...] |
/frameworks/base/libs/hwui/ |
DisplayListRenderer.cpp | 309 int op = mReader.readInt(); local 310 if (op & OP_MAY_BE_SKIPPED_MASK) { 313 op &= ~OP_MAY_BE_SKIPPED_MASK; 316 switch (op) { 319 ALOGD("%s%s %p", (char*) indent, OP_NAMES[op], functor); 324 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], rendererNum); 328 ALOGD("%s%s", (char*) indent, OP_NAMES[op]); 333 ALOGD("%s%s %d", (char*) indent, OP_NAMES[op], restoreCount); 344 OP_NAMES[op], f1, f2, f3, f4, paint, flags); 355 OP_NAMES[op], f1, f2, f3, f4, alpha, flags) 868 int op = mReader.readInt(); local [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 118 this.op = (unsigned char)64; /* invalid code marker */ 220 this.op = (unsigned char)0; 224 this.op = (unsigned char)(extra[work[sym]]); 228 this.op = (unsigned char)(32 + 64); /* end of block */ 285 (*table)[low].op = (unsigned char)curr; 298 this.op = (unsigned char)64; /* invalid code marker */
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
ImageCairo.cpp | 96 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op) 112 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op); 122 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame)) 125 context->setCompositeOperation(op); 167 const FloatPoint& phase, ColorSpace colorSpace, CompositeOperator op, const FloatRect& destRect) 174 drawPatternToCairoContext(cr, image, size(), tileRect, patternTransform, phase, toCairoOperator(op), destRect);
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
ImageOpenVG.cpp | 132 void BitmapImage::draw(GraphicsContext* context, const FloatRect& dst, const FloatRect& src, ColorSpace styleColorSpace, CompositeOperator op) 144 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op); 151 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame)) 154 context->setCompositeOperation(op); 171 CompositeOperator op, const FloatRect& dst) 183 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
|
/external/zlib/ |
inftrees.c | 118 here.op = (unsigned char)64; /* invalid code marker */ 220 here.op = (unsigned char)0; 224 here.op = (unsigned char)(extra[work[sym]]); 228 here.op = (unsigned char)(32 + 64); /* end of block */ 286 (*table)[low].op = (unsigned char)curr; 296 here.op = (unsigned char)64; /* invalid code marker */
|