Home
last modified time | relevance | path

Searched refs:Anchor (Results 1 – 25 of 61) sorted by relevance

123

/external/regex-re2/re2/testing/
Dtester.h63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
Dtester.cc124 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[] = {
Dregexp_benchmark.cc106 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 …]
/external/chromium_org/third_party/re2/re2/testing/
Dtester.h63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
Dtester.cc124 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[] = {
Dregexp_benchmark.cc106 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 …]
/external/chromium_org/third_party/re2/re2/
Dprog.h174 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,
Dset.h20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
Dre2.h429 enum Anchor { enum
475 Anchor anchor,
685 Anchor anchor,
Dcompile.cc136 static Prog* CompileSet(const RE2::Options& options, RE2::Anchor anchor,
212 void Setup(Regexp::ParseFlags, int64, RE2::Anchor);
235 RE2::Anchor anchor_; // anchor mode for RE2::Set
953 RE2::Anchor anchor) { in Setup()
1093 Prog* Compiler::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet()
1135 Prog* Prog::CompileSet(const RE2::Options& options, RE2::Anchor anchor, in CompileSet()
/external/regex-re2/re2/
Dprog.h174 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,
Dset.h20 Set(const RE2::Options& options, RE2::Anchor anchor);
44 RE2::Anchor anchor_;
Dre2.h429 enum Anchor { enum
475 Anchor anchor,
697 Anchor anchor,
Dcompile.cc135 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()
/external/llvm/include/llvm/Support/
DYAMLParser.h118 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
123 StringRef getAnchor() const { return Anchor; } in getAnchor()
167 StringRef Anchor; variable
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() argument
197 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) { in ScalarNode()
354 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() argument
356 : Node(NK_Mapping, D, Anchor, Tag), Type(MT), IsAtBeginning(true), in MappingNode()
408 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode() argument
410 : Node(NK_Sequence, D, Anchor, Tag), SeqType(ST), IsAtBeginning(true), in SequenceNode()
/external/llvm/test/CodeGen/X86/
Dcritical-anti-dep-breaker.ll16 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/
Dpcrecpp.h632 enum Anchor { enum
641 Anchor anchor,
676 Anchor anchor,
691 Anchor anchor,
699 pcre* Compile(Anchor anchor);
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DAttachDialog.Designer.cs53 …this.listViewProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.Ancho… in InitializeComponent()
103 …this.buttonAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles… in InitializeComponent()
115 …this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles… in InitializeComponent()
126 …this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.… in InitializeComponent()
139 …this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyle… in InitializeComponent()
/external/llvm/include/llvm/IR/
DSymbolTableListTraits.h51 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/
Dpcre.h445 enum Anchor { enum
454 Anchor anchor,
479 Anchor anchor,
494 Anchor anchor,
502 pcre* Compile(Anchor anchor);
/external/chromium_org/third_party/re2/util/
Dpcre.h451 enum Anchor { enum
460 Anchor anchor,
485 Anchor anchor,
500 Anchor anchor,
508 pcre* Compile(Anchor anchor);
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp87 StringRef Anchor = n->getAnchor(); in dumpNode() local
88 if (!Anchor.empty()) in dumpNode()
89 outs() << "&" << Anchor << " "; in dumpNode()
/external/chromium_org/tools/stats_viewer/
Dstats_viewer.Designer.cs106 …this.pictureBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorSty… in InitializeComponent()
161 …this.comboBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyl… in InitializeComponent()
187 …this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles… in InitializeComponent()
198 …this.buttonZero.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.T… in InitializeComponent()
228 …this.labelFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.… in InitializeComponent()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh306 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()
862 OffsetTo<Anchor>
866 OffsetTo<Anchor>
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh306 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()
862 OffsetTo<Anchor>
866 OffsetTo<Anchor>

123