/external/libavc/encoder/arm/ |
D | ih264e_evaluate_intra_chroma_modes_a9q.s | 298 @DO HORIZONTAL 300 vdup.16 q10, d9[3] @/HORIZONTAL VALUE ROW=0; 303 vdup.16 q11, d9[2] @/HORIZONTAL VALUE ROW=1; 305 vdup.16 q12, d9[1] @/HORIZONTAL VALUE ROW=2; 307 vdup.16 q13, d9[0] @/HORIZONTAL VALUE ROW=3; 309 vdup.16 q14, d8[3] @/HORIZONTAL VALUE ROW=4; 311 vdup.16 q15, d8[2] @/HORIZONTAL VALUE ROW=5; 313 vdup.16 q1, d8[1] @/HORIZONTAL VALUE ROW=6; 315 vdup.16 q2, d8[0] @/HORIZONTAL VALUE ROW=7;
|
D | ih264e_evaluate_intra16x16_modes_a9q.s | 148 vdup.8 q10, r7 @/HORIZONTAL VALUE ROW=0; 171 vdup.8 q10, r7 @/HORIZONTAL VALUE ROW=i; 241 @DO HORIZONTAL
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowLinearLayoutTest.java | 36 assertThat(linearLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL); in canAnswerOrientation() 39 linearLayout.setOrientation(LinearLayout.HORIZONTAL); in canAnswerOrientation() 40 assertThat(linearLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL); in canAnswerOrientation()
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 44 0x09 0x0009 # HORIZONTAL TABULATION 163 0x80 0x2500 # BOX DRAWINGS LIGHT HORIZONTAL 171 0x88 0x252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL 172 0x89 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL 173 0x8A 0x253C # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL 195 0xA0 0x2550 # BOX DRAWINGS DOUBLE HORIZONTAL 222 #0xB6 0x2564 # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE 224 #0xB7 0x2565 # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE 226 0xB8 0x2566 # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL 227 0xB9 0x2567 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE [all …]
|
/external/python/cpython2/Tools/unicode/python-mappings/ |
D | KOI8-U.TXT | 44 0x09 0x0009 # HORIZONTAL TABULATION 163 0x80 0x2500 # BOX DRAWINGS LIGHT HORIZONTAL 171 0x88 0x252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL 172 0x89 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL 173 0x8A 0x253C # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL 195 0xA0 0x2550 # BOX DRAWINGS DOUBLE HORIZONTAL 222 #0xB6 0x2564 # BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE 224 #0xB7 0x2565 # BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE 226 0xB8 0x2566 # BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL 227 0xB9 0x2567 # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE [all …]
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/ |
D | TextLabelWidget.java | 42 this(layoutManager, sizeMetrics, TextOrientationType.HORIZONTAL); in TextLabelWidget() 86 case HORIZONTAL: in pack() 121 case HORIZONTAL: in doOnDraw()
|
/external/libiio/src/examples/ |
D | iio-monitor.c | 150 writeChtype(right, 2, line, str, HORIZONTAL, 0, len); in read_thd() 174 HORIZONTAL, 0, len); in read_thd() 182 str, HORIZONTAL, 0, len); in read_thd() 189 HORIZONTAL, 0, sizeof(msg) - 1); in read_thd()
|
/external/google-styleguide/include/ |
D | styleguide.js | 3 HORIZONTAL: 2 property 16 tocType = TocTypeEnum.HORIZONTAL; 69 case TocTypeEnum.HORIZONTAL:
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
D | TextOrientationType.java | 20 HORIZONTAL, enumConstant
|
/external/proguard/src/proguard/gui/ |
D | FilterDialog.java | 78 textConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog() 90 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog() 97 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
|
D | OptimizationsDialog.java | 68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog() 75 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
|
D | MemberSpecificationDialog.java | 90 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog() 102 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog() 109 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
|
/external/python/cpython3/Lib/idlelib/ |
D | textview.py | 5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN 63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
|
/external/python/cpython2/Demo/tix/samples/ |
D | BtnBox.py | 33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | OptMenu.py | 53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | PopMenu.py | 46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
D | Tree.py | 29 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | slider-demo-1.py | 15 orient=HORIZONTAL,
|
D | animation-w-velocity-ctrl.py | 20 self.speed = Scale(self, orient=HORIZONTAL, from_=-100, to=100)
|
D | pong-demo-1.py | 16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
|
D | canvas-with-scrollbars.py | 28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 42 HORIZONTAL='horizontal' variable
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 42 HORIZONTAL='horizontal' variable
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/views/ |
D | ShowcaseCarousel.kt | 24 …Manager = androidx.recyclerview.widget.LinearLayoutManager(context, RecyclerView.HORIZONTAL, false)
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | ValueMarker.java | 38 HORIZONTAL, enumConstant
|