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

<<21222324252627282930>>

  /development/host/windows/usb/winusb/
adb_winusb_io_completion.cpp 70 ULONG error = GetLastError(); local
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
81 error = GetLastError();
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
  /external/bluetooth/glib/gio/
gbufferedinputstream.h 24 #error "Only <gio/gio.h> can be included directly."
64 GError **error);
75 GError **error);
106 GError **error);
115 GError **error);
119 GError **error);
gdataoutputstream.c 215 * @error: a #GError, %NULL to ignore.
225 GError **error)
234 cancellable, error);
242 * @error: a #GError, %NULL to ignore.
252 GError **error)
274 cancellable, error);
282 * @error: a #GError, %NULL to ignore.
292 GError **error)
314 cancellable, error);
322 * @error: a #GError, %NULL to ignore
    [all...]
gfileinputstream.h 24 #error "Only <gio/gio.h> can be included directly."
70 GError **error);
74 GError **error);
83 GError **error);
99 GError **error);
108 GError **error);
  /external/dbus/bus/
config-parser.h 47 DBusError *error);
52 DBusError *error);
55 DBusError *error);
58 DBusError *error);
60 DBusError *error);
83 DBusError *error);
services.c 244 DBusError *error)
248 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
261 BUS_SET_OOM (error);
273 BUS_SET_OOM (error);
283 transaction, error))
290 service->name, transaction, error))
297 transaction, error))
308 BUS_SET_OOM (error);
354 goto error;
367 error
    [all...]
  /external/dbus/test/
shell-test.c 21 DBusError error; local
50 dbus_error_init (&error);
51 if (!_dbus_shell_parse_argv (command_line, &shell_argc, &shell_argv, &error))
53 fprintf (stderr, "Error parsing command line: %s\n", error.message ? error.message : "");
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_import.c 25 @return CRYPT_OK if successful, upon error this function will free all allocated memory
45 goto error;
57 goto error;
68 goto error;
77 goto error;
81 error:
dsa_sign_hash.c 70 goto error;
74 if ((err = mp_read_unsigned_bin(k, buf, key->qord)) != CRYPT_OK) { goto error; }
80 if ((err = mp_gcd(k, key->q, tmp)) != CRYPT_OK) { goto error; }
84 if ((err = mp_invmod(k, key->q, kinv)) != CRYPT_OK) { goto error; }
87 if ((err = mp_exptmod(key->g, k, key->p, r)) != CRYPT_OK) { goto error; }
88 if ((err = mp_mod(r, key->q, r)) != CRYPT_OK) { goto error; }
93 if ((err = mp_read_unsigned_bin(tmp, (unsigned char *)in, inlen)) != CRYPT_OK) { goto error; }
94 if ((err = mp_mul(key->x, r, s)) != CRYPT_OK) { goto error; }
95 if ((err = mp_add(s, tmp, s)) != CRYPT_OK) { goto error; }
96 if ((err = mp_mulmod(s, kinv, key->q, s)) != CRYPT_OK) { goto error; }
    [all...]
  /external/giflib/
gif_err.c 6 * Handle error reporting for the GIF library.
22 * Return the last GIF error (0 if none) and reset the error.
35 * Print the last GIF error to stderr.
116 fprintf(stderr, "\nGIF-LIB error: %s.\n", Err);
118 fprintf(stderr, "\nGIF-LIB undefined error %d.\n", _GifError);
  /external/grub/util/
