/external/clang/test/Modules/Inputs/ |
D | category_bottom.h | 3 @interface Foo(Bottom) 9 @interface LeftFoo(Bottom)
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | AttachDialog.Designer.cs | 53 …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/ |
D | Popover.js | 170 … 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/ |
D | app_list_service_mac_unittest.mm | 138 // 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/ |
D | graph3D.gpm | 48 #Bottom Right View 56 #Bottom Left View
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | messages.properties | 3 FlyoutControlComposite_dockBottom=&Bottom
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
D | video_render_ios_view.h | 28 Bottom:(const float)bottom;
|
D | open_gles20.mm | 68 -1, -1, 0, 0, 1, // Bottom Left 69 1, -1, 0, 1, 1, // Bottom Right 131 // Bottom Left 136 // Bottom Right
|
D | video_render_ios_channel.mm | 57 Bottom:top]) {
|
D | video_render_ios_view.mm | 157 Bottom:(const float)bottom {
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 389 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/ |
D | tickprocessor-test.gc-state | 19 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.func-info | 21 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.default | 27 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.ignore-unknown | 26 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.separate-ic | 29 [Bottom up (heavy) profile]:
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 288 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard 382 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusMetaHeader.h | 63 INT16 Bottom; member
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 721 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/ |
D | MachineTraceMetrics.h | 256 unsigned getResourceDepth(bool Bottom) const;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_toolbar_view.mm | 85 // Bottom stroke.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | pmu-bison.c | 753 # 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/ |
D | constrained_window_animation.mm | 161 { // Bottom left. 165 { // Bottom right.
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | ExpressionParser.cpp | 835 # 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/ |
D | events_mac_unittest.mm | 269 location:NSMakePoint(0, 0) // Bottom-left corner. 277 // Bottom-left corner should be flipped.
|