Home
last modified time | relevance | path

Searched refs:emphasis (Results 1 – 25 of 97) sorted by relevance

1234

/external/fmtlib/test/
Dcolor-test.cc25 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/
Dcolor.h178 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/
Dwpa_cli.sgml82 <emphasis>identity</emphasis>, <emphasis>password</emphasis>, and
83 <emphasis>otp</emphasis> commands. &lt;id&gt; 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,
Dwpa_supplicant.conf.sgml33 the <emphasis>wpa_cli reconfigure</emphasis> command.</para>
181 <emphasis>wired</emphasis> or <emphasis>roboswitch</emphasis> interface
Dwpa_priv.sgml57 <emphasis>wpapriv</emphasis> group to communicate with
118 drivers is <emphasis>wext</emphasis>.</para>
/external/adhd/cras/src/dsp/
Ddrc.c136 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/
Dcase04d-expect.meta23 pre-emphasis: false
36 pre-emphasis: false
Dcase04e-expect.meta33 pre-emphasis: false
46 pre-emphasis: false
Dcase01b-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase02a-expect.meta43 pre-emphasis: false
56 pre-emphasis: false
Dcase02b-expect.meta44 pre-emphasis: false
57 pre-emphasis: false
Dcase02c-expect.meta44 pre-emphasis: false
57 pre-emphasis: false
Dcase01d-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase01c-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase01a-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase01e-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase03b-expect.meta23 pre-emphasis: false
33 pre-emphasis: false
Dcase00a-expect.meta38 pre-emphasis: false
51 pre-emphasis: false
Dcase03a-expect.meta23 pre-emphasis: false
33 pre-emphasis: false
/external/fmtlib/doc/bootstrap/
Dtype.less106 .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/
Dc_annotations.py77 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/
Dc_annotations.py77 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/
Dtext-emphasis.less3 .text-emphasis-variant(@color) {
/external/dokka/core/testdata/markdown/
Dspec.txt116 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/
Drdisc.sgml55 <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

1234