Searched refs:error (Results 51 - 75 of 331) sorted by relevance

1234567891011>>

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h37 EGLint error; member in class:android::egl_tls_t
44 const char* caller, int line, EGLint error, bool quiet);
58 int line, EGLint error, T returnValue, bool quiet = false) {
59 setErrorEtcImpl(caller, line, error, quiet);
57 setErrorEtc(const char* caller, int line, EGLint error, T returnValue, bool quiet = false) argument
/frameworks/volley/src/com/android/volley/
H A DExecutorDelivery.java66 public void postError(Request<?> request, VolleyError error) { argument
67 request.addMarker("post-error");
68 Response<?> response = Response.error(error);
97 // Deliver a normal response or error, depending.
101 mRequest.deliverError(mResponse.error);
H A DResponseDelivery.java32 * Posts an error for the given request.
34 public void postError(Request<?> request, VolleyError error); argument
H A DNetworkDispatcher.java138 private void parseAndDeliverNetworkError(Request<?> request, VolleyError error) { argument
139 error = request.parseNetworkError(error);
140 mDelivery.postError(request, error);
/frameworks/native/libs/gui/
H A DIGraphicBufferAlloc.cpp46 PixelFormat format, uint32_t usage, status_t* error) {
63 *error = result;
95 status_t error; local
97 createGraphicBuffer(w, h, format, usage, &error);
98 reply->writeInt32(error);
45 createGraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage, status_t* error) argument
H A DGraphicBufferAlloc.cpp35 PixelFormat format, uint32_t usage, status_t* error) {
38 *error = err;
34 createGraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage, status_t* error) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp444 String8 error; local
470 String8 category = getAttribute(tree, CATEGORY_ATTR, &error);
471 if (error != "") {
472 if (outError != NULL) *outError = error;
638 String8 error; local
639 String8 name = getAttribute(tree, NAME_ATTR, &error);
640 if (error != "") {
641 fprintf(stderr, "ERROR: %s\n", error.string());
646 String8 error; local
647 String8 name = getAttribute(tree, NAME_ATTR, &error);
676 String8 error; local
[all...]
H A DSourcePos.h20 int error(const char* fmt, ...) const;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h44 OMX_Sts_NoErr = 0, /* No error, the function completed successfully */
45 OMX_Sts_Err = -2, /* Unknown/unspecified error */
52 OMX_StsACAAC_PlsDataErr = -160, /* AAC: pulse escape sequence data error */
74 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h44 OMX_Sts_NoErr = 0, /* No error, the function completed successfully */
45 OMX_Sts_Err = -2, /* Unknown/unspecified error */
52 OMX_StsACAAC_PlsDataErr = -160, /* AAC: pulse escape sequence data error */
74 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S3
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h44 OMX_Sts_NoErr = 0, /* No error, the function completed successfully */
45 OMX_Sts_Err = -2, /* Unknown/unspecified error */
52 OMX_StsACAAC_PlsDataErr = -160, /* AAC: pulse escape sequence data error */
74 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
83 #error OMX_U8 undefined
93 #error OMX_S8 undefined
103 #error OMX_U16 undefined
113 #error OMX_S16 undefined
123 #error OMX_U32 undefined
133 #error OMX_S3
[all...]
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Error.h20 * @brief Definition of common error types
21 * @note This file contains macros to generate and analyze error codes.
33 * - Severity (2 bits): It may br either 0b00 (no error), 0b01 (warning) or
34 * 0b01 (fatal error)
36 * - ErrorID (16 bits): It is the specific error code
50 #define M4OSA_ERR_IS_WARNING(error) ((((error)>>30) == M4_WAR) ? 1:0)
52 /** This macro tests if the provided M4OSA_ERR is a fatal error or not*/
53 #define M4OSA_ERR_IS_ERROR(error) ((((error)>>3
[all...]
/frameworks/base/core/java/android/speech/
H A DIRecognitionListener.aidl60 * A network or recognition error occurred.
62 * @param error code is defined in {@link SpeechRecognizer}
64 void onError(in int error);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DMain.java67 log.error("Usage: layoutlib_create [-v] [-p] output.jar input.jar ...");
68 log.error("Usage: layoutlib_create [-v] [--list-deps|--missing-deps] input.jar ...");
125 // Throw an error if any class failed to get renamed by the generator
127 // IMPORTANT: if you're building the platform and you get this error message,
132 // (80-column guide below for error formatting)
134 log.error(
139 log.error("- Class not found: %s", fqcn.replace('/', '.'));
151 e.error(log);
212 log.error("Unknow argument: %s", s);
218 log.error("Missin
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspreproc.h116 Word16 *mem_err, /* i : pointer to error signal */
124 Word16 error[] /* o : error of LPC synthesis filter */
H A Dspreproc.cpp109 mem_err -- Pointer to Word16 -- pointer to error signal
119 error -- Word16 array -- error of LPC synthesis filter
179 Word16 *mem_err, /* i : pointer to error signal */
187 Word16 error[] /* o : error of LPC synthesis filter */
225 Syn_filt(Aq, exc, error, L_SUBFR, mem_err, 0);
227 Residu(Ap1, error, xn, L_SUBFR);
/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 DBitcodeTranslator.cpp123 std::string error; local
129 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
131 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
139 ALOGE("%s", error.c_str());
/frameworks/base/core/java/android/net/http/
H A DLoggingEventHandler.java78 public void error(int id, String description) { method in class:LoggingEventHandler
80 HttpLog.v("LoggingEventHandler: error() called Id:" + id +
85 public boolean handleSslErrorRequest(SslError error) { argument
87 HttpLog.v("LoggingEventHandler: handleSslErrorRequest():" + error);
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp78 std::string error; local
79 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
84 mTriple.c_str(), error.c_str());
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp100 fprintf(stderr,"%s(): egl error 0x%x (%s)\n",
107 GLenum error = glGetError(); local
108 if (error != GL_NO_ERROR)
109 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
115 EGLint error = eglGetError(); local
117 if (error && error != EGL_SUCCESS)
118 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp74 // Log error if this did not work
301 for (GLint error = glGetError(); error; error = glGetError()) {
302 ALOGE("GL Error: Operation '%s' caused GL error (0x%x)\n",
304 error);
312 for (EGLint error = eglGetError();
313 error != EGL_SUCCESS;
314 error = eglGetError()) {
315 ALOGE("EGL Error: Operation '%s' caused EGL error (
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSocketTest.java158 throw new RuntimeException("Server must complete without error", serverError);
248 private Exception error; field in class:SocketTest
266 error = ex;
275 Assert.assertNull("Connect must not fail immediately. Maybe try different address.", error);
282 if (error == null) {
284 } else if (!(error instanceof SocketException)) {
285 fail("Socket connect interrupted with wrong error: " + error.toString());
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp37 // and take the ownership of input memory buffer (i.e., pInput). On error,
41 std::string error; local
42 llvm::Module *module = llvm::getLazyBitcodeModule(pInput, pContext, &error);
46 pInput->getBufferIdentifier(), error.c_str());
137 std::string error; local
143 mode, &error) != 0) {
147 error.c_str());
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dtypedefs.h91 #error cannot find 8-bit type
113 #error cannot find 16-bit type
135 #error cannot find 32-bit type

Completed in 7277 milliseconds

1234567891011>>