Home
last modified time | relevance | path

Searched refs:appendOp (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp366 appendOp(URX_STATE_SAVE, 2); in doParseActions()
367 appendOp(URX_JMP, 3); in doParseActions()
368 appendOp(URX_FAIL, 0); in doParseActions()
391 appendOp(URX_END, 0); in doParseActions()
419 appendOp(URX_JMP, 0); in doParseActions()
428 appendOp(URX_NOP, 0); in doParseActions()
471 appendOp(URX_NOP, 0); in doParseActions()
473 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
474 appendOp(URX_NOP, 0); in doParseActions()
515 appendOp(URX_NOP, 0); in doParseActions()
[all …]
Dregexcmp.h110 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/
DXPathParser.java768 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/icu/libicu/cts_headers/
Dregexcmp.h110 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/skia/tests/
DTextureOpTest.cpp108 chain1.appendOp(std::move(opB), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
120 chain2.appendOp(std::move(opD), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skqp/src/gpu/
DGrRenderTargetOpList.h171 std::unique_ptr<GrOp> appendOp(std::unique_ptr<GrOp> op, GrProcessorSet::Analysis,
DGrRenderTargetOpList.cpp313 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/
DGrOpsTask.h180 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const DstProxyView*,
DGrOpsTask.cpp321 GrOp::Owner GrOpsTask::OpChain::appendOp( in appendOp() function in GrOpsTask::OpChain
988 op = candidate.appendOp(std::move(op), processorAnalysis, dstProxyView, clip, caps, in recordOp()