Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 25 of 87) sorted by relevance

1234

/external/libvterm/src/encoding/
DDECdrawing.tbl3 6/2 = U+2409 # SYMBOL FOR HORIZONTAL TAB
15 6/14 = U+253C # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL (crossing lines)
16 6/15 = U+23BA # HORIZONTAL SCAN LINE-1
17 7/0 = U+23BB # HORIZONTAL SCAN LINE-3
18 7/1 = U+2500 # BOX DRAWINGS LIGHT HORIZONTAL
19 7/2 = U+23BC # HORIZONTAL SCAN LINE-7
20 7/3 = U+23BD # HORIZONTAL SCAN LINE-9
23 7/6 = U+2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL
24 7/7 = U+252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL
/external/droiddriver/src/io/appium/droiddriver/scroll/
DDirection.java76 return Axis.HORIZONTAL; in axis()
87 return Axis.HORIZONTAL; in axis()
96 HORIZONTAL { enumConstant
172 case HORIZONTAL: in toPhysicalDirection()
/external/libavc/encoder/arm/
Dih264e_evaluate_intra_chroma_modes_a9q.s298 @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;
Dih264e_evaluate_intra16x16_modes_a9q.s148 vdup.8 q10, r7 @/HORIZONTAL VALUE ROW=0;
171 vdup.8 q10, r7 @/HORIZONTAL VALUE ROW=i;
241 @DO HORIZONTAL
/external/python/cpython2/Tools/unicode/python-mappings/
DKOI8-U.TXT44 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/cpython3/Tools/unicode/python-mappings/
DKOI8-U.TXT44 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLinearLayoutTest.java36 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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
DTextLabelWidget.java42 this(layoutManager, sizeMetrics, TextOrientationType.HORIZONTAL); in TextLabelWidget()
86 case HORIZONTAL: in pack()
121 case HORIZONTAL: in doOnDraw()
/external/google-styleguide/include/
Dstyleguide.js3 HORIZONTAL: 2 property
16 tocType = TocTypeEnum.HORIZONTAL;
69 case TocTypeEnum.HORIZONTAL:
/external/proguard/src/proguard/gui/
DFilterDialog.java78 textConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
90 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
97 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in FilterDialog()
DOptimizationsDialog.java68 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
75 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in OptimizationsDialog()
DMemberSpecificationDialog.java90 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
102 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
109 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in MemberSpecificationDialog()
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
DTextOrientationType.java20 HORIZONTAL, enumConstant
/external/python/cpython3/Lib/idlelib/
Dtextview.py5 HORIZONTAL, VERTICAL, N, S, E, W
62 self.xscroll = xscroll = AutoHiddenScrollbar(self, orient=HORIZONTAL,
/external/python/cpython2/Demo/tix/samples/
DBtnBox.py33 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DPopMenu.py46 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
DOptMenu.py53 box = Tix.ButtonBox(w, orientation=Tix.HORIZONTAL)
/external/python/cpython2/Demo/tkinter/matt/
Dslider-demo-1.py15 orient=HORIZONTAL,
Danimation-w-velocity-ctrl.py20 self.speed = Scale(self, orient=HORIZONTAL, from_=-100, to=100)
Dpong-demo-1.py16 self.speed = Scale(self, orient=HORIZONTAL, label="ball speed",
Dcanvas-with-scrollbars.py28 self.draw.scrollX = Scrollbar(self, orient=HORIZONTAL)
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py42 HORIZONTAL='horizontal' variable
/external/python/cpython3/Lib/tkinter/
Dconstants.py42 HORIZONTAL='horizontal' variable
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py66 GV.HORIZONTAL = 'horizontal'
85 GV.HORIZONTAL_DIRECTIONS = [GV.HORIZONTAL, GV.LR, GV.RL, GV.CL, GV.CR]
/external/sonivox/jet_tools/JetCreator/
DJetAudition.py95 hMuteButs = wx.BoxSizer(wx.HORIZONTAL)
106 hSegButs = wx.BoxSizer(wx.HORIZONTAL)
117 hQueueButs = wx.BoxSizer(wx.HORIZONTAL)
138 hboxTop = wx.BoxSizer(wx.HORIZONTAL)

1234