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

1 2 3 4 5 6 7

  /external/parameter-framework/upstream/utility/
ErrorContext.hpp 43 void setError(const std::string &error) { mError = error; }
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
CustomErrorEditText.java 40 public void setError(CharSequence error, Drawable icon) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 73 public void setError(String error) {
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 64 #define setError(_e, _r) \
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 59 protected void setError() {}
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder.go 56 func (enc *Encoder) setError(err error) {
71 enc.setError(errors.New("gob: encoder: message too big"))
86 enc.setError(err)
98 enc.setError(err)
199 enc.setError(err)
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder.go 56 func (enc *Encoder) setError(err error) {
71 enc.setError(errors.New("gob: encoder: message too big"))
86 enc.setError(err)
98 enc.setError(err)
199 enc.setError(err)
  /external/jetty/src/java/org/eclipse/jetty/io/
UncheckedPrintWriter.java 119 private void setError(Throwable th)
122 super.setError();
137 protected void setError()
139 setError(new IOException());
170 setError(ex);
191 setError(ex);
219 setError(ex);
251 setError(ex);
297 setError(ex);
333 setError(ex)
    [all...]
  /system/weaved/buffet/
binder_command_proxy.cc 167 android::binder::Status BinderCommandProxy::setError(
177 return ToStatus(command->SetError(command_error.get(), &error), &error);
  /frameworks/av/media/libstagefright/
WVMExtractor.cpp 162 void WVMExtractor::setError(status_t err) {
164 mImpl->setError(err);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
MessageBar.java 71 public void setError(@Nullable String error) {
  /frameworks/support/compat/api21/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatApi21.java 58 public static void setError(Object info, CharSequence error) {
59 ((AccessibilityNodeInfo) info).setError(error);
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 47 virtual void setError(unsigned int error){ (void)error; };
  /frameworks/av/media/libmediaplayerservice/nuplayer/
StreamingSource.cpp 98 setError(ERROR_END_OF_STREAM);
109 setError(ERROR_UNSUPPORTED);
149 setError(err);
205 void NuPlayer::StreamingSource::setError(status_t err) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintStreamTest.java 64 public void setError() {
65 super.setError();
163 os.setError();
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 40 virtual void setError(GLenum error){ m_error = error; };
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 179 void setError (const std::string& err) const;
214 void PropValidator::setError (const std::string& err) const
253 setError("resource not basic type");
384 setError("resource type invalid");
418 setError("resource type invalid");
463 setError("resource array size invalid");
497 setError("resource array size invalid");
542 setError("resource array stride invalid");
555 setError("resource array stride invalid");
587 setError("resource block index invalid")
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 94 public synchronized void setError(int error) {
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 161 protected void setError() { /* ignored */ }
  /frameworks/base/core/java/com/android/internal/util/
FastPrintWriter.java 245 * previously or if {@code setError()} has been called;
247 * @see #setError()
269 protected void setError() {
404 setError();
421 setError();
440 setError();
459 setError();
484 setError();
520 setError();
585 setError();
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 98 inline void setError(const std::string &Error) { mLastError = Error; }
  /libcore/ojluni/src/main/java/java/io/
PrintStream.java 388 * and when the <code>setError</code> method is invoked. If an operation
400 * <code>setError</code> method has been invoked
421 protected void setError() {
430 * operation fails and invokes {@link #setError()}.
    [all...]
PrintWriter.java 375 protected void setError() {
384 * operation fails and invokes {@link #setError()}.
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/http/
ChunkedOutputStream.java 185 setError();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/form/
FormPage.java 206 public void setError(String error, String errorIconUri) {

Completed in 1394 milliseconds

1 2 3 4 5 6 7