/external/fmtlib/test/ |
D | color-test.cc | 25 EXPECT_WRITE(stdout, fmt::print(fmt::emphasis::bold, "bold"), in TEST() 27 EXPECT_WRITE(stdout, fmt::print(fmt::emphasis::italic, "italic"), in TEST() 29 EXPECT_WRITE(stdout, fmt::print(fmt::emphasis::underline, "underline"), in TEST() 32 fmt::print(fmt::emphasis::strikethrough, "strikethrough"), in TEST() 36 fmt::print(fg(fmt::color::blue) | fmt::emphasis::bold, "blue/bold"), in TEST() 38 EXPECT_WRITE(stderr, fmt::print(stderr, fmt::emphasis::bold, "bold error"), in TEST() 65 EXPECT_EQ(fmt::format(fmt::emphasis::bold, "bold"), "\x1b[1mbold\x1b[0m"); in TEST() 66 EXPECT_EQ(fmt::format(fmt::emphasis::italic, "italic"), in TEST() 68 EXPECT_EQ(fmt::format(fmt::emphasis::underline, "underline"), in TEST() 70 EXPECT_EQ(fmt::format(fmt::emphasis::strikethrough, "strikethrough"), in TEST() [all …]
|
/external/fmtlib/include/fmt/ |
D | color.h | 178 enum class emphasis : uint8_t { enum 229 FMT_CONSTEXPR text_style(emphasis em = emphasis()) FMT_NOEXCEPT 253 ems = static_cast<emphasis>(static_cast<uint8_t>(ems) | 282 ems = static_cast<emphasis>(static_cast<uint8_t>(ems) & 309 FMT_CONSTEXPR emphasis get_emphasis() const FMT_NOEXCEPT { in get_emphasis() 338 emphasis ems; 349 FMT_CONSTEXPR text_style operator|(emphasis lhs, emphasis rhs) FMT_NOEXCEPT { 392 FMT_CONSTEXPR ansi_color_escape(emphasis em) FMT_NOEXCEPT { in ansi_color_escape() 395 if (em_bits & static_cast<uint8_t>(emphasis::bold)) em_codes[0] = 1; in ansi_color_escape() 396 if (em_bits & static_cast<uint8_t>(emphasis::italic)) em_codes[1] = 3; in ansi_color_escape() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 82 <emphasis>identity</emphasis>, <emphasis>password</emphasis>, and 83 <emphasis>otp</emphasis> commands. <id> needs to be copied from 84 the matching request. <emphasis>password</emphasis> and 85 <emphasis>otp</emphasis> commands can be used regardless of whether 87 two commands is that values given with <emphasis>password</emphasis> are 89 with <emphasis>otp</emphasis> are used only once and then forgotten,
|
D | wpa_supplicant.conf.sgml | 33 the <emphasis>wpa_cli reconfigure</emphasis> command.</para> 181 <emphasis>wired</emphasis> or <emphasis>roboswitch</emphasis> interface
|
D | wpa_priv.sgml | 57 <emphasis>wpapriv</emphasis> group to communicate with 118 drivers is <emphasis>wext</emphasis>.</para>
|
/external/adhd/cras/src/dsp/ |
D | drc.c | 136 struct biquad *emphasis, in emphasis_stage_pair_biquads() argument 155 emphasis->b0 = b0 * alpha; in emphasis_stage_pair_biquads() 156 emphasis->b1 = b1 * alpha; in emphasis_stage_pair_biquads() 157 emphasis->b2 = b2 * alpha; in emphasis_stage_pair_biquads() 158 emphasis->a1 = a1; in emphasis_stage_pair_biquads() 159 emphasis->a2 = a2; in emphasis_stage_pair_biquads()
|
/external/flac/test/flac-to-flac-metadata-test-files/ |
D | case04d-expect.meta | 23 pre-emphasis: false 36 pre-emphasis: false
|
D | case04e-expect.meta | 33 pre-emphasis: false 46 pre-emphasis: false
|
D | case01b-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case02a-expect.meta | 43 pre-emphasis: false 56 pre-emphasis: false
|
D | case02b-expect.meta | 44 pre-emphasis: false 57 pre-emphasis: false
|
D | case02c-expect.meta | 44 pre-emphasis: false 57 pre-emphasis: false
|
D | case01d-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case01c-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case01a-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case01e-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case03b-expect.meta | 23 pre-emphasis: false 33 pre-emphasis: false
|
D | case00a-expect.meta | 38 pre-emphasis: false 51 pre-emphasis: false
|
D | case03a-expect.meta | 23 pre-emphasis: false 33 pre-emphasis: false
|
/external/fmtlib/doc/bootstrap/ |
D | type.less | 106 .text-emphasis-variant(@brand-primary); 109 .text-emphasis-variant(@state-success-text); 112 .text-emphasis-variant(@state-info-text); 115 .text-emphasis-variant(@state-warning-text); 118 .text-emphasis-variant(@state-danger-text);
|
/external/python/cpython2/Doc/tools/extensions/ |
D | c_annotations.py | 77 node.insert(0, nodes.emphasis(' Part of the stable ABI.', 98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
|
/external/python/cpython3/Doc/tools/extensions/ |
D | c_annotations.py | 77 node.insert(0, nodes.emphasis(' Part of the stable ABI.', 98 node.insert(0, nodes.emphasis(rc, rc, classes=['refcount']))
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | text-emphasis.less | 3 .text-emphasis-variant(@color) {
|
/external/dokka/core/testdata/markdown/ |
D | spec.txt | 116 9. What are the precedence rules for markers of emphasis and strong 117 emphasis? For example, how should the following be parsed? 3648 \\*emphasis* 3650 <p>\<em>emphasis</em></p> 3986 ## Emphasis and strong emphasis 3992 > emphasis. Text wrapped with one `*` or `_` will be wrapped with an HTML 3997 especially when it comes to nested emphasis. The original 3999 `___` delimiters can be used for strong emphasis, and most 4019 Many implementations have also restricted intraword emphasis to 4020 the `*` forms, to avoid unwanted emphasis in words containing [all …]
|
/external/iputils/doc/ |
D | rdisc.sgml | 55 <emphasis/advertise/ message is received from the router. 57 <emphasis/advertise/ 76 <emphasis/advertise/ messages. 99 <emphasis/advertise/ message after after soliciting three times, 116 Send three <emphasis/solicitation/ messages initially to quickly discover
|