Home
last modified time | relevance | path

Searched refs:InvalidFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/libexif/contrib/c++/
Dexif.hxx42 struct InvalidFormat : std::runtime_error struct
44 InvalidFormat(const std::string& s) in InvalidFormat() argument
143 throw InvalidFormat( in getByte()
157 throw InvalidFormat( in getAscii()
167 throw InvalidFormat( in getShort()
182 throw InvalidFormat( in getLong()
197 throw InvalidFormat( in getSLong()
212 throw InvalidFormat( in getRational()
227 throw InvalidFormat( in getSRational()
242 throw InvalidFormat( in setByte()
[all …]
/third_party/rust/crates/humantime/src/
Ddate.rs43 InvalidFormat, enumerator
53 Error::InvalidFormat => write!(f, "timestamp format is invalid"), in fmt()
87 return Err(Error::InvalidFormat); in parse_rfc3339()
91 return Err(Error::InvalidFormat); in parse_rfc3339()
111 return Err(Error::InvalidFormat); in parse_rfc3339_weak()
117 return Err(Error::InvalidFormat); in parse_rfc3339_weak()
181 return Err(Error::InvalidFormat); in parse_rfc3339_weak()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp216 TEST_P(IOSurfaceValidationTests, InvalidFormat) { in TEST_P() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DIOSurfaceWrappingTests.cpp223 TEST_P(IOSurfaceValidationTests, InvalidFormat) { in TEST_P() argument
DD3D12ResourceWrappingTests.cpp267 TEST_P(D3D12SharedHandleValidation, InvalidFormat) { in TEST_P() argument
/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser_test.cc1218 TEST_F(TypeParserTest, InvalidFormat) { in TEST_F() argument