| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | afstyles.h | 20 /* Define `STYLE' as needed. */ 24 /* style name in lowercase and uppercase, respectively, followed */ 32 /* style. */ 36 /* STYLE( cyrl_dflt, CYRL_DFLT, */ 37 /* "Cyrillic default style", */ 45 STYLE( s ## _ ## f, S ## _ ## F, \ 46 ds " " df " style", \ 86 STYLE( adlm_dflt, ADLM_DFLT, 87 "Adlam default style", 93 STYLE( arab_dflt, ARAB_DFLT, [all …]
|
| /third_party/openssl/doc/man7/ |
| D | life_cycle-pkey.pod | 200 <table style="border:1px solid; border-collapse:collapse"> 201 <tr><th style="border:1px solid" align="left">Function Call</th> 202 <th style="border:1px solid" colspan="13">Current State</th></tr> 203 <tr><th style="border:1px solid"></th> 204 <th style="border:1px solid" align="center">start</th> 205 <th style="border:1px solid" align="center">newed</th> 206 <th style="border:1px solid" align="center">digest<br>sign</th> 207 <th style="border:1px solid" align="center">verify</th> 208 <th style="border:1px solid" align="center">verify<br>recover</th> 209 <th style="border:1px solid" align="center">encrypt</th> [all …]
|
| D | life_cycle-cipher.pod | 158 <table style="border:1px solid; border-collapse:collapse"> 159 <tr><th style="border:1px solid" align="left">Function Call</th> 160 <th style="border:1px solid" colspan="10">Current State</th></tr> 161 <tr><th style="border:1px solid"></th> 162 <th style="border:1px solid" align="center">start</th> 163 <th style="border:1px solid" align="center">newed</th> 164 <th style="border:1px solid" align="center">initialised</th> 165 <th style="border:1px solid" align="center">updated</th> 166 <th style="border:1px solid" align="center">finaled</th> 167 <th style="border:1px solid" align="center">initialised<br>decryption</th> [all …]
|
| D | life_cycle-digest.pod | 112 <table style="border:1px solid; border-collapse:collapse"> 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> [all …]
|
| D | life_cycle-mac.pod | 112 <table style="border:1px solid; border-collapse:collapse"> 113 <tr><th style="border:1px solid" align="left">Function Call</th> 114 <th style="border:1px solid" colspan="6">Current State</th></tr> 115 <tr><th style="border:1px solid"></th> 116 <th style="border:1px solid" align="center">start</th> 117 <th style="border:1px solid" align="center">newed</th> 118 <th style="border:1px solid" align="center">initialised</th> 119 <th style="border:1px solid" align="center">updated</th> 120 <th style="border:1px solid" align="center">finaled</th> 121 <th style="border:1px solid" align="center">freed</th></tr> [all …]
|
| D | life_cycle-rand.pod | 104 <table style="border:1px solid; border-collapse:collapse"> 105 <tr><th style="border:1px solid" align="left">Function Call</th> 106 <th style="border:1px solid" colspan="5">Current State</th></tr> 107 <tr><th style="border:1px solid"></th> 108 <th style="border:1px solid" align="center">start</th> 109 <th style="border:1px solid" align="center">newed</th> 110 <th style="border:1px solid" align="center">instantiated</th> 111 <th style="border:1px solid" align="center">uninstantiated</th> 112 <th style="border:1px solid" align="center">freed</th></tr> 113 <tr><th style="border:1px solid" align="left">EVP_RAND_CTX_new</th> [all …]
|
| D | life_cycle-kdf.pod | 91 <table style="border:1px solid; border-collapse:collapse"> 92 <tr><th style="border:1px solid" align="left">Function Call</th> 93 <th style="border:1px solid" colspan="4">Current State</th></tr> 94 <tr><th style="border:1px solid"></th> 95 <th style="border:1px solid" align="center">start</th> 96 <th style="border:1px solid" align="center">newed</th> 97 <th style="border:1px solid" align="center">deriving</th> 98 <th style="border:1px solid" align="center">freed</th></tr> 99 <tr><th style="border:1px solid" align="left">EVP_KDF_CTX_new</th> 100 <td style="border:1px solid" align="center">newed</td> [all …]
|
| /third_party/skia/resources/android_fonts/v22/ |
| D | fonts.xml | 5 <font weight="100" style="normal"> 8 <font weight="100" style="italic">Roboto-ThinItalic.ttf</font> 9 <font weight="300" style="normal">Roboto-Light.ttf</font> 10 <font weight="300" style="italic">Roboto-LightItalic.ttf</font> 11 <font weight="400" style="normal">Roboto-Regular.ttf</font> 12 <font weight="400" style="italic">Roboto-Italic.ttf</font> 13 <font weight="500" style="normal">Roboto-Medium.ttf</font> 14 <font weight="500" style="italic">Roboto-MediumItalic.ttf</font> 15 <font weight="700" style="normal">Roboto-Bold.ttf</font> 16 <font weight="700" style="italic">Roboto-BoldItalic.ttf</font> [all …]
|
| /third_party/python/Lib/tkinter/test/test_ttk/ |
| D | test_style.py | 25 self.style = ttk.Style(self.root) 29 style = self.style 30 style.configure('TButton', background='yellow') 31 self.assertEqual(style.configure('TButton', 'background'), 33 self.assertIsInstance(style.configure('TButton'), dict) 37 style = self.style 42 style.map('TButton', background=[(*states, 'white')]) 44 self.assertEqual(style.map('TButton', 'background'), expected) 45 m = style.map('TButton') 52 style.map('TButton', background=[(*states, 'black')]) [all …]
|
| /third_party/libabigail/doc/vizualization/graph/gv/ |
| D | sa-base.gv | 5 …Node1 [label="base",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcol… 6 Node1 -> Node2 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 7 …Node2 [label="A",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$struc… 8 Node2 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 9 …Node3 [label="D1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$stru… 10 Node2 -> Node3 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 11 Node2 -> Node4 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 12 …Node4 [label="Dd1",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… 13 Node2 -> Node5 [dir="back",color="midnightblue",fontsize="9",style="solid",fontname="FreeSans"]; 14 …Node5 [label="Dd2",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$str… [all …]
|
| /third_party/icu/icu4j/ |
| D | APIChangeReport.html | 17 <li><span style='color:orange'>(draft)</span> public enum <i>NounClass</i></li> 20 <li><span style='color:orange'>(draft)</span> public static final NounClass ANIMATE</li> 21 <li><span style='color:orange'>(draft)</span> public static final NounClass COMMON</li> 22 <li><span style='color:orange'>(draft)</span> public static final NounClass FEMININE</li> 23 <li><span style='color:orange'>(draft)</span> public static final NounClass INANIMATE</li> 24 <li><span style='color:orange'>(draft)</span> public static final NounClass MASCULINE</li> 25 <li><span style='color:orange'>(draft)</span> public static final NounClass NEUTER</li> 26 <li><span style='color:orange'>(draft)</span> public static final NounClass OTHER</li> 27 <li><span style='color:orange'>(draft)</span> public static final NounClass PERSONAL</li> 43 <li> <span style='color:orange'>(draft)</span> public com.ibm.icu.util.NounClass <i>getNounClass… [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Path.cpp | 37 using llvm::sys::path::Style; 39 inline Style real_style(Style style) { in real_style() argument 41 return (style == Style::posix) ? Style::posix : Style::windows; in real_style() 43 return (style == Style::windows) ? Style::windows : Style::posix; in real_style() 47 inline const char *separators(Style style) { in separators() argument 48 if (real_style(style) == Style::windows) in separators() 53 inline char preferred_separator(Style style) { in preferred_separator() argument 54 if (real_style(style) == Style::windows) in preferred_separator() 59 StringRef find_first_component(StringRef path, Style style) { in find_first_component() argument 69 if (real_style(style) == Style::windows) { in find_first_component() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Path.h | 28 enum class Style { windows, posix, native }; enum 58 Style S = Style::native; ///< The path style to use. 61 friend const_iterator begin(StringRef path, Style style); 84 Style S = Style::native; ///< The path style to use. 86 friend reverse_iterator rbegin(StringRef path, Style style); 101 const_iterator begin(StringRef path, Style style = Style::native); 111 reverse_iterator rbegin(StringRef path, Style style = Style::native); 134 void remove_filename(SmallVectorImpl<char> &path, Style style = Style::native); 149 Style style = Style::native); 173 /// @param style The path separator style [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/images/ |
| D | ray_intersection_candidate.svg | 15 …<path d="M 0 0.5 l 0.5 -0.5 l 1.5 1.5 l -1.5 1.5 l -0.5 -0.5 l 1 -1 z" style="fill:black;" stroke-… 19 …<line x1="200" y1="50" x2="250" y2="37.5" style="stroke:black;stroke-width:2;" stroke-dasharray="3… 21 <line x1="150" y1="62.5" x2="200" y2="50" style="stroke:black;stroke-width:2;" /> 24 <line x1="100" y1="75" x2="150" y2="62.5" style="stroke:black;stroke-width:2;" /> 26 …<line x1="50" y1="87.5" x2="100" y2="75" style="stroke:black;stroke-width:2;" stroke-dasharray="3,… 27 …<path d="M 0 100 l 25 -6.125 l 25 -6.125" style="stroke:black;stroke-width:2;" marker-end="url(#li… 28 …<line x1="-50" y1="112.5" x2="0" y2="100" style="stroke:black;stroke-width:2;" stroke-dasharray="3… 29 …<text x="-3.75" y="93" style="font-style:normal;font-weight:bold;font-size:11px;font-family:serif;… 30 …<text x="20" y="86.875" style="font-style:normal;font-weight:bold;font-size:11px;font-family:serif… 31 …<text x="82.5" y="90" style="font-style:normal;font-weight:bold;font-size:11px;font-family:serif;"… [all …]
|
| D | vulkantexture_boxFilter.svg | 25 style="stop-color:#ff0000;stop-opacity:1;" 35 style="overflow:visible;" 40 …style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1;fill:#000000;fill-opacit… 49 style="overflow:visible;" 53 …style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#ff0000;stroke-opacity:1;… 59 style="overflow:visible" 67 …style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.00000003pt;stro… 74 style="overflow:visible" 83 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stro… 94 style="overflow:visible" [all …]
|
| D | chromasamples_420_xcosited_ycosited.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| D | chromasamples_420_xcosited_ymidpoint.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| D | chromasamples_420_xmidpoint_ymidpoint.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| D | chromasamples_420_xmidpoint_ycosited.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| D | chromasamples_422_midpoint.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| D | chromasamples_422_cosited.svg | 18 style="overflow:visible"> 21 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 26 style="overflow:visible" 32 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 36 style="overflow:visible" 43 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 51 style="overflow:visible"> 54 …style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;stroke-opac… 61 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… 66 …style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.23… [all …]
|
| /third_party/skia/third_party/externals/tint/src/diagnostic/ |
| D | printer_test.cc | 41 printer->write("Default", Style{Color::kDefault, false}); in TEST_F() 42 printer->write("Black", Style{Color::kBlack, false}); in TEST_F() 43 printer->write("Red", Style{Color::kRed, false}); in TEST_F() 44 printer->write("Green", Style{Color::kGreen, false}); in TEST_F() 45 printer->write("Yellow", Style{Color::kYellow, false}); in TEST_F() 46 printer->write("Blue", Style{Color::kBlue, false}); in TEST_F() 47 printer->write("Magenta", Style{Color::kMagenta, false}); in TEST_F() 48 printer->write("Cyan", Style{Color::kCyan, false}); in TEST_F() 49 printer->write("White", Style{Color::kWhite, false}); in TEST_F() 55 printer->write("Default", Style{Color::kDefault, true}); in TEST_F() [all …]
|
| /third_party/alsa-lib/doc/pictures/ |
| D | ucm-seq-verb.svg | 1 …style="width:583px;height:584px;background:#FFFFFF;" version="1.1" viewBox="0 0 583 584" width="58…
|
| D | ucm-seq-device.svg | 1 …style="width:462px;height:598px;background:#FFFFFF;" version="1.1" viewBox="0 0 462 598" width="46…
|
| /third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
| D | extern_impl.rs | 18 /// Begin a new [`Style`]. 22 /// Create a bold, red colored style and use it to print the log level: 31 /// let mut level_style = buf.style(); 41 /// [`Style`]: struct.Style.html 42 pub fn style(&self) -> Style { in style() argument 43 Style { in style() 49 /// Get the default [`Style`] for the given level. 51 /// The style can be used to print other values besides the level. 52 pub fn default_level_style(&self, level: Level) -> Style { in default_level_style() argument 53 let mut level_style = self.style(); in default_level_style() [all …]
|