grub-terminfo 34 error () {
35 echo "grub-terminfo: error: $1" 1>&2
49 error "Unrecognized option \`$option'"
54 error "More than one terminfo names?"
63 error "termname not specified"
74 error "cursor_address not found"
grub-terminfo.in 34 error () {
35 echo "grub-terminfo: error: $1" 1>&2
49 error "Unrecognized option \`$option'"
54 error "More than one terminfo names?"
63 error "termname not specified"
74 error "cursor_address not found"
  /external/icu4c/test/intltest/
nmfmapts.cpp 34 errln("ERROR: Could not set default locale, test may not give correct results");
47 errln("ERROR: Could not set default locale, test may not give correct results");
71 dataerrln("ERROR: Could not create NumberFormat (default) - %s", u_errorName(status));
77 dataerrln("ERROR: Could not create NumberFormat (French) - %s", u_errorName(status));
82 dataerrln("ERROR: Could not create NumberFormat (currency, default) - %s", u_errorName(status));
88 dataerrln("ERROR: Could not create NumberFormat (currency, French) - %s", u_errorName(status));
93 dataerrln("ERROR: Could not create NumberFormat (percent, default) - %s", u_errorName(status));
99 dataerrln("ERROR: Could not create NumberFormat (percent, French) - %s", u_errorName(status));
108 errln("ERROR: == failed");
140 errln("ERROR: format(Formattable [double]) failed")
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Completion.cpp 42 JSObject* error = program->checkSyntax(exec); local
43 if (error)
44 return Completion(Throw, error);
55 JSObject* error = program->compile(exec, scopeChain.node()); local
56 if (error)
57 return Completion(Throw, error);
  /external/webkit/WebCore/manual-tests/inspector/
error-warning-count.html 7 console.error("Error " + (i + 1));
37 content += test.errors + " error" + (test.errors != 1 ? "s" : "");
56 see an error and/or warning count in the Inspector's status bar. Clicking on
57 the error/warning count should open the Console. Hovering over the
58 error/warning count should show you a tooltip that matches the text in the
  /external/webkit/WebKit/mac/Plugins/
WebNullPluginView.mm 40 - initWithFrame:(NSRect)frame error:(NSError *)err DOMElement:(DOMElement *)elem
53 error = [err retain];
65 [error release];
72 NSError *localError = error;
75 error = nil;
93 if (!error)
  /packages/apps/Email/src/com/android/email/service/
IEmailServiceCallback.aidl 26 * If there is an error, it must be reported as follows:
27 * statuscode = err, progress = n/a: "stopping due to error"
39 * statusCode = 0 for OK, 1 for progress, other codes for error
47 * statusCode = 0 for OK, 1 for progress, other codes for error
56 * statusCode = 0 for OK, 1 for progress, other codes for error
64 * statusCode = 0 for OK, 1 for progress, other codes for error
  /packages/apps/IM/src/com/android/im/engine/
ImException.java 22 * error condition returned by the IM server, an IMError is associated with
41 * @param error the cause of the exception.
43 public ImException(ImErrorInfo error) {
44 super(error.getDescription());
45 mError = error;
68 * Creates a new ImException with specified IM error code and description
  /packages/experimental/RpcPerformance/
rpcperftest.cpp 48 fprintf(stderr, "error: can't get default service manager\n");
56 fprintf(stderr, "error: can't register service: %s\n", argv[1] + 1);
62 fprintf(stderr, "error: can't run service\n");
68 fprintf(stderr, "error: can't find service: %s\n", argv[1]);
75 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
85 fprintf(stderr, "error: can't ping: %s [%d]\n", argv[1], status);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
ISdkLog.java 34 * @param warningFormat is an optional error format. If non-null, it will be printed
41 * Prints an error message on stderr.
43 * The message will be tagged with "Error" on the output so the caller does not
50 * @param errorFormat is an optional error format. If non-null, it will be printed
54 void error(Throwable t, String errorFormat, Object... args); method in interface:ISdkLog
62 * @param msgFormat is an optional error format. If non-null, it will be printed
  /external/freetype/src/sfnt/
ttsbit0.c 46 FT_Error error = SFNT_Err_Ok; local
57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
58 if ( error )
59 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
60 if ( error )
66 error = SFNT_Err_Invalid_File_Format;
84 error = SFNT_Err_Invalid_File_Format;
100 return error;
187 FT_Error error; local
192 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size )
252 FT_Error error = SFNT_Err_Ok; local
376 FT_Error error = SFNT_Err_Ok; local
514 FT_Error error = SFNT_Err_Ok; local
637 FT_Error error = SFNT_Err_Ok; local
702 FT_Error error; local
994 FT_Error error; local
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset13.cpp 229 int error = 0; local
237 OSCL_TRY(error, iPlayer = PVPlayerFactory::CreatePlayer(this, this, this));
238 if (error)
256 OSCL_TRY(error, iCurrentCmdId = iPlayer->QueryInterface(capconfigifuuid, (PVInterface*&)iPlayerCapConfigIF, (OsclAny*) & iContextObject));
257 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
436 OSCL_TRY(error, iCurrentCmdId = iPlayer->AddDataSource(*iDataSource, (OsclAny*) & iContextObject));
437 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
459 OSCL_TRY(error, iPlayerCapConfigIF->setParametersSync(NULL, &iKVPSetAsync, 1, iErrorKVP));
460 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return);
466 OSCL_TRY(error, iPlayerCapConfigIF->setParametersSync(NULL, &iKVPSetAsync, 1, iErrorKVP))
1241 int32 error; local
2431 int error = 0; local
3409 int32 error; local
4654 int error = 0; local
5562 int32 error; local
6800 int error = 0; local
7761 int32 error; local
8966 int error = 0; local
9940 int32 error; local
11232 int error = 0; local
12296 int32 error; local
13676 int error = 0; local
14662 int32 error; local
15919 int error = 0; local
16900 int32 error; local
18145 int error = 0; local
19670 int error = 0; local
21815 int error = 0; local
    [all...]
  /external/bluetooth/glib/tests/
spawn-test.c 62 g_warning ("no error for sync spawn of nonexistent application");
74 g_warning ("no error for async spawn of nonexistent application");
84 fprintf (stderr, "Error: %s\n", err->message);
110 fprintf (stderr, "Error: %s\n", err->message);
128 printf ("error output was '%s', should have been empty\n",
145 fprintf (stderr, "Error: %s\n", err->message);
155 fprintf (stderr, "Error: %s\n", err->message);
173 printf ("error output was '%s', should have been 'This is stderr'\n",
186 fprintf (stderr, "Error parsing command line? %s\n", err->message);
196 fprintf (stderr, "Error: %s\n", err->message)
    [all...]
  /external/dbus/dbus/
dbus-server-socket.c 190 _dbus_verbose ("Error on server listening socket\n");
303 * @param error location to store reason for failure.
309 DBusError *error)
316 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
320 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
334 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
338 listen_fd = _dbus_listen_tcp_socket (host, port, error);
350 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL);
367 * Sets error if the result is not OK.
371 * @param error location to store rationale for failure on bad addres
    [all...]
  /external/bluetooth/glib/glib/
gdir.c 66 * @error: return location for a #GError, or %NULL.
67 * If non-%NULL, an error will be set if and only if
80 GError **error)
92 wpath = g_utf8_to_utf16 (path, -1, NULL, NULL, error);
105 /* error case */
107 g_set_error (error,
110 _("Error opening directory '%s': %s"),
124 /* error case */
127 g_set_error (error,
130 _("Error opening directory '%s': %s")
    [all...]

Completed in 86 milliseconds

<<21222324252627282930>>