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

123

/external/llvm/lib/Support/
H A DYAMLTraits.cpp132 setError(CurrentNode, "not a mapping");
139 setError(CurrentNode, Twine("missing required key '") + Key + "'");
162 setError(NN.second, Twine("unknown key '") + NN.first() + "'");
236 setError(CurrentNode, "unknown enumerated scalar");
245 setError(CurrentNode, "expected sequence of bit values");
263 setError(CurrentNode, "unexpected scalar in sequence of bit values");
268 setError(CurrentNode, "expected sequence of bit values");
280 setError(SQ->Entries[i], "unknown bit value");
291 setError(CurrentNode, "unexpected scalar");
295 void Input::setError(HNod function in class:Input
300 void Input::setError(Node *node, const Twine &message) { function in class:Input
361 void Input::setError(const Twine &Message) { function in class:Input
574 void Output::setError(const Twine &message) { function in class:Output
[all...]
H A DYAMLParser.cpp276 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
287 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
288 setError(Message, Current);
922 setError( "Could not find expected : for simple key"
1238 setError("Expected quote at end of scalar", Current);
1268 setError("Found unexpected ':' while scanning a plain scalar", Current);
1296 setError("Found invalid tab character in indentation", Tmp);
1317 setError("Got empty plain scalar", Start);
1351 setError("Got empty alias or anchor", Start);
1393 setError("Go
1630 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2052 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, exceptionState);
106 setError(FileError::TYPE_MISMATCH_ERR, exceptionState);
110 setError(FileError::SECURITY_ERR, exceptionState);
133 setError(FileError::INVALID_STATE_ERR, exceptionState);
147 setError(FileError::INVALID_STATE_ERR, exceptionState);
151 setError(FileError::SECURITY_ERR, exceptionState);
320 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionState& exceptionState) function in class:blink::FileWriter
H A DSyncCallbackHelper.h110 m_helper->setError(FileError::OK);
136 m_helper->setError(error->code());
147 void setError(FileError::ErrorCode code) function in class:blink::FINAL
H A DDirectoryReaderSync.h64 void setError(FileError::ErrorCode code) function in class:blink::DirectoryReaderSync
H A DDirectoryReaderSync.cpp80 m_reader->setError(error->code());
H A DFileWriter.h111 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/chromium_org/chrome/browser/resources/options/
H A Dhotword_search_setting_indicator.js54 setError: function(errorMsg) {
/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);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp157 void setError (const std::string& err) const;
192 void PropValidator::setError (const std::string& err) const function in class:deqp::gles31::Functional::__anon20285::PropValidator
231 setError("resource not basic type");
247 setError("could not find resource");
255 setError("could not find builtin resource");
324 setError("could not find resource");
358 setError("resource type invalid");
388 setError("resource type invalid");
426 setError("resource array size invalid");
446 setError("resourc
[all...]
/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.cpp90 static void setError(UErrorCode& ec, UErrorCode err) { function
628 setError(status, U_INVALID_FORMAT_ERROR);
632 setError(status, U_MEMORY_ALLOCATION_ERROR);
645 setError(status, U_INVALID_FORMAT_ERROR);
649 setError(status, U_MEMORY_ALLOCATION_ERROR);
660 setError(status, U_INVALID_FORMAT_ERROR);
664 setError(status, U_MEMORY_ALLOCATION_ERROR);
675 setError(status, U_INVALID_FORMAT_ERROR);
1010 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR);
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp90 static void setError(UErrorCode& ec, UErrorCode err) { function
628 setError(status, U_INVALID_FORMAT_ERROR);
632 setError(status, U_MEMORY_ALLOCATION_ERROR);
645 setError(status, U_INVALID_FORMAT_ERROR);
649 setError(status, U_MEMORY_ALLOCATION_ERROR);
660 setError(status, U_INVALID_FORMAT_ERROR);
664 setError(status, U_MEMORY_ALLOCATION_ERROR);
675 setError(status, U_INVALID_FORMAT_ERROR);
1010 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR);
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
H A DGeolocation.h86 void setError(GeolocationError*);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeySession.h78 void setError(MediaKeyError*);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h89 void setError(PassRefPtrWillBeRawPtr<DOMError>);
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error_overlay.js165 setError: function(error, extensionUrl) {
477 this.runtimeErrorContent_.setError(this.error_, extensionUrl);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp77 fontFace->setError(DOMException::create(SyntaxError, "The source provided ('" + source + "') could not be parsed as a value list."));
223 setError(DOMException::create(SyntaxError, message));
342 void FontFace::setError(PassRefPtrWillBeRawPtr<DOMException> error) function in class:blink::FontFace
572 setError(DOMException::create(SyntaxError, "Invalid font data in ArrayBuffer."));

Completed in 575 milliseconds

123