Home
last modified time | relevance | path

Searched defs:styled (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/
Dusage.rs44 let mut styled = StyledStr::new(); in create_usage_with_title() localVariable
64 let mut styled = StyledStr::new(); in create_usage_no_title() localVariable
374 let styled = required_positionals[index].take().unwrap(); in write_args() localVariable
381 let mut styled; in write_args() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/
H A Dusage.rs44 let mut styled = StyledStr::new(); in create_usage_with_title() localVariable
64 let mut styled = StyledStr::new(); in create_usage_no_title() localVariable
374 let styled = required_positionals[index].take().unwrap(); in write_args() localVariable
381 let mut styled; in write_args() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/error/
H A Dformat.rs36 let mut styled = StyledStr::new(); in format_error() localVariable
64 let mut styled = StyledStr::new(); in format_error() localVariable
457 let mut styled = StyledStr::new(); in format_error_message() localVariable
H A Dmod.rs817 let styled = F::format_error(self); in formatted() localVariable
874 let styled = format::format_error_message( in format() localVariable
890 let styled = format::format_error_message(s, styles, None, None); in formatted() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/error/
Dformat.rs36 let mut styled = StyledStr::new(); in format_error() localVariable
64 let mut styled = StyledStr::new(); in format_error() localVariable
457 let mut styled = StyledStr::new(); in format_error_message() localVariable
Dmod.rs817 let styled = F::format_error(self); in formatted() localVariable
874 let styled = format::format_error_message( in format() localVariable
890 let styled = format::format_error_message(s, styles, None, None); in formatted() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dcommand.rs850 let mut styled = StyledStr::new(); in print_help() localVariable
878 let mut styled = StyledStr::new(); in print_long_help() localVariable
907 let mut styled = StyledStr::new(); in render_help() localVariable
934 let mut styled = StyledStr::new(); in render_long_help() localVariable
948 let mut styled = StyledStr::new(); in write_help() localVariable
963 let mut styled = StyledStr::new(); in write_long_help() localVariable
4558 let mut styled = StyledStr::new(); in format_group() localVariable
4773 let mut styled = StyledStr::new(); in write_help_err() localVariable
Dstyled_str.rs167 let mut styled = StyledStr::new(); in from() localVariable
175 let mut styled = StyledStr::new(); in from() localVariable
Dstyling.rs48 pub const fn styled() -> Self { in styled() method
Darg.rs4285 let mut styled = StyledStr::new(); in stylized() localVariable
4305 let mut styled = StyledStr::new(); in stylize_arg_suffix() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dcommand.rs850 let mut styled = StyledStr::new(); in print_help() localVariable
878 let mut styled = StyledStr::new(); in print_long_help() localVariable
907 let mut styled = StyledStr::new(); in render_help() localVariable
934 let mut styled = StyledStr::new(); in render_long_help() localVariable
948 let mut styled = StyledStr::new(); in write_help() localVariable
963 let mut styled = StyledStr::new(); in write_long_help() localVariable
4558 let mut styled = StyledStr::new(); in format_group() localVariable
4773 let mut styled = StyledStr::new(); in write_help_err() localVariable
H A Dstyled_str.rs167 let mut styled = StyledStr::new(); in from() localVariable
175 let mut styled = StyledStr::new(); in from() localVariable
H A Dstyling.rs48 pub const fn styled() -> Self { in styled() method
H A Darg.rs4285 let mut styled = StyledStr::new(); in stylized() localVariable
4305 let mut styled = StyledStr::new(); in stylize_arg_suffix() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Dparser.rs1589 let styled = self.cmd.write_help_err(use_long); in help_err() localVariable
1594 let styled = self.cmd.write_version_err(use_long); in version_err() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Dparser.rs1595 let styled = self.cmd.write_help_err(use_long); in help_err() localVariable
1600 let styled = self.cmd.write_version_err(use_long); in version_err() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/
H A Dmacros.rs542 let mut styled = $crate::builder::StyledStr::new(); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/
Dmacros.rs542 let mut styled = $crate::builder::StyledStr::new(); localVariable
/aosp_15_r20/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java501 SpannableStringBuilder styled = SpannableStringBuilder.valueOf(result); in getStyledResults() local
/aosp_15_r20/frameworks/base/tools/aapt/
H A DStringPool.cpp185 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ? in add() local
/aosp_15_r20/frameworks/base/core/java/android/content/
H A DClipData.java646 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { in coerceToHtmlOrStyledText()
/aosp_15_r20/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1834 std::string styled; in JSONTEST_FIXTURE_LOCAL() local
2890 std::string styled = R"({ "property" : "value" })"; in JSONTEST_FIXTURE_LOCAL() local
3243 const std::string styled = R"({ "property" : "value" })"; in JSONTEST_FIXTURE_LOCAL() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py313 def styled( member in Text
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py313 def styled( member in Text
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtext.py313 def styled( member in Text

1234