Searched refs:setError (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/lib/Support/
H A DYAMLTraits.cpp101 setError(CurrentNode, "not a mapping");
108 setError(CurrentNode, Twine("missing required key '") + Key + "'");
131 setError(i->second, Twine("unknown key '") + i->first() + "'");
205 setError(CurrentNode, "unknown enumerated scalar");
214 setError(CurrentNode, "expected sequence of bit values");
233 setError(CurrentNode, "unexpected scalar in sequence of bit values");
238 setError(CurrentNode, "expected sequence of bit values");
250 setError(SQ->Entries[i], "unknown bit value");
261 setError(CurrentNode, "unexpected scalar");
265 void Input::setError(HNod function in class:Input
269 void Input::setError(Node *node, const Twine &message) { function in class:Input
333 void Input::setError(const Twine &Message) { function in class:Input
532 void Output::setError(const Twine &message) { function in class:Output
[all...]
H A DYAMLParser.cpp267 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
278 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
279 setError(Message, Current);
952 setError( "Could not find expected : for simple key"
1260 setError("Expected quote at end of scalar", Current);
1290 setError("Found unexpected ':' while scanning a plain scalar", Current);
1318 setError("Found invalid tab character in indentation", Tmp);
1339 setError("Got empty plain scalar", Start);
1373 setError("Got empty alias or anchor", Start);
1415 setError("Go
1615 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2033 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriter.cpp102 setError(FileError::INVALID_STATE_ERR, es);
106 setError(FileError::TYPE_MISMATCH_ERR, es);
110 setError(FileError::SECURITY_ERR, es);
133 setError(FileError::INVALID_STATE_ERR, es);
147 setError(FileError::INVALID_STATE_ERR, es);
151 setError(FileError::SECURITY_ERR, es);
321 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionState& es) function in class:WebCore::FileWriter
H A DSyncCallbackHelper.h127 m_helper->setError(FileError::OK);
155 m_helper->setError(error->code());
170 void setError(FileError::ErrorCode code) function in class:WebCore::SyncCallbackHelper
H A DFileWriter.h115 void setError(FileError::ErrorCode, ExceptionState&);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java73 public void setError(String error) { method in class:gUnitTestResult
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIncomingFileTransfer.java139 setError(Error.stream);
144 setError(Error.bad_file);
H A DOutgoingFileTransfer.java236 setError(Error.bad_file);
337 setError(Error.not_acceptable);
375 setError(Error.no_response);
H A DFileTransferManager.java179 rejection.setError(new XMPPError(XMPPError.Condition.no_acceptable));
H A DStreamNegotiator.java80 iq.setError(xmppError);
H A DFileTransferNegotiator.java270 iqPacket.setError(error);
284 iqPacket.setError(e.getXMPPError());
350 iqPacket.setError(error);
H A DFileTransfer.java152 protected void setError(Error type) { method in class:FileTransfer
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreePatternLexer.h75 @property (getter=getError, setter=setError) BOOL error;
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp86 static void setError(UErrorCode& ec, UErrorCode err) { function
607 setError(status, U_INVALID_FORMAT_ERROR);
611 setError(status, U_MEMORY_ALLOCATION_ERROR);
624 setError(status, U_INVALID_FORMAT_ERROR);
628 setError(status, U_MEMORY_ALLOCATION_ERROR);
639 setError(status, U_INVALID_FORMAT_ERROR);
643 setError(status, U_MEMORY_ALLOCATION_ERROR);
654 setError(status, U_INVALID_FORMAT_ERROR);
/external/icu4c/i18n/
H A Dfmtable.cpp89 static void setError(UErrorCode& ec, UErrorCode err) { function
627 setError(status, U_INVALID_FORMAT_ERROR);
631 setError(status, U_MEMORY_ALLOCATION_ERROR);
644 setError(status, U_INVALID_FORMAT_ERROR);
648 setError(status, U_MEMORY_ALLOCATION_ERROR);
659 setError(status, U_INVALID_FORMAT_ERROR);
663 setError(status, U_MEMORY_ALLOCATION_ERROR);
674 setError(status, U_INVALID_FORMAT_ERROR);
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebSpeechRecognizer.h59 void setError(const WebKit::WebString& error, const WebKit::WebString& message);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeySession.h63 void setError(MediaKeyError*);
H A DMediaKeySession.cpp62 void MediaKeySession::setError(MediaKeyError* error) function in class:WebCore::MediaKeySession
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocationController.cpp119 observersVector[i]->setError(error);
H A DGeolocation.h67 void setError(GeolocationError*);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h97 void setError(PassRefPtr<DOMError>);
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java184 result.setError(error);
/external/smack/src/org/jivesoftware/smackx/provider/
H A DAdHocCommandDataProvider.java108 adHocCommandData.setError(error);

Completed in 892 milliseconds

123