/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 114 m_ops.setOp(0,OpCodes.OP_XPATH); in initXPath() 115 m_ops.setOp(OpMap.MAPINDEX_LENGTH,2); in initXPath() 190 m_ops.setOp(0, OpCodes.OP_MATCHPATTERN); in initMatchPattern() 191 m_ops.setOp(OpMap.MAPINDEX_LENGTH, 2); in initMatchPattern() 215 m_ops.setOp(m_ops.getOp(OpMap.MAPINDEX_LENGTH), OpCodes.ENDOP); in initMatchPattern() 216 m_ops.setOp(OpMap.MAPINDEX_LENGTH, m_ops.getOp(OpMap.MAPINDEX_LENGTH)+1); in initMatchPattern() 753 m_ops.setOp(i + length, m_ops.getOp(i)); in insertOp() 756 m_ops.setOp(pos,op); in insertOp() 757 m_ops.setOp(OpMap.MAPINDEX_LENGTH,totalLen + length); in insertOp() 773 m_ops.setOp(totalLen, op); in appendOp() [all …]
|
D | OpMap.java | 185 public void setOp(int opPos, int value) in setOp() method in OpMap
|
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 410 newElement->setOp(kDifference_SkClipOp); in walkStack() 440 element->setOp(kReplace_SkClipOp); in walkStack() 449 element->setOp(kReplace_SkClipOp); in walkStack() 455 element->setOp(kReplace_SkClipOp); in walkStack() 471 element->setOp(kReplace_SkClipOp); in walkStack()
|
/external/skqp/src/gpu/ |
D | GrReducedClip.cpp | 391 newElement->setOp(kDifference_SkClipOp); in walkStack() 421 element->setOp(kReplace_SkClipOp); in walkStack() 430 element->setOp(kReplace_SkClipOp); in walkStack() 436 element->setOp(kReplace_SkClipOp); in walkStack() 452 element->setOp(kReplace_SkClipOp); in walkStack()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | Intermediate.cpp | 2488 mix->setOp(EOpMix); in addSelection() 2727 loopSequence->setOp(EOpNull); in addForLoop() 3396 node.setOp(op); in promoteBinary() 3527 node.setOp(op == EOpMulAssign ? EOpMatrixTimesScalarAssign : EOpMatrixTimesScalar); in promoteBinary() 3567 node.setOp(op = EOpVectorTimesMatrix); in promoteBinary() 3570 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary() 3577 node.setOp(op = EOpMatrixTimesVector); in promoteBinary() 3580 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary() 3585 node.setOp(op = EOpMatrixTimesMatrix); in promoteBinary() 3591 node.setOp(op = EOpVectorTimesScalar); in promoteBinary() [all …]
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Intermediate.cpp | 2488 mix->setOp(EOpMix); in addSelection() 2727 loopSequence->setOp(EOpNull); in addForLoop() 3396 node.setOp(op); in promoteBinary() 3527 node.setOp(op == EOpMulAssign ? EOpMatrixTimesScalarAssign : EOpMatrixTimesScalar); in promoteBinary() 3567 node.setOp(op = EOpVectorTimesMatrix); in promoteBinary() 3570 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary() 3577 node.setOp(op = EOpMatrixTimesVector); in promoteBinary() 3580 node.setOp(op = EOpMatrixTimesScalar); in promoteBinary() 3585 node.setOp(op = EOpMatrixTimesMatrix); in promoteBinary() 3591 node.setOp(op = EOpVectorTimesScalar); in promoteBinary() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | AnalyzeCallDepth.cpp | 101 node->setOp(EOpPrototype); in removeIfUnreachable()
|
D | glslang.y | 613 aggNode->setOp(EOpDeclaration); 1426 $3->setOp(EOpSequence); 1450 $2->setOp(EOpSequence);
|
D | Intermediate.cpp | 559 aggNode->setOp(op); in setAggregateOperator() 645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma() 778 aggRoot->setOp(EOpSequence); in postProcess()
|
D | intermediate.h | 462 void setOp(TOperator o) { op = o; } in setOp() function
|
D | ParseHelper.cpp | 1620 aggregate->setOp(EOpInvariantDeclaration); in parseInvariantDeclaration() 1866 prototype->setOp(EOpPrototype); in addFunctionPrototypeDeclaration() 2468 aggregate->setOp(EOpDeclaration); in addInterfaceBlock()
|
D | glslang_tab.cpp | 3086 aggNode->setOp(EOpDeclaration); in yyparse() 4502 (yyvsp[-2].interm.intermAggregate)->setOp(EOpSequence); in yyparse() 4558 (yyvsp[-1].interm.intermAggregate)->setOp(EOpSequence); in yyparse()
|
/external/skqp/src/core/ |
D | SkClipStack.h | 137 void setOp(SkClipOp op) { fOp = op; } in setOp() function
|
/external/skia/src/core/ |
D | SkClipStack.h | 152 void setOp(SkClipOp op) { fOp = op; } in setOp() function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 1365 void setOp(TOperator newOp) { op = newOp; } in setOp() function
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 1359 void setOp(TOperator newOp) { op = newOp; } in setOp() function
|
/external/bcc/tests/cc/ |
D | catch.hpp | 1245 ResultBuilder& setOp( std::string const& op ); 1869 .setOp( Internal::OperatorTraits<Op>::getName() ); in captureExpression() 2163 .setOp( "matches" ) \ 8187 ResultBuilder& ResultBuilder::setOp( std::string const& op ) { in setOp() function in Catch::ResultBuilder
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3197 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle() 4646 node->getAsOperator()->setOp(EOpSubpassLoadMS); in decomposeSampleMethods() 8316 seq->setOp(EOpComma); in handleConstructor()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3197 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle() 4646 node->getAsOperator()->setOp(EOpSubpassLoadMS); in decomposeSampleMethods() 8320 seq->setOp(EOpComma); in handleConstructor()
|