Searched refs:__attribute__ (Results 1 - 25 of 92) sorted by relevance

1234

/system/core/libsparse/
H A Ddefs.h20 #define __unused __attribute__((__unused__))
/system/core/include/android/
H A Dlog.h103 __attribute__ ((format(gnu_printf, 3, 4)))
105 __attribute__ ((format(printf, 3, 4)))
108 __attribute__ ((format(printf, 3, 4)))
127 __attribute__ ((noreturn))
130 __attribute__ ((format(gnu_printf, 3, 4)))
132 __attribute__ ((format(printf, 3, 4)))
135 __attribute__ ((format(printf, 3, 4)))
/system/core/init/
H A Dproperty_service.h36 __attribute__((__error__("property_get called with too small buffer")));
39 __attribute__ ((always_inline))
40 __attribute__ ((gnu_inline))
41 __attribute__ ((artificial))
H A Dueventd_parser.c70 static void parse_line_no_op(struct parse_state *state __attribute__((unused)), argument
71 int nargs __attribute__((unused)), char **args __attribute__((unused)))
101 int nargs __attribute__((unused)), char **args)
244 static void parse_line_device(struct parse_state *state __attribute__((unused)), argument
100 parse_subsystem(struct parse_state *state, int nargs __attribute__((unused)), char **args) argument
/system/core/libutils/
H A DTrace.cpp20 static void traceInit() __attribute__((constructor));
/system/media/audio_utils/private/
H A Dprivate.h31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t;
/system/core/libcutils/
H A Ddlmalloc_stubs.c19 #define UNUSED __attribute__((__unused__))
H A Dsockets.c25 #define __android_unused __attribute__((__unused__))
H A Diosched_policy.c31 #define __android_unused __attribute__((__unused__))
/system/extras/tests/bionic/libc/bionic/
H A Dlibdlclosetest2.c42 static void __attribute__((constructor))
58 static void __attribute__((destructor))
H A Dtest_cond.c39 static void* _thread1(void *__u __attribute__((unused))) argument
51 static void* _thread2(void *__u __attribute__((unused))) argument
/system/core/include/cutils/
H A Dcompiler.h42 #define ANDROID_API __attribute__((visibility("default")))
H A Dklog.h30 __attribute__ ((format(printf, 2, 3)));
/system/core/libsysutils/src/
H A DFrameworkCommand.cpp24 #define UNUSED __attribute__((unused))
/system/vold/
H A DAsec.h41 } __attribute__((packed));
/system/extras/tests/bionic/libc/common/
H A Dtest_executable_destructor.c44 static void __attribute__((constructor))
51 static void __attribute__((destructor))
/system/core/include/sysutils/
H A DNetlinkListener.h24 char mBuffer[64 * 1024] __attribute__((aligned(4)));
/system/core/logd/
H A DLogAudit.h38 __attribute__ ((__format__ (__printf__, 2, 3)));
/system/core/include/diskconfig/
H A Ddiskconfig.h60 } __attribute__((__packed__));
71 } __attribute__((__packed__));
79 } __attribute__((__packed__));
/system/core/toolbox/upstream-netbsd/bin/cp/
H A Dextern.h58 void usage(void) __attribute__((__noreturn__));
/system/core/debuggerd/
H A Dcrasher.c20 #define __unused __attribute__((__unused__))
49 __attribute__((noinline)) static void overflow_stack(void* p) {
94 __attribute__((noinline)) static int crash3(int a) {
99 __attribute__((noinline)) static int crash2(int a) {
104 __attribute__((noinline)) static int crash(int a) {
H A Dutility.h72 __attribute__ ((format(printf, 3, 4)));
/system/core/include/log/
H A Dlogger.h34 } __attribute__((__packed__));
50 } __attribute__((__packed__));
61 } __attribute__((__packed__));
86 } __attribute__((aligned(4)));
/system/keymaster/
H A Dopenssl_utils.h38 T* val __attribute__((unused)) = p.release();
/system/media/audio_effects/include/audio_effects/
H A Deffect_environmentalreverb.h62 } __attribute__((packed)) t_reverb_settings;

Completed in 1809 milliseconds

1234