HomeSort by relevance Sort by last modified time
    Searched full:error (Results 1251 - 1275 of 11596) sorted by null

<<51525354555657585960>>

  /external/freetype/src/psaux/
afmparse.c 401 FT_Error error; local
531 FT_Error error; local
535 return error;
598 FT_Error error; local
602 return error;
699 FT_Error error; local
703 return error;
777 FT_Error error; local
787 error = afm_parse_track_kern( parser );
788 if ( error )
851 FT_Error error = PSaux_Err_Syntax_Error; local
    [all...]
  /external/grub/util/
mkbimage 113 error ()
156 error must_be_root
196 error must_be_root
206 [ $# -eq 0 ] && error missing_option;
212 [ ! -d "$1" ] && error wrong_directory;;
215 [ -z "$tarfile" ] && error missing_argument;;
225 *) error option ;;
230 [ ! "$tarfile" ] && error missing_argument;
231 [ ! -s "$tarfile" ] && error wrong_file;
239 error wrong_type
    [all...]
  /external/icu4c/test/cintltst/
putiltst.c 39 log_err("Error in uprv_modf. Expected IntegralValue=%f, Got=%f, \n Expected FractionalValue=%f, Got=%f\n",
94 log_err("ERROR: uprv_isNegativeInfinity failed.\n");
99 log_err("ERROR: uprv_isPositiveInfinity failed.\n");
104 log_err("ERROR: uprv_isInfinite failed.\n");
123 log_err("ERROR: u_getVersion() failed. Expected: U_ZERO_ERROR Got=%s\n", str);
128 log_err("ERROR: u_getVersion() failed. Expected: U_USING_DEFAULT_WARNING Got=%s\n", str);
133 log_err("ERROR: u_getVersion() failed. Expected: [BOGUS UErrorCode] Got=%s\n", str);
155 log_err("ERROR: u_charsToUChars failed. Expected %s, Got %s\n", austrdup(temp), austrdup(udataDir));
162 log_err("ERROR: u_UCharsToChars failed. Expected %s, Got %s\n", charvalue, dataDirectory);
194 log_err("ERROR: u_versionToString() failed. Expected: 1.0.2.2, Got=%s\n", versionString)
    [all...]
trie2test.c 89 log_err("error: utrie2_enum() delivers wrong range [U+%04lx..U+%04lx].0x%lx instead of [U+%04lx..U+%04lx].0x%lx\n",
138 log_err("error: %s(%s).fromBMP(U+%04lx)==0x%lx instead of 0x%lx\n",
149 log_err("error: %s(%s).fromSupp(U+%04lx)==0x%lx instead of 0x%lx\n",
159 log_err("error: %s(%s).get(U+%04lx)==0x%lx instead of 0x%lx\n",
165 log_err("error: %s(%s).get32(U+%04lx)==0x%lx instead of 0x%lx\n",
186 log_err("error: %s(%s).asciiData[U+%04lx]==0x%lx instead of 0x%lx\n",
199 log_err("error: %s(%s).badData[U+%04lx]==0x%lx instead of 0x%lx\n",
234 log_err("error: %s(%s).LSCU(U+%04lx)==0x%lx instead of 0x%lx\n",
240 log_err("error: %s(%s).lscu(U+%04lx)==0x%lx instead of 0x%lx\n",
256 log_err("error: %s(%s).get(out of range) != errorValue\n"
    [all...]
trietest.c 31 #define u_errorName(errorCode) "some error code"
132 log_err("error: utrie_enum() delivers wrong range [U+%04lx..U+%04lx[.0x%lx instead of [U+%04lx..U+%04lx[.0x%lx\n",
176 log_err("error: wrong value from UTRIE_NEXT(%s)(U+%04lx, U+%04lx): 0x%lx instead of 0x%lx\n",
184 log_err("error: wrong (c, c2) from UTRIE_NEXT(%s): (U+%04lx, U+%04lx)\n",
209 log_err("error: wrong value from UTRIE_GETXX_FROM_OFFSET_TRAIL(%s)(U+%04lx, U+%04lx): 0x%lx instead of 0x%lx\n",
221 log_err("error: wrong value from UTRIE_GETXX_FROM_PAIR(%s)(U+%04lx, U+%04lx): 0x%lx instead of 0x%lx\n",
240 log_err("error: wrong value from UTRIE_PREVIOUS(%s)(U+%04lx, U+%04lx): 0x%lx instead of 0x%lx\n",
248 log_err("error: wrong (c, c2) from UTRIE_PREVIOUS(%s): (U+%04lx, U+%04lx)\n",
291 log_err("error: setting values into a trie failed (%s)\n", testName);
303 log_err("error: newTrie(%s)[U+%04lx]==0x%lx instead of 0x%lx\n"
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h 2 * Summary: error handling
22 * Indicates the level of an error
27 XML_ERR_ERROR = 2, /* A recoverable error */
28 XML_ERR_FATAL = 3 /* A fatal error */
34 * Indicates where an error may have come from
61 XML_FROM_CHECK, /* The error checking module */
71 * An XML Error instance.
77 int domain; /* What part of the library raised this error */
78 int code; /* The error code, e.g. an xmlParserError */
79 char *message;/* human-readable informative error message *
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /external/bluetooth/glib/glib/
goption.c 182 return g_quark_from_static_string ("g-option-context-error-quark");
310 * an error when unknown options are met
314 * g_option_context_parse() treats unknown options as error.
838 GError **error)
848 g_set_error (error,
858 g_set_error (error,
873 GError **error)
883 g_set_error (error,
891 g_set_error (error,
908 GError **error)
1853 group->user_data, error); local
1860 context->main_group->user_data, error); local
    [all...]
  /external/webkit/WebCore/css/
CSSGrammar.y 125 %nonassoc error
362 | CHARSET_SYM error invalid_block {
364 | CHARSET_SYM error ';' {
433 | IMPORT_SYM error ';' {
436 | IMPORT_SYM error invalid_block {
473 | error invalid_block_list error {
476 | error {
479 | variables_decl_list error {
491 | error ';' maybe_space
    [all...]
  /external/bluetooth/glib/gio/
gappinfo.c 303 * @error: a #GError.
307 * Returns: %TRUE on success, %FALSE on error.
312 GError **error)
321 return (* iface->set_as_default_for_type) (appinfo, content_type, error);
329 * @error: a #GError.
333 * Returns: %TRUE on success, %FALSE on error.
338 GError **error)
348 return (* iface->set_as_default_for_extension) (appinfo, extension, error);
350 g_set_error_literal (error, G_IO_ERROR, G_IO_ERROR_NOT_SUPPORTED,
360 * @error: a #GError
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitdownload.cpp 85 ERROR,
229 * WebKitDownload::error:
234 * Indicates an error in the download.
238 webkit_download_signals[ERROR] = g_signal_new("error",
431 GError* error = NULL; local
434 priv->outputStream = g_file_append_to(file, G_FILE_CREATE_NONE, NULL, &error);
436 priv->outputStream = g_file_replace(file, NULL, TRUE, G_FILE_CREATE_NONE, NULL, &error);
440 if (error) {
442 g_signal_emit_by_name(download, "error", 0, WEBKIT_DOWNLOAD_ERROR_DESTINATION, error->message, &handled)
673 GError* error = NULL; local
838 GError* error = NULL; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
SocketImpl.java 86 * if an error occurs while accepting a new connection.
96 * if an error occurs while reading the number of bytes.
108 * if an error occurs while binding this socket.
117 * if an error occurs while closing this socket.
129 * if an error occurs while connecting to the remote host.
142 * if an error occurs while connecting to the remote host.
155 * if an error occurs while creating the socket.
182 * if an error occurs while accessing the input stream.
204 * if an error occurs while accessing the option.
213 * if an error occurs while accessing the output stream
    [all...]
  /external/libpng/
pngerror.c 13 * This file provides a location for all error handling. Users who
14 * need special error handling are expected to write replacement functions
33 /* This function is called whenever there is a fatal error. This function
35 * you should supply a replacement error function and use png_set_error_fn()
36 * to replace the error function at run-time.
51 /* Strip "#nnnn " from beginning of error message. */
100 /* This function is called whenever there is a non-fatal error. This function
142 /* These utilities are used internally to build an error message that relates
233 /* This is the default error handling function. Note that replacements for
236 * error function pointer in png_set_error_fn()
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 66 int error = CMSetDeviceProfile(cmDisplayDeviceClass, (CMDeviceID)kCGDirectMainDisplay, &scope, cmDefaultProfileID, &sInitialProfileLocation);
67 if (error)
68 fprintf(stderr, "Failed to restore initial color profile for main display! Open System Preferences > Displays > Color and manually re-select the profile. (Error: %i)", error);
76 int error;
79 error = CMGetProfileByAVID((CMDisplayIDType)kCGDirectMainDisplay, &profile);
80 if (!error) {
82 error = NCMGetProfileLocation(profile, &sInitialProfileLocation, &size);
85 if (error) {
86 fprintf(stderr, "Failed to retrieve current color profile for main display, thus it won't be changed. Many pixel tests may fail as a result. (Error: %i)", error)
    [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsChatGroupManager.java 54 public void onResponseError(ImpsErrorInfo error) {
55 notifyGroupMemberError(group, error);
76 public void onResponseError(ImpsErrorInfo error) {
77 notifyGroupError(GroupListener.ERROR_CREATING_GROUP, name, error);
102 public void onResponseError(ImpsErrorInfo error) {
104 group.getName(), error);
121 public void onResponseError(ImpsErrorInfo error) {
122 notifyGroupMemberError(group, error);
152 public void onResponseError(ImpsErrorInfo error) {
169 public void onResponseError(ImpsErrorInfo error) {
    [all...]
  /system/extras/librank/
librank.c 185 int i, j, error; local
217 error = pm_kernel_create(&ker);
218 if (error) {
219 fprintf(stderr, "Error initializing kernel interface -- "
224 error = pm_kernel_pids(ker, &pids, &num_procs);
225 if (error) {
226 fprintf(stderr, "Error listing processes.\n");
231 error = pm_process_create(ker, pids[i], &proc);
232 if (error) {
239 error = pm_process_maps(proc, &maps, &num_maps)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
Writer.java 76 * if an error occurs while closing this writer.
85 * if an error occurs while flushing this writer.
95 * if this writer is closed or another I/O error occurs.
118 * if this writer is closed or another I/O error occurs.
133 * if this writer is closed or another I/O error occurs.
149 * if this writer is closed or another I/O error occurs.
166 * if this writer is closed or another I/O error occurs.
191 * if this writer is closed or another I/O error occurs.
208 * if this writer is closed or another I/O error occurs.
236 * if this writer is closed or another I/O error occurs
    [all...]
  /external/bluetooth/glib/tests/
shell-test.c 133 fprintf (stderr, "Error parsing command line that should work fine: %s\n",
219 GError *error; local
221 error = NULL;
222 result = g_shell_unquote (str, &error);
223 if (error == NULL)
226 /* Leaks the error, which is no big deal and easy to fix if we
230 if (error->domain != G_SHELL_ERROR)
231 return g_strdup ("error in domain other than G_SHELL_ERROR");
233 /* It would be nice to check the error message too, but that's
236 switch (error->code
    [all...]
  /external/e2fsprogs/ext2ed/
disk.c 61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
88 wprintw (command_win,"Error - Write access not aviable (use enablewrite)\n");
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile);
161 wprintw (command_win,"Fatal error - Can\'t allocate %lu bytes!");
199 printf ("Error - No device opened\n");
204 printf ("Error - No offset set\n");
222 wprintw (command_win,"Error - No device opened\n")
    [all...]
general_com.c 142 wprintw (show_pad,"Error - Command %s not aviable now\n",text);
155 wprintw (command_win,"Error - Device name not specified\n");
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
185 if (!set_file_system_info ()) { /* Error while getting info --> abort */
209 wprintw (command_win,"Error - No device opened\n");refresh_command_win ();
216 wprintw (command_win,"Error - No argument specified\n");refresh_command_win ();
229 wprintw (command_win,"Error - No type set\n");refresh_command_win ();
238 wprintw (command_win,"Error - No offset specified\n");refresh_command_win ();
244 wprintw (command_win,"Error - Select a fixed offset first\n");refresh_command_win ()
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
NotificationInd.java 32 * @throws InvalidHeaderValueException if error occurs.
33 * RuntimeException if an undeclared error occurs.
63 * RuntimeException if an undeclared error occurs.
85 * RuntimeException if an undeclared error occurs.
107 * @throws RuntimeException if an undeclared error occurs.
129 * RuntimeException if an undeclared error occurs.
151 * RuntimeException if an undeclared error occurs.
171 * @throws RuntimeException if an undeclared error occurs.
191 * RuntimeException if an undeclared error occurs.
211 * RuntimeException if an undeclared error occurs
    [all...]
  /frameworks/base/libs/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 50 // there could be more than one error flag
51 GLenum error = glGetError(); local
52 if (error == GL_NO_ERROR)
54 LOGE("GL error 0x%04x", int(error));
61 EGLint error = eglGetError(); local
62 if (error && error != EGL_SUCCESS) {
63 LOGE("%s: EGL error 0x%04x (%s)",
64 token, int(error), EGLUtils::strerror(error))
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
glib-unused.sgml 136 Error codes returned by desktop entry parsing.
173 @str: the error message.
224 Error domain for desktop entry parsing. Errors in this domain will
226 error domains.
368 @error:
380 @error:
400 @error:
412 @error:
423 @error:
435 @error:
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest2.java 838 } catch (Error err) {
839 System.out.println("Error when obj = " + objToSave);
877 } catch (Error err) {
878 System.out.println("Error when obj = " + objToSave);
915 } catch (Error err) {
916 System.out.println("Error when obj = " + objToSave);
953 } catch (Error err)
1926 static Throwable error; field in class:SerializationStressTest2
    [all...]
  /external/icu4c/layout/
LEGlyphStorage.h 145 * @param success - set to an error code if the operation fails
159 * @param success - set to an error code if the operation fails
171 * @param success - set to an error code if the operation fails
184 * @param success - set to an error code if the operation fails
197 * @param success - set to an error code if the operation fails
213 * @param success - set to an error code if the operation fails
226 * @param success set to an error code if the storage cannot be allocated of if the initial
237 * @param success set to an error code if the positions array cannot be allocated.
248 * @param success set to an error code if the aulillary data array cannot be allocated.
260 * @param success set to an error code if the data cannot be copie
    [all...]

Completed in 153 milliseconds

<<51525354555657585960>>