/external/mesa3d/src/glsl/ |
lower_vector.cpp | 67 ir_rvalue *op = ir->operands[i]; local 69 while (op != NULL) { 70 switch (op->ir_type) { 72 const ir_constant *const c = op->as_constant(); 77 op = NULL; 82 ir_dereference_variable *const d = (ir_dereference_variable *) op; 88 op = NULL; 93 ir_expression *const ex = (ir_expression *) op; 98 op = ex->operands[0]; 103 op = ((ir_swizzle *) op)->val [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
expr.c | 34 int op = pExpr->op; local 35 if( op==TK_SELECT ){ 40 if( op==TK_CAST ){ 45 if( (op==TK_AGG_COLUMN || op==TK_COLUMN || op==TK_REGISTER) 48 /* op==TK_REGISTER && pExpr->pTab!=0 happens when pExpr was originally 96 int op; local 99 op = p->op 1247 u8 op; local 1291 u8 op; local 2137 int op = IsVirtual(pTab) ? OP_VColumn : OP_Column; local 2262 int op; \/* The opcode being coded *\/ local 3165 int op = 0; local 3285 int op = 0; local [all...] |
/dalvik/vm/compiler/codegen/arm/FP/ |
Thumb2VFP.cpp | 21 int op = kThumbBkpt; local 31 op = kThumb2Vadds; 35 op = kThumb2Vsubs; 39 op = kThumb2Vdivs; 43 op = kThumb2Vmuls; 57 newLIR3(cUnit, (ArmOpcode)op, rlResult.lowReg, rlSrc1.lowReg, 67 int op = kThumbBkpt; local 73 op = kThumb2Vaddd; 77 op = kThumb2Vsubd; 81 op = kThumb2Vdivd 114 int op = kThumbBkpt; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryEvaluator.cpp | 157 bool compareValue(T a, T b, MediaFeaturePrefix op) 159 switch (op) { 170 static bool compareAspectRatioValue(CSSValue* value, int width, int height, MediaFeaturePrefix op) 174 return compareValue(width * static_cast<int>(aspectRatio->denominatorValue()), height * static_cast<int>(aspectRatio->numeratorValue()), op); 190 static bool colorMediaFeatureEval(CSSValue* value, RenderStyle*, Frame* frame, MediaFeaturePrefix op) 195 return numberValue(value, number) && compareValue(bitsPerComponent, static_cast<int>(number), op); 200 static bool colorIndexMediaFeatureEval(CSSValue* value, RenderStyle*, Frame*, MediaFeaturePrefix op) 209 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op); 212 static bool monochromeMediaFeatureEval(CSSValue* value, RenderStyle* style, Frame* frame, MediaFeaturePrefix op) 217 return numberValue(value, number) && compareValue(0, static_cast<int>(number), op); [all...] |
/bionic/libc/kernel/common/linux/ |
blkpg.h | 26 int op; member in struct:blkpg_ioctl_arg
|
/cts/tests/tests/opengl/libopengltest/ |
color_one.h | 30 static void checkGlError(const char* op);
|
/dalvik/vm/mterp/armv5te/ |
unop.S | 4 * specifies an instruction that performs "result = op r0". 15 $preinstr @ optional op; may set condition codes 17 $instr @ r0<- op, r0-r3 changed
|
/dalvik/vm/mterp/armv6t2/ |
unop.S | 4 * specifies an instruction that performs "result = op r0". 14 $preinstr @ optional op; may set condition codes 16 $instr @ r0<- op, r0-r3 changed
|
unopNarrower.S | 4 * that specifies an instruction that performs "result = op r0/r1", where 18 $preinstr @ optional op; may set condition codes 19 $instr @ r0<- op, r0-r3 changed
|
unopWider.S | 4 * that specifies an instruction that performs "result = op r0", where 14 $preinstr @ optional op; may set condition codes 16 $instr @ r0<- op, r0-r3 changed
|
/dalvik/vm/mterp/mips/ |
binop.S | 4 * specifies an instruction that performs "result = a0 op a1". 29 $preinstr # optional op 30 $instr # $result <- op, a0-a3 changed
|
binop2addr.S | 4 * that specifies an instruction that performs "result = a0 op a1". 25 $preinstr # optional op 26 $instr # $result <- op, a0-a3 changed
|
unflop.S | 4 * specifies an instruction that performs "result = op a0". 17 $preinstr # optional op 20 $instr # a0 <- op, a0-a3 changed
|
unopWide.S | 4 * specifies an instruction that performs "result = op a0/a1". 16 $preinstr # optional op 17 $instr # a0/a1 <- op, a2-a3 changed
|
unopWider.S | 4 * that specifies an instruction that performs "result = op a0", where 15 $preinstr # optional op 16 $instr # result <- op, a0-a3 changed
|
/development/ndk/platforms/android-3/include/linux/ |
blkpg.h | 21 int op; member in struct:blkpg_ioctl_arg
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_utils_win.h | 18 DWORD WebDragOpToWinDragOp(WebKit::WebDragOperation op);
|
/external/chromium/chrome/browser/ui/cocoa/ |
image_utils.h | 21 operation:(NSCompositingOperation)op
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
origin_operation_queue_unittest.cc | 17 OriginOperation op; local 18 op = queue->Pop(); 19 EXPECT_EQ(expected_origin, op.origin); 20 EXPECT_EQ(expected_type, op.type);
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_utils_win.h | 17 DWORD WebDragOpToWinDragOp(blink::WebDragOperation op);
|
/external/chromium_org/gpu/config/ |
gpu_control_list_number_info_unittest.cc | 20 const std::string op[] = { local 29 for (size_t i = 0; i < arraysize(op); ++i) { 32 if (op[i] != "any") 34 if (op[i] == "between") 36 FloatInfo info(op[i], value1, value2); 55 const std::string op[] = { local 62 for (size_t i = 0; i < arraysize(op); ++i) { 63 FloatInfo info(op[i], std::string(), std::string()); 118 const std::string op[] = { local 127 for (size_t i = 0; i < arraysize(op); ++i) 149 const std::string op[] = { local [all...] |
/external/chromium_org/ppapi/shared_impl/ |
file_io_state_manager.h | 53 void SetPendingOperation(OperationType op);
|
/external/chromium_org/third_party/skia/include/core/ |
SkRegion.h | 125 * faster than calling region.op(rect, kUnion_Op) in a loop. If count is 240 enum Op { 241 kDifference_Op, //!< subtract the op region from the first region 245 /** subtract the first region from the op region */ 247 kReplace_Op //!< replace the dst region with the op region 251 * Set this region to the result of applying the Op to this region and the 252 * specified rectangle: this = (this op rect). 255 bool op(const SkIRect& rect, Op op) { return this->op(*this, rect, op); function in class:SkRegion 262 bool op(int left, int top, int right, int bottom, Op op) { function in class:SkRegion 273 bool op(const SkRegion& rgn, Op op) { return this->op(*this, rgn, op); } function in class:SkRegion [all...] |
/external/chromium_org/third_party/skia/include/pathops/ |
SkPathOps.h | 19 kDifference_PathOp, //!< subtract the op path from the first path 23 kReverseDifference_PathOp, //!< subtract the first path from the op path 26 /** Set this path to the result of applying the Op to this path and the 27 specified path: this = (this op operand). 41 bool SK_API Op(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.h | 40 SkRegion::Op op = SkRegion::kIntersect_Op, 43 SkRegion::Op op = SkRegion::kIntersect_Op) SK_OVERRIDE; 45 SkRegion::Op op = SkRegion::kIntersect_Op, 48 SkRegion::Op op = SkRegion::kIntersect_Op,
|