/external/rust/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
|
/external/volley/core/src/main/java/com/android/volley/ |
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
|
/external/rust/crates/serde_derive/src/internals/ |
D | case.rs | 50 pub fn from_str(rename_all_str: &str) -> Result<Self, ParseError> { in from_str() argument 117 pub struct ParseError<'a> { struct 121 impl<'a> Display for ParseError<'a> { argument
|
/external/rust/crates/bindgen/src/ |
D | parse.rs | 10 pub enum ParseError { enum 40 ) -> Result<ParseResult<Self>, ParseError>; in parse() argument 50 ) -> Result<ItemId, ParseError>; in parse() argument 58 ) -> Result<TypeId, ParseError>; in from_ty() argument 68 ) -> Result<TypeId, ParseError>; in from_ty_with_id() argument
|
/external/rust/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 …]
|
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/format/ |
D | ParseError.kt | 21 class ParseError(val errorDescription: String, val lineColumn: LineColumn) : class
|
/external/deqp/framework/xexml/ |
D | xeDefs.hpp | 41 class ParseError : public Error class 44 ParseError (const std::string& message) : Error(message) {} in ParseError() function in xe::ParseError
|
D | xeXMLParser.hpp | 77 class ParseError : public xe::ParseError class 80 ParseError (const std::string& message) : xe::ParseError(message) {} in ParseError() function in xe::xml::ParseError
|
/external/rust/crates/itertools/examples/ |
D | iris.rs | 22 enum ParseError { enum 27 impl From<ParseFloatError> for ParseError { implementation
|
/external/rust/crates/der-parser/src/ |
D | oid.rs | 67 pub enum ParseError { enum 126 pub fn from<'b>(s: &'b [u64]) -> Result<Oid<'static>, ParseError> { in from() argument 151 pub fn from_relative<'b>(s: &'b [u64]) -> Result<Oid<'static>, ParseError> { in from_relative() argument
|
/external/rust/crates/url/src/ |
D | host.rs | 77 pub fn parse(input: &str) -> Result<Self, ParseError> { in parse() argument 122 pub fn parse_opaque(input: &str) -> Result<Self, ParseError> { in parse_opaque() argument
|
D | lib.rs | 240 pub fn parse(self, input: &str) -> Result<Url, crate::ParseError> { in parse() 275 pub fn parse(input: &str) -> Result<Url, crate::ParseError> { in parse() 356 pub fn join(&self, input: &str) -> Result<Url, crate::ParseError> { in join() 1790 pub fn set_host(&mut self, host: Option<&str>) -> Result<(), ParseError> { in set_host() argument 2493 fn from_str(input: &str) -> Result<Url, crate::ParseError> { in from_str()
|
/external/protobuf/ruby/lib/google/ |
D | protobuf.rb | 39 class ParseError < Error; end class
|
/external/rust/crates/nom/src/ |
D | error.rs | 16 pub trait ParseError<I>: Sized { trait 103 impl<I> ParseError<I> for (I, ErrorKind) { impl 121 impl<I> ParseError<I> for () { impl
|
/external/ImageMagick/Magick++/demo/ |
D | zoom.cpp | 27 static void ParseError (int position, char **argv) in ParseError() function
|
/external/crosvm/serde_keyvalue/src/ |
D | key_values.rs | 49 pub struct ParseError { struct 56 impl Display for ParseError { argument 65 impl de::Error for ParseError { implementation 109 fn error_here(&self, kind: ErrorKind) -> ParseError { in error_here()
|
/external/rust/crates/bindgen/src/ir/ |
D | var.rs | 161 ) -> Result<(), ParseError> { in handle_function_macro() argument 204 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
|
D | module.rs | 79 ) -> Result<ParseResult<Self>, ParseError> { in parse() argument
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | expectations_parser.py | 12 class ParseError(Exception): class
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | parse.py | 16 class ParseError(Exception): class
|
/external/python/pycparser/pycparser/ |
D | plyparser.py | 31 class ParseError(Exception): pass class
|
/external/swiftshader/third_party/subzero/unittest/ |
D | IceParseInstsTest.cpp | 29 constexpr bool ParseError = true; variable
|
/external/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 60 std::string ParseError; in create() local
|
/external/rust/crates/chrono/src/format/ |
D | mod.rs | 321 pub struct ParseError(ParseErrorKind); struct 358 impl fmt::Display for ParseError { implementation 373 impl Error for ParseError { implementation
|