/aosp_15_r20/external/bc/manuals/ |
H A D | development.md | 5008 ### Errors subsection 5031 [8]: #libbc-2 5032 [9]: #strgensh 5038 [15]: #strgenc 5046 [23]: #history 5049 [26]: #lib2bc 5050 [27]: #vmh 5053 [30]: #bclh 5054 [31]: #argsh 5058 [35]: #opth [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/ |
D | uts46.rs | 277 fn check_validity(label: &str, config: Config, errors: &mut Errors) { in check_validity() 364 ) -> Errors { in processing() 450 pub fn to_ascii_inner(&mut self, domain: &str, out: &mut String) -> Errors { in to_ascii_inner() 480 pub fn to_ascii(&mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_ascii() argument 502 pub fn to_unicode(&mut self, domain: &str, out: &mut String) -> Result<(), Errors> { in to_unicode() argument 570 pub fn to_ascii(self, domain: &str) -> Result<String, Errors> { in to_ascii() argument 577 pub fn to_unicode(self, domain: &str) -> (String, Result<(), Errors>) { in to_unicode() argument 603 pub struct Errors { struct 618 impl Errors { argument 620 let Errors { in is_err() localVariable [all …]
|
D | lib.rs | 63 pub fn domain_to_ascii(domain: &str) -> Result<String, uts46::Errors> { in domain_to_ascii() 69 pub fn domain_to_ascii_strict(domain: &str) -> Result<String, uts46::Errors> { in domain_to_ascii_strict() 84 pub fn domain_to_unicode(domain: &str) -> (String, Result<(), uts46::Errors>) { in domain_to_unicode()
|
/aosp_15_r20/external/rust/android-crates-io/crates/argh_derive/src/ |
D | parse_attrs.rs | 64 pub fn parse(errors: &Errors, field: &syn::Field) -> Self { in parse() 168 fn parse_attr_from_str_fn(&mut self, errors: &Errors, m: &syn::MetaList) { in parse_attr_from_str_fn() 172 fn parse_attr_default(&mut self, errors: &Errors, m: &syn::MetaNameValue) { in parse_attr_default() 176 fn parse_attr_arg_name(&mut self, errors: &Errors, m: &syn::MetaNameValue) { in parse_attr_arg_name() 180 fn parse_attr_long(&mut self, errors: &Errors, m: &syn::MetaNameValue) { in parse_attr_long() 187 fn parse_attr_short(&mut self, errors: &Errors, m: &syn::MetaNameValue) { in parse_attr_short() 199 pub(crate) fn check_long_name(errors: &Errors, spanned: &impl syn::spanned::Spanned, value: &str) { in check_long_name() 209 errors: &Errors, in parse_attr_fn_name() 222 errors: &Errors, in parse_attr_field_type() 253 errors: &Errors, in argh_attr_to_meta_list() [all …]
|
D | lib.rs | 117 fn new(errors: &Errors, field: &'a syn::Field, attrs: FieldAttrs) -> Option<Self> { in new() 246 errors: &Errors, in impl_from_args_struct() 304 errors: &Errors, in impl_from_args_struct_from_args() 417 errors: &Errors, in impl_from_args_struct_redact_arg_values() 541 fn ensure_only_last_positional_is_optional(errors: &Errors, fields: &[StructField<'_>]) { in ensure_only_last_positional_is_optional() 561 fn ensure_unique_names(errors: &Errors, fields: &[StructField<'_>]) { in ensure_unique_names() 595 errors: &Errors, in top_or_sub_cmd_impl() 883 fn ty_expect_switch(errors: &Errors, ty: &syn::Type) -> bool { in ty_expect_switch() 945 errors: &Errors, in impl_from_args_enum() 1064 errors: &Errors, in enum_only_single_field_unnamed_variants()
|
D | errors.rs | 13 pub struct Errors { struct 14 errors: RefCell<Vec<syn::Error>>, 49 impl Errors { impl 157 impl ToTokens for Errors { implementation
|
D | help.rs | 24 errors: &Errors, in help() 212 errors: &Errors, in require_description() 250 fn option_description(errors: &Errors, out: &mut String, field: &StructField<'_>) { in option_description()
|
D | args_info.rs | 42 errors: &Errors, in impl_arg_info_struct() 94 errors: &Errors, in impl_arg_info_enum() 203 errors: &Errors, in impl_args_info_data()
|
/aosp_15_r20/external/cldr/docs/ldml/ |
H A D | tr35-messageFormat.md | 1384 ## Errors section in Unicode Locale Data Markup Language (LDML)<br/>Part 9: Message Format 1392 ### Error Handling 1419 ### Syntax Errors 1441 ### Data Model Errors 1446 #### Variant Key Mismatch 1466 #### Missing Fallback Variant 1485 #### Missing Selector Annotation 1513 #### Duplicate Declaration 1544 #### Duplicate Option Name 1560 ### Resolution Errors [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/ |
H A D | parse.rs | 31 cx: &mut Errors, in parse_items() 58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct() 190 fn parse_enum(cx: &mut Errors, item: ItemEnum, namespace: &Namespace) -> Api { in parse_enum() 284 cx: &mut Errors, in parse_variant() 336 cx: &mut Errors, in parse_foreign_mod() 460 cx: &mut Errors, in parse_extern_type() 518 cx: &mut Errors, in parse_extern_fn() 704 cx: &mut Errors, in parse_extern_verbatim() 741 cx: &mut Errors, in parse_extern_verbatim_type() 792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes() [all …]
|
H A D | report.rs | 5 pub(crate) struct Errors { struct 9 impl Errors { argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/ |
H A D | parse.rs | 31 cx: &mut Errors, in parse_items() 58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct() 190 fn parse_enum(cx: &mut Errors, item: ItemEnum, namespace: &Namespace) -> Api { in parse_enum() 284 cx: &mut Errors, in parse_variant() 336 cx: &mut Errors, in parse_foreign_mod() 460 cx: &mut Errors, in parse_extern_type() 518 cx: &mut Errors, in parse_extern_fn() 704 cx: &mut Errors, in parse_extern_verbatim() 741 cx: &mut Errors, in parse_extern_verbatim_type() 792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes() [all …]
|
H A D | report.rs | 5 pub(crate) struct Errors { struct 9 impl Errors { implementation
|
/aosp_15_r20/external/rust/cxx/syntax/ |
D | parse.rs | 31 cx: &mut Errors, in parse_items() 58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct() 190 fn parse_enum(cx: &mut Errors, item: ItemEnum, namespace: &Namespace) -> Api { in parse_enum() 284 cx: &mut Errors, in parse_variant() 336 cx: &mut Errors, in parse_foreign_mod() 460 cx: &mut Errors, in parse_extern_type() 518 cx: &mut Errors, in parse_extern_fn() 704 cx: &mut Errors, in parse_extern_verbatim() 741 cx: &mut Errors, in parse_extern_verbatim_type() 792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes() [all …]
|
D | report.rs | 5 pub(crate) struct Errors { struct 9 impl Errors { impl
|
D | toposort.rs | 10 pub(crate) fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort() 22 cx: &mut Errors, in visit()
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | easy.rs | 366 impl<Item, Range, Position> crate::error::ParseErrorInto<Item, Range, Position> 415 impl<Item, Range, Position> crate::error::ParseError<Item, Range, Position> 637 pub struct Errors<T, R, P> { struct 647 impl<T, R, P> Errors<T, R, P> { argument 769 impl<T, R, P> StdError for Errors<T, R, P> implementation 780 impl<T, R, P> fmt::Display for Errors<T, R, P> implementation
|
/aosp_15_r20/external/rust/cxx/macro/src/ |
D | load.rs | 21 pub(crate) fn load(cx: &mut Errors, apis: &mut [Api]) { in load() 99 cx: &mut Errors, in traverse() 234 fn translate_qual_type(cx: &mut Errors, enm: &Enum, qual_type: &str) -> Path { in translate_qual_type()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/ |
H A D | load.rs | 21 pub(crate) fn load(cx: &mut Errors, apis: &mut [Api]) { in load() 99 cx: &mut Errors, in traverse() 234 fn translate_qual_type(cx: &mut Errors, enm: &Enum, qual_type: &str) -> Path { in translate_qual_type()
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | Errors.java | 67 public final class Errors implements Serializable { class 123 public Errors() { in Errors() method in Errors 129 public Errors(Object source) { in Errors() method in Errors 135 private Errors(Errors parent, Object source) { in Errors() method in Errors
|
/aosp_15_r20/packages/modules/Uwb/ranging/uwb_backend/src/com/android/ranging/uwb/backend/internal/ |
D | Errors.java | 35 public final class Errors { class 37 private Errors() {} in Errors() method in Errors
|
/aosp_15_r20/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | Errors.java | 35 public final class Errors { class 37 private Errors() {} in Errors() method in Errors
|
/aosp_15_r20/external/rust/cxx/gen/src/ |
D | check.rs | 9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) { in precheck() 15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/ |
H A D | check.rs | 9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) { in precheck() 15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | MicrosoftSuper.cpp | 3 struct Errors { struct 5 …__super::XXX x; // expected-error {{invalid use of '__super', Errors has no base classes}} expecte… argument 7 void foo() { in foo()
|