/external/llvm/test/YAMLParser/ |
spec-05-06.data | 3 anchored: !local &anchor value
|
spec-08-12.data | 5 &anchor "Anchored",
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_notification_container.h | 30 // View that the arrow is anchored to. Weak. 49 // Sets a view that the arrow is anchored to - center of arrow will be aligned
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
zoom_bubble_view_browsertest.cc | 39 // Test whether the zoom bubble is anchored and whether it is visible when in 45 // The zoom bubble should be anchored when not in fullscreen. 67 // The bubble should not be anchored when it is shown in non-immersive 85 // Test whether the zoom bubble is anchored and whether it is visible when in 110 // The zoom bubble should not be anchored when it is shown in immersive 124 // The zoom bubble should be anchored when it is shown in immersive fullscreen 132 // would be weird if the view to which the zoom bubble is anchored hid while
|
script_bubble_icon_view.h | 36 // Shows the script bubble, anchored to anchor_view.
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
toolbar_model_security_level_list.h | 26 // HTTPS, but the certificate verification chain is anchored on a certificate
|
/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/chromium_org/third_party/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))
|
/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))
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Position.h | 98 Node* containerNode() const; // NULL for a before/after position anchored to a node with no parent 101 int computeOffsetInContainerNode() const; // O(n) for before/after-anchored positions, O(1) for parent-anchored positions 104 // Inline O(1) access for Positions which callers know to be parent-anchored 119 // These are convenience methods which are smart about whether the position is neighbor anchored or parent anchored 261 // positionBeforeNode and positionAfterNode return neighbor-anchored positions, construction is O(1) 279 // firstPositionInNode and lastPositionInNode return parent-anchored positions, lastPositionInNode construction is O(n) due to childNodeCount()
|
/external/chromium_org/third_party/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 &&
|
/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 &&
|
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_view.h | 15 // card number is generated. Anchored to an omnibox icon and shown either on
|
/external/chromium/chrome/browser/ui/cocoa/ |
fast_resize_view_unittest.mm | 40 // should not resize, but it should be anchored to the top left.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
fast_resize_view_unittest.mm | 41 // should not resize, but it should be anchored to the top left.
|
menu_button.h | 48 // Returns the rectangle that menus are anchored at. Can be overridden by
|
/external/chromium_org/chrome/browser/ui/gtk/ |
password_generation_bubble_gtk.h | 26 // passwords to users. It is set in page content, anchored at |anchor_rect|.
|
confirm_bubble_gtk.h | 68 // The anchor window and the screen point where this bubble is anchored. This
|
/external/chromium_org/chrome/browser/ui/views/ |
browser_dialogs.h | 38 // Shows or hides the bookmark bubble anchored to the supplied view.
|
outdated_upgrade_bubble_view.h | 20 // It is intended to be used as the content of a bubble anchored off of the
|
/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/chromium/chrome/browser/ui/views/ |
pinned_contents_info_bubble.h | 44 // order to anchor its contents. Once the Bubble has been anchored its
|
/external/kernel-headers/original/linux/ |
mount.h | 43 struct list_head mnt_mounts; /* list of children, anchored here */
|