/external/harfbuzz_ng/src/ms-use/ |
D | IndicPositionalCategory-Additional.txt | 17 # 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/ |
D | WebAssemblyUtilities.h | 40 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()
|
D | WebAssemblyCFGStackify.cpp | 384 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/ |
D | renderer.rs | 54 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/ |
D | category_bottom.h | 3 @interface Foo(Bottom) 9 @interface LeftFoo(Bottom)
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 321 '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/ |
D | WebAssemblyCFGStackify.cpp | 76 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/ |
D | cfx_css.h | 48 Bottom, enumerator 94 Bottom, enumerator 166 Bottom, enumerator
|
/external/rust/crates/plotters/src/chart/ |
D | builder.rs | 18 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/ |
D | services.proto | 29 message Bottom { message 37 rpc StreStre(stream Top) returns (stream Bottom);
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | volume9.c | 233 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/ |
D | 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/pdfium/xfa/fwl/ |
D | fwl_widgethit.h | 16 Bottom, enumerator
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | iteration_times.rs | 32 .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()
|
D | pdf.rs | 52 .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()
|
D | regression.rs | 55 .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/ |
D | cxfa_ffcheckbutton.cpp | 110 iCapPlacement == XFA_AttributeValue::Bottom) { in PerformLayout() 150 case XFA_AttributeValue::Bottom: { in PerformLayout() 171 else if (iVertAlign == XFA_AttributeValue::Bottom) in PerformLayout()
|
D | cxfa_fffield.cpp | 215 (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/ |
D | console.rs | 142 VPos::Bottom => -height, in draw_text() 162 .set_label_area_size(LabelAreaPosition::Bottom, (10i32).percent_height()) in draw_chart()
|
D | blit-bitmap.rs | 17 .set_label_area_size(LabelAreaPosition::Bottom, 40) in main()
|
D | area-chart.rs | 27 .set_label_area_size(LabelAreaPosition::Bottom, 60) in main()
|
D | slc-temp.rs | 21 .set_label_area_size(LabelAreaPosition::Bottom, 40) in main()
|
D | tick_control.rs | 34 .set_label_area_size(LabelAreaPosition::Bottom, (4).percent()) in main()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _application_common.py | 33 STREAM_STREAM_RESPONSE = services_pb2.Bottom(first_bottom_field=23)
|
/external/jline/src/src/main/native/ |
D | jline_WindowsTerminal.c | 56 return info->srWindow.Bottom - info->srWindow.Top+1; in Java_jline_WindowsTerminal_getWindowsTerminalHeight()
|