Searched refs:getOp (Results 1 - 25 of 28) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java215 m_ops.setOp(m_ops.getOp(OpMap.MAPINDEX_LENGTH), OpCodes.ENDOP);
216 m_ops.setOp(OpMap.MAPINDEX_LENGTH, m_ops.getOp(OpMap.MAPINDEX_LENGTH)+1);
749 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
753 m_ops.setOp(i + length, m_ops.getOp(i));
771 int totalLen = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
805 int opPos = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
816 m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos);
832 int opPos = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
843 m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos);
865 int opPos = m_ops.getOp(OpMa
[all...]
H A DCompiler.java117 int op = getOp(opPos);
191 new Object[]{ Integer.toString(getOp(opPos)) }); //"ERROR! Unknown op code: "+m_opMap[opPos]);
508 return (XString) getTokenQueue().elementAt(getOp(opPos));
525 return (XNumber) getTokenQueue().elementAt(getOp(opPos));
544 int nsPos = getOp(opPos);
549 = (java.lang.String) getTokenQueue().elementAt(getOp(opPos+1));
687 for (i = 0; getOp(nextOpPos) == OpCodes.OP_LOCATIONPATHPATTERN; i++)
698 for (i = 0; getOp(opPos) == OpCodes.OP_LOCATIONPATHPATTERN; i++)
745 int axesType = getOp(opPos);
746 int testType = getOp(opPo
[all...]
H A DOpMap.java174 public int getOp(int opPos) method in class:OpMap
213 int stepType = getOp(opPos);
225 while (OpCodes.OP_PREDICATE == getOp(newOpPos))
230 stepType = getOp(newOpPos);
268 * OpCodes.OP_PREDICATE == xpath.getOp(posOfPredicate);
/external/skia/include/gpu/
H A DGrClipIterator.h61 virtual GrSetOp getOp() const = 0;
H A DGrClip.h61 GrSetOp getOp(int i) const { return fList[i].fOp; } function in class:GrClip
H A DSkGr.h111 virtual GrSetOp getOp() const;
151 virtual GrSetOp getOp() const { return kUnion_SetOp; } function in class:SkGrRegionIterator
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DValidateLimitations.cpp81 switch (node->getOp()) {
106 switch (node->getOp()) {
206 if ((decl == NULL) || (decl->getOp() != EOpDeclaration)) {
217 if ((declInit == NULL) || (declInit->getOp() != EOpInitialize)) {
274 switch (binOp->getOp()) {
285 getOperatorString(binOp->getOp()));
323 op = unOp->getOp();
326 op = binOp->getOp();
373 ASSERT(node->getOp() == EOpFunctionCall);
445 ASSERT((node->getOp()
[all...]
H A DintermOut.cpp92 switch (node->getOp()) {
144 switch (node->getOp()) {
206 if (node->getOp() == EOpNull) {
213 switch (node->getOp()) {
267 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters)
H A DVersionGLSL.cpp72 switch (node->getOp()) {
H A DparseConst.cpp99 if (!node->isConstructor() && node->getOp() != EOpComma) {
117 constructorType = node->getOp();
129 if (node->getOp() == EOpComma)
H A DOutputGLSL.cpp52 return (aggregate->getOp() != EOpFunction) &&
53 (aggregate->getOp() != EOpSequence);
213 switch (node->getOp())
307 switch (node->getOp())
431 switch (node->getOp())
487 ASSERT(params->getOp() == EOpParameters);
H A DOutputHLSL.cpp655 switch (node->getOp())
783 if (node->getOp() == EOpEqual)
794 if (node->getOp() == EOpEqual)
872 if (node->getOp() == EOpEqual)
907 switch (node->getOp())
986 switch (node->getOp())
1535 if (aggregate->getOp() == EOpSequence)
1583 if (assign->getOp() == EOpInitialize)
1614 comparator = test->getOp();
1629 TOperator op = binaryTerminal->getOp();
[all...]
H A DVariableInfo.cpp166 switch (node->getOp())
H A DParseHelper.cpp295 switch(binaryNode->getOp()) {
1101 if (aggrNode->getOp() != EOpNull || aggrNode->getSequence().size() == 1)
1171 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), symbolTable, type, true);
1174 returnVal = intermediate.parseConstTree(aggrNode->getLine(), aggrNode, unionArray, aggrNode->getOp(), symbolTable, type);
H A DIntermediate.cpp218 typedReturnNode = leftTempConstant->fold(node->getOp(), rightTempConstant, infoSink);
387 if (aggNode == 0 || aggNode->getOp() != EOpNull) {
544 if (!aggNode || aggNode->getOp() != EOpNull) {
738 if (aggRoot && aggRoot->getOp() == EOpNull)
H A Dintermediate.h363 TOperator getOp() const { return op; } function in class:TIntermOperator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java66 int stepType = compiler.getOp(stepOpCodePos);
106 while (OpCodes.ENDOP != (stepType = compiler.getOp(stepOpCodePos)))
305 int stepType = compiler.getOp(stepOpCodePos);
403 int endFunc = opPos + compiler.getOp(opPos + 1) - 1;
405 int funcID = compiler.getOp(opPos);
420 int argOp = compiler.getOp(innerExprOpPos);
432 int op = compiler.getOp(opPos);
495 while (OpCodes.OP_PREDICATE == compiler.getOp(predPos))
500 int predOp = compiler.getOp(innerExprOpPos);
569 while (OpCodes.ENDOP != (stepType = compiler.getOp(stepOpCodePo
[all...]
H A DDescendantIterator.java60 int stepType = compiler.getOp(firstStepPos);
74 if(compiler.getOp(nextStepPos) == OpCodes.FROM_DESCENDANTS_OR_SELF)
86 int stepOp = compiler.getOp(nextStepPos);
H A DUnionPathIterator.java334 int steptype = compiler.getOp(opPos);
/external/skia/src/gpu/
H A DGrClip.cpp99 e.fOp = iter->getOp();
H A DSkGr.cpp162 GrSetOp SkGrClipIterator::getOp() const { function in class:SkGrClipIterator
H A DGrGpu.cpp471 switch (clip.getOp(curr)) {
641 if (kIntersect_SetOp == clip.getOp(c) &&
660 GrSetOp op = (c == start) ? startOp : clip.getOp(c);
/external/clang/lib/AST/
H A DStmtPrinter.cpp1127 switch (Node->getOp()) {
1140 if (Node->getOp() != AtomicExpr::AO__c11_atomic_load &&
1141 Node->getOp() != AtomicExpr::AO__atomic_load_n) {
1145 if (Node->getOp() == AtomicExpr::AO__atomic_exchange ||
1150 if (Node->getOp() == AtomicExpr::AO__atomic_compare_exchange ||
1151 Node->getOp() == AtomicExpr::AO__atomic_compare_exchange_n) {
1155 if (Node->getOp() != AtomicExpr::AO__c11_atomic_init)
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2705 switch (E->getOp()) {
2819 if (E->getOp() == AtomicExpr::AO__atomic_nand_fetch)
2862 if (E->getOp() == AtomicExpr::AO__c11_atomic_init) {
2885 switch (E->getOp()) {
2911 if (E->getOp() == AtomicExpr::AO__atomic_compare_exchange)
2978 switch (E->getOp()) {
3097 bool IsStore = E->getOp() == AtomicExpr::AO__c11_atomic_store ||
3098 E->getOp() == AtomicExpr::AO__atomic_store ||
3099 E->getOp() == AtomicExpr::AO__atomic_store_n;
3100 bool IsLoad = E->getOp()
[all...]
/external/clang/include/clang/AST/
H A DExpr.h4527 AtomicOp getOp() const { return Op; } function in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::AtomicExpr
4537 return getOp() == AO__c11_atomic_compare_exchange_strong ||
4538 getOp() == AO__c11_atomic_compare_exchange_weak ||
4539 getOp() == AO__atomic_compare_exchange ||
4540 getOp() == AO__atomic_compare_exchange_n;

Completed in 386 milliseconds

12