HomeSort by relevance Sort by last modified time
    Searched refs:Anchor (Results 26 - 50 of 54) sorted by null

12 3

  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 106 this.pictureBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
161 this.comboBoxFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
187 this.buttonExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
198 this.buttonZero.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
228 this.labelFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  /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/chromium_org/ui/file_manager/file_manager/audio_player/elements/
control_panel.js 9 * Moves |target| element above |anchor| element, in order to match the
12 * @param {HTMLElement} anchor Anchor element.
14 function matchBottomLine(target, anchor) {
16 var anchorRect = anchor.getBoundingClientRect();
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
re2.cc 546 Anchor re_anchor,
605 // If there is a required prefix, the anchor must be at least ANCHOR_START.
610 Prog::Anchor anchor = Prog::kUnanchored; local
632 if (!prog_->SearchDFA(subtext, text, anchor, kind,
691 anchor = Prog::kAnchored;
717 if (!prog_->SearchDFA(subtext, text, anchor, kind,
751 anchor = Prog::kAnchored;
755 if (can_one_pass && anchor != Prog::kUnanchored) {
760 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
onepass.cc 209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
nfa.cc 687 Anchor anchor, MatchKind kind,
695 anchor = kAnchored;
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
dfa.cc     [all...]
  /external/chromium_org/third_party/re2/re2/testing/
backtrack.cc 227 Anchor anchor,
236 anchor = kAnchored;
245 bool anchored = anchor == kAnchored;
  /external/chromium_org/third_party/re2/util/
pcre.cc 108 pcre* PCRE::Compile(Anchor anchor) {
124 if (anchor != ANCHOR_BOTH) {
464 Anchor anchor,
468 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
495 if (anchor != UNANCHORED)
559 Anchor anchor,
566 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /external/pcre/dist/
pcrecpp.cc 112 pcre* RE::Compile(Anchor anchor) {
132 if (anchor != ANCHOR_BOTH) {
504 Anchor anchor,
508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
528 if (anchor != UNANCHORED)
561 Anchor anchor,
568 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /external/regex-re2/re2/
bitstate.cc 351 Anchor anchor,
360 anchor = kAnchored;
369 bool anchored = anchor == kAnchored;
re2.cc 528 Anchor re_anchor,
587 // If there is a required prefix, the anchor must be at least ANCHOR_START.
592 Prog::Anchor anchor = Prog::kUnanchored; local
614 if (!prog_->SearchDFA(subtext, text, anchor, kind,
673 anchor = Prog::kAnchored;
699 if (!prog_->SearchDFA(subtext, text, anchor, kind,
733 anchor = Prog::kAnchored;
737 if (can_one_pass && anchor != Prog::kUnanchored) {
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap))
    [all...]
onepass.cc 209 Anchor anchor, MatchKind kind,
211 if (anchor != kAnchored && kind != kFullMatch) {
nfa.cc 687 Anchor anchor, MatchKind kind,
695 anchor = kAnchored;
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
dfa.cc     [all...]
  /external/regex-re2/re2/testing/
backtrack.cc 227 Anchor anchor,
236 anchor = kAnchored;
245 bool anchored = anchor == kAnchored;
  /external/regex-re2/util/
pcre.cc 103 pcre* PCRE::Compile(Anchor anchor) {
119 if (anchor != ANCHOR_BOTH) {
459 Anchor anchor,
463 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_;
490 if (anchor != UNANCHORED)
554 Anchor anchor,
561 int matches = TryMatch(text, 0, anchor, true, vec, vecsize)
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/media/java/android/media/
MediaPlayer.java 51 import android.media.SubtitleController.Anchor;
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 73 implements MediaPlayerControl, SubtitleController.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 2205 milliseconds

12 3