Home
last modified time | relevance | path

Searched defs:FormatError (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb456 class GrammarFile::FormatError < StandardError class
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb334 class Grammar::FormatError < StandardError class
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/decoder/
Dstream.rs152 pub struct FormatError { struct
153 inner: FormatErrorInner, argument
281 impl fmt::Display for FormatError { implementation
403 impl From<FormatErrorInner> for FormatError { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/decoder/
Dstream.rs152 pub struct FormatError { struct
153 inner: FormatErrorInner, argument
281 impl fmt::Display for FormatError { implementation
403 impl From<FormatErrorInner> for FormatError { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/
Dencoder.rs31 pub struct FormatError { struct
32 inner: FormatErrorKind, argument
74 impl fmt::Display for FormatError { implementation
127 impl From<FormatErrorKind> for FormatError { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/png-0.17.14/src/
Dencoder.rs31 pub struct FormatError { struct
32 inner: FormatErrorKind, argument
74 impl fmt::Display for FormatError { implementation
127 impl From<FormatErrorKind> for FormatError { implementation
/external/cronet/tot/crypto/
Duser_verifying_key_win.cc215 std::string FormatError(std::string message, HRESULT hr) { in FormatError() function
/external/cronet/stable/crypto/
Duser_verifying_key_win.cc215 std::string FormatError(std::string message, HRESULT hr) { in FormatError() function
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
Dformat.h610 explicit FormatError(CStringRef message) in FormatError() function
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dformat.h611 explicit FormatError(CStringRef message) in FormatError() function
/external/skia/experimental/rust_png/ffi/
DFFI.rs32 FormatError, enumerator
67 FormatError, enumerator
/external/rust/android-crates-io/crates/hound/src/
Dlib.rs370 FormatError(&'static str), enumerator
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c273 static WCHAR *FormatError(DWORD code) in FormatError() function
/external/python/cpython3/Lib/
Dmailbox.py2222 class FormatError(Error): class