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

  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 73 StringRef Anchor = n->getAnchor();
74 if (!Anchor.empty())
75 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/regex-re2/util/
pcre.h 141 // anchor your match at the beginning of the string. For example, you
218 EnabledExecOptions = 0x0000, // TODO: use to replace anchor flag
350 // Like Consume(..), but does not anchor the match at the beginning of the
445 enum Anchor {
447 ANCHOR_START, // Anchor at start only
448 ANCHOR_BOTH, // Anchor at start and end
454 Anchor anchor,
479 Anchor anchor,
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 119 Node(unsigned int Type, OwningPtr<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; }
160 StringRef Anchor;
183 ScalarNode(OwningPtr<Document> &D, StringRef Anchor, StringRef Val)
184 : Node(NK_Scalar, D, Anchor)
341 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT)
342 : Node(NK_Mapping, D, Anchor)
400 SequenceNode(OwningPtr<Document> &D, StringRef Anchor, SequenceType ST)
401 : Node(NK_Sequence, D, Anchor)
    [all...]
  /frameworks/base/media/java/android/media/
SubtitleController.java 31 * media source. It allows specifying which tracks to display, on which anchor
146 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
263 /** @hide - should be called from anchor thread */
300 /** @hide - must be called from anchor thread */
343 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
360 * Should be called from the anchor's (UI) thread. {@see #Anchor.getSubtitleLooper}
424 * Subtitle anchor, an object that is able to display a subtitle renderer
    [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/regex-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,
697 Anchor anchor,
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor
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 table--fro
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor
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 table--fro
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /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/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1184 milliseconds