/external/dbus/dbus/ |
dbus-server-debug-pipe.c | 128 * @param error address where an error can be returned. 133 DBusError *error) 139 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 146 dbus_set_error (error, DBUS_ERROR_ADDRESS_IN_USE, NULL); 192 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL); 202 * @param error address where an error can be returned. 207 DBusError *error) 216 _DBUS_ASSERT_ERROR_IS_CLEAR (error); [all...] |
dbus-sysdeps-util-unix.c | 65 * @param error return location for errors 71 DBusError *error) 82 dbus_set_error (error, DBUS_ERROR_FAILED, 92 dbus_set_error (error, _dbus_error_from_errno (errno), 129 error)) 145 _DBUS_SET_OOM (error); 154 _DBUS_SET_OOM (error); 162 dbus_set_error (error, DBUS_ERROR_FAILED, 190 * @param error return location for errors 196 DBusError *error) [all...] |
/external/freetype/include/freetype/ |
fterrors.h | 5 /* FreeType error code handling (specification). */ 22 /* enumeration constants. It can also be used to generate error message */ 25 /* I - Error Formats */ 30 /* the module where the error has happened (this is not compatible */ 32 /* FT_ERROR_BASE macro to extract the generic error code from an */ 36 /* II - Error Message strings */ 39 /* The error definitions below are made through special macros that */ 40 /* allow client applications to build a table of error message strings */ 50 /* the error list. It is followed by several FT_ERROR_DEF calls */ 54 /* This macro is called to define one single error. * [all...] |
ftmoderr.h | 5 /* FreeType module error offsets (specification). */ 21 /* This file is used to define the FreeType module error offsets. */ 23 /* The lower byte gives the error code, the higher byte gives the */ 24 /* module. The base module has error offset 0. For example, the error */ 25 /* `FT_Err_Invalid_File_Format' has value 0x003, the error */ 26 /* `TT_Err_Invalid_File_Format' has value 0x1103, the error */ 30 /* to make the higher byte always zero (disabling the module error */ 33 /* It can also be used to create a module error message table easily */ 52 /* the error code. * [all...] |
/system/extras/libpagemap/ |
pm_map.c | 35 int error; local 40 error = pm_map_pagemap(map, &pagemap, &len); 41 if (error) return error; 50 error = pm_kernel_count(map->proc->ker, PM_PAGEMAP_PFN(pagemap[i]), 52 if (error) goto out; 62 error = 0; 67 return error; 75 int error; local 80 error = pm_map_pagemap(map, &pagemap, &len) [all...] |
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 31 #error "Wrong header file included!!" 43 #error "BUFSIZ must be a macro" 47 #error "EOF must be a macro" 51 #error "FILENAME_MAX must be a macro" 55 #error "FOPEN_MAX must be a macro" 59 #error "L_tmpnam must be a macro" 63 #error "NULL must be a macro" 67 #error "SEEK_CUR must be a macro" 71 #error "SEEK_END must be a macro" 74 #error "SEEK_SET must be a macro [all...] |
/external/freetype/src/base/ |
ftglyph.c | 62 FT_Error error = FT_Err_Ok; local 68 error = FT_Err_Invalid_Glyph_Format; 84 error = FT_Bitmap_Copy( library, &slot->bitmap, &glyph->bitmap ); 88 return error; 160 FT_Error error = FT_Err_Ok; local 169 error = FT_Err_Invalid_Glyph_Format; 174 error = FT_Outline_New( library, source->n_points, source->n_contours, 176 if ( error ) 182 return error; 202 FT_Error error; local 284 FT_Error error; local 310 FT_Error error; local 357 FT_Error error; local 426 FT_Error error = FT_Err_Ok; local 512 FT_Error error = FT_Err_Ok; local [all...] |
ftutil.c | 54 FT_Error error; local 55 FT_Pointer block = ft_mem_qalloc( memory, size, &error ); 57 if ( !error && size > 0 ) 60 *p_error = error; 70 FT_Error error = FT_Err_Ok; local 78 error = FT_Err_Out_Of_Memory; 83 error = FT_Err_Invalid_Argument; 86 *p_error = error; 99 FT_Error error = FT_Err_Ok; local 102 cur_count, new_count, block, &error ); 120 FT_Error error = FT_Err_Ok; local 181 FT_Error error; local 364 FT_Error error = FT_Err_Ok; local 442 FT_Error error; local 455 FT_Error error; local 469 FT_Error error; local 483 FT_Error error; local [all...] |
ftpic.c | 32 FT_Error error = FT_Err_Ok; local 36 error = ft_base_pic_init( library ); 37 if(error) 38 return error;
|
ftwinfnt.c | 32 FT_Error error; local 35 error = FT_Err_Invalid_Argument; 43 error = service->get_header( face, header ); 47 return error;
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
error_reporting.sgml | 2 Error Reporting 26 to print any error reportable via #GError.) 45 GError **error); 47 If you pass a non-%NULL value for the <literal>error</literal> argument, it should 48 point to a location where an error can be placed. For example: 56 /* Report error to user, and free error */ 75 interested in whether it failed and don't need to display an error message, you 76 can pass %NULL for the <literal>error</literal> argument: 79 /* no error occurred */ [all...] |
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/common/ |
ErrorCode.java | 13 * Error exception class mapping ICU error codes of the enum UErrorCode 23 * Generic mapping from the error codes to java default exceptions. 24 * @param error error code 25 * @return java default exception that maps to the argument error code, 26 * otherwise if error is not a valid error code, null is returned. 29 public static final RuntimeException getException(int error) 31 if (error <= U_ZERO_ERROR && error >= U_ERROR_LIMIT) [all...] |
/external/dbus/bus/ |
config-loader-expat.c | 40 DBusError *error; member in struct:__anon1477 54 context->error)) 76 * throw an error. Expat 2.0 is supposed to fix this. 94 dbus_set_error (context->error, DBUS_ERROR_NO_MEMORY, NULL); 115 context->error)) 138 context->error)) 158 dbus_set_error (context->error, DBUS_ERROR_NO_MEMORY, NULL); 169 DBusError *error) 177 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 181 context.error = error [all...] |
/dalvik/dx/tests/018-method-attrib-Exceptions/ |
small-class.txt | 20 01 000f "java/lang/Error" # 0008: utf8["java/lang/Error"] 21 07 0008 # 0009: class[java/lang/Error] 39 0009 # class[java/lang/Error]
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
Exception.java | 12 * @param string error message
|
/dalvik/tests/024-illegal-access/ |
info.txt | 2 error. Also try to access a non-public class in a different package with
|
/external/clearsilver/dso/ |
dsotest.c | 12 printf("error: %s\n", err->desc);
|
/external/junit/src/junit/framework/ |
AssertionFailedError.java | 6 public class AssertionFailedError extends Error {
|
/external/kernel-headers/original/asm-arm/ |
spinlock_types.h | 5 # error "please don't include this file directly"
|
/external/kernel-headers/original/asm-x86/ |
spinlock_types.h | 5 # error "please don't include this file directly"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
config.h | 4 #error config.h is for the host, not build, machine.
|
/system/core/adb/ |
mutex_list.h | 3 #error ADB_MUTEX not defined when including this file
|
/system/core/libacc/tests/data/ |
b2071670.c | 6 // The following line used to incorrectly error: "Incompatible pointer or array types"
|
/external/bluetooth/glib/tests/ |
markup-test.c | 26 GError **error) 52 GError **error) 64 GError **error) 76 GError **error) 85 GError *error, 88 fprintf (stderr, " %s\n", error->message); 149 GError *error; local 152 error = NULL; 156 &error)) 158 fprintf (stderr, "%s\n", error->message) [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
parseerr.h | 28 * localize the error. 34 * context surrounding the error. If the source text is "let for=7" 35 * and "for" is the error (e.g., because it is a reserved word), then 42 * "let " "for=7" Pre- and post-context and error text 43 * "" "for" Error text only 55 * The line on which the error occured. If the parser uses this 57 * which the error appears, which will be be a value >= 1. If the 64 * The character offset to the error. If the line field is >= 1, 73 * Textual context before the error. Null-terminated. The empty 80 * The error itself and/or textual context after the error [all...] |