HomeSort by relevance Sort by last modified time
    Searched full:anchored (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/llvm/test/YAMLParser/
spec-05-06.data 3 anchored: !local &anchor value
spec-08-12.data 5 &anchor "Anchored",
  /external/llvm/test/Transforms/LoopVectorize/
undef-inst-bug.ll 6 ; invariant instruction anchored in the loop when used as a getelementptr index.
24 ; Loop invariant anchored in loop.
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 23 Supports both anchored and non-anchored exclude files.
25 1.1 Anchored excludes
48 1.2 Non-anchored excludes
52 For this non-anchored excludes can be used, specified by pre-fixing the
81 Supports both anchored and non-anchored exclude files.
  /external/regex-re2/re2/testing/
backtrack.cc 17 // - It implements unanchored search by repeated anchored search.
54 bool anchored, bool longest,
66 bool anchored_; // whether search is anchored at text.begin()
95 bool anchored, bool longest,
105 anchored_ = anchored | prog_->anchor_start();
129 // Anchored search must start at text.begin().
231 // If full match, we ask for an anchored longest match
245 bool anchored = anchor == kAnchored; local
247 if (!b.Search(text, context, anchored, longest, match, nmatch))
set_test.cc 84 TEST(Set, Anchored) {
  /external/regex-re2/re2/
bitstate.cc 39 bool anchored, bool longest,
52 bool anchored_; // whether search is anchored at text.begin()
294 bool anchored, bool longest,
305 anchored_ = anchored || prog_->anchor_start();
328 // Anchored search must start at text.begin().
355 // If full match, we ask for an anchored longest match
369 bool anchored = anchor == kAnchored; local
371 if (!b.Search(text, context, anchored, longest, match, nmatch))
nfa.cc 40 // * If anchored is true, only considers matches starting at offset.
51 bool anchored, bool longest,
401 bool anchored, bool longest,
423 anchored |= prog_->anchor_start();
454 fprintf(stderr, "NFA::Search %s (context: %s) anchored=%d longest=%d\n",
455 text.as_string().c_str(), context.as_string().c_str(), anchored,
565 if (!matched_ && (!anchored || p == text.begin())) {
569 if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
dfa.cc 67 // If "anchored", the match must begin at the start of text.
76 bool anchored, bool want_earliest_match, bool run_forward,
188 // Add kStartAnchored for anchored searches.
255 anchored(false),
267 bool anchored; member in struct:re2::DFA::SearchParams
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 171 // The user is dragging the left edge, so the position is anchored on the
183 // The user is dragging the right edge, so the position is anchored on the
196 // The user is dragging the top edge, so the position is anchored on the
208 // The user is dragging the bottom edge, so the position is anchored on the
  /external/pcre/dist/testdata/
testoutput21-16 49 Options: anchored extended
82 Options: anchored extended
testoutput21-32 61 Options: anchored extended
94 Options: anchored extended
testoutput2 40 Options: anchored
80 Options: anchored
344 Options: anchored
492 Options: anchored caseless
498 Options: anchored
505 Options: anchored dotall
639 Options: anchored multiline
651 Options: anchored
842 Options: anchored
1051 Options: anchored
    [all...]
  /bionic/libc/bionic/
sysinfo.cpp 39 // The %c trick is to ensure that we have the anchored match "^cpu[0-9]+$".
  /frameworks/base/core/java/android/widget/
PopupMenu.java 36 * A PopupMenu displays a {@link Menu} in a modal popup window anchored to a {@link View}.
214 * Show the menu popup anchored to the view specified during construction.
  /external/icu/icu4c/source/i18n/
rbt_rule.h 173 * @param anchorStart TRUE if the the rule is anchored on the left to
175 * @param anchorEnd TRUE if the rule is anchored on the right to the
  /external/pcre/dist/doc/
pcrecallout.3 72 if it were a++[bc]. The \fBpcretest\fP output when this pattern is anchored and
171 point. If the pattern is not anchored, the callout function may be called
pcreperform.3 109 pattern is implicitly anchored by PCRE, since it can match only at the start of
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 40 * Presents a menu as a small, simple popup anchored to another view.
134 * Attempts to show the popup anchored to the view specified by
  /external/selinux/policycoreutils/setfiles/
setfiles.8 99 The regular expression is anchored at both ends. The optional type field
  /frameworks/support/v4/java/android/support/v4/widget/
PopupWindowCompat.java 154 * <p>Display the content view in a popup window anchored to the bottom-left
  /external/squashfs-tools/
RELEASE-README 449 In addition to wildcards/regex expressions, exclude files can be "anchored" or
450 "non-anchored". An anchored exclude is one which matches from the root of the
451 directory and nowhere else, a non-anchored exclude matches anywhere. For
452 example given the directory hierarchy "a/b/c/a/b", the anchored exclude
455 non-anchored exclude would.
459 Anchored excludes
477 Non-anchored excludes
481 For this non-anchored excludes can be used, specified by pre-fixing the
    [all...]
  /external/pcre/dist/doc/html/
pcrecallout.html 93 if it were a++[bc]. The <b>pcretest</b> output when this pattern is anchored and
197 point. If the pattern is not anchored, the callout function may be called
  /frameworks/base/core/java/android/view/
ActionProvider.java 206 * an anchored popup has changed. This will affect how other system
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
PopupMenu.java 212 * Show the menu popup anchored to the view specified during construction.

Completed in 3085 milliseconds

1 2 3 4 5 6