HomeSort by relevance Sort by last modified time
    Searched refs:Bottom (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Modules/Inputs/
category_bottom.h 3 @interface Foo(Bottom)
4 -(void)bottom;
9 @interface LeftFoo(Bottom)
10 -(void)bottom;
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_view.h 28 Bottom:(const float)bottom;
video_render_ios_channel.mm 52 const float bottom) {
55 Top:bottom
57 Bottom:top]) {
video_render_ios_view.mm 157 Bottom:(const float)bottom {
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
403 Bottom: "bottom"
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 63 INT16 Bottom;
84 // Left, Top, Right, and Bottom contain the coordinates of the upper-left
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 63 INT16 Bottom;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 277 /* The OS might guarantee only one guard page at the bottom of the stack,
729 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
753 # define YY_STACK_PRINT(Bottom, Top) \
756 yy_stack_print ((Bottom), (Top)); \
805 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
parse-events-bison.c 309 /* The OS might guarantee only one guard page at the bottom of the stack,
839 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
863 # define YY_STACK_PRINT(Bottom, Top) \
866 yy_stack_print ((Bottom), (Top)); \
915 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 251 /// Return the resource depth of the top/bottom of the trace center block.
255 /// When Bottom is set, instructions in the trace center block are included.
256 unsigned getResourceDepth(bool Bottom) const;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 288 void *Bottom() const {
382 TracerThread, tracer_stack.Bottom(),
  /external/elfutils/0.153/src/
ldscript.c 390 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 721 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*)nullB == (void*)(Derived*)nullB, "")
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
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/bison/data/
yacc.c 500 /* The OS might guarantee only one guard page at the bottom of the stack,
826 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
843 # define YY_STACK_PRINT(Bottom, Top) \
846 yy_stack_print ((Bottom), (Top)); \
889 # define YY_STACK_PRINT(Bottom, Top)
910 /* Given a state stack such that *YYBOTTOM is its bottom, such that
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp 334 /* The OS might guarantee only one guard page at the bottom of the stack,
811 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
835 # define YY_STACK_PRINT(Bottom, Top) \
838 yy_stack_print ((Bottom), (Top)); \
886 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
  /external/libpcap/
grammar.c 744 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 545 /// jump around it or will be the bottom of the loop if we lay it out in place,
546 /// but if it it doesn't end up at the bottom of the loop for any reason,
726 /// \brief Attempt to rotate an exiting block to the bottom of the loop.
731 /// of its bottom already, don't rotate it.
752 // bottom is a viable exiting block. If so, bail out as rotating will
755 MachineBasicBlock *Bottom = *std::prev(LoopChain.end());
756 for (MachineBasicBlock::succ_iterator SI = Bottom->succ_begin(),
757 SE = Bottom->succ_end();
    [all...]
MachineTraceMetrics.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 738 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
glcpp-parse.c 471 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 494 /* The OS might guarantee only one guard page at the bottom of the stack,
970 | yy_stack_print -- Print the state stack from its BOTTOM up to its |
994 # define YY_STACK_PRINT(Bottom, Top) \
997 yy_stack_print ((Bottom), (Top)); \
1044 # define YY_STACK_PRINT(Bottom, Top)
    [all...]
  /external/chromium_org/remoting/webapp/browser_test/
bump_scroll_browser_test.js 64 this.scrollDirection.bind(this, 0.5, 1.0) // Bottom edge
  /external/bison/src/
parse-gram.c 486 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 24 SHORT Bottom;

Completed in 941 milliseconds

1 2 3