Searched defs:error (Results 76 - 100 of 163) sorted by relevance

1234567

/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockRequest.java71 public void deliverError(VolleyError error) { argument
72 super.deliverError(error);
/frameworks/av/media/common_time/
H A DICommonClock.cpp325 int32_t error; local
326 status_t status = getEstimatedError(&error);
329 reply->writeInt32(error);
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java298 public void restoreFinished(int error) { argument
299 System.out.println("restoreFinished: " + error);
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraDevice.java123 * a serious error.</p>
234 * encountered a fatal error
263 * encountered a fatal error
306 * encountered a fatal error
350 * encountered a fatal error
406 * encountered a fatal error
464 * encountered a fatal error
493 * encountered a fatal error
523 * device has encountered a fatal error, or if there is an active repeating
554 * encountered a fatal error
990 onError(CameraDevice camera, int error) argument
[all...]
/frameworks/base/core/java/android/net/http/
H A DRequest.java329 as we do truncated non-gzipped content: no error */
508 * Handles SSL error(s) on the way down from the user (the user
519 * Helper: calls error() on eventhandler with appropriate message
522 void error(int errorId, int resourceId) { method in class:Request
523 mEventHandler.error(
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java155 * @param listener to send the error message to in case of error
249 * The service should call this method when a network or recognition error occurred.
251 * @param error code is defined in {@link SpeechRecognizer}
253 public void error(int error) throws RemoteException { argument
255 mListener.onError(error);
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java121 /** Generic error */
145 /** Generic file error */
153 * Report an error to the host application. These errors are unrecoverable
157 * @param errorCode The error code corresponding to an ERROR_* value.
158 * @param description A String describing the error.
191 * Notify the host application that an SSL error occurred while loading a
200 * @param error The SSL error object.
203 SslError error) {
202 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp90 virtual void onDisplayError(int32_t error) { argument
94 gRemoteDisplayClassInfo.notifyDisplayError, 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");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java136 public void onError(int error, android.hardware.Camera camera) { argument
137 fail(String.format("Camera error, code: %d", error));
143 fail(String.format("Media recorder error, code: %d\textra: %d", what, extra));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java374 * Sets the error value of the corresponding state to the given error.
377 * @param error the value of the state error to be set.
379 private void setStateError(MediaPlayerStateErrors.MediaPlayerState state, boolean error) { argument
382 mStateErrors.errorInIdleState = error;
385 mStateErrors.errorInIdleStateAfterReset = error;
388 mStateErrors.errorInInitializedState = error;
391 mStateErrors.errorInPreparedState = error;
394 mStateErrors.errorInPreparedStateAfterStop = error;
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java29 * Return an error string from a GL or GLU error code.
31 * @param error - a GL or GLU error code.
32 * @return the error string for the input error code, or NULL if the input
33 * was not a valid GL or GLU error code.
35 public static String gluErrorString(int error) { argument
36 switch (error) {
38 return "no error";
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp67 goto error;
74 goto error;
81 goto error;
86 error:
316 static void throwException(JNIEnv *env, int error, const char *message) argument
318 if (error == SYSTEM_ERROR) {
355 goto error;
360 goto error;
368 error:
388 goto error;
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java86 public QueryPoolException(String error) { argument
87 super(error);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DAutomaticActivity.java44 * Threshold of error change required to consider a test regressed/improved
84 float error = mErrorCalculator.calcErrorRS(mSoftwareBitmap, mHardwareBitmap);
88 handleError(modifierNames, error);
122 TestResult(String label, float error) { argument
124 mTotalError = error;
127 public void addInto(float error) { argument
128 mTotalError += error;
168 Log.e(LOG_TAG, "error parsing input json", e);
170 Log.e(LOG_TAG, "error reading input json from sd", e);
210 c.report(String.format("tests with error ove
248 addForAllModifiers(String fullName, float error, String[] modifierNames, HashMap<String, TestResult> modifierResults) argument
260 handleError(final String[] modifierNames, final float error) argument
[all...]
/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp419 std::string error; local
422 mModule = llvm::ParseBitcodeFile(MEM.get(), *mContext, &error);
425 ALOGE("%s", error.c_str());
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h33 GoodBit = 0, // no error
34 BadBit = 1L << 0, // error due to the inappropriate operation
131 int error() const { return errno; } function in class:mcld::FileHandle
/frameworks/compile/mclinker/tools/mcld/lib/Support/
H A DLinkerConfig.cpp51 std::string error; local
52 mTarget = mcld::TargetRegistry::lookupTarget(mTriple, error);
57 mTriple.c_str(), error.c_str());
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
69 * {@code CameraDevice.StateListener#ERROR_*} if there was another error.
71 * @return int Disconnect/error code
78 * Thrown when camera device enters error state during open, or if
252 public void onError(CameraDevice camera, int error) { argument
257 if (error <= 0) {
258 throw new AssertionError("Expected error to be a positive number");
264 mError = error;
274 if (mProxy != null) mProxy.onError(camera, error);
339 "Failed to open camera device: error cod
[all...]
H A DBlockingStateListener.java117 * Device has encountered a fatal error
147 public void onError(CameraDevice camera, int error) { argument
149 if (mProxy != null) mProxy.onError(camera, error);
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp69 * - set system property "debug.egl.trace" to "error" to trace all apps.
111 sEGLGetErrorEnabled = !strcasecmp(value, "error");
215 char const* const error = "call to OpenGL ES API with " local
218 ALOGE(error);
220 LOG_ALWAYS_FATAL(error);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp37 // int error = glGetError();
38 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
52 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
55 error);
60 for (GLint error = glGetError(); error; error
220 EGLint error = eglGetError(); local
[all...]
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp139 EGLint error = eglGetError(); local
140 if (returnVal && error == EGL_SUCCESS) {
153 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
156 error);
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp39 // int error = glGetError();
40 // fprintf(stderr, "glGetError() = %d, result of glGetString = %x\n", error,
54 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
57 error);
62 for (GLint error = glGetError(); error; error
215 EGLint error = eglGetError(); local
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp168 bool error; local
204 startRefColor = hwcTestParseColor(in, error);
205 // Any parse error or characters not used by parser
206 if (error
226 endRefColor = hwcTestParseColor(in, error);
227 // Any parse error or characters not used by parser
228 if (error

Completed in 2785 milliseconds

1234567