/external/libunwind/tests/ |
D | test-proc-info.c | 47 find_proc_info (unw_addr_space_t as UNUSED, in find_proc_info() 48 unw_word_t ip UNUSED, in find_proc_info() 49 unw_proc_info_t *pip UNUSED, in find_proc_info() 50 int need_unwind_info UNUSED, in find_proc_info() 51 void *arg UNUSED) in find_proc_info() 57 access_mem (unw_addr_space_t as UNUSED, in access_mem() 58 unw_word_t addr UNUSED, in access_mem() 60 void *arg UNUSED) in access_mem() 68 access_reg (unw_addr_space_t as UNUSED, in access_reg() 69 unw_regnum_t regnum UNUSED, in access_reg() [all …]
|
D | Gtest-trace.c | 142 foo (long val UNUSED) in foo() 179 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() 181 ucontext_t *uc UNUSED; in sighandler() local 223 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-bt.c | 130 foo (long val UNUSED) in foo() 167 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() 169 ucontext_t *uc UNUSED; in sighandler() local 209 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-concurrent.c | 51 handler (int sig UNUSED) in handler() 73 worker (void *arg UNUSED) in worker() 107 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-resume-sig.c | 69 siginfo_t *si UNUSED, in handler() 70 void *ucontext UNUSED) in handler() 140 main (int argc, char **argv UNUSED) in main()
|
D | test-strerror.c | 6 main (int argc, char **argv UNUSED) in main()
|
D | test-static-link-loc.c | 91 main (int argc, char **argv UNUSED) in main()
|
D | Ltest-varargs.c | 67 main (int argc, char **argv UNUSED) in main()
|
D | test-ptrace-misc.c | 109 main (int argc, char **argv UNUSED) in main()
|
D | test-init-remote.c | 96 main (int argc, char **argv UNUSED) in main()
|
D | test-mem.c | 87 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-dyn1.c | 162 dev_null (const char *format UNUSED, ...) in dev_null() 168 main (int argc, char *argv[] UNUSED) in main()
|
D | Ltest-cxx-exceptions.cxx | 63 int main(int argc, char **argv UNUSED) in main()
|
D | Gtest-init.cxx | 103 main (int argc, char **argv UNUSED) in main()
|
D | test-coredump-unwind.c | 210 ucontext_t *uc UNUSED; in handle_sigsegv() local 266 main(int argc UNUSED, char **argv) in main()
|
D | test-async-sig.c | 164 main (int argc, char **argv UNUSED) in main()
|
/external/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 44 #define UNUSED __attribute__((__unused__)) macro 91 struct _Locale_name_hint* hint UNUSED, in _Locale_ctype_create() 96 struct _Locale_name_hint* hint UNUSED, in _Locale_codecvt_create() 101 struct _Locale_name_hint* hint UNUSED, in _Locale_numeric_create() 106 struct _Locale_name_hint* hint UNUSED, in _Locale_time_create() 111 struct _Locale_name_hint* hint UNUSED, in _Locale_collate_create() 116 struct _Locale_name_hint* hint UNUSED, in _Locale_monetary_create() 121 struct _Locale_name_hint* hint UNUSED, in _Locale_messages_create() 125 const char *_Locale_ctype_default(char* buf UNUSED) { return _C_name; } in _Locale_ctype_default() 126 const char *_Locale_numeric_default(char * buf UNUSED) { return _C_name; } in _Locale_numeric_default() [all …]
|
/external/libexif/libexif/ |
D | exif-system.h | 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro 29 # define UNUSED(param) param macro
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_test_utils.h | 41 # define UNUSED __attribute__((unused)) macro 44 # define UNUSED macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_macros.h | 36 # define UNUSED JEMALLOC_ATTR(unused) macro 38 # define UNUSED macro
|
/external/chromium_org/third_party/webrtc/ |
D | typedefs.h | 117 #define UNUSED __attribute__((unused)) macro 119 #define UNUSED macro
|
/external/libunwind/include/ |
D | compiler.h | 36 # define UNUSED __attribute__((unused)) macro 61 # define UNUSED macro
|
/external/libunwind/src/coredump/ |
D | _UCD_access_mem.c | 55 const char *filename UNUSED; in _UCD_access_mem() local
|
/external/bluetooth/bluedroid/utils/include/ |
D | bt_utils.h | 45 #define UNUSED(x) (void)(x) macro
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | ReasonFlags.java | 26 public static final int UNUSED = (1 << 7); field in ReasonFlags
|