Searched defs:op (Results 126 - 150 of 1255) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.cpp57 StringKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, CSSValue* value, AnimationEffect::CompositeOperation op) argument
58 : Keyframe::PropertySpecificKeyframe(offset, easing, op)
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.cpp47 AnimatableValueKeyframe::PropertySpecificKeyframe::PropertySpecificKeyframe(double offset, PassRefPtr<TimingFunction> easing, const AnimatableValue* value, AnimationEffect::CompositeOperation op) argument
48 : Keyframe::PropertySpecificKeyframe(offset, easing, op)
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.cpp33 TOperator op = EOpNull; local
37 op = unOp->getOp();
41 op = binOp->getOp();
49 switch (op)
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp48 void (CmdOp::*op) (); member in class:CmdOp
50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){
65 (this->*op)();
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp8_fdct4x4_test.cc31 int16_t *op = output; local
42 op[0] = a1 + d1;
43 op[12] = a1 - d1;
44 op[4] = b1 + c1;
45 op[8] = b1 - c1;
47 ++op;
50 op = output;
60 op[0] = (a1 + d1 + 4) >> 3;
61 op[3] = (a1 - d1 + 4) >> 3;
62 op[
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_target_nvc0.cpp205 operation op;
286 opInfo[i].op = (operation)i;
315 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NEG;
317 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_ABS;
319 opInfo[prop->op].srcMods[s] |= NV50_IR_MOD_NOT;
321 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_MEMORY_CONST;
323 opInfo[prop->op].srcFiles[s] |= 1 << (int)FILE_IMMEDIATE;
325 opInfo[prop->op].immdBits = 0xffffffff;
328 opInfo[prop->op].dstMods = NV50_IR_MOD_SAT;
397 return (!i->asTex() && i->op !
458 isOpSupported(operation op, DataType ty) const argument
526 isPostMultiplySupported(operation op, float f, int& e) const argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vector.cpp67 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.cpp158 unsigned int level, unsigned int layer, gen6_hiz_op op)
160 brw_hiz_op_params params(mt, level, layer, op);
186 gen6_hiz_op op)
188 this->hiz_op = op;
157 intel_hiz_exec(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
183 brw_hiz_op_params(struct intel_mipmap_tree *mt, unsigned int level, unsigned int layer, gen6_hiz_op op) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dstencil.c59 validate_stencil_op(struct gl_context *ctx, GLenum op) argument
61 switch (op) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h183 static void VerifyUTF8String(const char* data, int size, Operation op);
190 Operation op);
230 WireFormat::Operation op) {
232 WireFormat::VerifyUTF8StringFallback(data, size, op);
235 (void)data; (void)size; (void)op;
229 VerifyUTF8String(const char* data, int size, WireFormat::Operation op) argument
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.h31 explicit Prefilter(Op op);
34 Op op() { return op_; } function in class:re2::Prefilter
69 static Prefilter* AndOr(Op op, Prefilter* a, Prefilter* b);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleAAClip.cpp14 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op, argument
19 c2.op(c0, c1, op);
28 SkRegion::Op op; member in struct:__anon15128
38 testop(gRec[i].r0, gRec[i].r1, gRec[i].op, gRec[i].expectedR);
97 aaclip3.op(aaclip, aaclip2, SkRegion::kIntersect_Op);
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptDecompile.cpp14 #define TypeOpName(op) {SkScriptEngine2::op, #op }
90 #define OperandName(op) {SkOperand2::op, #op }
108 SkScriptEngine2::TypeOp op = SkScriptEngine2::kNop; local
111 SkASSERT(gOpNames[index].fOp == op);
112 op = (SkScriptEngine2::TypeOp) (op
128 SkScriptEngine2::TypeOp op = (SkScriptEngine2::TypeOp) *opCode++; local
[all...]
H A DSkScriptRuntime.cpp64 SkScriptEngine2::TypeOp op; local
70 switch ((op = (SkScriptEngine2::TypeOp) *opCode++)) {
126 registerLoad = op - SkScriptEngine2::kIntegerAccumulator;
132 registerLoad = op - SkScriptEngine2::kScalarAccumulator;
140 registerLoad = op - SkScriptEngine2::kStringAccumulator;
192 if (op == SkScriptEngine2::kIntToString || op == SkScriptEngine2::kIntToString2)
193 strPtr->appendS32(operand[op - SkScriptEngine2::kIntToString].fS32);
195 strPtr->appendScalar(operand[op - SkScriptEngine2::kScalarToString].fScalar);
200 operand[0].fScalar = SkScriptEngine2::IntToScalar(operand[op
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStack.cpp37 fCanvasData[i-1].requiredClip.op(localBounds, SkRegion::kDifference_Op);
80 void SkCanvasStack::onClipRect(const SkRect& r, SkRegion::Op op, ClipEdgeStyle edgeStyle) { argument
81 this->INHERITED::onClipRect(r, op, edgeStyle);
85 void SkCanvasStack::onClipRRect(const SkRRect& rr, SkRegion::Op op, ClipEdgeStyle edgeStyle) { argument
86 this->INHERITED::onClipRRect(rr, op, edgeStyle);
90 void SkCanvasStack::onClipPath(const SkPath& p, SkRegion::Op op, ClipEdgeStyle edgeStyle) { argument
91 this->INHERITED::onClipPath(p, op, edgeStyle);
95 void SkCanvasStack::onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op) { argument
101 tempRegion.op(fCanvasData[i].requiredClip, SkRegion::kIntersect_Op);
102 fList[i]->clipRegion(tempRegion, op);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dstatus.c46 int sqlite3StatusValue(int op){ argument
48 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
49 return wsdStat.nowValue[op];
56 void sqlite3StatusAdd(int op, int N){ argument
58 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
59 wsdStat.nowValue[op] += N;
60 if( wsdStat.nowValue[op]>wsdStat.mxValue[op] ){
68 sqlite3StatusSet(int op, int X) argument
84 sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag) argument
100 sqlite3_db_status( sqlite3 *db, int op, int *pCurrent, int *pHighwater, int resetFlag ) argument
[all...]
/external/chromium_org/third_party/zlib/
H A Dinffast.c91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
[all...]
/external/chromium_org/ui/gfx/test/
H A Dfontconfig_util_linux.cc135 const std::string& op,
142 name.c_str(), op.c_str(), type.c_str(), value.c_str(), type.c_str());
134 CreateFontconfigTestStanza(const std::string& name, const std::string& op, const std::string& type, const std::string& value) argument
/external/chromium_org/v8/src/
H A Dcode-factory.cc46 Callable CodeFactory::CompareIC(Isolate* isolate, Token::Value op) { argument
47 Handle<Code> code = CompareIC::GetUninitialized(isolate, op);
53 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, argument
55 BinaryOpICStub stub(isolate, op, mode);
/external/chromium_org/v8/src/compiler/
H A Dgraph.h28 Node* NewNode(const Operator* op, int input_count, Node** inputs);
31 Node* NewNode(const Operator* op) { argument
32 return NewNode(op, 0, static_cast<Node**>(NULL));
34 Node* NewNode(const Operator* op, Node* n1) { return NewNode(op, 1, &n1); } argument
35 Node* NewNode(const Operator* op, Node* n1, Node* n2) { argument
37 return NewNode(op, arraysize(nodes), nodes);
39 Node* NewNode(const Operator* op, Node* n1, Node* n2, Node* n3) { argument
41 return NewNode(op, arraysize(nodes), nodes);
43 Node* NewNode(const Operator* op, Nod argument
47 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5) argument
52 NewNode(const Operator* op, Node* n1, Node* n2, Node* n3, Node* n4, Node* n5, Node* n6) argument
[all...]
H A Djs-graph.cc19 Node* JSGraph::NewNode(const Operator* op) { argument
20 Node* node = graph()->NewNode(op);
H A Dmachine-operator-unittest.cc72 const Operator* op = machine.Load(GetParam()); local
74 EXPECT_EQ(2, OperatorProperties::GetValueInputCount(op));
75 EXPECT_EQ(1, OperatorProperties::GetEffectInputCount(op));
76 EXPECT_EQ(0, OperatorProperties::GetControlInputCount(op));
77 EXPECT_EQ(3, OperatorProperties::GetTotalInputCount(op));
79 EXPECT_EQ(1, OperatorProperties::GetValueOutputCount(op));
80 EXPECT_EQ(1, OperatorProperties::GetEffectOutputCount(op));
81 EXPECT_EQ(0, OperatorProperties::GetControlOutputCount(op));
130 const Operator* op = machine.Store(GetParam()); local
132 EXPECT_EQ(3, OperatorProperties::GetValueInputCount(op));
238 const Operator* op = (machine.*pop.constructor)(); local
255 const Operator* op = (machine.*pop.constructor)(); local
263 const Operator* op = (machine.*pop.constructor)(); local
[all...]
H A Doperator-properties-inl.h17 inline bool OperatorProperties::HasValueInput(const Operator* op) { argument
18 return OperatorProperties::GetValueInputCount(op) > 0;
21 inline bool OperatorProperties::HasContextInput(const Operator* op) { argument
22 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode());
26 inline bool OperatorProperties::HasEffectInput(const Operator* op) { argument
27 return OperatorProperties::GetEffectInputCount(op) > 0;
30 inline bool OperatorProperties::HasControlInput(const Operator* op) { argument
31 return OperatorProperties::GetControlInputCount(op) > 0;
34 inline bool OperatorProperties::HasFrameStateInput(const Operator* op) { argument
39 switch (op
87 GetValueInputCount(const Operator* op) argument
91 GetContextInputCount(const Operator* op) argument
95 GetFrameStateInputCount(const Operator* op) argument
99 GetEffectInputCount(const Operator* op) argument
109 GetControlInputCount(const Operator* op) argument
131 GetTotalInputCount(const Operator* op) argument
140 HasValueOutput(const Operator* op) argument
144 HasEffectOutput(const Operator* op) argument
151 HasControlOutput(const Operator* op) argument
157 GetValueOutputCount(const Operator* op) argument
161 GetEffectOutputCount(const Operator* op) argument
171 IsBasicBlockBegin(const Operator* op) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.cc46 Node* SimplifiedGraphBuilder::MakeNode(const Operator* op, argument
49 DCHECK(op->InputCount() == value_input_count);
51 DCHECK(!OperatorProperties::HasContextInput(op));
52 DCHECK(!OperatorProperties::HasFrameStateInput(op));
53 bool has_control = OperatorProperties::GetControlInputCount(op) == 1;
54 bool has_effect = OperatorProperties::GetEffectInputCount(op) == 1;
56 DCHECK(OperatorProperties::GetControlInputCount(op) < 2);
57 DCHECK(OperatorProperties::GetEffectInputCount(op) < 2);
61 result = graph()->NewNode(op, value_input_count, value_inputs);
75 result = graph()->NewNode(op, input_count_with_dep
[all...]
/external/clang/test/SemaCXX/
H A Dnamespace.cpp74 namespace op { namespace in namespace:PR6620::numeric
78 extern op::greater const greater;
84 op::greater const greater = op::greater();

Completed in 504 milliseconds

1234567891011>>