/dalvik/libcore/sql/src/main/java/java/sql/ |
Ref.java | 44 * if there is a database error. 54 * if there is a database error. 67 * if there is a database error. 79 * if there is a database error.
|
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_Proxy_I2.java | 26 String string(String s) throws Support_Proxy_SubException, Error;
|
/dalvik/libcore/x-net/src/main/java/javax/net/ |
ServerSocketFactory.java | 59 * if an error occurs while creating a new server socket. 73 * if an error occurs while creating a new server socket. 87 * if an error occurs while creating a new server socket. 104 * if an error occurs while creating a new server socket.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
SAXException.java | 9 * Encapsulate a general SAX error or warning. 18 * <p>This class can contain basic error or warning information from 53 * @param message The error or warning message. 100 * @return The error or warning message.
|
/dalvik/tests/042-new-instance/src/ |
Main.java | 48 System.err.println("ERROR: PackageAccess succeeded unexpectedly"); 60 System.err.println("ERROR: MaybeAbstract succeeded unexpectedly"); 99 System.err.println("ERROR: Cons PackageAccess succeeded unexpectedly"); 112 System.err.println("ERROR: Cons MaybeAbstract succeeded unexpectedly");
|
/dalvik/tests/065-mismatched-implements/src/ |
Indirect.java | 18 * Error indirection class.
|
/dalvik/tests/066-mismatched-super/src/ |
Indirect.java | 18 * Error indirection class.
|
/dalvik/tests/069-field-type/src/ |
Main.java | 22 System.err.println("ERROR: did not get expected ICCE");
|
/device/htc/common/updater/ |
firmware.h | 21 * Returns 0 if no radio image was defined, nonzero on error,
|
/external/bluetooth/bluez/plugins/ |
hal.c | 51 error("Failed to access HAL"); 58 error("Wrong formfactor arguments"); 115 error("Failed to create formfactor request"); 125 error("Failed to send formfactor request");
|
/external/bluetooth/bluez/src/ |
dbus-hci.c | 55 #include "error.h" 73 error("Unable to find matching adapter"); 85 error("Unable to get device object!"); 171 error("hci_open_dev(%d): %s (%d)", dev_id, 227 error("Unable to open hci%d", dev_id); 256 error("Unable to open hci%d", dev_id); 287 error("Unable to open hci%d", dev_id); 357 error("Unable to open hci%d", dev_id); 401 error("Unable to open hci%d", dev_id); 518 error("No matching adapter found") [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
thread_pools.sgml | 14 error-prone. 85 @error: 96 @error: 106 @error:
|
/external/bluetooth/glib/glib/ |
glibintl.h | 5 #error "config.h must be included prior to glibintl.h"
|
gthreadpool.h | 28 #error "Only <glib.h> can be included directly." 61 GError **error); 69 GError **error); 76 GError **error);
|
/external/bluetooth/glib/gmodule/ |
gmodule-dyld.c | 62 msg = g_strdup_printf ("unknown error for %s", file_name); 82 const char *file, *error; local 84 NSLinkEditError (&c, &error_number, &file, &error); 85 msg = g_strdup_printf ("could not link %s: %s", file_name, error);
|
/external/bluetooth/glib/tests/ |
markup-escape-test.c | 11 static gboolean error = FALSE; variable 23 error = TRUE; 64 error = TRUE; 131 return error ? 1 : 0;
|
scannerapi.c | 48 gboolean error) 68 g_scanner_error (fix->scanner, "scanner-error-message-test"); 73 g_test_trap_assert_stderr ("*scanner-error-message-test*"); 134 g_test_add ("/scanner/error", ScannerFixture, 0, scanner_fixture_setup, test_scanner_error, scanner_fixture_teardown);
|
/external/clearsilver/man/man3/ |
hdf_get_int_value.3 | 30 defval -> value to return in case of error or if the node
|
/external/clearsilver/python/ |
upload.py | 38 cgi.error (s)
|
/external/dbus/bus/ |
bus.h | 76 DBusError *error); 78 DBusError *error); 97 DBusError *error); 114 DBusError *error);
|
dir-watch-kqueue.c | 103 _dbus_warn ("Cannot create kqueue; error '%s'\n", _dbus_strerror (errno)); 141 _dbus_warn ("Cannot open directory '%s'; error '%s'\n", dir, _dbus_strerror (errno)); 149 _dbus_warn ("Cannot setup a kevent for '%s'; error '%s'\n", dir, _dbus_strerror (errno)); 172 _dbus_verbose ("Error closing fd %d for config directory watch\n", fds[i]);
|
/external/dbus/test/name-test/ |
test-threads-init.c | 62 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply)); 113 DBusError error; local 121 dbus_error_init (&error); 123 conn = dbus_bus_get (DBUS_BUS_SESSION, &error);
|
/external/dhcpcd/dhcpcd-hooks/ |
29-lookup-hostname | 7 # Silly ISC programs love to send error text to stdout
|
/external/dropbear/ |
cli-authpasswd.c | 63 TRACE(("error creating child pipe")) 70 TRACE(("fork error")) 78 TRACE(("error redirecting stdout")) 83 TRACE(("execlp error"))
|
cli-main.c | 43 char* error = NULL; local 58 dropbear_exit("signal() error"); 62 0, &error); 65 dropbear_exit("%s", error);
|