HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 76 - 100 of 6631) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/database/sqlite/
SQLiteDoneException.java 28 public SQLiteDoneException(String error) {
29 super(error);
SQLiteFullException.java 25 public SQLiteFullException(String error) {
26 super(error);
SQLiteMisuseException.java 20 * This error can occur if the application creates a SQLiteStatement object and allows multiple
22 * Sqlite returns this error if bind and execute methods on this object occur at the same time
34 public SQLiteMisuseException(String error) {
35 super(error);
SQLiteOutOfMemoryException.java 22 public SQLiteOutOfMemoryException(String error) {
23 super(error);
SQLiteReadOnlyDatabaseException.java 22 public SQLiteReadOnlyDatabaseException(String error) {
23 super(error);
SQLiteTableLockedException.java 22 public SQLiteTableLockedException(String error) {
23 super(error);
  /frameworks/base/opengl/java/android/opengl/
GLException.java 25 public GLException(final int error) {
26 super(getErrorString(error));
27 mError = error;
30 public GLException(final int error, final String string) {
32 mError = error;
35 private static String getErrorString(int error) {
36 String errorString = GLU.gluErrorString(error);
38 errorString = "Unknown error 0x" + Integer.toHexString(error);
  /external/clang/test/Preprocessor/
pragma_diagnostic.c 17 #pragma GCC diagnostic error "-Wundef"
19 #if FOO // expected-error {{'FOO' is not defined}}
23 #define foo error
24 #pragma GCC diagnostic foo "-Wundef" // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
26 #pragma GCC diagnostic error 42 // expected-warning {{unexpected token in pragma diagnostic}}
28 #pragma GCC diagnostic error "-Wundef" 42 // expected-warning {{unexpected token in pragma diagnostic}}
29 #pragma GCC diagnostic error "invalid-name" // expected-warning {{pragma diagnostic expected option name (e.g. "-Wundef")}}
31 #pragma GCC diagnostic error "-Winvalid-name" // expected-warning {{unknown warning group '-Winvalid-name', ignored}}
  /external/freetype/src/base/
ftmm.c 39 FT_Error error; local
47 error = FT_Err_Invalid_Argument;
56 error = FT_Err_Ok;
59 return error;
69 FT_Error error; local
73 error = ft_face_get_mm_service( face, &service );
74 if ( !error )
76 error = FT_Err_Invalid_Argument;
78 error = service->get_mm( face, amaster );
81 return error;
91 FT_Error error; local
114 FT_Error error; local
137 FT_Error error; local
160 FT_Error error; local
186 FT_Error error; local
    [all...]
  /system/extras/tests/bionic/libstdc++/
test_cctype.cpp 31 #error "Wrong header file included!!"
42 #error "should be a real function"
45 #error "should be a real function"
48 #error "should be a real function"
51 #error "should be a real function"
54 #error "should be a real function"
57 #error "should be a real function"
60 #error "should be a real function"
63 #error "should be a real function"
66 #error "should be a real function
    [all...]
  /external/dbus/dbus/
dbus-errors.c 2 /* dbus-errors.c Error reporting
34 * @defgroup DBusErrorInternals Error reporting internals
36 * @brief Error reporting internals
47 * DBusError error = DBUS_ERROR_INIT;
49 * do_things_with (&error);
55 * DBusError error;
57 * dbus_error_init (&error);
58 * do_things_with (&error);
67 char *name; /**< error name */
68 char *message; /**< error message *
    [all...]
dbus-uuidgen.c 30 #error "dbus-uuidgen should not be needed on Windows"
47 DBusError *error)
55 _DBUS_SET_OOM (error);
62 _DBUS_SET_OOM (error);
79 * @param error error return
80 * @returns #FALSE if error is set
86 DBusError *error)
94 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
95 goto error;
    [all...]
  /external/harfbuzz/src/
harfbuzz-dump-main.c 36 croak (const char *situation, HB_Error error)
38 fprintf (stderr, "%s: Error %d\n", situation, error);
46 HB_Error error; local
58 if ((error = FT_Init_FreeType (&library)))
59 croak ("FT_Init_FreeType", error);
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
62 croak ("FT_New_Face", error);
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
71 if ((error = HB_Done_GSUB_Table (gsub))
    [all...]
  /frameworks/base/core/java/android/net/http/
SslError.java 52 * A generic error occurred
62 // Update if you add a new SSL error!!!
67 * The SSL error set bitfield (each individual error is a bit index;
73 * The SSL certificate associated with the error set
78 * The URL associated with the error set.
83 * Creates a new SslError object using the supplied error and certificate.
85 * @param error The SSL error
90 public SslError(int error, SslCertificate certificate)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
AbstractMethodErrorTest.java 29 Error error = new AbstractMethodError(); local
30 assertNull(error.getCause());
31 assertNull(error.getMessage());
39 Error error = new AbstractMethodError(null); local
40 assertNull(error.getMessage());
41 assertNull(error.getCause());
43 error = new AbstractMethodError("msg");
44 assertEquals("msg", error.getMessage())
    [all...]
  /external/chromium/net/base/
net_errors.cc 14 const char* ErrorToString(int error) {
15 if (error == 0)
18 switch (error) {
  /external/clang/test/PCH/
fuzzy-pch.c 10 # error FOO was not defined
14 # error FOO has the wrong definition
18 # error BAR was not defined
  /external/freetype/include/freetype/
ftbbox.h 38 #error "freetype.h of FreeType 1 has been loaded!"
39 #error "Please fix the directory search order for header files"
40 #error "so that freetype.h of FreeType 2 is found first."
74 /* FreeType error code. 0~means success. */
ftgzip.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
69 * FreeType error code. 0~means success.
ftlzw.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
66 * FreeType error code. 0~means success.
ftsynth.h 52 #error "freetype.h of FreeType 1 has been loaded!"
53 #error "Please fix the directory search order for header files"
54 #error "so that freetype.h of FreeType 2 is found first."
ftxf86.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
74 /* Font format string. NULL in case of error. */
  /hardware/ti/omap4xxx/libtiutils/
ErrorUtils.h 20 ///Header file where all the android error codes are defined
23 ///Header file where all the OMX error codes are defined
29 ///Header file where all the TI OSAL error codes are defined
35 ///Generic class with static methods to convert any standard error type to Android error type
40 static status_t posixToAndroidError(int error);
43 static status_t osalToAndroidError(TIMM_OSAL_ERRORTYPE error);
46 static status_t omxToAndroidError(OMX_ERRORTYPE error);
  /libcore/luni/src/main/native/
JniException.h 23 void jniThrowExceptionWithErrno(JNIEnv* env, const char* exceptionClassName, int error);
26 void jniThrowSocketException(JNIEnv* env, int error);
28 bool maybeThrowIcuException(JNIEnv* env, UErrorCode error);
  /external/chromium/base/threading/
thread_local_posix.cc 17 int error = pthread_key_create(&slot, NULL); local
18 CHECK_EQ(error, 0);
23 int error = pthread_key_delete(slot); local
24 DCHECK(error == 0);
34 int error = pthread_setspecific(slot, value); local
35 CHECK_EQ(error, 0);

Completed in 654 milliseconds

1 2 34 5 6 7 8 91011>>