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

1 2 3 4 5 6 7 8

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 29 void setError(EGLint err) { m_err = err;}
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.cpp 35 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
40 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
46 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
51 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
58 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
63 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
68 mCtx->getContext()->setError(RS_ERROR_FATAL_DRIVER,
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 209 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
213 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
229 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
245 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
266 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
291 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
416 return setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
447 return setError(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE);
488 return setError(EGL_BAD_ATTRIBUTE, EGL_NO_SURFACE);
500 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReaderSync.h 63 void setError(FileError::ErrorCode code)
FileWriter.cpp 96 setError(FileError::INVALID_STATE_ERR, exceptionState);
100 setError(FileError::TYPE_MISMATCH_ERR, exceptionState);
104 setError(FileError::SECURITY_ERR, exceptionState);
127 setError(FileError::INVALID_STATE_ERR, exceptionState);
141 setError(FileError::INVALID_STATE_ERR, exceptionState);
145 setError(FileError::SECURITY_ERR, exceptionState);
314 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionState& exceptionState)
SyncCallbackHelper.h 106 m_helper->setError(FileError::OK);
132 m_helper->setError(error->code());
143 void setError(FileError::ErrorCode code)
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 40 public void setError(CharSequence error, Drawable icon) {
  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 56 rsc->setError(RS_ERROR_BAD_VALUE,
60 rsc->setError(RS_ERROR_BAD_VALUE,
64 rsc->setError(RS_ERROR_BAD_VALUE,
68 rsc->setError(RS_ERROR_BAD_VALUE,
rsdProgramRaster.cpp 49 rsc->setError(RS_ERROR_FATAL_DRIVER, "Invalid cull type");
  /libcore/luni/src/main/java/java/io/
PrintStream.java 208 * previously or if {@code setError()} has been called;
210 * @see #setError()
243 setError();
260 // Ignored, fall through to setError
263 setError();
430 setError();
445 setError();
539 protected void setError() {
567 setError();
576 setError();
    [all...]
PrintWriter.java 201 * previously or if {@code setError()} has been called;
203 * @see #setError()
236 setError();
255 setError();
258 setError();
565 protected void setError() {
625 setError();
628 setError();
  /frameworks/native/opengl/libagl/
egl.cpp 74 static T setError(GLint error, T returnValue) {
380 return setError(EGL_BAD_ALLOC, EGL_FALSE);
387 return setError(EGL_BAD_ALLOC, EGL_FALSE);
399 return setError(EGL_BAD_ALLOC, EGL_FALSE);
411 return setError(EGL_BAD_ACCESS, EGL_FALSE);
495 return setError(EGL_BAD_ACCESS, EGL_FALSE);
537 return setError(EGL_BAD_ALLOC, EGL_FALSE);
553 setError(EGL_BAD_ALLOC, EGL_FALSE);
567 return setError(EGL_BAD_ACCESS, EGL_FALSE);
571 return setError(EGL_BAD_CURRENT_SURFACE, EGL_FALSE)
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/include/
WVMExtractor.h 40 virtual void setError(status_t err) = 0;
82 void setError(status_t err);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 157 setError(SDCARD_ACCESS_ERROR);
172 setError(INTERNAL_ERROR);
186 setError(IN_CALL_RECORD_ERROR);
188 setError(INTERNAL_ERROR);
222 setError(INTERNAL_ERROR);
226 setError(SDCARD_ACCESS_ERROR);
252 setError(SDCARD_ACCESS_ERROR);
273 private void setError(int error) {
  /frameworks/rs/
rsProgramVertex.cpp 45 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
69 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
74 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
87 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
92 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
105 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
110 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
123 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
128 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
rsProgramFragment.cpp 45 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
50 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
72 rsc->setError(RS_ERROR_BAD_SHADER, "No texture bound");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 73 public void setError(String error) {
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestTextViewDrawablesLtr.java 43 textViewError.setError("Error!!");
BiDiTestTextViewDrawablesRtl.java 43 textViewError.setError("Error!!");
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IncomingFileTransfer.java 139 setError(Error.stream);
144 setError(Error.bad_file);
  /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...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternLexer.h 75 @property (getter=getError, setter=setError) BOOL error;

Completed in 584 milliseconds

1 2 3 4 5 6 7 8