Searched refs:HandleError (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | connector.cc | 211 HandleError(true, true); in RaiseError() 235 HandleError(rv != MOJO_RESULT_FAILED_PRECONDITION, false); in WaitForIncomingMessage() 383 HandleError(result != MOJO_RESULT_FAILED_PRECONDITION, false); in OnHandleReadyInternal() 469 HandleError(rv != MOJO_RESULT_FAILED_PRECONDITION, false); in ReadSingleMessage() 474 HandleError(true, false); in ReadSingleMessage() 505 HandleError(false, false); in ReadAllAvailableMessages() 521 void Connector::HandleError(bool force_pipe_reset, bool force_async_handler) { in HandleError() function in mojo::Connector
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | connector.h | 222 void HandleError(bool force_pipe_reset, bool force_async_handler);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1577 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory() argument 1604 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1625 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1729 if (HandleError(SymInfoOrErr.takeError()) == ErrorPolicy::Halt) in DWARFObjInMemory() 1750 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1761 ErrorPolicy EP = HandleError( in DWARFObjInMemory() 1893 function_ref<ErrorPolicy(Error)> HandleError, in create() argument 1895 auto DObj = std::make_unique<DWARFObjInMemory>(Obj, L, HandleError); in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 351 function_ref<ErrorPolicy(Error)> HandleError = defaultErrorHandler,
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1646 function_ref<void(Error)> HandleError, function_ref<void(Error)> HandleWarning ) in DWARFObjInMemory() argument 1673 HandleError(createError("failed to get relocated section: ", in DWARFObjInMemory() 1692 HandleError(createError("failed to decompress '" + Name + "', ", in DWARFObjInMemory() 1795 HandleError(SymInfoOrErr.takeError()); in DWARFObjInMemory() 1815 HandleError(createError( in DWARFObjInMemory()
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 709 def HandleError(self, msg, token): member in AstBuilder 734 self.HandleError('exception', token) 1078 self.HandleError('unexpected token', modifier_token) 1596 self.HandleError('non-typedef token', token)
|