/bionic/libc/kernel/arch-arm/asm/ |
smp.h | 21 #error "<asm-arm/smp.h> included in non-SMP build"
|
spinlock_types.h | 16 #error "please don't include this file directly"
|
/bionic/libc/kernel/arch-x86/asm/ |
bitops_32.h | 16 #error only <linux/bitops.h> can be included directly
|
/bionic/libc/kernel/common/linux/ |
spinlock_up.h | 16 #error "please don't include this file directly"
|
/bionic/libc/kernel/tools/ |
find_headers.py | 48 print "error: unrecognized option" 70 sys.stderr.write( "error: directory '%s' does not exist\n" % kernel_root ) 74 sys.stderr.write( "error: '%s' is not a directory\n" % kernel_root ) 78 sys.stderr.write( "error: '%s' does not have a 'linux' directory\n" % kernel_root ) 82 sys.stderr.write( "error: file '%s' does not exist\n" % wanted_config ) 86 sys.stderr.write( "error: '%s' is not a file\n" % wanted_config ) 112 sys.stderr.write( "error: when parsing kernel_headers, 'arm' architecture only is supported at the moment\n" ) 119 sys.stderr.write( "error: the following requested architectures are not in the kernel tree: " ) 141 sys.stderr.write( "error: can't parse '%s'" % wanted_config )
|
/cts/tools/dasm/src/java_cup/ |
parse_action.java | 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR. 6 * Objects of this base class will default to ERROR, while the other two 32 /** Constant for action type -- error action. */ 33 public static final int ERROR = 0; 49 /** Quick access to the type -- base class defaults to error. */ 50 public int kind() {return ERROR;} 57 /* we match all error actions */ 58 return other != null && other.kind() == ERROR; 83 public String toString() {return "ERROR";}
|
/cts/tools/dx-tests/src/dxc/junit/ |
DxUtil.java | 26 * the expected verify error (though at the dx tool level) 46 // since that may happen when a verify error was thrown by the dx tool and thus no 58 throw new RuntimeException("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage()); 69 throw new RuntimeException("Verify error expected", t);
|
/dalvik/dvz/ |
dvz.c | 51 perror ("error with getpgid()"); 57 perror ("error with getpgid()"); 78 perror ("unexpected error"); 105 fprintf(stderr, "%s error: no zygote process found\n", argv[0]);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
URLStreamHandlerFactoryTest.java | 57 fail("java.lang.Error was not thrown."); 58 } catch(java.lang.Error e) { 64 fail("java.lang.Error was not thrown."); 65 } catch(java.lang.Error e) {
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
ParameterMetaData.java | 73 * if a database error happens. 83 * if a database error happens. 101 * if a database error happens. 114 * if a database error happens. 128 * if a database error happens. 141 * if a database error happens. 155 * if a database error happens. 173 * if a database error is encountered. 186 * if a database error happens.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/ |
DOMImplementationLS.java | 74 * the "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-error-handler'> 75 * error-handler</a>" configuration parameter is <code>null</code>. However, implementations 76 * may provide a default error handler at creation time. In that case, 77 * the initial value of the <code>"error-handler"</code> configuration 79 * reference to the default error handler. 93 * the value of the <code>"error-handler"</code> configuration 95 * provide a default error handler at creation time. In that case, the 96 * initial value of the <code>"error-handler"</code> configuration 98 * reference to the default error handler.
|
/external/bluetooth/bluez/input/ |
server.c | 69 error("%s", err->message); 79 error("%s", gerr->message); 112 error("%s", err->message); 118 error("Access denied: %s", derr->message); 124 error("bt_io_accept: %s", err->message); 153 error("%s", err->message); 159 error("Refusing connection: setup in progress"); 192 error("Failed to listen on control channel"); 204 error("Failed to listen on interrupt channel");
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
fileutils.sgml | 50 gives more details. The following error code descriptions come 59 differences in when a system will report a given error, etc. 71 doesn't exist" error for ordinary files that are referenced in 108 error code also generates a `SIGPIPE' signal; this signal 117 @G_FILE_ERROR_IO: Input/output error; usually used for physical read 125 @G_FILE_ERROR_FAILED: Does not correspond to a UNIX error code; this 126 is the standard "failed for unspecified reason" error code present in 127 all #GError error code enumerations. Returned if no specific 132 Error domain for file operations. Errors in this domain will 134 error domains [all...] |
/external/bluetooth/glib/gio/ |
gsimpleasyncresult.h | 24 #error "Only <gio/gio.h> can be included directly." 65 GError *error); 92 GError *error); 119 GError *error);
|
/external/clearsilver/cs/ |
test5.cs | 7 ERROR!
|
/external/clearsilver/man/man3/ |
cs_register_esc_strfunc.3 | 32 raise a NERR_DUPLICATE error
|
hdf_set_copy.3 | 35 If the src node is not found, an error is raised.
|
/external/dbus/bus/ |
signals.c | 411 DBusError *error) 418 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 446 dbus_set_error (error, DBUS_ERROR_MATCH_RULE_INVALID, 454 BUS_SET_OOM (error); 469 DBusError *error) 476 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 510 BUS_SET_OOM (error); 522 BUS_SET_OOM (error); 529 BUS_SET_OOM (error); 547 BUS_SET_OOM (error); 1519 DBusError error; local [all...] |
/external/dbus/dbus/ |
dbus-protocol.h | 225 /** Message type of an error reply message, see dbus_message_get_type() */ 258 /** Header field code for an error name (found in #DBUS_MESSAGE_TYPE_ERROR messages). 329 /** A generic error; "something went wrong" - see the error message for more. */ 330 #define DBUS_ERROR_FAILED "org.freedesktop.DBus.Error.Failed" 332 #define DBUS_ERROR_NO_MEMORY "org.freedesktop.DBus.Error.NoMemory" 334 #define DBUS_ERROR_SERVICE_UNKNOWN "org.freedesktop.DBus.Error.ServiceUnknown" 336 #define DBUS_ERROR_NAME_HAS_NO_OWNER "org.freedesktop.DBus.Error.NameHasNoOwner" 338 #define DBUS_ERROR_NO_REPLY "org.freedesktop.DBus.Error.NoReply" 340 #define DBUS_ERROR_IO_ERROR "org.freedesktop.DBus.Error.IOError [all...] |
dbus-server.c | 291 * DBusWatchToggledFunction if available. It's an error to call this 407 * DBusTimeoutToggledFunction if available. It's an error to call this 510 DBusError *error); 524 * Returns #NULL and sets error if listening fails for any reason. 535 * @param error location to store reason for failure. 541 DBusError *error) 550 _dbus_return_val_if_error_is_set (error, NULL); 552 if (!dbus_parse_address (address, &entries, &len, error)) 584 dbus_move_error (&tmp_error, error); 611 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 1130 DBusError error; local [all...] |
/external/dbus/test/name-test/ |
test-pending-call-dispatch.c | 64 printf ("Failed: Reply is error: %s ***\n", dbus_message_get_error_name (reply)); 82 DBusError error; local 91 dbus_error_init (&error); 93 conn = dbus_bus_get (DBUS_BUS_SESSION, &error);
|
/external/dropbear/ |
bignum.c | 34 dropbear_exit("mem alloc error"); 39 * on error */ 48 dropbear_exit("mem alloc error"); 58 dropbear_exit("mem alloc error");
|
/external/e2fsprogs/debian/ |
e2fsprogs.preinst | 7 1) exit 1 ;; # dpkg writes an error message to stdio
|
/external/e2fsprogs/lib/blkid/ |
blkid_types.h | 40 ?==error: undefined 16 bit type 54 ?==error: undefined 16 bit type 72 ?== error: undefined 32 bit type 90 ?== error: undefined 32 bit type
|
blkid_types.h.in | 33 ?==error: undefined 16 bit type 47 ?==error: undefined 16 bit type 65 ?== error: undefined 32 bit type 83 ?== error: undefined 32 bit type
|