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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/gio/
ginputstream.h 24 #error "Only <gio/gio.h> can be included directly."
67 GError **error);
71 GError **error);
74 GError **error);
86 GError **error);
95 GError **error);
103 GError **error);
120 GError **error);
126 GError **error);
130 GError **error);
    [all...]
gfile.c 138 GError **error);
147 GError **error);
157 GError **error);
165 GError **error);
174 GError **error);
183 GError **error);
194 GError **error);
199 GError **error);
208 GError **error);
219 GError **error);
4020 GError *error = NULL; local
4096 GError *error = NULL; local
4171 GError *error = NULL; local
4235 GError *error = NULL; local
4302 GError *error = NULL; local
4365 GError *error = NULL; local
4443 GError *error = NULL; local
4527 GError *error = NULL; local
4586 GError *error; member in struct:__anon1182
4666 GError *error = NULL; local
4782 GError *error; local
5223 GError *error; member in struct:__anon1185
5299 GError *error = NULL; local
5356 GError *error = NULL; local
5668 GError *error; member in struct:__anon1186
5721 GError *error = NULL; local
5762 GError *error = NULL; local
    [all...]
gfile.h 24 #error "Only <gio/gio.h> can be included directly."
165 GError **error);
171 GError **error);
181 GError **error);
187 GError **error);
197 GError **error);
202 GError **error);
211 GError **error);
215 GError **error);
223 GError **error);
    [all...]
gfileoutputstream.c 66 GError **error);
71 GError **error);
80 GError **error);
122 * @error: a #GError, %NULL to ignore.
131 * Can fail if the stream was already closed (with @error being set to
132 * %G_IO_ERROR_CLOSED), the stream has pending operations (with @error being
134 * the stream's interface (with @error being set to %G_IO_ERROR_NOT_SUPPORTED). In
139 * was cancelled, the error %G_IO_ERROR_CANCELLED will be set, and %NULL will
142 * Returns: a #GFileInfo for the @stream, or %NULL on error.
148 GError **error)
222 GError *error = NULL; local
233 error); local
513 GError *error = NULL; local
    [all...]
gbufferedinputstream.c 91 GError **error);
100 GError **error);
105 GError **error);
115 GError **error);
119 GError **error);
128 GError **error);
370 * @error: location to store the error occuring, or %NULL to ignore.
376 * larger than %G_MAXSSIZE will cause a %G_IO_ERROR_INVALID_ARGUMENT error.
379 * It is not an error if this is not the same as the requested size, as i
477 GError *error = NULL; local
508 error); local
931 GError *error; local
1042 GError *error; local
1075 GError *error; local
1220 GError *error; local
1253 GError *error; local
    [all...]
  /external/dbus/dbus/
dbus-uuidgen.c 29 #error "dbus-uuidgen should not be needed on Windows"
46 DBusError *error)
55 _DBUS_SET_OOM (error);
72 * @param error error return
73 * @returns #FALSE if error is set
79 DBusError *error)
87 if (!_dbus_read_uuid_file (&filename_str, &uuid, create_if_not_found, error))
88 goto error;
92 if (!_dbus_read_local_machine_uuid (&uuid, create_if_not_found, error))
    [all...]
  /external/freetype/src/base/
ftadvanc.c 87 FT_Error error; local
90 error = func( face, gindex, 1, flags, padvance );
91 if ( !error )
94 if ( error != FT_ERROR_BASE( FT_Err_Unimplemented_Feature ) )
95 return error;
113 FT_Error error = FT_Err_Ok; local
130 error = func( face, start, count, flags, padvances );
131 if ( !error )
134 if ( error != FT_ERROR_BASE( FT_Err_Unimplemented_Feature ) )
135 return error;
    [all...]
  /external/opencore/engines/2way/test/src/
init_play_reset_test.cpp 24 int error = 0; local
41 OSCL_TRY(error, scheduler->StartScheduler());
42 if (error != 0)
44 OSCL_LEAVE(error);
83 int error = 0; local
89 OSCL_TRY(error, terminal->InitPlayFileL(iFilename));
90 if (error)
114 OSCL_TRY(error, terminal->ResetL());
115 if (error)
136 int error = 0 local
    [all...]
init_rec_reset_test.cpp 25 int error = 0; local
33 OSCL_TRY(error, scheduler->StartScheduler());
34 if (error != 0)
36 OSCL_LEAVE(error);
75 int error = 0; local
82 OSCL_TRY(error, terminal->InitRecordFileL(filename));
83 if (error)
107 OSCL_TRY(error, terminal->ResetL());
108 if (error)
129 int error = 0 local
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_return_codes.h 22 * Theses base-level codes are unique. Error codes are negative values and informational
52 // Error codes (negative values)
55 Definition of first error event in range (not an actual error code).
63 Error due to cancellation
67 Error due to no memory being available
71 Error due to request not being supported
75 Error due to invalid argument
79 Error due to invalid resource handle being specified
83 Error due to resource already exists and another one cannot be create
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 79 goto error;
87 goto error;
91 if ((err = mp_read_radix(p, (char *)key->dp->order, 16)) != CRYPT_OK) { goto error; }
94 if ((err = mp_read_radix(m, (char *)key->dp->prime, 16)) != CRYPT_OK) { goto error; }
99 goto error;
103 if ((err = mp_read_unsigned_bin(e, (unsigned char *)hash, (int)hashlen)) != CRYPT_OK) { goto error; }
106 if ((err = mp_invmod(s, p, w)) != CRYPT_OK) { goto error; }
109 if ((err = mp_mulmod(e, w, p, u1)) != CRYPT_OK) { goto error; }
112 if ((err = mp_mulmod(r, w, p, u2)) != CRYPT_OK) { goto error; }
115 if ((err = mp_read_radix(mG->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto error; }
    [all...]
  /external/icu4c/test/intltest/
tstnrapi.cpp 29 errln("error in Normalizer(CharacterIterator).next()");
35 errln("error in Normalizer(Normalizer(CharacterIterator)).next()");
41 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy");
45 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
48 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next()");
52 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next().hashCode()==copy.hashCode()");
66 errln("error in Normalizer::(de)compose(): %s", u_errorName(errorCode));
71 errln("error in Normalizer::(de)compose(): wrong result(s)");
77 errln("error in Normalizer(CharacterIterator).setIndex(3)");
85 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode))
    [all...]
