HomeSort by relevance Sort by last modified time
    Searched full:anchored (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 467 /* For anchored or unanchored matches, there may be a "last known required
470 /* For matches anchored to the end of the pattern, we can often avoid
493 /* Loop for handling unanchored repeated matching attempts; for anchored regexs
559 BOOL anchored;
616 anchored = ((re->options | options) & PCRE_ANCHORED) != 0;
1069 if (!anchored)
    [all...]
  /bionic/libc/bionic/
sysconf.cpp 74 // The %c trick is to ensure that we have the anchored match "^cpu[0-9]+$".
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
position_util.js 206 * @param {!HTMLElement} anchorElement The element that the popup is anchored
  /external/chromium_org/chrome/browser/ui/views/
toolbar_view.h 77 // Returns the view to which the bookmark bubble should be anchored.
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 171 // The view and widget to which this bubble is anchored.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
position_util.js 206 * @param {!HTMLElement} anchorElement The element that the popup is anchored
expandable_bubble.js 295 * width within the anchored node.
  /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/internal/view/menu/
MenuPopupHelper.java 40 * Presents a menu as a small, simple popup anchored to another view.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 37 // Add a second button anchored to it
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash_unittest.cc 647 // 1) Test that a bubble anchored to a child of the top container triggers
688 // bubble anchored to a child of the top container is visible.
738 // 6) Test that a bubble which is not anchored to a child of the
  /external/chromium_org/v8/test/mjsunit/
regexp.js 633 // Check that end-anchored regexps are optimized correctly.
656 // Anchored at both ends.
680 // Only partially anchored.
  /external/v8/test/mjsunit/
regexp.js 633 // Check that end-anchored regexps are optimized correctly.
656 // Anchored at both ends.
680 // Only partially anchored.
  /external/mksh/src/
histrap.c 445 int anchored = *str == '?' ? (++str, 0) : 1; local
448 if ((n = findhist(histptr - history - 1, 0, str, anchored)) < 0)
512 findhist(int start, int fwd, const char *str, int anchored)
524 if ((anchored && strncmp(*hp, str, len) == 0) ||
525 (!anchored && strstr(*hp, str)))
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 854 * <p>Display the content view in a popup window anchored to the bottom-left
869 * <p>Display the content view in a popup window anchored to the bottom-left
889 * <p>Display the content view in a popup window anchored to the bottom-left
    [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 117 // a pcre anchored match.
119 // and use a pcre anchored match.
362 // anchored -- to force another try at the same position --
    [all...]
  /external/regex-re2/util/
pcre.cc 112 // a pcre anchored match.
114 // and use a pcre anchored match.
357 // anchored -- to force another try at the same position --
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
bubble.js 246 * Hides the bubble anchored to the given element (if any).
  /external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc 315 // Test that reverse DFA handles anchored/unanchored correctly.
tester.cc 127 return "anchored";
339 // If anchored, no need for second run,
  /external/chromium_org/ui/app_list/cocoa/
apps_search_box_controller.mm 392 // to a point anchored below the bottom right of the button.
  /external/regex-re2/re2/testing/
dfa_test.cc 315 // Test that reverse DFA handles anchored/unanchored correctly.
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 41 * Presents a menu as a small, simple popup anchored to another view.
  /frameworks/support/v4/java/android/support/v4/view/
ActionProvider.java 211 * Notify the system that the visibility of an action view's sub-UI such as an anchored popup
  /external/chromium_org/third_party/icu/source/i18n/
rbt_rule.cpp 50 * @param anchorStart TRUE if the the rule is anchored on the left to
52 * @param anchorEnd TRUE if the rule is anchored on the right to the

Completed in 2152 milliseconds

1 23 4 5 6 7 8