Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 – 25 of 87) sorted by relevance

1234

/external/clang/test/Modules/Inputs/
Dcategory_bottom.h3 @interface Foo(Bottom)
9 @interface LeftFoo(Bottom)
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DAttachDialog.Designer.cs53 …AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) in InitializeComponent()
103 … ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.F… in InitializeComponent()
115 … ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.F… in InitializeComponent()
126 …AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) in InitializeComponent()
139 … ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.F… in InitializeComponent()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DPopover.js170 … if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 …ight + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
403 Bottom: "bottom" property
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_service_mac_unittest.mm138 // Bottom dock. Expect the app list to be centered on the dock.
193 // Bottom dock. Expect the app list to be centered on the dock.
232 // Bottom dock. Expect the app list to be kExtraDistance pixels from the dock
275 // Bottom dock (mouse well within dock). Expect the app list to be at the
286 // Bottom dock (outside the dock but still close enough). Expect the app list
321 // Bottom dock. Mouse near left edge. App list must not go off screen.
329 // Bottom dock. Mouse near right edge. App list must not go off screen.
/external/fio/tools/plot/
Dgraph3D.gpm48 #Bottom Right View
56 #Bottom Left View
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
Dmessages.properties3 FlyoutControlComposite_dockBottom=&Bottom
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.h28 Bottom:(const float)bottom;
Dopen_gles20.mm68 -1, -1, 0, 0, 1, // Bottom Left
69 1, -1, 0, 1, 1, // Bottom Right
131 // Bottom Left
136 // Bottom Right
Dvideo_render_ios_channel.mm57 Bottom:top]) {
Dvideo_render_ios_view.mm157 Bottom:(const float)bottom {
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas389 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
760 function InCircularRange(Bottom, Item, TopInc: Integer): Boolean;
762 Result := (Bottom < Item) and (Item <= TopInc) // normal
763 or (TopInc < Bottom) and (Item > Bottom) // top wrapped
764 or (TopInc < Bottom) and (Item <= TopInc) // top and item wrapped
/external/chromium_org/v8/test/mjsunit/tools/
Dtickprocessor-test.gc-state19 [Bottom up (heavy) profile]:
Dtickprocessor-test.func-info21 [Bottom up (heavy) profile]:
Dtickprocessor-test.default27 [Bottom up (heavy) profile]:
Dtickprocessor-test.ignore-unknown26 [Bottom up (heavy) profile]:
Dtickprocessor-test.separate-ic29 [Bottom up (heavy) profile]:
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc288 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
382 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusMetaHeader.h63 INT16 Bottom; member
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp721 struct Bottom { constexpr Bottom() {} }; in Bottom() function
722 struct Base : Bottom {
727 struct Base2 : Bottom {
754 constexpr Bottom &bot1 = (Base&)derived;
755 constexpr Bottom &bot2 = (Base2&)derived;
758 constexpr Bottom *pb1 = (Base*)&derived;
759 constexpr Bottom *pb2 = (Base2*)&derived;
781 static_assert((Bottom*)nullB == 0, "");
783 static_assert((void*)(Bottom*)nullB == (void*)(Derived*)nullB, "");
/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h256 unsigned getResourceDepth(bool Bottom) const;
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm85 // Bottom stroke.
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c753 # define YY_STACK_PRINT(Bottom, Top) \ argument
756 yy_stack_print ((Bottom), (Top)); \
805 # define YY_STACK_PRINT(Bottom, Top) argument
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_animation.mm161 { // Bottom left.
165 { // Bottom right.
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp835 # define YY_STACK_PRINT(Bottom, Top) \ argument
838 yy_stack_print ((Bottom), (Top)); \
886 # define YY_STACK_PRINT(Bottom, Top) argument
/external/chromium_org/ui/events/cocoa/
Devents_mac_unittest.mm269 location:NSMakePoint(0, 0) // Bottom-left corner.
277 // Bottom-left corner should be flipped.

1234