HomeSort by relevance Sort by last modified time
    Searched full:anchored (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /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,
re2_test.cc 518 CHECK(!RE2::FullMatch("othello", "h.*o")); // Must be anchored at front
519 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end
841 // Check that matching is fully anchored
    [all...]
  /external/chromium_org/ui/app_list/cocoa/
apps_search_box_controller.mm 384 // to a point anchored below the bottom right of the button.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
expandable_bubble.js 295 * width within the anchored node.
  /external/regex-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,
re2_test.cc 511 CHECK(!RE2::FullMatch("othello", "h.*o")); // Must be anchored at front
512 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end
832 // Check that matching is fully anchored
    [all...]
  /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
  /external/chromium_org/third_party/re2/
ucs2.diff 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
199 + if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/icu4c/i18n/
rbt_rule.cpp 51 * @param anchorStart TRUE if the the rule is anchored on the left to
53 * @param anchorEnd TRUE if the rule is anchored on the right to the
  /external/regex-re2/
ucs2.diff 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 &&
199 + if (!anchored && first_byte_ >= 0 && runq->size() == 0 &&
  /external/chromium_org/third_party/re2/re2/
re2.cc 578 // If the regexp is anchored explicitly, must not be in middle of text.
582 // If the regexp is anchored explicitly, update re_anchor
748 // let NFA run an anchored, full match search
    [all...]
  /external/chromium_org/v8/src/
jsregexp.h 603 // this case anchored branches will always fail and can be ignored when
    [all...]
  /external/regex-re2/re2/
re2.cc 560 // If the regexp is anchored explicitly, must not be in middle of text.
564 // If the regexp is anchored explicitly, update re_anchor
730 // let NFA run an anchored, full match search
    [all...]
  /external/chromium/chrome/browser/resources/options/
search_page.js 322 // Search all top-level sections for anchored string matches.
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 220 // Get the position where the infobar arrow should be anchored in
gtk_util.h 288 // returns is the same as widget->allocation, but anchored at (0, 0).
info_bubble_gtk.cc 426 // Forward the accelerator to root window the bubble is anchored
  /external/chromium_org/chrome/browser/resources/options/
search_page.js 315 // Search all top-level sections for anchored string matches.
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_mac.mm 315 // If the launcher is anchored to the dock (regardless of whether the cursor
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.h 239 // returns is the same as gtk_widget_get_allocation, but anchored at (0, 0).
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 57 // The region and viewport are anchored in the bottom left corner.

Completed in 994 milliseconds

1 2 34 5 6 7 8