/frameworks/base/tools/aidl/ |
aidl_language_y.y | 52 // error cases only 67 | document_items error { 68 fprintf(stderr, "%s:%d: syntax error don't know what to do with \"%s\"\n", g_currentFilename, 91 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name.\n", 95 | PARCELABLE error ';' { 96 fprintf(stderr, "%s:%d syntax error in parcelable declaration. Expected type name, saw \"%s\".\n", 133 | INTERFACE error '{' interface_items '}' { 134 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n", 138 | INTERFACE error '}' { 139 fprintf(stderr, "%s:%d: syntax error in interface declaration. Expected type name, saw \"%s\"\n" [all...] |
/packages/apps/Email/src/org/apache/commons/io/input/ |
SwappedDataInputStream.java | 53 * @throws IOException if an I/O error occurs
65 * @throws IOException if an I/O error occurs
77 * @throws IOException if an I/O error occurs
89 * @throws IOException if an I/O error occurs
101 * @throws IOException if an I/O error occurs
115 * @throws IOException if an I/O error occurs
131 * @throws IOException if an I/O error occurs
156 * @throws IOException if an I/O error occurs
168 * @throws IOException if an I/O error occurs
181 * @throws IOException if an I/O error occurs [all...] |
/system/vold/ |
Devmapper.cpp | 41 SLOGE("Error allocating memory (%s)", strerror(errno)); 48 SLOGE("Error allocating memory (%s)", strerror(errno)); 55 SLOGE("Error opening devmapper (%s)", strerror(errno)); 130 SLOGE("Error allocating memory (%s)", strerror(errno)); 136 SLOGE("Error opening devmapper (%s)", strerror(errno)); 164 SLOGE("Error allocating memory (%s)", strerror(errno)); 170 SLOGE("Error opening devmapper (%s)", strerror(errno)); 181 SLOGE("Error creating device mapping (%s)", strerror(errno)); 196 SLOGE("Error setting device geometry (%s)", strerror(errno)); 205 SLOGE("Error retrieving devmapper status (%s)", strerror(errno)) [all...] |
/external/bluetooth/glib/glib/ |
gkeyfile.c | 114 GError **error); 118 GError **error); 152 GError **error); 158 GError **error); 163 GError **error); 166 GError **error); 176 GError **error); 180 GError **error); 184 GError **error); 189 GError **error); [all...] |
gerror.h | 1 /* gerror.h - Error reporting system 22 #error "Only <glib.h> can be included directly." 50 void g_error_free (GError *error); 51 GError* g_error_copy (const GError *error); 53 gboolean g_error_matches (const GError *error,
|
gfileutils.h | 22 #error "Only <glib.h> can be included directly." 92 GError **error); 96 GError **error); 98 GError **error); 106 GError **error);
|
/external/bluetooth/glib/gio/ |
gbufferedoutputstream.c | 85 GError **error); 88 GError **error); 91 GError **error); 102 GError **error); 110 GError **error); 118 GError **error); 400 GError **error) 419 error); 436 GError **error) 456 res = flush_buffer (bstream, cancellable, error); 556 GError *error = NULL; local [all...] |
gloadableicon.h | 24 #error "Only <gio/gio.h> can be included directly." 66 GError **error); 75 GError **error); 84 GError **error); 93 GError **error);
|
gseekable.h | 24 #error "Only <gio/gio.h> can be included directly." 70 GError **error); 76 GError **error); 89 GError **error); 94 GError **error);
|
gunixvolume.c | 304 GError *error; local 305 error = g_error_new_literal (G_IO_ERROR, 311 error); 312 g_error_free (error); 341 GError *error; local 344 error = NULL; 346 status = g_io_channel_read_chars (channel, buf, sizeof (buf), &bytes_read, &error); 360 g_string_append (data->error_string, error->message); 361 g_error_free (error); 378 GError *error; local [all...] |
/external/bluetooth/bluez/cups/ |
spp.c | 48 perror("ERROR: Can't create socket"); 60 perror("ERROR: Can't bind socket"); 73 perror("ERROR: Can't connect to device"); 107 perror("ERROR: Error writing to device");
|
/external/bluetooth/bluez/doc/ |
network-api.txt | 20 Possible errors: org.bluez.Error.AlreadyConnected 21 org.bluez.Error.ConnectionAttemptFailed 30 Possible errors: org.bluez.Error.Failed 73 Possible Errors: org.bluez.Error.DoesNotExist 74 org.bluez.Error.InvalidArguments
|
/external/bluetooth/bluez/plugins/ |
netlink.c | 81 error("Failed to allocate netlink handle"); 86 error("Failed to connect to generic netlink"); 93 error("Failed to allocate generic netlink cache"); 100 error("Failed to find Bluetooth netlink family"); 107 error("Failed to create netlink IO channel");
|
/external/emma/core/java12/com/vladium/util/exception/ |
ICodedException.java | 17 * for accessing error codes.<P> 19 * An error code is a compact string representing the nature of exception 21 * to a human-readable error message in a resource bundle. For details, see 33 * constructor. For a coded exception this will be the compact error code 35 * this will be traditional error message.
|
/external/icu4c/samples/udata/ |
writer.c | 83 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode); 97 fprintf(stderr, "Error: error %d writing the output file\n", errorCode); 104 fprintf(stderr, "Error: data length %ld != calculated size %lu\n", dataLength, size);
|
/external/kernel-headers/original/linux/ |
kexec.h | 15 #error KEXEC_SOURCE_MEMORY_LIMIT not defined 19 #error KEXEC_DESTINATION_MEMORY_LIMIT not defined 23 #error KEXEC_CONTROL_MEMORY_LIMIT not defined 27 #error KEXEC_CONTROL_CODE_SIZE not defined 31 #error KEXEC_ARCH not defined
|
/external/libxml2/ |
xmlmodule.c | 33 * module memory error handler * 66 * Returns a handle for the module or NULL in case of error 103 * Returns 0 if the symbol was found, or -1 in case of error 138 * Returns 0 in case of success, -1 in case of argument error and -2 175 * Returns 0 in case of success, -1 in case of argument error 206 * returns a handle on success, and zero on error. 219 * returns 0 on success, and non-zero on error. 231 * returns 0 on success and the loaded symbol in result, and -1 on error. 252 * returns a handle on success, and zero on error. 263 * returns 0 on success, and non-zero on error [all...] |
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_assert.cpp | 30 //If there's an error hook installed, just log and jump there. 32 //might also have an error hook. 33 int32 error; local 34 OsclAny* ptr = OsclTLSRegistry::getInstance(OSCL_TLS_ID_ERRORHOOK, error); 40 //jump to the error hook
|
/external/qemu/android/avd/ |
hw-config-defs.h | 5 #error HWCFG_INT not defined 8 #error HWCFG_BOOL not defined 11 #error HWCFG_DISKSIZE not defined 14 #error HWCFG_STRING not defined 17 #error HWCFG_DOUBLE not defined
|
/external/srec/tools/cmd/ |
pht_to_short.pl | 13 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n"; 34 open(HH, "<$oklongfile") || die "error opening okfile $oklongfile\n"; 35 open(OO, ">$okfile") || die "error opening output dict $okfile\n"; 43 die "Error: ESRSDK is not defined\n" if(!defined $ENV{ESRSDK}); 61 die "error: unknown lph $lph in $word\n" if(!defined $sph_for_lph{$lph});
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
expanded-fst.h | 37 // Read an ExpandedFst from an input stream; return NULL on error. 49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source; 56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType() 65 // Read an ExpandedFst from a file; return NULL on error. 69 LOG(ERROR) << "ExpandedFst::Read: Can't open file: " << filename;
|
/external/webkit/LayoutTests/storage/ |
transaction-error-callback.html | 76 database = openDatabase("ErrorCallbackDatabase", "1.0", "Test for error callback", 1); 87 verifySuccess("Testing transaction failing mid-way and error callback returning true"); 89 verifySuccess("Testing transaction failing mid-way and error callback return false"); 91 verifySuccess("Testing statement callback throwing exception and error callback returning true"); 93 verifySuccess("Testing statement callback throwing exception and error callback returning false");
|
/external/webkit/WebCore/bindings/js/ |
JSCustomSQLStatementErrorCallback.cpp | 59 bool JSCustomSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) 69 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), error)); 75 // "If the error callback returns false, then move on to the next statement..." 76 // "Otherwise, the error callback did not return false, or there was no error callback"
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8CustomSQLStatementErrorCallback.cpp | 55 bool V8CustomSQLStatementErrorCallback::handleEvent(SQLTransaction* transaction, SQLError* error) 67 toV8(error) 74 // Step 6: If the error callback returns false, then move on to the next 76 // the error callback did not return false, or there was no error callback.
|
/external/webkit/WebCore/platform/network/ |
AuthenticationChallengeBase.cpp | 42 const ResourceError& error) 48 , m_error(error) 72 const ResourceError& AuthenticationChallengeBase::error() const function in class:WebCore::AuthenticationChallengeBase 107 if (a.error() != b.error())
|