/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 38 public final static int SOLID = 0; field in HolidayBorderPanel 127 style = SOLID; in HolidayBorderPanel() 143 case SOLID: thickness = DEFAULT_SOLID_THICKNESS; break; in HolidayBorderPanel() 276 if (style == SOLID || style == IN || style == OUT) in setColor() 489 case SOLID: in paint() 507 case SOLID: str.append("SOLID"); break; in toString()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_baannot.cpp | 146 case BorderStyle::SOLID: in SetBorderStyle() 172 return BorderStyle::SOLID; in GetBorderStyle() 193 return BorderStyle::SOLID; in GetBorderStyle()
|
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/ |
D | EdgeStyle.java | 31 SOLID("solid"); enumConstant
|
D | NodeStyle.java | 34 SOLID("solid"); enumConstant
|
D | GraphvizEdge.java | 39 private EdgeStyle style = EdgeStyle.SOLID;
|
D | GraphvizNode.java | 34 private NodeStyle style = NodeStyle.SOLID;
|
D | GraphvizGrapher.java | 261 gnode.setStyle(NodeStyle.SOLID); in newImplementationNode() 278 gnode.setStyle(NodeStyle.SOLID); in newInstanceNode()
|
/external/python/cpython2/Lib/idlelib/ |
D | CallTipWindow.py | 6 from Tkinter import Toplevel, Label, LEFT, SOLID, TclError 72 background="#ffffe0", relief=SOLID, borderwidth=1,
|
D | ToolTip.py | 53 background="#ffffe0", relief=SOLID, borderwidth=1)
|
/external/python/cpython3/Lib/idlelib/ |
D | calltip_w.py | 6 from tkinter import Label, LEFT, SOLID, TclError 84 relief=SOLID, borderwidth=1,
|
D | tooltip.py | 162 background="#ffffe0", relief=SOLID, borderwidth=1)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkconstants.py | 39 SOLID = 'solid' variable
|
/external/python/cpython3/Lib/tkinter/ |
D | constants.py | 39 SOLID = 'solid' variable
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.h | 87 SOLID = 36, /* SOLID */ enumerator
|
/external/libxkbcommon/src/xkbcomp/ |
D | keywords.gperf | 52 solid, SOLID
|
D | keywords.c | 356 {(int)(size_t)&((struct stringpool_t *)0)->stringpool_str71, SOLID}, in keyword_gperf_lookup()
|
D | parser.y | 123 SOLID 36 587 | SOLID { $$ = 0; }
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | Layer.java | 21 SOLID, enumConstant
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 292 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEdit() 327 lcp.nBorderStyle = BorderStyle::SOLID; in CreateListBox()
|
D | cpwl_edit_ctrl.cpp | 86 ecp.nBorderStyle = BorderStyle::SOLID; in CreateEditCaret()
|
D | cpwl_wnd.h | 123 BorderStyle nBorderStyle = BorderStyle::SOLID; // optional
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 30 enum class BorderStyle { SOLID, DASH, BEVELED, INSET, UNDERLINE }; enumerator
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 72 sashrelief=SOLID, bg='#ddd')
|
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 166 sashrelief=SOLID, bg='#ddd')
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_generateap.cpp | 222 case BorderStyle::SOLID: in GenerateBorderAP() 997 BorderStyle nBorderStyle = BorderStyle::SOLID; in GenerateFormAP() 1013 nBorderStyle = BorderStyle::SOLID; in GenerateFormAP()
|