Searched refs:error (Results 251 - 275 of 542) sorted by relevance

<<11121314151617181920>>

/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.cpp160 int error = errno; local
162 ALOGD("channel '%s' ~ error sending message of type %d, errno=%d", mName.string(),
163 msg->header.type, error);
165 if (error == EAGAIN || error == EWOULDBLOCK) {
168 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) {
171 return -error;
195 int error = errno; local
[all...]
/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/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceBindHelper.java213 String error;
220 error = "bindService returned false";
222 error = ex.getMessage();
226 ". Error: " + error);
/frameworks/volley/src/test/java/com/android/volley/
H A DResponseDeliveryTest.java62 Response<byte[]> errorResponse = Response.error(new ServerError());
/frameworks/base/core/jni/
H A Dandroid_net_LocalSocketImpl.cpp220 // To us, any of the above flags are a fatal error
223 "Unexpected error or truncation during recvmsg()");
519 goto error;
526 goto error;
533 goto error;
539 goto error;
547 goto error;
556 goto error;
562 error:
H A Dandroid_media_RemoteDisplay.cpp90 virtual void onDisplayError(int32_t error) { argument
94 gRemoteDisplayClassInfo.notifyDisplayError, error);
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp252 status_t error = hwc.prepare(*this); local
253 if (error != NO_ERROR) {
254 return error;
311 EGLint error = eglGetError(); local
312 if (error == EGL_CONTEXT_LOST ||
315 mDisplay, mSurface, error);
318 mDisplay, mSurface, error);
/frameworks/base/tools/aapt2/
H A DResourceTable.cpp220 // The existing and incoming values are strong, this is an error
232 // so the incoming attribute value is an error.
350 diag->error(DiagMessage(value->getSource())
363 diag->error(DiagMessage(value->getSource())
377 diag->error(DiagMessage(value->getSource())
391 diag->error(DiagMessage(value->getSource())
412 diag->error(DiagMessage(value->getSource())
415 diag->error(DiagMessage(configValue->value->getSource())
447 diag->error(DiagMessage(symbol.source)
460 diag->error(DiagMessag
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java161 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
201 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
205 // this is an error and not warning since the file existence is
207 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
218 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT,
298 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
320 // this is an error and not warning since the file existence is checked before
322 Bridge.getLog().error(null, "Failed to parse file " + stringValue,
326 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
349 Bridge.getLog().error(LayoutLo
[all...]
/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.java684 String error = glGetProgramInfoLog(program);
685 Log.d(GL_LOG_TAG, "Error while linking program:\n" + error);
705 String error = glGetShaderInfoLog(shader);
706 Log.d(GL_LOG_TAG, "Error while compiling shader:\n" + error);
715 int error = mEgl.eglGetError();
716 if (error != EGL_SUCCESS) {
717 Log.w(GL_LOG_TAG, "EGL error = " + GLUtils.getEGLErrorString(error));
722 int error = glGetError();
723 if (error !
[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/diff/
H A DDiff.cpp90 std::string error; local
91 std::unique_ptr<io::ZipFileCollection> apk = io::ZipFileCollection::create(path, &error);
93 context->getDiagnostics()->error(DiagMessage(source) << error);
99 context->getDiagnostics()->error(DiagMessage(source) << "no resources.arsc found");
105 context->getDiagnostics()->error(DiagMessage(source) << "could not open resources.arsc");
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DFontFamily_Delegate.java159 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
208 * {@link #getFont(int, boolean)} returns an empty list, it means that an error occurred while
321 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
339 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Asset not found: " + path,
351 Bridge.getLog().error(LayoutLog.TAG_MISSING_ASSET, "Unable to load font " + path, e,
359 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
375 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
/frameworks/rs/
H A DrsDriverLoader.cpp195 goto error;
200 goto error;
206 goto error;
211 goto error;
216 goto error;
225 error:
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk58 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/base/core/java/android/animation/
H A DPathKeyframes.java25 * The line segments are recursively divided until there is less than 1/2 pixel error
53 public PathKeyframes(Path path, float error) { argument
57 mKeyframeData = path.approximate(error);
/frameworks/base/core/java/android/app/backup/
H A DRestoreSession.java49 * @return Zero on success, nonzero on error. The observer's restoreSetsAvailable()
69 * @return Zero on success; nonzero on error. The observer will only receive
98 * @return Zero on success, nonzero on error. The observer will only receive
132 * @return Zero on success; nonzero on error. The observer will only receive
234 public void restoreFinished(int error) { argument
236 mHandler.obtainMessage(MSG_RESTORE_FINISHED, error, 0));
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCallbackProxies.java60 public void onError(CameraDevice camera, int error) { argument
61 mProxy.invoke("onError", camera, error);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityTestsBase.java108 public void finishBad(String error) { argument
109 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(error));
113 RuntimeException where = new RuntimeException("Original error was here");

Completed in 516 milliseconds

<<11121314151617181920>>