/external/regex-re2/re2/testing/ |
D | tester.h | 63 Prog::Anchor anchor); 69 Prog::Anchor anchor, 73 const StringPiece& context, Prog::Anchor anchor); 101 Prog::Anchor anchor);
|
D | tester.cc | 124 static string FormatAnchor(Prog::Anchor anchor) { in FormatAnchor() 282 Prog::Anchor anchor, in RunSearch() 385 RE2::Anchor re_anchor; in RunSearch() 415 PCRE::Anchor pcre_anchor; in RunSearch() 475 Prog::Anchor anchor) { in RunCase() 554 Prog::Anchor anchor) { in LogMatch() 600 Prog::Anchor anchor) { in TestCase() 607 static Prog::Anchor anchors[] = {
|
D | regexp_benchmark.cc | 106 Prog::Anchor anchor, bool expect_match); 802 Prog::Anchor anchor, bool expect_match) { in SearchDFA() 819 Prog::Anchor anchor, bool expect_match) { in SearchNFA() 833 Prog::Anchor anchor, bool expect_match) { in SearchOnePass() 848 Prog::Anchor anchor, bool expect_match) { in SearchBitState() 862 Prog::Anchor anchor, bool expect_match) { in SearchPCRE() 874 Prog::Anchor anchor, bool expect_match) { in SearchRE2() 890 Prog::Anchor anchor, bool expect_match) { in SearchCachedDFA() 907 Prog::Anchor anchor, bool expect_match) { in SearchCachedNFA() 921 Prog::Anchor anchor, bool expect_match) { in SearchCachedOnePass() [all …]
|
D | exhaustive_tester.cc | 59 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m… in PrintResult()
|
D | backtrack.cc | 227 Anchor anchor, in UnsafeSearchBacktrack()
|
/external/regex-re2/re2/ |
D | prog.h | 174 enum Anchor { enum 263 Anchor anchor, MatchKind kind, 273 Anchor anchor, MatchKind kind, 294 Anchor anchor, MatchKind kind, 300 Anchor anchor, MatchKind kind, 313 Anchor anchor, MatchKind kind, 334 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
|
D | set.h | 20 Set(const RE2::Options& options, RE2::Anchor anchor); 44 RE2::Anchor anchor_;
|
D | compile.cc | 135 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor, 211 void Setup(Regexp::ParseFlags, int64, RE2::Anchor); 234 RE2::Anchor anchor_; // anchor mode for RE2::Set 952 RE2::Anchor anchor) { in Setup() 1092 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet() 1134 Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet()
|
D | re2.h | 429 enum Anchor { enum 475 Anchor anchor, 697 Anchor anchor,
|
D | set.cc | 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { in Set()
|
D | re2.cc | 528 Anchor re_anchor, in Match() 592 Prog::Anchor anchor = Prog::kUnanchored; in Match() 784 Anchor anchor, in DoMatch()
|
D | bitstate.cc | 351 Anchor anchor, in SearchBitState()
|
D | onepass.cc | 209 Anchor anchor, MatchKind kind, in SearchOnePass()
|
D | nfa.cc | 687 Anchor anchor, MatchKind kind, in SearchNFA()
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 121 StringRef getAnchor() const { return Anchor; } in getAnchor() 165 StringRef Anchor; variable 193 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument 195 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode() 352 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument 354 : Node(NK_Mapping, D, Anchor, Tag), Type(MT), IsAtBeginning(true), in MappingNode() 406 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument 408 : Node(NK_Sequence, D, Anchor, Tag), SeqType(ST), IsAtBeginning(true), in SequenceNode()
|
/external/llvm/test/CodeGen/X86/ |
D | critical-anti-dep-breaker.ll | 16 define i32 @Part_Create(i64* %Anchor, i32 %TypeNum, i32 %F, i32 %Z, i32* %Status, i64* %PartTkn) { 22 call i32 @Image(i64* %Anchor, i32 %2, i32 0, i32 0, i32* %Status, i64* %PartTkn, i64** %PartObj) 23 call i32 @Create(i64* %Anchor)
|
/external/pcre/dist/ |
D | pcrecpp.h | 632 enum Anchor { enum 641 Anchor anchor, 676 Anchor anchor, 691 Anchor anchor, 699 pcre* Compile(Anchor anchor);
|
D | pcrecpp.cc | 112 pcre* RE::Compile(Anchor anchor) { in Compile() 504 Anchor anchor, in TryMatch() 561 Anchor anchor, in DoMatchImpl() 601 Anchor anchor, in DoMatch()
|
/external/llvm/include/llvm/IR/ |
D | SymbolTableListTraits.h | 51 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this)); in getListOwner() 52 return reinterpret_cast<ItemParentClass*>(reinterpret_cast<char*>(Anchor)- in getListOwner()
|
/external/regex-re2/util/ |
D | pcre.h | 445 enum Anchor { enum 454 Anchor anchor, 479 Anchor anchor, 494 Anchor anchor, 502 pcre* Compile(Anchor anchor);
|
D | pcre.cc | 103 pcre* PCRE::Compile(Anchor anchor) { in Compile() 459 Anchor anchor, in TryMatch() 554 Anchor anchor, in DoMatchImpl() 593 Anchor anchor, in DoMatch()
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 87 StringRef Anchor = n->getAnchor(); in dumpNode() local 88 if (!Anchor.empty()) in dumpNode() 89 outs() << "&" << Anchor << " "; in dumpNode()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 306 struct Anchor struct 345 …inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *foun… in get_anchor() 347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor); in get_anchor() 365 OffsetTo<Anchor> 384 OffsetTo<Anchor> 403 const Anchor& mark_anchor = this + record.markAnchor; in apply() 405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply() 873 OffsetTo<Anchor> 877 OffsetTo<Anchor>
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 448 SDValue Anchor = Base.getOperand(0); in expandAddress() local 450 cast<GlobalAddressSDNode>(Anchor)->getOffset()); in expandAddress()
|
/external/regex-re2/ |
D | ucs2.diff | 558 Prog::Anchor anchor) {
|