Searched refs:Bottom (Results 1 - 25 of 30) sorted by relevance

12

/external/clang/test/Modules/Inputs/
H A Dcategory_bottom.h3 @interface Foo(Bottom)
9 @interface LeftFoo(Bottom)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DPopover.js166 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
168 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
178 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
210 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
388 Bottom: "bottom"
H A DTimelinePanel.js1444 popover.show(this._presentationModel.generateMainThreadBarPopupContent(anchor._tasksInfo), anchor, null, null, WebInspector.Popover.Orientation.Bottom);
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.Designer.cs53 this.listViewProcesses.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
103 this.buttonAttach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
115 this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
126 this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
139 this.buttonRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java87 Bottom enum constant in enum:BitmapFont.VAlign
H A DLetters.java166 case Bottom:
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h255 /// When Bottom is set, instructions in the trace center block are included.
256 unsigned getResourceDepth(bool Bottom) const;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc271 void *Bottom() const { function in class:__sanitizer::ScopedStackSpaceWithGuard
329 pid_t tracer_pid = clone(TracerThread, tracer_stack.Bottom(),
/external/elfutils/src/
H A Dldscript.c978 # define YY_STACK_PRINT(Bottom, Top) \
981 yy_stack_print ((Bottom), (Top)); \
1028 # define YY_STACK_PRINT(Bottom, Top)
/external/libpcap/
H A Dgrammar.c1262 # define YY_STACK_PRINT(Bottom, Top) \
1265 yy_stack_print ((Bottom), (Top)); \
1304 # define YY_STACK_PRINT(Bottom, Top)
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp721 struct Bottom { constexpr Bottom() {} };
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*)null
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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/bison/data/
H A Dyacc.c843 # define YY_STACK_PRINT(Bottom, Top) \
846 yy_stack_print ((Bottom), (Top)); \
889 # define YY_STACK_PRINT(Bottom, Top)
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp830 # define YY_STACK_PRINT(Bottom, Top) \
833 yy_stack_print ((Bottom), (Top)); \
881 # define YY_STACK_PRINT(Bottom, Top)
/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp758 MachineBasicBlock *Bottom = *llvm::prior(LoopChain.end()); local
759 for (MachineBasicBlock::succ_iterator SI = Bottom->succ_begin(),
760 SE = Bottom->succ_end();
H A DMachineTraceMetrics.cpp1176 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const {
1181 if (Bottom) {
1193 if (Bottom)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc2328 # define YY_STACK_PRINT(Bottom, Top) \
2331 yy_stack_print ((Bottom), (Top)); \
2380 # define YY_STACK_PRINT(Bottom, Top)
H A Dglcpp-parse.c1223 # define YY_STACK_PRINT(Bottom, Top) \
1226 yy_stack_print ((Bottom), (Top)); \
1275 # define YY_STACK_PRINT(Bottom, Top)
/external/elfutils/libcpu/
H A Di386_parse.c969 # define YY_STACK_PRINT(Bottom, Top) \
972 yy_stack_print ((Bottom), (Top)); \
1019 # define YY_STACK_PRINT(Bottom, Top)
/external/bison/src/
H A Dparse-gram.c1270 # define YY_STACK_PRINT(Bottom, Top) \
1273 yy_stack_print ((Bottom), (Top)); \
1321 # define YY_STACK_PRINT(Bottom, Top)
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1621 # define YY_STACK_PRINT(Bottom, Top) \
1624 yy_stack_print ((Bottom), (Top)); \
1673 # define YY_STACK_PRINT(Bottom, Top)
/external/chromium_org/ash/wm/
H A Dtoplevel_window_event_handler_unittest.cc163 TEST_F(ToplevelWindowEventHandlerTest, Bottom) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js752 var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ];
4331 br = i ? "Right" : "Bottom", // bottom or right
/external/chromium_org/third_party/angle/src/compiler/
H A Dglslang_tab.cpp1577 # define YY_STACK_PRINT(Bottom, Top) \
1580 yy_stack_print ((Bottom), (Top)); \
1629 # define YY_STACK_PRINT(Bottom, Top)
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
H A Djquery-1.4.1.min.js112 Ja=/alpha\([^)]*\)/,Ka=/opacity=([^)]*)/,ga=/float/i,ha=/-([a-z])/ig,ib=/([A-Z])/g,jb=/^-?\d+(?:px)?$/i,kb=/^-?\d/,lb={position:"absolute",visibility:"hidden",display:"block"},mb=["Left","Right"],nb=["Top","Bottom"],ob=r.defaultView&&r.defaultView.getComputedStyle,La=c.support.cssFloat?"cssFloat":"styleFloat",ia=function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===v)return c.curCSS(d,f);if(typeof e==="number"&&!hb.test(f))e+="px";c.style(d,f,e)})};

Completed in 1007 milliseconds

12