Searched refs:error (Results 1 - 25 of 90) sorted by path

1234

/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dbluetooth.h101 #error "Unknown byte order"
/system/bluetooth/tools/
H A Dasocket_test.c402 if (fd < 0) goto error;
404 if (_bind(fd, type) < 0) goto error;
406 if (_listen(fd, type) < 0) goto error;
414 error:
424 if (fd < 0) goto error;
426 if (_bind(fd, type) < 0) goto error;
428 if (_listen(fd, type) < 0) goto error;
439 error:
449 if (fd < 0) goto error;
451 if (_bind(fd, type) < 0) goto error;
[all...]
H A Dsock_shutdown_test.c231 if (fd < 0) goto error;
233 if (_bind(fd, type) < 0) goto error;
235 if (_listen(fd, type) < 0) goto error;
249 error:
H A Dsocktest.c416 if (fd < 0) goto error;
418 if (_bind(fd, type) < 0) goto error;
420 if (_listen(fd, type) < 0) goto error;
428 error:
438 if (fd < 0) goto error;
440 if (_bind(fd, type) < 0) goto error;
442 if (_listen(fd, type) < 0) goto error;
453 error:
463 if (fd < 0) goto error;
465 if (_bind(fd, type) < 0) goto error;
[all...]
/system/core/adb/
H A Dadb.c60 fprintf(stderr, "error: ");
71 fprintf(stderr, "error: %s: ", strerror(errno));
929 fprintf(stderr, "CreatePipe() failure, error %ld\n", GetLastError() );
964 fprintf(stderr, "CreateProcess failure, error %ld\n", GetLastError() );
980 fprintf(stderr, "could not read ok from ADB Server, error = %ld\n", GetLastError() );
1038 #error "cannot implement background server start on this platform"
1305 * against double-registration too. From here, a better error message
1307 * error message won't be shown, but the data doesn't get corrupted. */
H A Dadb_client.c40 /* name from it. two emulators is an error */
236 if(readx(fd, buf, 4)) goto error;
240 if(n > (int)sizeof(buf)) goto error;
241 if(readx(fd, buf, n)) goto error;
244 if (sscanf(buf, "%04x", &version) != 1) goto error;
274 error:
304 fprintf(stderr,"error: %s\n", __adb_error);
H A Dmutex_list.h7 #error ADB_MUTEX not defined when including this file
/system/core/fastboot/
H A Dusb_osx.c277 goto error;
285 goto error;
299 goto error;
305 goto error;
311 goto error;
317 goto error;
323 goto error;
329 goto error;
364 goto error;
370 error
[all...]
/system/core/include/cutils/
H A Datomic-inline.h43 # error "Must define ANDROID_SMP before including atomic-inline.h"
53 #error atomic operations are unsupported
H A Dthreads.h60 # error "no thread_store_t implementation for your platform !!"
/system/core/include/private/pixelflinger/
H A Dggl_context.h548 GGLenum error; member in struct:android::context_t
555 void ggl_error(context_t* c, GGLenum error);
/system/core/libcutils/
H A Dashmem-dev.c37 * descriptor, or <0 on error
56 goto error;
61 goto error;
65 error:
H A Dashmem-host.c70 goto error;
73 goto error;
76 error:
H A Dsocket_local_client.c58 goto error;
75 goto error;
88 goto error;
100 goto error;
113 error:
119 * returns same fd or -1 on error.
120 * fd is not closed on error. that's your job.
135 goto error;
139 goto error;
144 error
[all...]
/system/core/liblog/
H A Dfake_log_device.c555 goto error;
566 goto error;
597 error:
H A Dlogprint.c244 goto error;
251 goto error;
291 error:
322 goto error;
329 error:
697 * Returns NULL on malloc error
/system/core/libnetutils/
H A Difc_utils.c334 return err->error;
/system/core/libnl_2/genl/
H A Dgenl.c189 fprintf(stderr, "Receive message error\n");
246 error:
/system/core/libnl_2/
H A Dnetlink.c143 if (nlme->error == 0)
146 rc = nlme->error;
H A Dsocket.c114 goto error;
118 goto error;
121 error:
/system/core/libpixelflinger/
H A Dpixelflinger.cpp85 void ggl_error(context_t* c, GGLenum error) argument
87 if (c->error == GGL_NO_ERROR)
88 c->error = error;
/system/core/libsparse/
H A Doutput_file.c169 error("incomplete write");
252 error("incomplete gzwrite");
354 error("don't care size %llu is not a multiple of the block size %u",
H A Dsparse_defs.h46 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); } while (0) macro
47 #define error_errno(s, args...) error(s ": %s", ##args, strerror(errno))
H A Dsparse_read.c90 sparse_print_verbose("Unknown error %d%s%s\n", err, s, at);
379 error("failed to read sparse file");
/system/core/logcat/
H A Dlogcat.cpp176 goto error;
185 perror("output error");
193 perror("output error");
206 error:
226 perror("output error");

Completed in 135 milliseconds

1234