HomeSort by relevance Sort by last modified time
    Searched defs:Anchor (Results 1 - 13 of 13) sorted by null

  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 87 StringRef Anchor = n->getAnchor();
88 if (!Anchor.empty())
89 outs() << "&" << Anchor << " ";
  /external/chromium_org/third_party/re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
224 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
356 // Like Consume(..), but does not anchor the match at the beginning of the
451 enum Anchor {
453 ANCHOR_START, // Anchor at start only
454 ANCHOR_BOTH, // Anchor at start and end
460 Anchor anchor,
485 Anchor anchor,
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 106 virtual void anchor();
118 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
121 /// \brief Get the value of the anchor attached to this node. If it does not
123 StringRef getAnchor() const { return Anchor; }
167 StringRef Anchor;
177 void anchor() override;
192 void anchor() override;
195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
197 : Node(NK_Scalar, D, Anchor, Tag), Value(Val) {
235 void anchor() override
    [all...]
  /external/chromium_org/third_party/re2/re2/
prog.h 173 // Whether to anchor the search.
174 enum Anchor {
179 // Kind of match to look for (for anchor != kFullMatch)
194 kFullMatch, // match only entire text; implies anchor==kAnchored
249 // Anchor and kind control the kind of search.
263 Anchor anchor, MatchKind kind,
273 Anchor anchor, MatchKind kind,
294 Anchor anchor, MatchKind kind
    [all...]
re2.h 141 // anchor your match at the beginning of the string. For example, you
348 // Like Consume(..), but does not anchor the match at the beginning of the
429 enum Anchor {
431 ANCHOR_START, // Anchor at start only
432 ANCHOR_BOTH, // Anchor at start and end
475 Anchor anchor,
685 Anchor anchor,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 446 SDValue Anchor = Base.getOperand(0);
448 cast<GlobalAddressSDNode>(Anchor)->getOffset());
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
297 * Anchor table (may be NULL) */
301 * Anchor table (may be NULL) */
306 struct Anchor
345 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
365 OffsetTo<Anchor>
366 matrix[VAR]; /* Matrix of offsets to Anchor tables--
384 OffsetTo<Anchor>
385 markAnchor; /* Offset to Anchor table--fro
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
297 * Anchor table (may be NULL) */
301 * Anchor table (may be NULL) */
306 struct Anchor
345 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
365 OffsetTo<Anchor>
366 matrix[VAR]; /* Matrix of offsets to Anchor tables--
384 OffsetTo<Anchor>
385 markAnchor; /* Offset to Anchor table--fro
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 3231 milliseconds