Searched refs:error (Results 26 - 50 of 331) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsCompatibilityLib.h21 #error "THIS HEADER IS ONLY VALID FOR BUILDING OUR COMPATIBILITY LIBRARY"
/frameworks/base/core/java/android/print/
H A DIWriteResultCallback.aidl28 void onWriteFailed(CharSequence error, int sequence);
H A DILayoutResultCallback.aidl28 void onLayoutFailed(CharSequence error, int sequence);
H A DPrintDocumentAdapter.java140 * LayoutResultCallback#onLayoutFailed(CharSequence)}, if an error occurred;
198 * CharSequence)}, if an error occurred; or {@link WriteResultCallback#onWriteCancelled()},
278 * Notifies that an error occurred while writing the data.
280 * @param error The <strong>localized</strong> error message.
281 * shown to the user. May be <code>null</code> if error is unknown.
283 public void onWriteFailed(CharSequence error) { argument
322 * Notifies that an error occurred while laying out the document.
324 * @param error The <strong>localized</strong> error messag
327 onLayoutFailed(CharSequence error) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLogAbortException.java29 public void error(Log log) { method in class:LogAbortException
30 log.error(mFormat, mArgs);
/frameworks/compile/mclinker/include/mcld/Config/
H A DTargets.def.in23 # error Please define the macro MCLD_TARGET(TargetName)
H A DTargets.def27 # error Please define the macro MCLD_TARGET(TargetName)
/frameworks/av/media/libmediaplayerservice/
H A DSharedLibrary.cpp51 const char *error = dlerror(); local
52 return error ? error : "No errors or unknown error";
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp36 : error(EGL_SUCCESS), ctx(0), logCallWithNoContext(EGL_TRUE) {
71 const char* caller, int line, EGLint error, bool quiet) {
74 if (tls->error != error) {
76 ALOGE("%s:%d error %x (%s)",
77 caller, line, error, egl_strerror(error));
84 tls->error = error;
117 // This must clear the error fro
70 setErrorEtcImpl( const char* caller, int line, EGLint error, bool quiet) argument
130 EGLint error = tls->error; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dtypedef.h62 #error No System recognized
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisCallback.java25 * {@link #error} can be called at any stage in the synthesis process to
26 * indicate that an error has occurred, but if the call is made after a call
88 public void error(); method in interface:SynthesisCallback
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
H A DErrorTest.java17 package android.test.suitebuilder.examples.error;
H A DFailingTest.java17 package android.test.suitebuilder.examples.error;
/frameworks/compile/mclinker/
H A Dmcld.mk2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp54 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 local
[all...]
/frameworks/base/tools/aapt/
H A DSourcePos.cpp15 String8 error; member in struct:ErrorPos
20 ErrorPos(const String8& file, int line, const String8& error, bool fatal);
39 error(that.error),
47 error(e),
63 if (this->error < rhs.error) return true;
74 && this->error == rhs.error;
82 this->error
120 SourcePos::error(const char* fmt, ...) const function in class:SourcePos
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c62 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/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp40 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
43 error);
48 for (GLint error = glGetError(); error; error
50 fprintf(stderr, "after %s() glError (0x%x)\n", op, error);
/frameworks/base/core/java/android/app/backup/
H A DIRestoreObserver.aidl61 * @param error Zero on success; a nonzero error code if the restore operation
64 void restoreFinished(int error);
H A DRestoreObserver.java71 * @param error Zero on success; a nonzero error code if the restore operation
74 public void restoreFinished(int error) { argument
/frameworks/base/core/java/android/net/http/
H A DEventHandler.java24 * there is an SSL certificate error. error() can occur anywhere
33 * Error codes used in the error() callback. Positive error codes
34 * are reserved for codes sent by http servers. Negative error
40 /** Generic error */
64 /** Generic file error for file:/// loads */
66 /** File not found error for file:/// loads */
116 * @param id One of the error codes defined below
117 * @param description of error
119 public void error(int id, String description); method in interface:EventHandler
129 handleSslErrorRequest(SslError error) argument
[all...]
H A DConnection.java161 int error = EventHandler.OK;
238 error = EventHandler.ERROR;
241 error = EventHandler.ERROR_IO;
244 error = EventHandler.ERROR_IO;
247 if (httpFailure(req, error, exception) &&
286 error = EventHandler.ERROR_IO;
289 error = EventHandler.ERROR_IO;
292 error = EventHandler.ERROR_IO;
295 if (httpFailure(req, error, exception) &&
352 int error
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp70 EGLint error = eglGetError(); local
71 if (error != EGL_SUCCESS) {
72 RENDERER_LOGD("Could not enable buffer preserved swap behavior (%x)", error);
75 return error == EGL_SUCCESS;
86 EGLint error = eglGetError(); local
87 if (error != EGL_SUCCESS) {
88 RENDERER_LOGD("Could not query buffer preserved swap behavior (%x)", error);
91 return error == EGL_SUCCESS && value == EGL_BUFFER_PRESERVED;
/frameworks/volley/src/com/android/volley/
H A DDefaultRetryPolicy.java81 * @param error The error code of the last attempt.
84 public void retry(VolleyError error) throws VolleyError { argument
88 throw error;
/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java62 * A network or recognition error occurred.
64 * @param error code is defined in {@link SpeechRecognizer}
66 void onError(int error); argument

Completed in 2498 milliseconds

1234567891011>>