Home
last modified time | relevance | path

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

/external/cronet/third_party/icu/source/i18n/
Dregexcmp.cpp361 appendOp(URX_STATE_SAVE, 2); in doParseActions()
362 appendOp(URX_JMP, 3); in doParseActions()
363 appendOp(URX_FAIL, 0); in doParseActions()
386 appendOp(URX_END, 0); in doParseActions()
414 appendOp(URX_JMP, 0); in doParseActions()
423 appendOp(URX_NOP, 0); in doParseActions()
466 appendOp(URX_NOP, 0); in doParseActions()
468 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
469 appendOp(URX_NOP, 0); in doParseActions()
510 appendOp(URX_NOP, 0); in doParseActions()
[all …]
Dregexcmp.h106 void appendOp(int32_t op); // Append a new op to the compiled pattern.
107 …void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled patter…
/external/icu/icu4c/source/i18n/
Dregexcmp.cpp361 appendOp(URX_STATE_SAVE, 2); in doParseActions()
362 appendOp(URX_JMP, 3); in doParseActions()
363 appendOp(URX_FAIL, 0); in doParseActions()
386 appendOp(URX_END, 0); in doParseActions()
414 appendOp(URX_JMP, 0); in doParseActions()
423 appendOp(URX_NOP, 0); in doParseActions()
466 appendOp(URX_NOP, 0); in doParseActions()
468 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
469 appendOp(URX_NOP, 0); in doParseActions()
510 appendOp(URX_NOP, 0); in doParseActions()
[all …]
Dregexcmp.h106 void appendOp(int32_t op); // Append a new op to the compiled pattern.
107 …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.h106 void appendOp(int32_t op); // Append a new op to the compiled pattern.
107 …void appendOp(int32_t type, int32_t val); // Build & append a new op to the compiled patter…
/external/skia/tests/
DTextureOpTest.cpp145 chain1.appendOp(std::move(opB), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
157 chain2.appendOp(std::move(opD), GrProcessorSet::EmptySetAnalysis(), nullptr, &noClip, *caps, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/ganesh/ops/
DOpsTask.h195 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const GrDstProxyView*,
DOpsTask.cpp354 GrOp::Owner OpsTask::OpChain::appendOp( in appendOp() function in skgpu::v1::OpsTask::OpChain
988 op = candidate.appendOp(std::move(op), processorAnalysis, dstProxyView, clip, caps, in recordOp()
/external/golang-protobuf/encoding/protowire/
Dwire_test.go20 appendOps []appendOp
32 appendOp = interface{} interface
/external/tensorflow/tensorflow/core/ir/
Dops.cc909 return diag.attachNote(func.getLoc()).appendOp(*func, OpPrintingFlags()) in VerifySignature()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc1041 .appendOp(*op, OpPrintingFlags().printGenericOpForm()); in VerifyShapeOperandAndResult()