Searched defs:Anchor (Results 1 - 13 of 13) sorted by relevance

/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp73 StringRef Anchor = n->getAnchor(); local
74 if (!Anchor.empty())
75 outs() << "&" << Anchor << " ";
/external/chromium_org/third_party/re2/util/
H A Dpcre.h451 enum Anchor { enum in class:re2::PCRE
453 ANCHOR_START, // Anchor at start only
454 ANCHOR_BOTH, // Anchor at start and end
460 Anchor anchor,
485 Anchor anchor,
500 Anchor anchor,
508 pcre* Compile(Anchor anchor);
/external/regex-re2/util/
H A Dpcre.h445 enum Anchor { enum in class:re2::PCRE
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
494 Anchor anchor,
502 pcre* Compile(Anchor anchor);
/external/chromium_org/third_party/re2/re2/
H A Dprog.h174 enum Anchor { enum in class:re2::Prog
249 // Anchor and kind control the kind of search.
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,
H A Dre2.h429 enum Anchor { enum in class:re2::RE2
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
685 Anchor anchor,
/external/llvm/include/llvm/Support/
H A DYAMLParser.h119 Node(unsigned int Type, OwningPtr<Document>&, StringRef Anchor);
123 StringRef getAnchor() const { return Anchor; }
160 StringRef Anchor; member in class:llvm::yaml::Node
183 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val) argument
184 : Node(NK_Scalar, D, Anchor)
341 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT) argument
342 : Node(NK_Mapping, D, Anchor)
400 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST) argument
401 : Node(NK_Sequence, D, Anchor)
/external/regex-re2/re2/
H A Dprog.h174 enum Anchor { enum in class:re2::Prog
249 // Anchor and kind control the kind of search.
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,
H A Dre2.h429 enum Anchor { enum in class:re2::RE2
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
697 Anchor anchor,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor struct in namespace:OT
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
341 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
359 OffsetTo<Anchor>
360 matrix[VAR]; /* Matrix of offsets to Anchor tables--
378 OffsetTo<Anchor>
379 markAnchor; /* Offset to Anchor tabl
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor struct in namespace:OT
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
341 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
359 OffsetTo<Anchor>
360 matrix[VAR]; /* Matrix of offsets to Anchor tables--
378 OffsetTo<Anchor>
379 markAnchor; /* Offset to Anchor tabl
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 296 milliseconds