/external/elfutils/backends/ |
ppc_syscall.c | 34 ppc_syscall_abi (Ebl *ebl __attribute__ ((unused)),
|
s390_symbol.c | 38 s390_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
|
x86_64_symbol.c | 40 x86_64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
|
x86_64_syscall.c | 34 x86_64_syscall_abi (Ebl *ebl __attribute__ ((unused)),
|
alpha_init.c | 41 Elf *elf __attribute__ ((unused)); 42 GElf_Half machine __attribute__ ((unused));
|
i386_init.c | 40 Elf *elf __attribute__ ((unused)); 41 GElf_Half machine __attribute__ ((unused));
|
ia64_init.c | 40 Elf *elf __attribute__ ((unused)); 41 GElf_Half machine __attribute__ ((unused));
|
ppc64_init.c | 41 Elf *elf __attribute__ ((unused)); 42 GElf_Half machine __attribute__ ((unused));
|
ppc_init.c | 41 Elf *elf __attribute__ ((unused)); 42 GElf_Half machine __attribute__ ((unused));
|
sparc_init.c | 41 Elf *elf __attribute__ ((unused)); 42 GElf_Half machine __attribute__ ((unused));
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglmouse.c | 32 int unused; member in struct:WMcursor
|
/external/valgrind/main/massif/tests/ |
realloc.c | 6 int* y __attribute__((unused)); // calling Valgrind's (and Massif's) malloc
|
/external/valgrind/main/tests/ |
malloc.h | 13 __attribute__((unused))
|
/frameworks/base/core/jni/ |
android_database_SQLiteDebug.cpp | 44 int unused; local 46 sqlite3_status(SQLITE_STATUS_MEMORY_USED, &memoryUsed, &unused, 0); 47 sqlite3_status(SQLITE_STATUS_MALLOC_SIZE, &unused, &largestMemAlloc, 0); 48 sqlite3_status(SQLITE_STATUS_PAGECACHE_OVERFLOW, &pageCacheOverflow, &unused, 0);
|
/frameworks/compile/libbcc/ |
libbcc-host-build.mk | 19 -Wno-unused-parameter \
|
/frameworks/opt/net/voip/src/jni/rtp/ |
rtp_jni.cpp | 24 __attribute__((visibility("default"))) jint JNI_OnLoad(JavaVM *vm, void *unused)
|
/system/core/mkbootimg/ |
bootimg.h | 43 unsigned unused[2]; /* future expansion: should be 0 */ member in struct:boot_img_hdr
|
/external/valgrind/main/gdbserver_tests/ |
t.c | 36 char *make_error_name __attribute__((unused)) = "make_error name"; 37 char c __attribute__((unused)); 38 double pi2 __attribute__((unused)) = 2.0 * pi; 49 char *level_name __attribute__((unused)) = "level name"; 63 char *brussels_name __attribute__((unused)) = "Brussels"; 73 char *london_name __attribute__((unused)) = "London"; 84 char *petaouchnok_name __attribute__((unused)) = "Petaouchnok"; 105 char *main_name __attribute__((unused)) = "main name"; 109 char *some_mem __attribute__((unused)) = malloc(100);
|
/external/elfutils/libasm/ |
disasm_cb.c | 140 null_elf_getsym (GElf_Addr addr __attribute__ ((unused)), 141 Elf32_Word scnndx __attribute__ ((unused)), 142 GElf_Addr value __attribute__ ((unused)), 143 char **buf __attribute__ ((unused)), 144 size_t *buflen __attribute__ ((unused)), 145 void *arg __attribute__ ((unused)))
|
/external/webkit/Source/WebCore/html/ |
TimeRanges.cpp | 113 ExceptionCode unused; local 115 if (time >= start(n, unused) && time <= end(n, unused)) 123 ExceptionCode unused; local 127 float startTime = start(ndx, unused); 128 float endTime = end(ndx, unused);
|
/build/tools/rgb2565/ |
Android.mk | 14 LOCAL_CFLAGS += -O2 -Wall -Wno-unused-parameter
|
/external/clang/test/Misc/ |
ast-dump-attr.cpp | 4 __attribute__((unused)); 9 __attribute__((unused));
|
/external/compiler-rt/lib/asan/tests/ |
asan_racy_double_free_test.cc | 8 void *Thread1(void *unused) { 16 void *Thread2(void *unused) {
|
/external/iproute2/tc/ |
emp_ematch.l | 34 static void __attribute__ ((unused)) yyunput (int c,char *buf_ptr ); 35 static void __attribute__ ((unused)) yy_push_state (int new_state ); 36 static void __attribute__ ((unused)) yy_pop_state (void); 37 static int __attribute__ ((unused)) yy_top_state (void );
|
/external/libpcap/ |
Android.mk | 22 LOCAL_CFLAGS+=-DHAVE_CONFIG_H -D_U_="__attribute__((unused))" -Dlinux -D__GLIBC__ -D_GNU_SOURCE
|