| /external/volley/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/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/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/golang-protobuf/proto/ |
| D | text_parser.go | 50 type ParseError struct { struct 51 Message string 52 Line int // 1-based line number 53 Offset int // 0-based byte offset from start of input 56 func (p *ParseError) Error() string {
|
| /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/nom/src/ |
| D | error.rs | 13 pub trait ParseError<I>: Sized { interface 41 impl<I> ParseError<I> for (I, ErrorKind) { impl 51 impl<I> ParseError<I> for () { impl
|
| /external/protobuf/ruby/lib/google/ |
| D | protobuf.rb | 39 class ParseError < Error; end class
|
| /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/ImageMagick/Magick++/demo/ |
| D | zoom.cpp | 27 static void ParseError (int position, char **argv) in ParseError() function
|
| /external/llvm-project/clang/lib/Tooling/Transformer/ |
| D | Parsing.cpp | 60 class ParseError : public llvm::ErrorInfo<ParseError> { class 65 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError() function in __anone9ddad120111::ParseError
|
| /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/pycparser/pycparser/ |
| D | plyparser.py | 31 class ParseError(Exception): pass class
|
| /external/python/cpython3/Lib/lib2to3/pgen2/ |
| D | parse.py | 16 class ParseError(Exception): 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/deqp/scripts/log/ |
| D | log_parser.py | 67 class ParseError(Exception): class
|
| /external/rust/crates/tinytemplate/src/ |
| D | error.rs | 12 ParseError { enumerator
|
| /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
|