/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 160 MachineBasicBlock *Bottom = Loop->getHeader(); in LoopBottom() local 162 if (MBB->getNumber() > Bottom->getNumber()) in LoopBottom() 163 Bottom = MBB; in LoopBottom() 164 return Bottom; in LoopBottom() 353 MachineBasicBlock *Bottom = LoopBottom(Loop); in PlaceLoopMarker() local 354 auto Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker() 360 Iter = next(MachineFunction::iterator(Bottom)); in PlaceLoopMarker() 369 if (!Bottom->back().isBarrier()) in PlaceLoopMarker() 370 BuildMI(*Bottom, Bottom->end(), DebugLoc(), TII.get(WebAssembly::LOOP_END)); in PlaceLoopMarker()
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 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
|
/external/clang/test/Modules/Inputs/ |
D | category_bottom.h | 3 @interface Foo(Bottom) 9 @interface LeftFoo(Bottom)
|
/external/fio/tools/plot/ |
D | graph3D.gpm | 48 #Bottom Right View 56 #Bottom Left View
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | messages.properties | 3 FlyoutControlComposite_dockBottom=&Bottom
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_view.h | 28 Bottom:(const float)bottom;
|
D | open_gles20.mm | 68 -1, -1, 0, 0, 1, // Bottom Left 69 1, -1, 0, 1, 1, // Bottom Right 131 // Bottom Left 136 // Bottom Right
|
D | video_render_ios_channel.mm | 55 Bottom:top]) {
|
D | video_render_ios_view.mm | 157 Bottom:(const float)bottom {
|
/external/antlr/antlr-3.4/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/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 22 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.func-info | 24 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.default | 33 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.ignore-unknown | 32 [Bottom up (heavy) profile]:
|
D | tickprocessor-test.separate-ic | 35 [Bottom up (heavy) profile]:
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 318 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard 405 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 723 struct Bottom { constexpr Bottom() {} }; in Bottom() function 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, "");
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | BitmapFont.java | 87 Bottom enumConstant
|
D | Letters.java | 166 case Bottom: in align()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 256 unsigned getResourceDepth(bool Bottom) const;
|
/external/eigen/doc/ |
D | TutorialBlockOperations.dox | 121 <tr><td>Bottom-left p by q block 135 <tr><td>Bottom-right p by q block
|
/external/libmpeg2/common/arm/ |
D | ideint_cac_a9.s | 55 @* Bottom field stride
|
/external/webrtc/webrtc/api/objc/ |
D | RTCOpenGLVideoRenderer.mm | 131 -1, -1, 0, 1, // Bottom left. 132 1, -1, 1, 1, // Bottom right.
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCOpenGLVideoRenderer.mm | 152 -1, -1, 0, 1, // Bottom left. 153 1, -1, 1, 1, // Bottom right.
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 1170 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth() 1175 if (Bottom) { in getResourceDepth() 1189 if (Bottom) in getResourceDepth()
|