Searched defs:FormatError (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
H A Dsqlite_diagnostics.cc114 recorder->FormatError());
121 recorder->FormatError());
144 recorder->FormatError());
177 std::string FormatError() { function in class:diagnostics::__anon3566::SqliteIntegrityTest::ErrorRecorder
/external/chromium_org/chromeos/dbus/
H A Dcros_disks_client.h75 enum FormatError { enum in namespace:chromeos
247 typedef base::Callback<void(FormatError error_code,
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py305 class FormatError(Error): class in inherits:Error
310 prefix = 'FormatError'
312 class ChunkError(FormatError):
1468 raise FormatError('Invalid PNG Filter Type.'
1685 raise FormatError(
1698 raise FormatError("PNG file has invalid signature.")
1717 raise FormatError(
1734 raise FormatError(
1739 raise FormatError('Chunk %s is too large: %d.' % (type,length))
1755 raise FormatError('IHD
[all...]

Completed in 104 milliseconds