/external/cronet/third_party/icu/source/i18n/ |
D | regexcmp.cpp | 361 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 …]
|
D | regexcmp.h | 106 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/ |
D | regexcmp.cpp | 361 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 …]
|
D | regexcmp.h | 106 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/ |
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/icu/libicu/cts_headers/ |
D | regexcmp.h | 106 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/ |
D | TextureOpTest.cpp | 145 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/ |
D | OpsTask.h | 195 GrOp::Owner appendOp(GrOp::Owner op, GrProcessorSet::Analysis, const GrDstProxyView*,
|
D | OpsTask.cpp | 354 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/ |
D | wire_test.go | 20 appendOps []appendOp 32 appendOp = interface{} interface
|
/external/tensorflow/tensorflow/core/ir/ |
D | ops.cc | 909 return diag.attachNote(func.getLoc()).appendOp(*func, OpPrintingFlags()) in VerifySignature()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_n_z.cc | 1041 .appendOp(*op, OpPrintingFlags().printGenericOpForm()); in VerifyShapeOperandAndResult()
|