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

<<11121314151617181920>>

/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java93 * Device has encountered a fatal error
127 public void onError(CameraDevice camera, int error) { argument
129 mProxy.onError(camera, error);
/frameworks/minikin/sample/
H A Dexample_skia.cpp109 FT_Error error = FT_Init_FreeType(&library); local
110 if (error) {
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRemotePlaybackClient.java698 public void onError(String error, Bundle data) {
699 handleError(intent, callback, error, data);
745 public void onError(String error, Bundle data) {
746 handleError(intent, callback, error, data);
765 String error, Bundle data) {
774 Log.w(TAG, "Received error from " + intent.getAction()
775 + ": error=" + error
779 callback.onError(error, code, data);
989 * @param error
764 handleError(Intent intent, ActionCallback callback, String error, Bundle data) argument
994 onError(String error, int code, Bundle data) argument
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java162 return Response.error(new ParseError(e));
211 return Response.error(new ParseError(response));
/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp43 #error "Unsupported ABI"
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java337 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { argument
338 Log.w(TAG, "SSL error (error: " + error.getPrimaryError() + " host: " +
340 Uri.parse(error.getUrl()).getHost() + " certificate: " +
341 error.getCertificate() + "); displaying SSL warning.");
/frameworks/base/services/tests/servicestests/src/android/net/netlink/
H A DNetlinkErrorMessageTest.java45 // error integer
74 assertEquals(0, err.error);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java312 int error;
313 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
314 Log.e(TAG, op + ": glError " + error);
315 throw new RuntimeException(op + ": glError " + error);
H A DSingleFrameTextureViewTestActivity.java150 int error = mEgl.eglGetError();
151 if (error == EGL10.EGL_BAD_NATIVE_WINDOW) {
156 + GLUtils.getEGLErrorString(error));
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h28 GoodBit = 0, // no error
29 BadBit = 1L << 0, // error due to the inappropriate operation
118 int error() const { return errno; } function in class:mcld::FileHandle
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp27 for (GLint error = glGetError(); error; error
29 ALOGE("after %s() glError (0x%x)\n", op, error);
271 printf("error running test\n");
/frameworks/rs/api/
H A Drs_io.spec37 runtime error.
52 runtime error.
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java282 int error;
283 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
284 Log.e(TAG, op + ": glError " + error);
285 throw new RuntimeException(op + ": glError " + error);
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java172 * @param listener to send the error message to in case of error
268 * The service should call this method when a network or recognition error occurred.
270 * @param error code is defined in {@link SpeechRecognizer}
272 public void error(int error) throws RemoteException { argument
274 mListener.onError(error);
/frameworks/base/core/java/android/speech/tts/
H A DFileSynthesisCallback.java209 // This is not an error that would prevent synthesis. Hence no
254 public void error() { method in class:FileSynthesisCallback
255 error(TextToSpeech.ERROR_SYNTHESIS);
259 public void error(int errorCode) { method in class:FileSynthesisCallback
260 if (DBG) Log.d(TAG, "FileSynthesisRequest.error()");
H A DPlaybackSynthesisCallback.java93 // This happens when stop() or error() were called before start() was.
222 // Not an error that would prevent synthesis. Hence no
249 // Signal done or error to item
260 public void error() { method in class:PlaybackSynthesisCallback
261 error(TextToSpeech.ERROR_SYNTHESIS);
265 public void error(int errorCode) { method in class:PlaybackSynthesisCallback
266 if (DBG) Log.d(TAG, "error() [will call stop]");
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp83 int error; local
84 if ((error = glGetError()) != GL_NO_ERROR) {
86 "GLES20 error: 0x%d", error);
182 * and FAILED_MEASUREMENT if an error occurred during the next
267 "Unknown error starting GL timing");
287 "Unknown error ending GL timing");
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooter.java237 final String error = "Error in " + name;
238 Log.w(TAG, error, t);
239 mHost.warn(error, t);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DManualActivity.java58 // recalculate error
59 float error = mErrorCalculator.calcErrorRS(mSoftwareBitmap, mHardwareBitmap);
65 Log.d(LOG_TAG, "error for " + modname + " is " + error);
66 mErrorTextView.setText(String.format("%.4f", error));
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java97 * first error.
113 // exception with the first error encountered.
127 * Gets the stack trace for the error.
130 * @return {@link String} the long message of the error.
212 for (ProcessErrorStateInfo error : postErr) {
213 if (error.processName.equals(processName)) {
214 return error;
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerSession.java165 public void onError(int type, int extra, Bundle extras, Throwable error) { argument
169 if (error != null) {
170 bob.setErrorMessage(error.getLocalizedMessage());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterHelper.java58 // create a text view to display an error.
96 Bridge.getLog().error(LayoutLog.TAG_BROKEN, String.format(
116 Bridge.getLog().error(LayoutLog.TAG_BROKEN, String.format(
136 Bridge.getLog().error(LayoutLog.TAG_BROKEN, String.format(
/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp83 std::string error; local
85 llvm::TargetRegistry::lookupTarget(pTriple, error);
89 pTriple, error.c_str());
/frameworks/compile/mclinker/lib/LD/
H A DStaticResolver.cpp171 case MDEF: { /* multiple definition error. */
181 error(diag::multiple_absolute_definitions)
188 error(diag::multiple_definitions) << demangleName(pNew.name());
203 error(diag::undefined_situation) << action << old->name()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java95 int error;
96 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) {
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));

Completed in 2910 milliseconds

<<11121314151617181920>>