sdtfmtts.cpp 32 errln("ERROR: Could not set default locale, test may not give correct results");
56 dataerrln("ERROR: Could not create SimpleDateFormat (default) - exitting");
67 errln("ERROR: Could not create SimpleDateFormat (pattern)");
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
79 errln("ERROR: Could not create DateFormatSymbols (French)");
85 dataerrln("ERROR: Could not create SimpleDateFormat (pattern, symbols*) - exitting");
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
98 errln("ERROR: Could not create SimpleDateFormat (pattern, override)");
104 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale)");
110 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus ove (…)
    [all...]
  /external/dbus/bus/
activation.c 252 DBusError *error)
259 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
267 BUS_SET_OOM (error);
274 BUS_SET_OOM (error);
280 dbus_set_error (error, DBUS_ERROR_FAILED,
289 error))
296 error))
308 dbus_set_error (error, DBUS_ERROR_FAILED,
316 BUS_SET_OOM (error);
328 BUS_SET_OOM (error);
1117 DBusError error; local
1170 DBusError error; local
1794 DBusError error; local
    [all...]
bus.c 207 DBusError *error)
217 BUS_SET_OOM (error);
225 BUS_SET_OOM (error);
240 BUS_SET_OOM (error);
250 BUS_SET_OOM (error);
263 DBusError *error)
273 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
294 dbus_set_error (error, DBUS_ERROR_FAILED,
317 BUS_SET_OOM (error);
328 BUS_SET_OOM (error);
    [all...]
  /external/opencore/oscl/oscl/config/shared/
osclconfig_memory_check.h 30 #error "ERROR: OSCL_BYPASS_MEMMGT has to be defined to either 1 or 0"
39 #error "ERROR: OSCL_HAS_ANSI_MEMORY_FUNCS has to be defined to either 1 or 0"
48 #error "ERROR: OSCL_HAS_SYMBIAN_MEMORY_FUNCS has to be defined to either 1 or 0"
58 #error "ERROR: OSCL_HAS_HEAP_BASE_SUPPORT has to be defined to either 1 or 0."
67 #error "ERROR: OSCL_HAS_GLOBAL_NEW_DELETE has to be defined to either 1 or 0.
    [all...]
  /external/webkit/LayoutTests/storage/
quota-tracking.html 20 function statementErrorFunction(tx, error)
22 log("Unexpected exception - " + error.message);
26 function transactionErrorFunction(db, error)
28 // We only expect an error message for database2
30 log("Expected quota exception - " + error.message);
33 log("Unexpected exception - " + error.message);
67 }, function(error) {
68 transactionErrorFunction(db, error);
80 }, function(error) {
81 transactionErrorFunction(db, error);
    [all...]
test-authorizer.html 16 function logAndTerminateTest(message, error)
18 log(message + ": " + error.message);
29 }, function(error) { logAndTerminateTest("Cleanup failed", error); });
37 function statementErrorCallback(statementType, error)
39 log(statementType + " statement failed: " + error.message);
47 function(tx, error) { return statementErrorCallback(operation, error); });
127 function(error) { logAndTerminateTest("Write transaction failed", error); },
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
multiple-console-messages.html 7 console.error("This is an error.");
61 console.error("Same message, different level");
70 console.warn("Warning and error on same line."); console.error("Warning and error on same line."); console.warn("Warning and error on same line."); console.error("Warning and error on same line.");
81 <input type="button" onclick="generateErrors(1)" value="Put Error in Console"></input
    [all...]
  /external/bluetooth/bluez/doc/
agent-api.txt 31 Possible errors: org.bluez.Error.Rejected
32 org.bluez.Error.Canceled
42 Possible errors: org.bluez.Error.Rejected
43 org.bluez.Error.Canceled
66 or an error in case the passkey is invalid.
68 Possible errors: org.bluez.Error.Rejected
69 org.bluez.Error.Canceled
77 or an error to reject.
79 Possible errors: org.bluez.Error.Rejected
80 org.bluez.Error.Cancele
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /external/dropbear/libtomcrypt/src/misc/
error_to_string.c 16 Convert error codes to ASCII strings, Tom St Denis
33 "Error reading the PRNG.",
58 Convert an LTC error code to ASCII
59 @param err The error code
60 @return A pointer to the ASCII NUL terminated string for the error or "Invalid error code." if the err code was not valid.
65 return "Invalid error code.";
  /external/elfutils/lib/
xmalloc.c 17 #include <error.h>
29 /* Allocate N bytes of memory dynamically, with error checking. */
38 error (EXIT_FAILURE, 0, _("memory exhausted"));
43 /* Allocate memory for N elements of S bytes, with error checking. */
52 error (EXIT_FAILURE, 0, _("memory exhausted"));
58 with error checking. */
66 error (EXIT_FAILURE, 0, _("memory exhausted"));

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 91011>>