HomeSort by relevance Sort by last modified time
    Searched defs:setError (Results 1 - 25 of 27) sorted by null

1 2

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 73 public void setError(String error) {
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReaderSync.h 64 void setError(FileError::ErrorCode code)
FileWriter.cpp 102 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)
SyncCallbackHelper.h 110 m_helper->setError(FileError::OK);
136 m_helper->setError(error->code());
147 void setError(FileError::ErrorCode code)
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 42 virtual void setError(unsigned int error){ (void)error; };
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 102 void IDBTransaction::setError(PassRefPtrWillBeRawPtr<DOMError> error)
227 setError(error.release());
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 39 virtual void setError(GLenum error){ m_error = error; };
gl_client_context.h 307 virtual void setError(unsigned int error){ (void)error; };
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 268 void MediaKeySession::setError(MediaKeyError* error)
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp 480 void Geolocation::setError(GeolocationError* error)
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 157 void setError (const std::string& err) const;
192 void PropValidator::setError (const std::string& err) const
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("resource array size invalid")
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 40 virtual void setError(GLenum error){ m_error = error; };
gl2_client_context.h 224 virtual void setError(unsigned int error){ (void)error; };
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp 77 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)
572 setError(DOMException::create(SyntaxError, "Invalid font data in ArrayBuffer."));
  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 90 static void setError(UErrorCode& ec, UErrorCode err) {
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/
fmtable.cpp 90 static void setError(UErrorCode& ec, UErrorCode err) {
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/llvm/lib/Support/
YAMLTraits.cpp 132 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(HNode *hnode, const Twine &message)
    [all...]
YAMLParser.cpp 276 void setError(const Twine &Message, StringRef::iterator Position) {
287 void setError(const Twine &Message) {
288 setError(Message, Current);
922 setError( "Could not find expected : for simple key"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 478 milliseconds

1 2