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

<<111213141516

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiLogger.java42 // Logging duration for same error message.
53 // Cache for error.
70 static final void error(String logMessage, Object... objs) { method in class:HdmiLogger
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java318 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
325 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
466 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
477 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED,
H A DPath_Delegate.java478 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED, "Path.op() not supported", null);
488 /*package*/ static float[] native_approximate(long nPath, float error) { argument
489 Bridge.getLog().error(LayoutLog.TAG_UNSUPPORTED, "Path.approximate() not supported", null);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java164 public void error(String tag, String message, Object data) {
169 public void error(String tag, String message, Throwable throwable, Object data) {
229 sDefaultLog.error(null, "Missing Stub: " + signature +
235 // user. Having the error in the console is just as useful. We'll
283 log.error(LayoutLog.TAG_BROKEN,
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java318 public void onError(String error, Bundle data) {
323 + ", error=" + error + ", data=" + data);
326 if (error != null) {
328 bundle.putString(SERVICE_DATA_ERROR, error);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c195 Word16 error[M + L_SUBFR]; /* error of quantization */ local
260 Set_zero(error, L_FILT16k); /* set next sample to zero */
261 Decim_12k8(error, L_FILT16k, new_speech + L_FRAME, code);
745 * |------| | |--------| error[n] |------| *
757 error[i] = vo_sub(speech[i + i_subfr - M], st->mem_syn[i]);
765 Syn_filt(p_Aq, &exc[i_subfr], error + M, L_SUBFR, error, 0);
769 Residu_opt(Ap, error + M, xn, L_SUBFR);
771 Residu(Ap, error
[all...]
/frameworks/base/core/java/android/net/http/
H A DRequest.java326 as we do truncated non-gzipped content: no error */
505 * Handles SSL error(s) on the way down from the user (the user
516 * Helper: calls error() on eventhandler with appropriate message
519 void error(int errorId, int resourceId) { method in class:Request
520 mEventHandler.error(
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java86 /** Audio recording error. */
89 /** Server sends error status. */
483 public void onError(final int error) { argument
484 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget();
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp123 status_t error; local
124 sp<GraphicBuffer> buffer(alloc->createGraphicBuffer(width, height, format, usage, &error));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestBase.java220 * FAILURE if tethering result returns error.
230 String[] error = mCm.getTetheringErroredIfaces();
238 for (String iface: error) {
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java69 * Verifies a particular error code was received from a download
72 * @param error The error code expected
75 public void doErrorTest(Uri uri, int error) throws Exception { argument
84 verifyInt(cursor, DownloadManager.COLUMN_REASON, error);
263 * Tests the download failure error after too many redirects (>5).
279 * Tests the download failure error from an unhandled HTTP status code
290 * Tests the download failure error from an unhandled HTTP status code
385 * Tests that we get an error code when the server drops the connection during a download.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DFlashlightController.java299 public void onError(CameraDevice camera, int error) {
300 Log.e(TAG, "Camera error: camera=" + camera + " error=" + error);
385 * Called when there is an error that turns the flashlight off.
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java143 final int error = arg1;
145 clientData.receiver.onError(error);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java92 public QueryPoolException(String error) { argument
93 super(error);
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java332 public void onError(CameraDevice camera, int error) {
333 Log.e(TAG, "State error on device '" + camera.getId() + "': code " + error);
379 Log.e(TAG, "Configuration error on device '" + mCamera.getId());
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp64 PixelFormat format, uint32_t usage, status_t* error) {
67 usage, error);
63 createGraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage, status_t* error) argument
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp565 // error.
572 .error("Duplicate file.\n%s: Original is here. %s",
774 SourcePos(mFiles.valueAt(i)->getPrintableSource(), -1).error(
783 SourcePos(mFiles.valueAt(i)->getPrintableSource(), -1).error(
796 SourcePos(mFiles.valueAt(i)->getPrintableSource(), -1).error(
806 SourcePos(mDirs.valueAt(i)->getPrintableSource(), -1).error(
815 SourcePos(mDirs.valueAt(i)->getPrintableSource(), -1).error(
874 entry.sourcePos.error("Symbol '%s' declared with <java-symbol> not defined\n", name.string());
890 pos.error("Java symbol dir %s not defined\n", name.string());
1114 /* failure; report error an
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c291 ALOGW("EffectCreate() init error: %d", ret);
310 ALOGW("EffectCreate() library %s: could not create fx %s, error %d", l->name, d->name, ret);
515 goto error;
521 goto error;
526 goto error;
532 goto error;
554 error:
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp492 ALOGE("getAndExecuteCommand(fd=%d) returned unexpected error %d, aborting",
1070 status_t error; local
1084 error = b->transact(tr.code, buffer, &reply, tr.flags);
1087 error = the_context_object->transact(tr.code, buffer, &reply, tr.flags);
1095 if (error < NO_ERROR) reply.setError(error);
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp353 ALOGV("stream[%d] encoder error", mSocket);
441 ALOGV("stream[%d] decoder error", mSocket);
980 goto error;
989 goto error;
1002 goto error;
1010 goto error;
1017 error:
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java782 * @throws FormatException on any parsing error
872 String error = validateTnf(tnf, type, id, payload);
873 if (error != null) {
874 throw new FormatException(error);
904 * @return null if valid, or a string error if invalid.
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java671 Slog.e(TAG, func + " failed: error " + EGL14.eglGetError(), new Throwable());
680 int error;
681 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
683 Slog.e(TAG, func + " failed: error " + error, new Throwable());
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java184 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, e.getMessage(), e,
267 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
301 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
H A DBridgeTypedArray.java306 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
310 // this is an error and not warning since the file existence is checked before
312 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ,
323 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, e.getMessage(), e, null);
447 * @param name Textual name of attribute for error reporting.
776 * Returns a message about the parser state suitable for printing error messages.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchBar.java507 // in error cases
597 public void onError(int error) {
598 if (DEBUG) Log.v(TAG, "onError " + error);
599 switch (error) {
604 Log.w(TAG, "recognizer network error");
607 Log.w(TAG, "recognizer audio error");
610 Log.w(TAG, "recognizer server error");
613 Log.w(TAG, "recognizer client error");
628 Log.d(TAG, "recognizer other error");

Completed in 3764 milliseconds

<<111213141516