/system/core/libsparse/ |
H A D | defs.h | 20 #define __unused __attribute__((__unused__))
|
/system/tpm/tpm_manager/common/ |
H A D | export.h | 22 #define TPM_MANAGER_EXPORT __attribute__((__visibility__("default")))
|
/system/tpm/trunks/ |
H A D | trunks_export.h | 22 #define TRUNKS_EXPORT __attribute__((__visibility__("default")))
|
/system/nvram/messages/include/nvram/messages/ |
H A D | compiler.h | 25 #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 D | iac.h | 28 } __attribute__((packed)) bt_inquiry_access_code_t;
|
/system/core/include/android/ |
H A D | log.h | 103 __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 D | log.h | 103 __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 D | log.h | 103 __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 D | keymaster_stl.cpp | 25 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 D | booleans.c | 8 __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 D | native_loader.h | 29 __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 D | android_get_control_env.h | 21 #define LIBCUTILS_HIDDEN __attribute__((visibility("hidden")))
|
H A D | dlmalloc_stubs.c | 21 #define UNUSED __attribute__((__unused__))
|
/system/core/liblog/ |
H A D | log_portability.h | 29 #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 D | Trace.cpp | 20 static void traceInit() __attribute__((constructor));
|
/system/media/audio_utils/private/ |
H A D | private.h | 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t;
|
/system/bt/btif/include/ |
H A D | btif_debug_btsnoop.h | 30 } __attribute__((__packed__)) btsnooz_preamble_t; 38 } __attribute__((__packed__)) btsnooz_header_t;
|
/system/nfc/src/include/ |
H A D | debug_nfcsnoop.h | 32 } __attribute__((__packed__)) nfcsnooz_preamble_t; 39 } __attribute__((__packed__)) nfcsnooz_header_t;
|
/system/core/base/include/android-base/ |
H A D | stringprintf.h | 41 __attribute__((__format__(FORMAT_ARCHETYPE, 1, 2))); 45 __attribute__((__format__(FORMAT_ARCHETYPE, 2, 3))); 49 __attribute__((__format__(FORMAT_ARCHETYPE, 2, 0)));
|
H A D | quick_exit.h | 27 void quick_exit(int exit_code) __attribute__((noreturn));
|
/system/extras/memcpy-perf/ |
H A D | test-funcs.cpp | 3 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 D | bta_mce_cfg.cc | 35 static uint8_t __attribute__((aligned(4)))
|
/system/bt/bta/sdp/ |
H A D | bta_sdp_cfg.cc | 31 static uint8_t __attribute__((aligned(4))) bta_sdp_db_data[BTA_SDP_DB_SIZE];
|
/system/chre/util/include/chre/util/ |
H A D | macros.h | 35 #define DLL_EXPORT __attribute__((visibility("default")))
|
/system/security/softkeymaster/ |
H A D | module.cpp | 23 struct keystore_module HAL_MODULE_INFO_SYM __attribute__((visibility("default")))
|