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

12

/external/clang/test/Modules/Inputs/
H A Dcategory_bottom.h3 @interface Foo(Bottom)
9 @interface LeftFoo(Bottom)
/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h16 Bottom, member in class:FWL_WidgetHit
/external/webrtc/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_view.h28 Bottom:(const float)bottom;
H A Dvideo_render_ios_channel.mm55 Bottom:top]) {
H A Dvideo_render_ios_view.mm157 Bottom:(const float)bottom {
/external/skia/experimental/go-skia/
H A Dtypes.go64 Bottom float32
H A Dskia.go196 Bottom: bottom,
/external/harfbuzz_ng/src/
H A Dgen-use-table.py115 'Bottom',
248 'Blw': [Bottom],
253 'Blw': [Bottom],
259 'Blw': [Bottom],
263 'Blw': [Bottom, Overstruck, Bottom_And_Right],
269 'Blw': [Bottom, Overstruck],
275 'Blw': [Bottom],
307 if U == 0x1B6C: UIPC = Bottom
317 if U == 0x111CA: UIPC = Bottom
319 if U == 0x1133C: UIPC = Bottom
[all...]
/external/pdfium/xfa/fde/css/
H A Dfde_css.h49 Bottom, member in class:FDE_CSSPropertyValue
94 Bottom, member in class:FDE_CSSProperty
167 Bottom, member in class:FDE_CSSVerticalAlign
H A Dcfde_cssstyleselector.cpp380 case FDE_CSSProperty::Bottom:
548 case FDE_CSSPropertyValue::Bottom:
549 return FDE_CSSVerticalAlign::Bottom;
H A Dfde_cssdatatable.cpp39 {FDE_CSSProperty::Bottom, L"bottom", 0x399F02B5,
137 {FDE_CSSPropertyValue::Bottom, L"bottom", 0x399F02B5},
/external/jline/src/src/main/native/
H A Djline_WindowsTerminal.c56 return info->srWindow.Bottom - info->srWindow.Top+1;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp76 MachineBasicBlock *Bottom = Loop->getHeader(); local
78 if (MBB->getNumber() > Bottom->getNumber())
79 Bottom = MBB;
80 return Bottom;
408 MachineBasicBlock *Bottom = LoopBottom(Loop);
409 auto Iter = next(MachineFunction::iterator(Bottom));
415 Iter = next(MachineFunction::iterator(Bottom));
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvolume9.c228 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual);
259 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0,
280 pBox->Top == 0 && pBox->Bottom == This->desc.Height) ||
282 !(pBox->Top % h) && !(pBox->Bottom % h)),
297 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL);
300 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL);
H A Dnine_pipe.h167 user_warn(src->Top > src->Bottom);
174 dst->height = src->Bottom - src->Top;
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp758 # define YY_STACK_PRINT(Bottom, Top) \
761 yy_stack_print ((Bottom), (Top)); \
801 # define YY_STACK_PRINT(Bottom, Top)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc322 void *Bottom() const { function in class:__sanitizer::ScopedStackSpaceWithGuard
409 TracerThread, tracer_stack.Bottom(),
/external/python/cpython2/Demo/tkinter/guido/
H A Dcanvasevents.py77 class Bottom(Object): class in inherits:Object
97 self.bottom = Bottom(self.canvas, self.x, self.y)
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1779 # define YY_STACK_PRINT(Bottom, Top) \
1782 yy_stack_print ((Bottom), (Top)); \
1822 # define YY_STACK_PRINT(Bottom, Top)
/external/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h256 /// When Bottom is set, instructions in the trace center block are included.
257 unsigned getResourceDepth(bool Bottom) const;
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp723 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*)null
[all...]
/external/libmpeg2/common/arm/
H A Dideint_cac_a9.s55 @* Bottom field stride
/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/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp484 auto *Bottom = makeVariable(DestTy); local
496 Bottom, Left, RotShift));
498 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));
510 auto *Bottom = makeVariable(DestTy); local
522 Bottom, Left, RotShift));
524 InstArithmetic::create(Func, InstArithmetic::Or, Dest, Top, Bottom));

Completed in 1277 milliseconds

12