Searched refs:appendOp (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 369 appendOp(URX_STATE_SAVE, 2); in doParseActions() 370 appendOp(URX_JMP, 3); in doParseActions() 371 appendOp(URX_FAIL, 0); in doParseActions() 394 appendOp(URX_END, 0); in doParseActions() 422 appendOp(URX_JMP, 0); in doParseActions() 431 appendOp(URX_NOP, 0); in doParseActions() 474 appendOp(URX_NOP, 0); in doParseActions() 476 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions() 477 appendOp(URX_NOP, 0); in doParseActions() 512 appendOp(URX_NOP, 0); in doParseActions() [all …]
|
D | regexcmp.h | 110 void appendOp(int32_t op); // Append a new op to the compiled pattern. 111 …void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled patter…
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | XPathParser.java | 768 void appendOp(int length, int op) in appendOp() method in XPathParser 1137 appendOp(2, OpCodes.OP_NEG); in UnaryExpr() 1161 appendOp(2, OpCodes.OP_STRING); in StringExpr() 1181 appendOp(2, OpCodes.OP_BOOL); in BooleanExpr() 1207 appendOp(2, OpCodes.OP_NUMBER); in NumberExpr() 1402 appendOp(2, OpCodes.OP_LITERAL); in PrimaryExpr() 1413 appendOp(2, OpCodes.OP_VARIABLE); in PrimaryExpr() 1424 appendOp(2, OpCodes.OP_GROUP); in PrimaryExpr() 1436 appendOp(2, OpCodes.OP_NUMBERLIT); in PrimaryExpr() 1468 appendOp(2, OpCodes.OP_ARGUMENT); in Argument() [all …]
|
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.h | 171 std::unique_ptr<GrOp> appendOp(std::unique_ptr<GrOp> op, GrProcessorSet::Analysis,
|
D | GrRenderTargetOpList.cpp | 313 std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::appendOp( in appendOp() function in GrRenderTargetOpList::OpChain 679 op = candidate.appendOp(std::move(op), processorAnalysis, dstProxy, clip, caps, in recordOp()
|
/external/skia/src/gpu/ |
D | GrRenderTargetOpList.h | 176 std::unique_ptr<GrOp> appendOp(std::unique_ptr<GrOp> op, GrProcessorSet::Analysis,
|
D | GrRenderTargetOpList.cpp | 315 std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::appendOp( in appendOp() function in GrRenderTargetOpList::OpChain 683 op = candidate.appendOp(std::move(op), processorAnalysis, dstProxy, clip, caps, in recordOp()
|