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

123456789

/system/core/libsparse/
H A Ddefs.h20 #define __unused __attribute__((__unused__))
/system/tpm/tpm_manager/common/
H A Dexport.h22 #define TPM_MANAGER_EXPORT __attribute__((__visibility__("default")))
/system/tpm/trunks/
H A Dtrunks_export.h22 #define TRUNKS_EXPORT __attribute__((__visibility__("default")))
/system/nvram/messages/include/nvram/messages/
H A Dcompiler.h25 #define NVRAM_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
34 #define NVRAM_NOINLINE __attribute__((noinline))
37 #define NVRAM_EXPORT __attribute__((visibility("default")))
/system/bt/btcore/include/
H A Diac.h28 } __attribute__((packed)) bt_inquiry_access_code_t;
/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)))
121 __attribute__((__format__(gnu_printf, 3, 0)))
123 __attribute__((__format__(printf, 3, 0)))
126 __attribute__((__format__(printf, 3, 0)))
138 __attribute__((__noreturn__))
141 __attribute__((__format__(gnu_printf, 3, 4)))
143 __attribute__((__format__(printf, 3, 4)))
146 __attribute__((__format_
[all...]
/system/core/liblog/include/android/
H A Dlog.h103 __attribute__((__format__(gnu_printf, 3, 4)))
105 __attribute__((__format__(printf, 3, 4)))
108 __attribute__((__format__(printf, 3, 4)))
121 __attribute__((__format__(gnu_printf, 3, 0)))
123 __attribute__((__format__(printf, 3, 0)))
126 __attribute__((__format__(printf, 3, 0)))
138 __attribute__((__noreturn__))
141 __attribute__((__format__(gnu_printf, 3, 4)))
143 __attribute__((__format__(printf, 3, 4)))
146 __attribute__((__format_
[all...]
/system/core/liblog/include_vndk/android/
H A Dlog.h103 __attribute__((__format__(gnu_printf, 3, 4)))
105 __attribute__((__format__(printf, 3, 4)))
108 __attribute__((__format__(printf, 3, 4)))
121 __attribute__((__format__(gnu_printf, 3, 0)))
123 __attribute__((__format__(printf, 3, 0)))
126 __attribute__((__format__(printf, 3, 0)))
138 __attribute__((__noreturn__))
141 __attribute__((__format__(gnu_printf, 3, 4)))
143 __attribute__((__format__(printf, 3, 4)))
146 __attribute__((__format_
[all...]
/system/keymaster/
H A Dkeymaster_stl.cpp25 const std::nothrow_t __attribute__((weak)) std::nothrow = {};
27 void* __attribute__((weak)) operator new(size_t __sz, const std::nothrow_t&) {
30 void* __attribute__((weak)) operator new[](size_t __sz, const std::nothrow_t&) {
34 void __attribute__((weak)) operator delete(void* ptr) {
39 void __attribute__((weak)) operator delete[](void* ptr) {
45 void __attribute__((weak)) __cxa_pure_virtual() {
/system/sepolicy/tools/sepolicy-analyze/
H A Dbooleans.c8 __attribute__ ((unused)) hashtab_datum_t d,
9 __attribute__ ((unused)) void *args)
16 int booleans_func (int argc, __attribute__ ((unused)) char **argv, policydb_t *policydb) {
/system/core/libnativeloader/include/nativeloader/
H A Dnative_loader.h29 __attribute__((visibility("default")))
32 __attribute__((visibility("default")))
41 __attribute__((visibility("default")))
50 __attribute__((visibility("default")))
56 __attribute__((visibility("default")))
60 __attribute__((visibility("default")))
/system/core/libcutils/
H A Dandroid_get_control_env.h21 #define LIBCUTILS_HIDDEN __attribute__((visibility("hidden")))
H A Ddlmalloc_stubs.c21 #define UNUSED __attribute__((__unused__))
/system/core/liblog/
H A Dlog_portability.h29 #define LIBLOG_HIDDEN __attribute__((visibility("hidden")))
36 #define LIBLOG_ABI_PUBLIC __attribute__((visibility("default")))
49 #define LIBLOG_WEAK __attribute__((weak, visibility("default")))
67 #define __unused __attribute__((__unused__))
/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/bt/btif/include/
H A Dbtif_debug_btsnoop.h30 } __attribute__((__packed__)) btsnooz_preamble_t;
38 } __attribute__((__packed__)) btsnooz_header_t;
/system/nfc/src/include/
H A Ddebug_nfcsnoop.h32 } __attribute__((__packed__)) nfcsnooz_preamble_t;
39 } __attribute__((__packed__)) nfcsnooz_header_t;
/system/core/base/include/android-base/
H A Dstringprintf.h41 __attribute__((__format__(FORMAT_ARCHETYPE, 1, 2)));
45 __attribute__((__format__(FORMAT_ARCHETYPE, 2, 3)));
49 __attribute__((__format__(FORMAT_ARCHETYPE, 2, 0)));
H A Dquick_exit.h27 void quick_exit(int exit_code) __attribute__((noreturn));
/system/extras/memcpy-perf/
H A Dtest-funcs.cpp3 void __attribute__((noinline)) memcpy_noinline(void *dst, void *src, size_t size)
8 void __attribute__((noinline)) memset_noinline(void *dst, int value, size_t size)
13 uint64_t __attribute__((noinline)) sum(volatile void *src, size_t size)
/system/bt/bta/mce/
H A Dbta_mce_cfg.cc35 static uint8_t __attribute__((aligned(4)))
/system/bt/bta/sdp/
H A Dbta_sdp_cfg.cc31 static uint8_t __attribute__((aligned(4))) bta_sdp_db_data[BTA_SDP_DB_SIZE];
/system/chre/util/include/chre/util/
H A Dmacros.h35 #define DLL_EXPORT __attribute__((visibility("default")))
/system/security/softkeymaster/
H A Dmodule.cpp23 struct keystore_module HAL_MODULE_INFO_SYM __attribute__((visibility("default")))

Completed in 500 milliseconds

123456789