HomeSort by relevance Sort by last modified time
    Searched refs:Bottom (Results 1 - 25 of 58) 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/webrtc/webrtc/modules/video_render/ios/
video_render_ios_view.h 28 Bottom:(const float)bottom;
video_render_ios_channel.mm 50 const float bottom) {
53 Top:bottom
55 Bottom:top]) {
video_render_ios_view.mm 157 Bottom:(const float)bottom {
158 return _gles_renderer20->SetCoordinates(zOrder, left, top, right, bottom);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 51 return stack_.template Bottom<Ch>();
stringbuffer.h 68 return stack_.template Bottom<Ch>();
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 156 /// Return the "bottom" block of a loop. This differs from
160 MachineBasicBlock *Bottom = Loop->getHeader();
162 if (MBB->getNumber() > Bottom->getNumber())
163 Bottom = MBB;
164 return Bottom;
352 // bottom of the function, insert a dummy block at the end.
353 MachineBasicBlock *Bottom = LoopBottom(Loop);
354 auto Iter = next(MachineFunction::iterator(Bottom));
360 Iter = next(MachineFunction::iterator(Bottom));
369 if (!Bottom->back().isBarrier()
    [all...]
  /external/harfbuzz_ng/src/
gen-use-table.py 115 'Bottom',
247 'Blw': [Bottom],
252 'Blw': [Bottom],
258 'Blw': [Bottom],
262 'Blw': [Bottom, Overstruck, Bottom_And_Right],
268 'Blw': [Bottom, Overstruck],
274 'Blw': [Bottom],
306 if U == 0x1B6C: UIPC = Bottom
316 if U == 0x111CA: UIPC = Bottom
318 if U == 0x1133C: UIPC = Bottom
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp 42 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
58 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
120 EXPECT_EQ(OpClipSideFlags::Right | OpClipSideFlags::Bottom, state.clipSideFlags);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 63 INT16 Bottom;
  /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;
  /frameworks/base/libs/hwui/
BakedOpState.h 34 Bottom = 0x8,
BakedOpState.cpp 29 if (clip.bottom < bounds.bottom) clipSideFlags |= OpClipSideFlags::Bottom;
LayerBuilder.cpp 162 // right and bottom delta calculation reversed to account for direction
165 boundsDelta = opBounds.bottom - mBounds.bottom;
166 if (!checkSide(currentFlags, newFlags, OpClipSideFlags::Bottom, boundsDelta)) return false;
269 Vertex::set(currentVert++, rect.left, rect.bottom);
270 Vertex::set(currentVert++, rect.right, rect.bottom);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 135 T* Bottom() { return (T*)stack_; }
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 318 void *Bottom() const {
405 TracerThread, tracer_stack.Bottom(),
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 723 struct Bottom { constexpr Bottom() {} };
724 struct Base : Bottom {
729 struct Base2 : Bottom {
756 constexpr Bottom &bot1 = (Base&)derived;
757 constexpr Bottom &bot2 = (Base2&)derived;
760 constexpr Bottom *pb1 = (Base*)&derived;
761 constexpr Bottom *pb2 = (Base2*)&derived;
783 static_assert((Bottom*)nullB == 0, "");
785 static_assert((void*)(Bottom*)nullB == (void*)(Derived*)nullB, "")
    [all...]
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 49 @* UWORD8 pointer to bottom field
55 @* Bottom field stride
73 @ Load first row of bottom
79 @ Load second row of bottom
103 @ Load third row of bottom
109 @ Load fourth row of bottom
127 @ Compute absolute diff between top and bottom row sums
  /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/toybox/kconfig/
zconf.tab.c_shipped 274 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /external/libpcap/
grammar.c 784 /* The OS might guarantee only one guard page at the bottom of the stack,
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 

Completed in 330 milliseconds

1 2 3