HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 351 - 375 of 2948) sorted by null

<<11121314151617181920>>

  /external/pixman/pixman/
pixman-ppc.c 40 int error, have_vmx; local
43 error = sysctlbyname ("hw.optional.altivec", &have_vmx, &length, NULL, 0);
45 if (error)
59 int error, have_vmx; local
63 error = sysctl (mib, 2, &have_vmx, &length, NULL, 0);
65 if (error != 0)
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_error_c.h 25 error messages
35 /* This is a numeric value corresponding to the current error */
36 int error; member in struct:SDL_error
39 internationalized versions of the SDL error messages. If the key
41 used directly as an error message format string.
45 /* These are the arguments for the error functions */
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macos/
SDL_sysloadso.c 45 OSErr error; local
49 error = GetSharedLibrary(C2PStr(psofile), kCompiledCFragArch,
51 switch (error) {
66 loaderror = "Unknown Code Fragment Manager error";
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 20 int error = 0; local
26 ++error;
32 ++error;
38 ++error;
45 ++error;
52 if ( verbose && !error )
55 return( error ? 1 : 0 );
60 int error = 0; local
91 ++error;
100 ++error;
    [all...]
  /external/qemu/slirp/
ip_output.c 61 int len, off, error = 0; local
89 * error = ENOBUFS;
112 error = -1;
119 error = -1;
137 error = -1;
162 error = -1;
187 if (error == 0)
193 if (error == 0)
198 return (error);
  /external/qemu/slirp-android/
ip_output.c 61 int len, off, error = 0; local
89 * error = ENOBUFS;
112 error = -1;
119 error = -1;
137 error = -1;
162 error = -1;
187 if (error == 0)
193 if (error == 0)
198 return (error);
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 21 // TODO: determine why DeleteFramebuffers is generating a GL error in tests
53 GrGLenum error; local
55 SK_GL_RET(*this, error, GetError());
56 } while (GR_GL_NO_ERROR != error);
120 SK_GL_RET(*this, error, GetError());
125 GR_GL_NO_ERROR != error) {
  /external/smack/src/org/jivesoftware/smackx/commands/
AdHocCommandNote.java 80 * The note indicates an error. The text should indicate the reason for
81 * the error.
83 error enum constant in enum:AdHocCommandNote.Type
  /external/speex/libspeex/
lpc.c 72 /* returns minimum mean square error */
81 spx_word16_t error = ac[0]; local
97 r = DIV32_16(rr+PSHR32(error,1),ADD16(error,8));
99 r = rr/(error+.003*ac[0]);
101 /* Update LPC coefficients and total error */
112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r)));
114 return error;
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
demangle.c 172 Bool error, oflow, valid, fn_is_encoded, is_VG_Z_prefixed; local
177 error = False;
246 error = True;
271 default: error = True; goto out;
320 default: error = True; goto out;
329 if (error) {
332 "m_demangle: error Z-demangling: %s\n", sym);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 149 mov $error,%rsi # string
166 error: .asciz "Error! Wrong result!\n" label
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 104 pushl $error
108 mov $error,%ecx # string
130 error: .asciz "Error! Wrong result!\n" label
  /external/valgrind/main/none/tests/
pth_atfork1.c 22 # include <error.h>
32 static void error (int status, int errnum, char* msg) function
83 error (EXIT_FAILURE, 0, "cannot create thread");
88 error(EXIT_FAILURE, 0, "pthread_join res != 0" );
108 error (EXIT_FAILURE, errno, "cannot fork");
111 error (EXIT_FAILURE, errno, "wrong child");
114 error (EXIT_FAILURE, 0, "Child terminated incorrectly");
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 60 void onDisplayError(int32_t error)
64 data.writeInt32(error);
95 int32_t error = data.readInt32(); local
96 onDisplayError(error);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 62 Word32 error = 0; local
68 error=1;
71 if (!error) {
75 if (!error) {
76 error = InitElementInfo (config.nChannelsOut,
80 if (!error) {
84 if (!error) {
89 error = psyMainInit(&hAacEnc->psyKernel,
98 if(!error) {
103 if (!error) {
    [all...]
  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 78 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) {
87 HttpLog.v("LoggingEventHandler: handleSslErrorRequest():" + error);
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 37 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);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 54 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
57 op, EGLUtils::strerror(error), error);
63 for (GLint error = glGetError(); error; error
65 testPrintE("after %s() glError (0x%x)", op, error);
113 EGLint error = eglGetError() local
    [all...]
  /frameworks/volley/src/com/android/volley/
Response.java 32 /** Callback interface for delivering error responses. */
35 * Callback method that an error has been occurred with the
36 * provided error code and optional user-readable message.
38 public void onErrorResponse(VolleyError error);
47 * Returns a failed response containing the given error code and an optional
50 public static <T> Response<T> error(VolleyError error) { method in class:Response
51 return new Response<T>(error);
54 /** Parsed response, or null in the case of error. */
57 /** Cache metadata for this response, or null in the case of error. *
61 public final VolleyError error; field in class:Response
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 56 * @return error code.
69 * @return error code.
93 * @return error code.
111 * @return error code.
129 * @return error code.
141 * @return error code.
151 * @return Zero if success, an error code otherwise.
155 int error; local
157 error = pthread_mutex_destroy(pm);
158 if (error)
    [all...]
  /hardware/invensense/60xx/mlsdk/platform/linux/
mlos_linux.c 68 * @return error code.
82 * @return error code.
106 * @return error code.
124 * @return error code.
142 * @return error code.
154 * @return error code.
164 * @return Zero if success, an error code otherwise.
168 int error; local
170 error = pthread_mutex_destroy(pm);
171 if (error) {
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 56 * @return error code.
69 * @return error code.
93 * @return error code.
111 * @return error code.
129 * @return error code.
141 * @return error code.
151 * @return Zero if success, an error code otherwise.
155 int error; local
157 error = pthread_mutex_destroy(pm);
158 if (error)
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraThermalAdapter.cpp 62 const char *error = NULL; local
68 error = dlerror();
69 ALOGE("%s: dlopen failed with error %s",
70 __func__, error ? error : "");
72 goto error;
76 error = dlerror();
77 ALOGE("%s: dlsym failed with error code %s",
78 __func__, error ? error: "")
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 84 OMX_U32 error = 0; local
125 OMX_TRACE5(pComponentPrivate->dbg, "Error in Select\n");
131 "Error from COmponent Thread in select");
140 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and write*/
157 error = HandleCommandJpegDec (pComponentPrivate, nParam1);
158 OMX_PRINT2(pComponentPrivate->dbg, "after called handlecommand from JPEGDEC (%lu)\n", error);
159 if (error != OMX_ErrorNone) {
163 error,
173 error = DisablePortJpegDec(pComponentPrivate, nParam1);
174 if(error != OMX_ErrorNone)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorMonitor.java 40 * adds copy of error to list for later retrieval.
43 public boolean handleError(DOMError error) {
44 errors.add(new DOMErrorImpl(error));
60 DOMError error = (DOMError) iter.next(); local
61 if (error.getSeverity() >= severity) {
62 testCase.fail(id + error.getMessage());

Completed in 971 milliseconds

<<11121314151617181920>>