/external/libvterm/src/encoding/ |
D | DECdrawing.tbl | 3 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/ |
D | Direction.java | 76 return Axis.HORIZONTAL; in axis() 87 return Axis.HORIZONTAL; in axis() 96 HORIZONTAL { enumConstant 172 case HORIZONTAL: in toPhysicalDirection()
|
D | AccessibilityEventScrollStepStrategy.java | 147 } else if (axis == Axis.HORIZONTAL) { in detectEnd()
|
/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/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | SelfOrientingSashForm.java | 130 newOrientation = SWT.HORIZONTAL; in layout() 147 return SWT.HORIZONTAL; in getPreferredOrientation()
|
/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()
|
D | ClassSpecificationDialog.java | 94 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; in ClassSpecificationDialog() 106 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in ClassSpecificationDialog() 113 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in ClassSpecificationDialog()
|
D | TabbedPane.java | 75 buttonConstraints.fill = GridBagConstraints.HORIZONTAL; in add()
|
D | ListPanel.java | 174 buttonConstraints.fill = GridBagConstraints.HORIZONTAL; in addButton()
|
D | ProGuardGUI.java | 180 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; in ProGuardGUI() 192 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in ProGuardGUI() 215 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in ProGuardGUI() 761 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; in addClassSpecifications() 768 panelConstraints.fill = GridBagConstraints.HORIZONTAL; in addClassSpecifications()
|
D | ClassPathPanel.java | 347 filterLabelConstraints.fill = GridBagConstraints.HORIZONTAL; in MyListCellRenderer()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 66 GV.HORIZONTAL = 'horizontal' 85 GV.HORIZONTAL_DIRECTIONS = [GV.HORIZONTAL, GV.LR, GV.RL, GV.CL, GV.CR]
|
D | test_conf.py | 616 variations=(GV.HORIZONTAL, GV.VERTICAL, GV.DIAGONAL), 620 GV.HORIZONTAL: ('horizontally',),
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetAudition.py | 95 hMuteButs = wx.BoxSizer(wx.HORIZONTAL) 106 hSegButs = wx.BoxSizer(wx.HORIZONTAL) 117 hQueueButs = wx.BoxSizer(wx.HORIZONTAL) 138 hboxTop = wx.BoxSizer(wx.HORIZONTAL)
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/ |
D | PageSiteComposite.java | 57 Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL); in PageSiteComposite()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | ValueMarker.java | 38 HORIZONTAL, enumConstant
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | entities.test | 39 {"description": "Windows-1252 HORIZONTAL ELLIPSIS numeric entity.", 159 {"description": "Windows-1252 HORIZONTAL ELLIPSIS hexadecimal numeric entity.",
|
/external/opencv3/samples/python2/ |
D | demo.py | 63 … self.win = win = tk.PanedWindow(root, orient=tk.HORIZONTAL, sashrelief=tk.RAISED, sashwidth=4)
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 264 c.fill = GridBagConstraints.HORIZONTAL; in buildGUI() 287 c.fill = GridBagConstraints.HORIZONTAL; in buildGUI()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarFrame.java | 123 c.fill = GridBagConstraints.HORIZONTAL; in init()
|