HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1376 - 1400 of 3032) sorted by null

<<51525354555657585960>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 220 * FAILURE if tethering result returns error.
230 String[] error = mCm.getTetheringErroredIfaces(); local
238 for (String iface: error) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooter.java 233 final String error = "Error in " + name; local
234 Log.w(TAG, error, t);
235 mHost.warn(error, t);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerSession.java 165 public void onError(int type, int extra, Bundle extras, Throwable error) {
169 if (error != null) {
170 bob.setErrorMessage(error.getLocalizedMessage());
  /frameworks/base/tools/aapt2/
XmlFlattener.cpp 252 bool error = false; variable
271 error = true;
272 mLogger->error(node->lineNumber)
359 error |= !flattenItem(node, attrToFlatten.xmlAttr->value, attrToFlatten.resourceAttr,
364 return !error;
392 mLogger->error(el->lineNumber)
412 bool error = false; local
430 std::ostream& out = mLogger->error(el->lineNumber)
438 error = true;
444 if (error) {
    [all...]
  /frameworks/base/tools/apilint/
apilint.py 209 def __init__(self, sig, clazz, detail, error, rule, msg):
211 self.error = error
215 if error:
216 self.head = "Error %s" % (rule) if rule else "Error"
242 def _fail(clazz, detail, error, rule, msg):
249 failures[sig] = Failure(sig, clazz, detail, error, rule, msg)
255 def error(clazz, detail, rule, msg): function
266 error(clazz, f, "C2", "Constant field names must be FOO_NAME"
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 150 String error = null; local
153 error = String.format("Images differ (by %.1f%%)", percentDifference);
155 error = "Widths differ too much for " + imageName + ": " +
159 error = "Heights differ too much for " + imageName + ": " +
165 if (error != null) {
184 error += " - see details in " + output.getPath() + "\n";
185 error = saveImageAndAppendMessage(image, error, relativePath);
186 System.out.println(error);
187 fail(error);
    [all...]
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 238 // Return an error if we're in non-blocking mode (producer and
369 status_t error; local
372 width, height, format, usage, &error));
375 return error;
398 // If something goes wrong, log the error, but return the buffer without
402 BQ_LOGE("dequeueBuffer: error %#x waiting for fence",
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 39 // 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
325 EGLint error = eglGetError(); local
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 249 EGLint error = eglGetError(); local
250 if (error == EGL_CONTEXT_LOST ||
253 mDisplay, mSurface, error);
256 mDisplay, mSurface, error);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 172 // there could be more than one error flag
173 GLenum error = glGetError(); local
174 if (error == GL_NO_ERROR)
176 ALOGE("GL error 0x%04x", int(error));
270 "glCheckFramebufferStatusOES error %d", mStatus);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 533 private void sendFailureReport(Message result, ImsReasonInfo error) {
534 if (result == null || error == null) {
539 // If ImsReasonInfo object does not have a String error code, use a
540 // default error string.
541 if (error.mExtraMessage == null) {
545 errorString = new String(error.mExtraMessage);
547 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
599 public void utConfigurationUpdateFailed(IImsUt ut, int id, ImsReasonInfo error) {
603 sendFailureReport(mPendingCmds.get(key), error); local
622 public void utConfigurationQueryFailed(IImsUt ut, int id, ImsReasonInfo error) {
626 sendFailureReport(mPendingCmds.get(key), error); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 312 const uint32_t error = diff * diff; local
313 if (max_error < error)
314 max_error = error;
315 total_error += error;
320 << "Error: 16x16 FHT/IHT has an individual round trip error > 1";
323 << "Error: 16x16 FHT/IHT has average round trip error > 1 per block";
376 << "Error: 16x16 FDCT has coefficient larger than 4*DCT_MAX_VALUE";
407 const uint32_t error = diff * diff local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 205 int error; member in struct:vp8_token_state
284 tokens[eob][0].error = 0;
302 error0 = tokens[next][0].error;
303 error1 = tokens[next][1].error;
331 tokens[i][0].error = d2 + (best ? error1 : error0);
401 tokens[i][1].error = d2 + (best ? error1 : error0);
437 error0 = tokens[next][0].error;
438 error1 = tokens[next][1].error;
  /hardware/libhardware/include/hardware/
fingerprint.h 45 FINGERPRINT_ERROR_HW_UNAVAILABLE = 1, /* The hardware has an error that can't be resolved. */
51 FINGERPRINT_ERROR_VENDOR_BASE = 1000 /* vendor-specific error messages start here */
101 fingerprint_error_t error; member in union:fingerprint_msg::__anon24775
135 * or a negative number in case of error, generally from the errno.h set.
162 * or a negative number in case of error, generally from the errno.h set.
163 * A notify() function may be called indicating the error condition.
174 * or a negative number in case of error, generally from the errno.h set.
194 * or a negative number in case of error, generally from the errno.h set.
214 * or a negative number in case of error, generally from the errno.h set.
228 * or a negative number in case of error, generally from the errno.h set
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 372 LOC_LOGE("%s:%d]: Error: get_system_info returned error\n",
419 LOC_LOGE("%s:%d]: Error: pm_client_register returned: %d",
433 LOC_LOGE("Error: %s open failed: %s\n",
657 error code : Failure
706 const char *error; local
711 dlerror(); /* Clear any existing error */
717 if ((error = dlerror()) != NULL) {
718 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 336 const char *error; local
339 error = ::dlerror();
341 LOC_LOGE("%s: could not find %s: %s", __func__, name, error);
347 error = ::dlerror();
351 __func__, func, name, error);
571 error code : Failure
648 const char *error; local
653 dlerror(); /* Clear any existing error */
659 if ((error = dlerror()) != NULL) {
660 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error)
    [all...]
  /hardware/qcom/gps/msm8974/loc_api/libloc_api_50001/
loc.cpp 336 const char *error; local
339 error = ::dlerror();
341 LOC_LOGE("%s: could not find %s: %s", __func__, name, error);
347 error = ::dlerror();
351 __func__, func, name, error);
571 error code : Failure
648 const char *error; local
653 dlerror(); /* Clear any existing error */
659 if ((error = dlerror()) != NULL) {
660 LOC_LOGE ("%s, dlopen for libgeofence.so failed, error = %s\n", __func__, error)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 420 G711DEC_DPRINT ("%d ::Error returned from loading ResourceManagerProxy thread\n", __LINE__);
422 G711DEC_PRINT("Error OMX_ErrorInsufficientResources\n");
432 G711DEC_DPRINT ("%d ::Error returned from the Component\n", __LINE__);
588 G711DEC_DPRINT("%d :: G711DEC: Error Notofication \
651 error\n",__LINE__);
1260 OMX_ERRORTYPE error = OMX_ErrorUndefined; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 354 G711ENC_DPRINT("%d :: Error while creating cmdDataPipe\n",__LINE__);
361 G711ENC_DPRINT("%d :: Error while creating dataPipe\n",__LINE__);
369 G711ENC_DPRINT("%d :: Error while creating cmdPipe\n",__LINE__);
566 G711ENC_DPRINT("%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError);
571 G711ENC_DPRINT("%d :: Error while closing Component Thread\n",__LINE__);
623 G711ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__);
629 G711ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__);
642 G711ENC_PRINT("%d :: Error: Same State Given by Application\n",__LINE__);
656 G711ENC_DPRINT(":: Error = OMX_ErrorInsufficientResources\n");
710 G711ENC_DPRINT("%d :: Error from G711ENCFill_LCMLInitParams()\n",__LINE__)
2187 char *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 154 G722DEC_DPRINT (":: Error in Select\n");
158 "Error from COmponent Thread in select");
168 G722DEC_DPRINT (":: Error while reading from the pipe\n");
173 G722DEC_DPRINT (":: Error From HandleDataBuf_FromApp\n");
560 * OMX_ErrorHardware = Hardware error has occured.
675 * OMX_ErrorHardware = Hardware error has occured lile LCML failed
701 G722DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
707 G722DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
722 G722DEC_DPRINT(":: Error: Same State Given by Application\n");
738 G722DEC_DPRINT(":: Error = OMX_ErrorInsufficientResources\n");
1979 char *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 161 G722ENC_DPRINT ("%d :: Error in Select - errno = %d\n", __LINE__,errno);
166 "Error from COmponent Thread in select");
178 error\n",__LINE__);
209 G722ENC_DPRINT ("%d :: Error while reading from the pipe\n",__LINE__);
214 G722ENC_DPRINT ("%d :: Error From G722ENC_HandleDataBuf_FromApp\n",__LINE__);
449 G722ENC_DPRINT("%d :: Error: Malloc Failed...Exiting..\n",__LINE__);
562 G722ENC_DPRINT ("%d :: G722Enc_StartCompThread() - error = %d\n", __LINE__,eError);
570 G722ENC_DPRINT ("%d :: G722Enc_StartCompThread() - error = %d\n", __LINE__,eError);
577 G722ENC_DPRINT ("%d :: G722Dec_StartCompThread() - error = %d\n", __LINE__,eError);
585 G722ENC_DPRINT ("%d :: G722Enc_StartCompThread() - error = %d\n", __LINE__,eError)
1748 char *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 441 * OMX_ErrorHardware = Hardware error has occured.
546 * OMX_ErrorHardware = Hardware error has occured lile LCML failed
572 G726DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
578 G726DEC_DPRINT ("%d :: Error in Reading from the Data pipe\n", __LINE__);
593 G726DEC_DPRINT(":: Error: Same State Given by Application\n");
609 G726DEC_DPRINT(":: Error = OMX_ErrorInsufficientResources\n");
672 G726DEC_EPRINT(":: Error returned from Fill_LCMLInitParams()\n");
689 G726DEC_EPRINT("%d :: Error : InitMMCodec failed...>>>>>> \n",__LINE__);
699 G726DEC_EPRINT("%d :: Error : InitMMCodec failed...>>>>>> \n",__LINE__);
734 G726DEC_EPRINT("%d :: OMX_AmrDec_Utils.c :: AMRDEC: Error - insufficient resources\n", __LINE__)
2120 char *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 413 G726ENC_DPRINT("%d :: Error while creating cmdDataPipe\n",__LINE__);
420 G726ENC_DPRINT("%d :: Error while creating dataPipe\n",__LINE__);
428 G726ENC_DPRINT("%d :: Error while creating cmdPipe\n",__LINE__);
603 G726ENC_DPRINT("%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError);
608 G726ENC_DPRINT("%d :: Error while closing Component Thread\n",__LINE__);
661 G726ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__);
667 G726ENC_DPRINT("%d :: Error in Reading from the Data pipe\n", __LINE__);
685 G726ENC_DPRINT("%d :: Error: Same State Given by Application\n",__LINE__);
721 G726ENC_DPRINT("%d :: Error from G726ENCFill_LCMLInitParams()\n",__LINE__);
738 G726ENC_DPRINT("%d :: Error returned from LCML_Init()\n",__LINE__)
1925 char *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 635 G729DEC_DPRINT ("%d :: Error while closing Component Thread\n",__LINE__);
686 G729DEC_EPRINT ("%d :: Error While reading from the Pipe\n",__LINE__);
693 G729DEC_EPRINT ("%d :: Error While reading from the Pipe\n",__LINE__);
766 G729DEC_DPRINT("%d :: Error returned from\
786 G729DEC_EPRINT("%d :: Error returned from LCML_Init()\n",__LINE__);
833 G729DEC_DPRINT("%d :: OMX_G729Dec_Utils.c :: Error - insufficient resources\n", __LINE__);
2076 OMX_S8 *error = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 804 G729ENC_EPRINT("%d :: OMX_G729Enc_Utils.c :: Error - insufficient resources\n", __LINE__);
2350 char *error = NULL; local
    [all...]

Completed in 492 milliseconds

<<51525354555657585960>>