/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | bash.rs | 12 fn file_name(&self, name: &str) -> String { in file_name() 75 fn all_subcommands(cmd: &Command) -> String { in all_subcommands() 81 subcmds: &mut Vec<(String, String, String)>, in all_subcommands() argument 123 fn subcommand_details(cmd: &Command) -> String { in subcommand_details() 160 fn option_details_for_path(cmd: &Command, path: &str) -> String { in option_details_for_path() 197 fn vals_for(o: &Arg) -> String { in vals_for() 214 fn all_options_for_path(cmd: &Command, path: &str) -> String { in all_options_for_path()
|
D | powershell.rs | 14 fn file_name(&self, name: &str) -> String { in file_name() 63 fn escape_string(string: &str) -> String { in escape_string() 67 fn get_tooltip<T: ToString>(help: Option<&StyledStr>, data: T) -> String { in get_tooltip() 74 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
|
D | elvish.rs | 14 fn file_name(&self, name: &str) -> String { in file_name() 56 fn escape_string(string: &str) -> String { in escape_string() 60 fn get_tooltip<T: ToString>(help: Option<&StyledStr>, data: T) -> String { in get_tooltip() 67 fn generate_inner(p: &Command, previous_command_name: &str) -> String { in generate_inner()
|
/third_party/rust/crates/cxx/src/symbols/ |
D | rust_string.rs | 11 unsafe extern "C" fn string_new(this: &mut MaybeUninit<String>) { in string_new() 18 unsafe extern "C" fn string_clone(this: &mut MaybeUninit<String>, other: &String) { in string_clone() 26 this: &mut MaybeUninit<String>, in string_from_utf8() 44 this: &mut MaybeUninit<String>, in string_from_utf8_lossy() 56 this: &mut MaybeUninit<String>, in string_from_utf16() 73 this: &mut MaybeUninit<String>, in string_from_utf16_lossy() 84 unsafe extern "C" fn string_drop(this: &mut ManuallyDrop<String>) { in string_drop() 104 unsafe extern "C" fn string_reserve_additional(this: &mut String, additional: usize) { in string_reserve_additional() 109 unsafe extern "C" fn string_reserve_total(this: &mut String, new_cap: usize) { in string_reserve_total()
|
/third_party/skia/third_party/externals/tint/src/ |
D | intrinsic_table.inl | 50 std::string Bool::String(MatchState&) const { function in Bool 77 std::string F32::String(MatchState&) const { function in F32 104 std::string I32::String(MatchState&) const { function in I32 131 std::string U32::String(MatchState&) const { function in U32 163 std::string Vec2::String(MatchState& state) const { function in Vec2 196 std::string Vec3::String(MatchState& state) const { function in Vec3 229 std::string Vec4::String(MatchState& state) const { function in Vec4 267 std::string Vec::String(MatchState& state) const { function in Vec 313 std::string Mat::String(MatchState& state) const { function in Mat 360 std::string Ptr::String(MatchState& state) const { function in Ptr [all …]
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | LikelySubtagsBuilder.java | 132 private Aliases(ImmutableSortedMap<String, String> toCanonical) { in Aliases() 191 Map<String, Map<String, Map<String, LSR>>> languages, in writeLsrTable() 204 … Trie.Span languageSpan, Map<String, Map<String, LSR>> scripts, Indexer<LSR, Integer> lsrToIndex) { in writeScripts() 229 … Trie.Span languageOrScriptSpan, Map<String, LSR> regions, Indexer<LSR, Integer> lsrToIndex) { in writeRegions() 312 Map<String, Map<String, Map<String, LSR>>> langTable, LSR key, LSR newValue) { in set() 316 private static void set(Map<String, Map<String, Map<String, LSR>>> langTable, in set() 323 … private static <T> Map<String, T> getSubtable(Map<String, Map<String, T>> table, String subtag) { in getSubtable()
|
D | PartitionInfo.java | 258 SetMultimap<String, String> regionToVariables) { in mapLeafRegionsToPartitionIds() 284 ImmutableMap<String, String> regionToPartitionId, in mapVariablesToPartitionIds() 285 SortedSetMultimap<String, String> regionToVariables) { in mapVariablesToPartitionIds() 301 ImmutableMap<String, String> regionToPartitionId, in mapMacroRegionsToPartitionIds() 336 ImmutableMap<String, String> regionToPartitionId, in writePartitionLookupTable() 337 ImmutableSetMultimap<String, String> macroRegionToPartitionIds) { in writePartitionLookupTable() 398 ImmutableSetMultimap<String, String> variableToPartitionIds, in PartitionInfo()
|
/third_party/libexif/libexif/ |
D | i18n.h | 29 # define _(String) dgettext (GETTEXT_PACKAGE, String) argument 31 # define N_(String) gettext_noop (String) argument 33 # define N_(String) (String) argument 36 # define textdomain(String) (String) argument 37 # define gettext(String) (String) argument 48 # define _(String) (String) argument 49 # define N_(String) (String) argument
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
D | doc_comments.rs | 8 pub fn extract_doc_comment(attrs: &[syn::Attribute]) -> Vec<String> { in extract_doc_comment() 53 lines: &[String], in format_doc_comment() 56 ) -> (Option<String>, Option<String>) { in format_doc_comment() 86 fn split_paragraphs(lines: &[String]) -> Vec<String> { in split_paragraphs() 109 fn remove_period(mut s: String) -> String { in remove_period()
|
/third_party/rust/crates/cxx/src/ |
D | rust_string.rs | 20 unsafe { &*(s as *const String as *const RustString) } in from_ref() constant 27 pub fn into_string(self) -> String { in into_string() 31 pub fn as_string(&self) -> &String { in as_string() 32 unsafe { &*(self as *const RustString as *const String) } in as_string() constant 35 pub fn as_mut_string(&mut self) -> &mut String { in as_mut_string()
|
/third_party/rust/crates/clap/clap_complete_fig/src/ |
D | fig.rs | 13 fn file_name(&self, name: &str) -> String { in file_name() 45 fn escape_string(string: &str) -> String { in escape_string() 54 fn gen_fig_inner(parent_commands: &[&str], indent: usize, cmd: &Command, buffer: &mut String) { in gen_fig_inner() 139 fn gen_options(cmd: &Command, indent: usize) -> String { in gen_options() 355 fn gen_args(arg: &Arg, indent: usize) -> String { in gen_args() 475 fn arg_conflicts(cmd: &Command, arg: &Arg) -> Vec<String> { in arg_conflicts()
|
/third_party/rust/crates/clang-sys/build/ |
D | common.rs | 23 fn add_command_error(name: &str, path: &str, arguments: &[&str], message: String) { in add_command_error() 96 fn run_command(name: &str, path: &str, arguments: &[&str]) -> Option<String> { in run_command() 117 pub fn run_llvm_config(arguments: &[&str]) -> Option<String> { in run_llvm_config() 124 pub fn run_xcode_select(arguments: &[&str]) -> Option<String> { in run_xcode_select() 187 fn search_directory(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directory() argument 228 fn search_directories(directory: &Path, filenames: &[String]) -> Vec<(PathBuf, String)> { in search_directories() argument 246 pub fn search_libclang_directories(filenames: &[String], variable: &str) -> Vec<(PathBuf, String)> { in search_libclang_directories() argument
|
D | dynamic.rs | 52 fn validate_library(path: &Path) -> Result<(), String> { in validate_library() argument 101 fn search_libclang_directories(runtime: bool) -> Result<Vec<(PathBuf, String, Vec<u32>)>, String> { in search_libclang_directories() argument 177 pub fn find(runtime: bool) -> Result<(PathBuf, String), String> { in find() argument
|
/third_party/rust/crates/clap/src/builder/ |
D | styled_str.rs | 34 pub(crate) fn header(&mut self, msg: impl Into<String>) { in header() 38 pub(crate) fn literal(&mut self, msg: impl Into<String>) { in literal() 42 pub(crate) fn placeholder(&mut self, msg: impl Into<String>) { in placeholder() 47 pub(crate) fn good(&mut self, msg: impl Into<String>) { in good() 52 pub(crate) fn warning(&mut self, msg: impl Into<String>) { in warning() 56 pub(crate) fn error(&mut self, msg: impl Into<String>) { in error() 61 pub(crate) fn hint(&mut self, msg: impl Into<String>) { in hint() 65 pub(crate) fn none(&mut self, msg: impl Into<String>) { in none() 69 pub(crate) fn stylize(&mut self, style: impl Into<Option<Style>>, msg: impl Into<String>) { in stylize() 133 fn stylize_(&mut self, style: Option<Style>, msg: String) { in stylize_() [all …]
|
/third_party/rust/crates/clap/src/error/ |
D | mod.rs | 349 arg: String, in argument_conflict() 350 mut others: Vec<String>, in argument_conflict() 375 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() 379 pub(crate) fn no_equals(cmd: &Command, arg: String, usage: Option<StyledStr>) -> Self { in no_equals() 397 bad_val: String, in invalid_value() 398 good_vals: &[String], in invalid_value() 399 arg: String, in invalid_value() 427 subcmd: String, in invalid_subcommand() 428 did_you_mean: Vec<String>, in invalid_subcommand() 429 name: String, in invalid_subcommand() [all …]
|
/third_party/skia/include/private/ |
D | SkSLString.h | 23 class String; variable 29 explicit String(std::string s) : INHERITED(std::move(s)) {} in String() function 30 explicit String(skstd::string_view s) : INHERITED(s.data(), s.length()) {} in String() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/ |
D | NumberFormatterFactory.java | 30 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() 40 …private static LocalizedNumberFormatter formatterForOptions(Locale locale, Map<String, Object> fix… in formatterForOptions() 55 NumberFormatterImpl(Locale locale, Map<String, Object> fixedOptions) { in NumberFormatterImpl() 72 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() 80 public FormattedPlaceholder format(Object toFormat, Map<String, Object> variableOptions) { in format()
|
D | Mf2DataModelFormatter.java | 68 private static Map<String, Object> mf2OptToFixedOptions(Map<String, Value> options) { in mf2OptToFixedOptions() 79 …private Map<String, Object> mf2OptToVariableOptions(Map<String, Value> options, Map<String, Object… in mf2OptToVariableOptions() 119 String format(Map<String, Object> arguments) { in format() 139 …private Pattern findBestMatchingPattern(List<Expression> selectors, Map<String, Object> arguments)… in findBestMatchingPattern() 213 private Object variableToObjectEx(Value value, Map<String, Object> arguments) { in variableToObjectEx() 232 …private FormattedPlaceholder formatPlaceholder(Expression ph, Map<String, Object> arguments, boole… in formatPlaceholder()
|
D | IdentityFormatterFactory.java | 18 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() 27 public FormattedPlaceholder format(Object toFormat, Map<String, Object> variableOptions) { in format() 35 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString()
|
/third_party/rust/crates/clang-sys/src/ |
D | support.rs | 173 fn run(executable: &str, arguments: &[&str]) -> Result<(String, String), String> { in run() argument 186 fn run_clang(path: &Path, arguments: &[&str]) -> (String, String) { in run_clang() 191 fn run_llvm_config(arguments: &[&str]) -> Result<String, String> { in run_llvm_config() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
D | bin.rs | 24 fn validate_generate_range(v: String) -> Result<(), String> { in validate_generate_range() argument 34 fn validate_tests_count(v: String) -> Result<(), String> { in validate_tests_count() argument 44 fn validate_path(v: String) -> Result<(), String> { in validate_path() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
D | CustomFormatterListTest.java | 35 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() 42 ListFormatterImpl(Locale locale, Map<String, Object> fixedOptions) { in ListFormatterImpl() 55 public String formatToString(Object toFormat, Map<String, Object> variableOptions) { in formatToString() 60 … public FormattedPlaceholder format(Object toFormat, Map<String, Object> variableOptions) { in format()
|
/third_party/rust/crates/cxx/gen/src/ |
D | block.rs | 13 pub fn write_begin(self, out: &mut String) { in write_begin() 21 pub fn write_end(self, out: &mut String) { in write_end() 27 fn write_common(self, out: &mut String) { in write_common()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | comment.rs | 15 pub fn preprocess(comment: &str) -> String { in preprocess() 37 fn preprocess_single_lines(comment: &str) -> String { in preprocess_single_lines() 47 fn preprocess_multi_line(comment: &str) -> String { in preprocess_multi_line()
|
/third_party/rust/crates/clap/tests/derive/ |
D | utils.rs | 17 pub fn get_help<T: CommandFactory>() -> String { in get_help() 26 pub fn get_long_help<T: CommandFactory>() -> String { in get_long_help() 37 pub fn get_subcommand_long_help<T: CommandFactory>(subcmd: &str) -> String { in get_subcommand_long_help()
|