HomeSort by relevance Sort by last modified time
    Searched refs:RaiseError (Results 1 - 25 of 43) sorted by null

1 2

  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.h 36 virtual void RaiseError(XML_Error err) = 0;
76 virtual void RaiseError(XML_Error err) { if (!raised_) raised_ = err; }
xmlparser.cc 91 context_.RaiseError(XML_ERROR_SYNTAX);
131 context_.RaiseError(XML_ERROR_SYNTAX);
136 context_.RaiseError(XML_ERROR_SYNTAX);
144 context_.RaiseError(XML_ERROR_INCORRECT_ENCODING);
160 context_.RaiseError(XML_GetErrorCode(expat_));
xmlbuilder.cc 76 pctx->RaiseError(XML_ERROR_SYNTAX);
  /external/libmojo/mojo/public/cpp/bindings/
associated_group_controller.h 64 virtual void RaiseError() = 0;
connector.h 101 void RaiseError();
interface_endpoint_client.h 74 void RaiseError();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfMisc.py 137 def ErrorInInf(Message=None, ErrorCode=None, LineInfo=None, RaiseError=True):
148 RaiseError=RaiseError
  /external/libmojo/mojo/public/cpp/bindings/lib/
router.h 74 void RaiseError() {
76 connector_.RaiseError();
interface_endpoint_client.cc 56 // call InterfaceEndpointClient::RaiseError(), because it will raise
59 endpoint_client_->RaiseError();
64 base::Bind(&InterfaceEndpointClient::RaiseError, endpoint_client_));
189 void InterfaceEndpointClient::RaiseError() {
192 handle_.group_controller()->RaiseError();
router.cc 48 // call Router::RaiseError(), because it will raise error from the
51 router_->RaiseError();
54 base::Bind(&Router::RaiseError, router_));
238 connector_.RaiseError();
multiplex_router.h 81 void RaiseError() override;
multiplex_router.cc 441 void MultiplexRouter::RaiseError() {
443 connector_.RaiseError();
446 base::Bind(&MultiplexRouter::RaiseError, this));
515 // explicitly call Connector::RaiseError() to disconnect the message pipe.
823 RaiseError();
  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.cc 45 pctx->RaiseError(XML_ERROR_SYNTAX);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
String.py 261 def ReplaceMacro(String, MacroDefinitions={}, SelfReplacement=False, RaiseError=False):
271 if RaiseError:
583 EdkLogger.error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=EdkLogger.IsRaiseError)
593 EdkLogger.error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=EdkLogger.IsRaiseError)
601 EdkLogger.error("Parser", FORMAT_INVALID, Line=LineNo, File=FileName, RaiseError=EdkLogger.IsRaiseError)
628 File=ContainerFilename, RaiseError=EdkLogger.IsRaiseError)
656 File=ContainerFilename, Line=LineNo, RaiseError=EdkLogger.IsRaiseError)
699 EdkLogger.error("Parser", PARSER_ERROR, ErrorMsg, File=File, Line=LineNo, ExtraData=Format, RaiseError=EdkLogger.IsRaiseError)
EdkLogger.py 158 # "RaiseError" with "False" value.
167 # @param RaiseError Raise an exception to break the tool's executuion if
170 def error(ToolName, ErrorCode, Message=None, File=None, Line=None, ExtraData=None, RaiseError=IsRaiseError):
200 if RaiseError:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
XmlParserMisc.py 75 Logger.Error('\nUPT', PARSER_ERROR, ErrorMsg, RaiseError=True)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignmentMisc.py 221 RaiseError=True)
227 RaiseError=True)
240 RaiseError=True)
InfPomAlignment.py 249 RaiseError=Logger.IS_RAISE_ERROR)
729 self.GetFullPath(), RaiseError=True)
732 self.GetFullPath(), RaiseError=True)
735 self.GetFullPath(), RaiseError=True)
744 self.GetFullPath(), RaiseError=True)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InventoryWs.py 109 RaiseError=False
ReplacePkg.py 91 RaiseError=False
MkPkg.py 66 Logger.Error("\nMkPkg", ABORT_ERROR, ST.ERR_USER_ABORT, RaiseError=True)
235 RaiseError=False
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
Log.py 202 # can give "RaiseError" with "False" value.
211 # @param RaiseError Raise an exception to break the tool's executuion if
215 ExtraData=None, RaiseError=IS_RAISE_ERROR):
248 if RaiseError:
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 147 "DSC file %s does not exist!" % self.Opt.DSCFILE, RaiseError=False)
154 "Tooldef file %s does not exist!" % self.Opt.TOOL_DEFINITION_FILE, RaiseError=False)
174 "Build rule file %s does not exist!" % self.Opt.BUILD_RULE_FILE, RaiseError=False)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/Xml/
XmlRoutines.py 229 Logger.Error('\nUPT', PARSER_ERROR, XExcept, File=FileName, RaiseError=True)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 488 RaiseError = Logger.IS_RAISE_ERROR)
559 RaiseError = Logger.IS_RAISE_ERROR)
565 RaiseError = Logger.IS_RAISE_ERROR)
667 RaiseError = Logger.IS_RAISE_ERROR

Completed in 186 milliseconds

1 2