/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/ |
D | usage.rs | 44 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 D | usage.rs | 44 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 D | format.rs | 36 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 D | mod.rs | 817 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/ |
D | format.rs | 36 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
|
D | mod.rs | 817 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/ |
D | command.rs | 850 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
|
D | styled_str.rs | 167 let mut styled = StyledStr::new(); in from() localVariable 175 let mut styled = StyledStr::new(); in from() localVariable
|
D | styling.rs | 48 pub const fn styled() -> Self { in styled() method
|
D | arg.rs | 4285 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 D | command.rs | 850 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 D | styled_str.rs | 167 let mut styled = StyledStr::new(); in from() localVariable 175 let mut styled = StyledStr::new(); in from() localVariable
|
H A D | styling.rs | 48 pub const fn styled() -> Self { in styled() method
|
H A D | arg.rs | 4285 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/ |
D | parser.rs | 1589 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 D | parser.rs | 1595 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 D | macros.rs | 542 let mut styled = $crate::builder::StyledStr::new(); localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/ |
D | macros.rs | 542 let mut styled = $crate::builder::StyledStr::new(); localVariable
|
/aosp_15_r20/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DropdownChipLayouter.java | 501 SpannableStringBuilder styled = SpannableStringBuilder.valueOf(result); in getStyledResults() local
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | StringPool.cpp | 185 const bool styled = (pos >= 0 && (size_t)pos < mEntryStyleArray.size()) ? in add() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/ |
H A D | ClipData.java | 646 private CharSequence coerceToHtmlOrStyledText(Context context, boolean styled) { in coerceToHtmlOrStyledText()
|
/aosp_15_r20/external/jsoncpp/src/test_lib_json/ |
H A D | main.cpp | 1834 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/ |
D | text.py | 313 def styled( member in Text
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 313 def styled( member in Text
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | text.py | 313 def styled( member in Text
|