Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 – 25 of 166) sorted by relevance

1234567

/external/harfbuzz_ng/src/ms-use/
DIndicPositionalCategory-Additional.txt17 # Indic_Positional_Category=Bottom
18 0F72 ; Bottom # Mn TIBETAN VOWEL SIGN I # Not really below, but need to override to …
19 0F7A..0F7D ; Bottom # Mn [4] TIBETAN VOWEL SIGN E..TIBETAN VOWEL SIGN OO # Not really below, b…
20 0F80 ; Bottom # Mn TIBETAN VOWEL SIGN REVERSED I # Not really below, but need to ove…
21 A9BF ; Bottom # Mc JAVANESE CONSONANT SIGN CAKRA
22 11127..11129 ; Bottom # Mn [3] CHAKMA VOWEL SIGN A..CHAKMA VOWEL SIGN II
23 1112D ; Bottom # Mn CHAKMA VOWEL SIGN AI
24 11130 ; Bottom # Mn CHAKMA VOWEL SIGN OI
58 # Indic_Positional_Category=Bottom
59 0859..085B ; Bottom # Mn [3] MANDAIC AFFRICATION MARK..MANDAIC GEMINATION MARK
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h40 MachineBasicBlock *Bottom = Unit->getHeader(); in getBottom() local
42 if (MBB->getNumber() > Bottom->getNumber()) in getBottom()
43 Bottom = MBB; in getBottom()
44 return Bottom; in getBottom()
DWebAssemblyCFGStackify.cpp384 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker() local
385 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
388 Iter = std::next(Bottom->getIterator()); in placeLoopMarker()
464 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker() local
466 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker()
469 Iter = std::next(Bottom->getIterator()); in placeTryMarker()
618 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/external/rust/crates/codespan-reporting/src/term/
Drenderer.rs54 Bottom(usize, &'diagnostic str), enumerator
60 Bottom, enumerator
264 MultiLabel::Left | MultiLabel::Bottom(..) => { in render_snippet_source()
288 MultiLabel::Bottom(start, _) => column_range.end <= *start, in render_snippet_source()
540 MultiLabel::Bottom(range, message) => (*label_style, range, Some(message)), in render_snippet_source()
563 MultiLabel::Bottom(..) if multi_label_index < *i => { in render_snippet_source()
570 MultiLabel::Bottom(..) if multi_label_index == *i => { in render_snippet_source()
571 underline = Some((*ls, VerticalBound::Bottom)); in render_snippet_source()
574 MultiLabel::Top(..) | MultiLabel::Bottom(..) => { in render_snippet_source()
917 VerticalBound::Bottom => self.config.chars.multi_bottom, in inner_gutter_column()
[all …]
/external/clang/test/Modules/Inputs/
Dcategory_bottom.h3 @interface Foo(Bottom)
9 @interface LeftFoo(Bottom)
/external/harfbuzz_ng/src/
Dgen-use-table.py321 'Blw': [Bottom],
326 'Blw': [Bottom, Bottom_And_Left, Bottom_And_Right],
332 'Blw': [Bottom, Overstruck],
336 'Blw': [Bottom, Overstruck, Bottom_And_Right],
342 'Blw': [Bottom, Overstruck],
348 'Blw': [Bottom],
355 'Blw': [Bottom],
377 if 0x1BF2 <= U <= 0x1BF3: UISC = Nukta; UIPC = Bottom
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp76 MachineBasicBlock *Bottom = Loop->getHeader(); in LoopBottom() local
78 if (MBB->getNumber() > Bottom->getNumber()) in LoopBottom()
79 Bottom = MBB; in LoopBottom()
80 return Bottom; in LoopBottom()
408 MachineBasicBlock *Bottom = LoopBottom(Loop); in PlaceLoopMarker() local
409 auto Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker()
415 Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker()
/external/pdfium/core/fxcrt/css/
Dcfx_css.h48 Bottom, enumerator
94 Bottom, enumerator
166 Bottom, enumerator
/external/rust/crates/plotters/src/chart/
Dbuilder.rs18 Bottom = 1, enumerator
92 .set_label_area_size(LabelAreaPosition::Bottom, size) in set_all_label_area_size()
101 .set_label_area_size(LabelAreaPosition::Bottom, size) in set_left_and_bottom_label_area_size()
107 self.set_label_area_size(LabelAreaPosition::Bottom, size) in x_label_area_size()
387 chart.set_label_area_size(LabelAreaPosition::Bottom, 400); in test_label_area_size()
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/proto/
Dservices.proto29 message Bottom { message
37 rpc StreStre(stream Top) returns (stream Bottom);
/external/mesa3d/src/gallium/frontends/nine/
Dvolume9.c233 dirty_region.Bottom = dirty_region.Top + (box->height << This->level_actual); in NineVolume9_AddDirtyRegion()
265 pBox ? pBox->Top : 0, pBox ? pBox->Bottom : 0, in NineVolume9_LockBox()
286 pBox->Top == 0 && pBox->Bottom == This->desc.Height) || in NineVolume9_LockBox()
288 !(pBox->Top % h) && !(pBox->Bottom % h)), in NineVolume9_LockBox()
303 user_assert(pBox->Bottom > pBox->Top, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
306 user_assert(pBox->Bottom <= This->desc.Height, D3DERR_INVALIDCALL); in NineVolume9_LockBox()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
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/pdfium/xfa/fwl/
Dfwl_widgethit.h16 Bottom, enumerator
/external/rust/crates/criterion/src/plot/plotters_backend/
Diteration_times.rs32 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in iteration_times_figure()
99 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in iteration_times_comparison_figure()
Dpdf.rs52 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in pdf_comparison_figure()
140 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in pdf_small()
220 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in pdf()
Dregression.rs55 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in regression_figure()
181 .set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40)) in regression_comparison_figure()
/external/pdfium/xfa/fxfa/
Dcxfa_ffcheckbutton.cpp110 iCapPlacement == XFA_AttributeValue::Bottom) { in PerformLayout()
150 case XFA_AttributeValue::Bottom: { in PerformLayout()
171 else if (iVertAlign == XFA_AttributeValue::Bottom) in PerformLayout()
Dcxfa_fffield.cpp215 (iCapPlacement == XFA_AttributeValue::Bottom && in CapPlacement()
221 iCapPlacement == XFA_AttributeValue::Bottom) { in CapPlacement()
246 iCapPlacement == XFA_AttributeValue::Bottom) { in CapPlacement()
279 case XFA_AttributeValue::Bottom: { in CapPlacement()
321 if (iCapPlacement == XFA_AttributeValue::Bottom) in CapTopBottomPlacement()
/external/rust/crates/plotters/examples/
Dconsole.rs142 VPos::Bottom => -height, in draw_text()
162 .set_label_area_size(LabelAreaPosition::Bottom, (10i32).percent_height()) in draw_chart()
Dblit-bitmap.rs17 .set_label_area_size(LabelAreaPosition::Bottom, 40) in main()
Darea-chart.rs27 .set_label_area_size(LabelAreaPosition::Bottom, 60) in main()
Dslc-temp.rs21 .set_label_area_size(LabelAreaPosition::Bottom, 40) in main()
Dtick_control.rs34 .set_label_area_size(LabelAreaPosition::Bottom, (4).percent()) in main()
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_application_common.py33 STREAM_STREAM_RESPONSE = services_pb2.Bottom(first_bottom_field=23)
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c56 return info->srWindow.Bottom - info->srWindow.Top+1; in Java_jline_WindowsTerminal_getWindowsTerminalHeight()

1234567