Searched refs:error (Results 76 - 100 of 395) sorted by relevance

1234567891011>>

/frameworks/av/media/img_utils/src/
H A DFileInput.cpp55 int error = ::ferror(mFp); local
56 if (error != 0) {
57 ALOGE("%s: Error %d occurred while reading file %s.", __FUNCTION__, error, mPath.string());
H A DFileOutput.cpp55 int error = ::ferror(mFp); local
56 if (error != 0) {
57 ALOGE("%s: Error %d occurred while writing file %s.", __FUNCTION__, error, mPath.string());
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
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/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/base/tools/apilint/
H A Dapilint.py210 def error(clazz, detail, msg): function
221 error(clazz, f, "Constant field names should be FOO_NAME")
227 error(clazz, None, "Enums are not allowed")
239 error(clazz, None, "Class must start with uppercase char")
252 error(clazz, m, "Method name must start with lowercase char")
262 error(clazz, None, "Class name must not be plural")
268 error(clazz, None, "Callback must be abstract class to enable extension in future API levels")
272 error(clazz, m, "Callback method names must be onFoo() style")
284 error(clazz, None, "Listener should be an interface, otherwise renamed Callback")
288 error(claz
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp68 goto error;
75 goto error;
82 goto error;
87 error:
219 int error = SYSTEM_ERROR; local
229 if (error = ifc_add_address(name, address, jPrefixLength)) {
231 strerror(-error));
234 if (error = ifc_del_address(name, address, jPrefixLength)) {
236 strerror(-error));
247 return !error;
252 throwException(JNIEnv *env, int error, const char *message) argument
[all...]
/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
304 for (GLint error = glGetError(); error; error = glGetError()) {
305 ALOGE("GL Error: Operation '%s' caused GL error (0x%x)\n",
307 error);
315 for (EGLint error = eglGetError();
316 error != EGL_SUCCESS;
317 error = eglGetError()) {
318 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/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
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java146 private void notifyDisplayError(final int error) { argument
150 mListener.onDisplayError(error);
162 void onDisplayError(int error); argument
/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...]
H A DMediaRecorderStateUnitTestTemplate.java246 * Sets the error value of the corresponding state to the given error.
249 * @param error the value of the state error to be set.
251 private void setStateError(MediaRecorderStateErrors.MediaRecorderState state, boolean error) { argument
254 mStateErrors.errorInInitialState = error;
257 mStateErrors.errorInInitialStateAfterReset = error;
260 mStateErrors.errorInInitialStateAfterStop = error;
263 mStateErrors.errorInInitializedState = error;
266 mStateErrors.errorInDataSourceConfiguredState = error;
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp95 std::string error; local
96 result = lookupTarget(pTriple.getTriple(), error);
100 "(Detail: " + error + ")\n";
/frameworks/native/services/surfaceflinger/
H A DDdmConnection.cpp58 goto error;
71 goto error;
106 error:
/frameworks/av/media/libmedia/
H A DIRemoteDisplayClient.cpp60 void onDisplayError(int32_t error) argument
64 data.writeInt32(error);
95 int32_t error = data.readInt32(); local
96 onDisplayError(error);
H A DMetadata.cpp145 bool error = false; local
151 error = true;
156 error = true;
163 return !error;
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp135 int error = hw_get_module( local
138 if (error != 0) {
139 ALOGE("Error hw_get_module: %d", error);
143 error = activity_recognition_open(&sModule->common, &sDevice);
144 if (error != 0) {
145 ALOGE("Error opening device: %d", error);
188 int error = activity_recognition_close(sDevice); local
189 if (error != 0) {
190 ALOGE("Error closing device: %d", error);
/frameworks/base/services/core/java/com/android/server/
H A DDiskStatsService.java54 IOException error = null;
61 error = e;
69 if (error != null) {
71 pw.println(error.toString());
/frameworks/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java86 boolean error = false;
100 String url = error ? "https://google.com/"
120 error = !error;
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp125 std::string error; local
131 module = llvm_3_0::ParseBitcodeFile(MEM.get(), *mContext, &error);
133 module = llvm_2_7::ParseBitcodeFile(MEM.get(), *mContext, &error);
141 ALOGE("%s", error.c_str());
/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp21 error(diag::err_unsupported_whole_archive);
25 error(diag::err_unsupported_as_needed);
29 error(diag::err_unsupported_add_needed);
33 error(diag::err_unsupported_Bdynamic);
/frameworks/native/include/gui/
H A DGraphicBufferAlloc.h37 PixelFormat format, uint32_t usage, status_t* error);
/frameworks/native/opengl/tests/gl2_jni/
H A DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter
/frameworks/native/opengl/tests/gl_jni/
H A DAndroid.mk33 LOCAL_CFLAGS := -Werror -Wno-error=unused-parameter

Completed in 8220 milliseconds

1234567891011>>