Searched defs:clear_error (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/
H A Dscoped_clear_errno_unittest.cc15 ScopedClearErrno clear_error; local
24 ScopedClearErrno clear_error; local
/external/chromium_org/chrome/browser/speech/
H A Dtts_platform.cc17 void TtsPlatformImpl::clear_error() { function in class:TtsPlatformImpl
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api.cc38 void ExtensionTtsPlatformImpl::clear_error() { function in class:ExtensionTtsPlatformImpl
218 GetPlatformImpl()->clear_error();
249 GetPlatformImpl()->clear_error();
/external/llvm/include/llvm/Support/
H A Draw_ostream.h394 /// clear_error - Set the flag read by has_error() to false. If the error
396 /// report_fatal_error is called to report the error. Use clear_error()
403 void clear_error() { function in class:llvm::raw_fd_ostream
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h337 inline void clear_error();
753 inline void CodeGeneratorResponse::clear_error() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h342 inline void clear_error();
646 inline void CodeGeneratorResponse::clear_error() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c61 #define clear_error(y,z) clear_error_x(y, z) macro
947 clear_error(&err, SQLITE_BUSY);
995 clear_error(&err, SQLITE_BUSY);

Completed in 214 milliseconds