/aosp_15_r20/external/rust/android-crates-io/crates/macaddr/src/parser/ |
D | mod.rs | 17 pub enum ParseError { enum 35 impl fmt::Display for ParseError { implementation 47 impl Error for ParseError {} implementation 91 fn read_char(&mut self) -> Result<char, ParseError> { in read_char() argument 101 fn read_digit(&mut self) -> Result<u8, ParseError> { in read_digit() argument 112 fn probe_delimiter(&mut self) -> Result<Option<()>, ParseError> { in probe_delimiter() argument 138 pub fn read_v6_addr(&mut self) -> Result<MacAddr6, ParseError> { in read_v6_addr() argument 162 pub fn read_v8_addr(&mut self) -> Result<MacAddr8, ParseError> { in read_v8_addr() argument 186 pub fn read_addr(&mut self) -> Result<MacAddr, ParseError> { in read_addr() argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustc-demangle/src/ |
D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rustc-demangle-0.1.23/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/rustc-demangle/src/ |
H A D | v0.rs | 24 pub enum ParseError { enum 37 pub fn demangle(s: &str) -> Result<(Demangle, &str), ParseError> { in demangle() argument 405 fn push_depth(&mut self) -> Result<(), ParseError> { in push_depth() argument 431 fn next(&mut self) -> Result<u8, ParseError> { in next() argument 437 fn hex_nibbles(&mut self) -> Result<HexNibbles<'s>, ParseError> { in hex_nibbles() argument 451 fn digit_10(&mut self) -> Result<u8, ParseError> { in digit_10() argument 460 fn digit_62(&mut self) -> Result<u8, ParseError> { in digit_62() argument 471 fn integer_62(&mut self) -> Result<u64, ParseError> { in integer_62() argument 485 fn opt_integer_62(&mut self, tag: u8) -> Result<u64, ParseError> { in opt_integer_62() argument 492 fn disambiguator(&mut self) -> Result<u64, ParseError> { in disambiguator() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/csv/ |
D | reader.go | 67 type ParseError struct { struct 68 StartLine int // Line where the record starts 69 Line int // Line where the error occurred 70 Column int // Column (1-based byte index) where the error occurred 71 Err error // The actual error 74 func (e *ParseError) Error() string { 84 func (e *ParseError) Unwrap() error { return e.Err }
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/ |
D | spirv.rs | 607 fn map_err(&self, error: ParseErrors) -> ParseError { in map_err() 617 fn next_u32(&mut self) -> Result<u32, ParseError> { in next_u32() argument 638 fn next_string(&mut self) -> Result<String, ParseError> { in next_string() argument 682 ParseError(ParseError), enumerator 739 pub struct ParseError { struct 745 pub error: ParseErrors, argument 750 impl Display for ParseError { argument 760 impl Error for ParseError {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/mime/src/ |
D | parse.rs | 11 pub enum ParseError { enum 21 impl ParseError { implementation 34 impl fmt::Display for ParseError { implementation 44 impl Error for ParseError { implementation 111 pub fn parse(s: &str) -> Result<Mime, ParseError> { in parse() argument 185 …om_str(s: &str, iter: &mut Enumerate<Bytes>, mut start: usize) -> Result<ParamSource, ParseError> { in params_from_str() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/ |
D | err.rs | 154 pub struct ParseError { struct 156 pub(crate) kind: ParseErrorKind, argument 159 impl ParseError { implementation 171 pub(crate) fn perr(span: impl SpanLike, kind: ParseErrorKind) -> ParseError { in perr() 314 impl std::error::Error for ParseError {} implementation 316 impl fmt::Display for ParseError { implementation
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | ParseError.java | 6 public class ParseError { class 11 ParseError(CharacterReader reader, String errorMsg) { in ParseError() method in ParseError 17 ParseError(CharacterReader reader, String errorFormat, Object... args) { in ParseError() method in ParseError 23 ParseError(int pos, String errorMsg) { in ParseError() method in ParseError 29 ParseError(int pos, String errorFormat, Object... args) { in ParseError() method in ParseError
|
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_no_allocation/ |
D | preamble.rs | 20 pub enum ParseError { enum 43 pub fn offset(&self, offset: usize) -> Result<BitSlice<'a>, ParseError> { in offset() argument 57 pub fn slice(&self, len: usize) -> Result<SizedBitSlice<'a>, ParseError> { in slice() argument 71 fn byte_at(&self, index: usize) -> Result<u8, ParseError> { in byte_at() argument 100 pub fn try_parse<T: TryFrom<u64>>(&self) -> Result<T, ParseError> { in try_parse() argument 152 fn try_parse_from_buffer(buf: impl Into<SizedBitSlice<'a>>) -> Result<Self, ParseError>; in try_parse_from_buffer() argument 153 fn try_parse(parent: Self::Parent) -> Result<Self, ParseError>; in try_parse() argument 163 fn try_parse(buf: Box<[u8]>) -> Result<Self, ParseError>; in try_parse() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/ |
D | directive.rs | 11 pub struct ParseError { struct 12 kind: ParseErrorKind, argument 400 impl ParseError { impl 415 impl fmt::Display for ParseError { implementation 428 impl std::error::Error for ParseError { implementation 443 impl From<Box<dyn std::error::Error + Send + Sync>> for ParseError { implementation 451 impl From<level::ParseError> for ParseError { implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/ |
H A D | parser.rs | 189 pub fn from_str_strict<B: Flags>(input: &str) -> Result<B, ParseError> { in from_str_strict() argument 244 pub struct ParseError(ParseErrorKind); struct 264 impl ParseError { impl 299 impl fmt::Display for ParseError { implementation 332 impl std::error::Error for ParseError {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/ |
D | parser.rs | 189 pub fn from_str_strict<B: Flags>(input: &str) -> Result<B, ParseError> { in from_str_strict() argument 244 pub struct ParseError(ParseErrorKind); struct 264 impl ParseError { implementation 299 impl fmt::Display for ParseError { implementation 332 impl std::error::Error for ParseError {} implementation
|
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/ |
H A D | ParseError.java | 21 public class ParseError extends VolleyError { class 22 public ParseError() {} in ParseError() method in ParseError 24 public ParseError(NetworkResponse networkResponse) { in ParseError() method in ParseError 28 public ParseError(Throwable cause) { in ParseError() method in ParseError
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 3976 fn parse(reader: &mut InstructionReader<'_>) -> Result<Self, ParseError> { in parse() argument 9151 fn parse(reader: &mut InstructionReader<'_>) -> Result<Self, ParseError> { in parse() argument 9446 fn parse(reader: &mut InstructionReader<'_>) -> Result<ImageOperands, ParseError> { in parse() argument 9525 fn parse(reader: &mut InstructionReader<'_>) -> Result<FPFastMathMode, ParseError> { in parse() argument 9546 fn parse(reader: &mut InstructionReader<'_>) -> Result<SelectionControl, ParseError> { in parse() argument 9577 fn parse(reader: &mut InstructionReader<'_>) -> Result<LoopControl, ParseError> { in parse() argument 9667 fn parse(reader: &mut InstructionReader<'_>) -> Result<FunctionControl, ParseError> { in parse() argument 9698 fn parse(reader: &mut InstructionReader<'_>) -> Result<MemorySemantics, ParseError> { in parse() argument 9730 fn parse(reader: &mut InstructionReader<'_>) -> Result<MemoryAccess, ParseError> { in parse() argument 9761 fn parse(reader: &mut InstructionReader<'_>) -> Result<KernelProfilingInfo, ParseError> { in parse() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | format.go | 837 type ParseError struct { struct 838 Layout string 839 Value string 840 LayoutElem string 841 ValueElem string 842 Message string 898 func (e *ParseError) Error() string {
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/ |
H A D | case.rs | 45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() argument 120 pub struct ParseError<'a> { struct 124 impl<'a> Display for ParseError<'a> { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/ |
D | case.rs | 45 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() argument 120 pub struct ParseError<'a> { struct 124 impl<'a> Display for ParseError<'a> { argument
|
/aosp_15_r20/build/soong/androidmk/parser/ |
H A D | parser.go | 29 type ParseError struct { struct 30 Err error 31 Pos scanner.Position 34 func (e *ParseError) Error() string {
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | parser.go | 34 type ParseError struct { struct 35 Err error 36 Pos scanner.Position 39 func (e *ParseError) Error() string {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | net.go | 558 type ParseError struct { struct 561 Type string 564 Text string 567 func (e *ParseError) Error() string { return "invalid " + e.Type + ": " + e.Text } 569 func (e *ParseError) Timeout() bool { return false } 570 func (e *ParseError) Temporary() bool { return false }
|