Searched refs:error (Results 276 - 300 of 622) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DChoreographer_Delegate.java81 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
H A DDrawerLayoutUtil.java59 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to open navigation drawer",
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java71 mLog.error("Test %d", 44);
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp276 error(diag::err_cannot_open_output_file) << "Linker::emit()" << pPath;
327 std::string error; local
331 m_pConfig->targets().getArch(), triple, error);
335 fatal(diag::fatal_cannot_init_target) << triple.str() << error;
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2DeviceTester.java78 public void onError(CameraDevice camera, int error) {} argument
/frameworks/native/libs/input/
H A DInputTransport.cpp159 int error = errno; local
161 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
162 msg->header.type, error);
164 if (error == EAGAIN || error == EWOULDBLOCK) {
167 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) {
170 return -error;
194 int error = errno; local
[all...]
/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp347 EXPECT_EQ(EINVAL, message.Reply(12).error());
395 EXPECT_EQ(EINVAL, message_->Reply(12).error()); // Already replied.
401 EXPECT_EQ(EIO, message_->Reply(12).error());
497 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), -status.error()))
512 EXPECT_EQ(EACCES, message_->Read(kDataBuffer, kDataSize).error());
529 EXPECT_EQ(EBADF, message_->ReadVector(vec).error());
542 EXPECT_EQ(EBADMSG, message_->Write(kDataBuffer, kDataSize).error());
559 EXPECT_EQ(EIO, message_->WriteVector(vec, 2).error());
572 EXPECT_EQ(EIO, message_->PushFileHandle(handle).error());
586 EXPECT_EQ(EACCES, message_->PushFileHandle(handle).error());
[all...]
H A Dclient_tests.cpp130 void SetOnConnectError(int error) { on_connect_error_ = error; } argument
159 EXPECT_EQ(-EACCES, failed_client1.error());
163 EXPECT_EQ(-EACCES, failed_client2.error());
172 EXPECT_EQ(0, client_->error());
175 EXPECT_EQ(-EINVAL, client_->error());
192 EXPECT_EQ(EIO, status.error());
235 EXPECT_EQ(EIO, status.error());
266 EXPECT_EQ(EACCES, status.error());
299 EXPECT_EQ(EACCES, status.error());
[all...]
/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.h29 // this instance is left in the empty state. An optional error code is
30 // returned in |error|, which may be nullptr if not needed.
31 AcquiredBuffer(const std::shared_ptr<BufferConsumer>& buffer, int* error);
66 // left in place and a negative error code is returned.
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp210 struct hwc_rect hwcTestParseHwcRect(istringstream& in, bool& error) argument
215 // Defensively specify that an error occurred. Will clear
216 // error flag if all of parsing succeeds.
217 error = true;
254 // Made It, clear error indicator
255 error = false;
261 HwcTestDim hwcTestParseDim(istringstream& in, bool& error) argument
267 // Defensively specify that an error occurred. Will clear
268 // error flag if all of parsing succeeds.
269 error
305 hwcTestParseColor(istringstream& in, bool& error) argument
1009 EGLint error = eglGetError(); local
[all...]
H A DhwcColorEquiv.cpp168 bool error; local
203 startRefColor = hwcTestParseColor(in, error);
204 // Any parse error or characters not used by parser
205 if (error
225 endRefColor = hwcTestParseColor(in, error);
226 // Any parse error or characters not used by parser
227 if (error
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java217 int error;
218 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
219 Log.e(TAG, op + ": glError " + error);
220 throw new RuntimeException(op + ": glError " + error);
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp218 // To us, any of the above flags are a fatal error
221 "Unexpected error or truncation during recvmsg()");
517 goto error;
524 goto error;
531 goto error;
537 goto error;
545 goto error;
554 goto error;
560 error:
/frameworks/native/opengl/libagl/
H A Dstate.cpp117 void _ogles_error(ogles_context_t* c, GLenum error) argument
119 if (c->error == GL_NO_ERROR)
120 c->error = error;
322 // If more than one flag has recorded an error, glGetError returns
323 // and clears an arbitrary error flag value. Thus, glGetError should
325 // if all error flags are to be reset.
328 if (c->error) {
329 const GLenum ret(c->error);
330 c->error
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java709 String error = glGetProgramInfoLog(program);
710 Log.d(GL_LOG_TAG, "Error while linking program:\n" + error);
730 String error = glGetShaderInfoLog(shader);
731 Log.d(GL_LOG_TAG, "Error while compiling shader:\n" + error);
740 int error = mEgl.eglGetError();
741 if (error != EGL_SUCCESS) {
742 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error));
747 int error = glGetError();
748 if (error !
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h92 * \retval C2_CORRUPTED some unknown error prevented waiting for the fence (unexpected)
156 * \retval C2_BAD_STATE the fence(s) have already been abandoned or merged (caller error)
157 * \retval C2_ALREADY_EXISTS the fence(s) have already been signaled (caller error)
159 * \retval C2_CORRUPTED some unknown error prevented signaling the fence(s) (unexpected)
170 * \retval C2_ALREADY_EXISTS the fence have already been merged (caller error)
171 * \retval C2_BAD_STATE the fence have already been signaled or abandoned (caller error)
173 * \retval C2_CORRUPTED some unknown error prevented merging the fence(s) (unexpected)
184 * \retval C2_BAD_STATE the fence(s) have already been signaled or merged (caller error)
185 * \retval C2_ALREADY_EXISTS the fence(s) have already been abandoned (caller error)
187 * \retval C2_CORRUPTED some unknown error prevente
203 inline C2Error error() const { return mError; } function in struct:android::_C2InnateError
206 _C2InnateError(C2Error error) argument
229 C2Acquirable(C2Error error, C2Fence fence, T t) argument
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java134 final PlaybackError error = new PlaybackError();
139 // A new error has occurred, abort
142 error.type = mError.type;
143 error.extra = mError.extra;
144 error.errorMessage = mError.errorMessage;
148 error.extra = code;
156 error.errorExtras = errorExtras;
159 Log.e(TAG, "IOException requesting from server, unable to get more exact error");
180 setError(error.type, error
[all...]
/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp718 bool error = false; local
725 error = true;
735 error = true;
744 error = true;
749 error = true;
753 error = true;
758 error = true;
764 error = true;
769 if (error) {
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice.h72 * Message automatically replies with an error to the client on destruction,
168 Status<void> ReplyError(unsigned int error);
179 return status ? Reply(status.get()) : ReplyError(status.error());
183 return status ? Reply(0) : ReplyError(status.error());
437 * id. Once closed, the client side of the channel always returns the error
470 * On error, returns an errno code describing the cause of the error.
671 #define CHECK_ERROR(cond, error, fmt, ...) \
675 goto error; \
679 #define REPLY_ERROR(message, error, error_labe
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java532 int error = EGL14.eglGetError();
533 if (error == EGL14.EGL_BAD_SURFACE) {
535 } else if (error != EGL14.EGL_SUCCESS) {
536 throw new IllegalStateException("swapBuffers: EGL error: 0x" +
537 Integer.toHexString(error));
543 int error;
544 if ((error = EGL14.eglGetError()) != EGL14.EGL_SUCCESS) {
545 throw new IllegalStateException(msg + ": EGL error: 0x" + Integer.toHexString(error));
550 int error;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java162 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
211 * {@link #getFont(int, boolean)} returns an empty list, it means that an error occurred while
341 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
361 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
378 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Unable to load font " + path, e,
386 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
402 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
/frameworks/rs/
H A DrsDriverLoader.cpp187 goto error;
192 goto error;
198 goto error;
203 goto error;
208 goto error;
217 error:
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h248 aaudio_result_t error)
250 printf("Error Callback, error: %d\n",(int)error);
245 SimplePlayerErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
H A DAAudioSimpleRecorder.h255 aaudio_result_t error)
257 printf("Error Callback, error: %d\n",(int)error);
252 SimpleRecorderErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk62 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall

Completed in 1246 milliseconds

<<11121314151617181920>>