Searched refs:unused (Results 51 - 75 of 1140) sorted by relevance

1234567891011>>

/external/selinux/libselinux/src/
H A Dcallbacks.c15 default_selinux_log(int type __attribute__((unused)), const char *fmt, ...)
26 default_selinux_audit(void *ptr __attribute__((unused)),
27 security_class_t cls __attribute__((unused)),
28 char *buf __attribute__((unused)),
29 size_t len __attribute__((unused)))
46 default_selinux_setenforce(int enforcing __attribute__((unused)))
52 default_selinux_policyload(int seqno __attribute__((unused)))
H A DcheckAccess.c13 static int avc_reset_callback(uint32_t event __attribute__((unused)),
14 security_id_t ssid __attribute__((unused)),
15 security_id_t tsid __attribute__((unused)),
16 security_class_t tclass __attribute__((unused)),
17 access_vector_t perms __attribute__((unused)),
18 access_vector_t *out_retained __attribute__((unused)))
/external/elfutils/tests/
H A Ddwfl-proc-attach.c37 main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))) argument
48 sleeper (void* d __attribute__ ((unused))) argument
75 main (int argc __attribute__ ((unused)), argument
76 char **argv __attribute__ ((unused)))
H A Ddwfl-bug-getmodules.c30 iterate (Dwfl_Module *mod __attribute__ ((unused)), argument
31 void **userdata __attribute__ ((unused)),
32 const char *name __attribute__ ((unused)),
/external/elfutils/src/
H A Darlib-argp.c40 parse_opt (int key, char *arg __attribute__ ((unused)), argument
41 struct argp_state *state __attribute__ ((unused)))
60 help_filter (int key, const char *text, void *input __attribute__ ((unused))) argument
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DUnusedStubsFinder.java19 * Finds all unused stubs for given mocks
24 List<Invocation> unused = new LinkedList<Invocation>();
30 unused.add(s.getInvocation());
34 return unused;
/external/valgrind/tests/
H A Dmalloc.h13 __attribute__((unused))
29 __attribute__((unused))
45 __attribute__((unused))
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_debuginfo.c35 void **userdata __attribute__ ((unused)),
36 const char *modname __attribute__ ((unused)),
37 Dwarf_Addr base __attribute__ ((unused)),
38 const char *file __attribute__ ((unused)),
39 const char *debuglink __attribute__ ((unused)),
40 GElf_Word crc __attribute__ ((unused)),
34 dwfl_build_id_find_debuginfo(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *modname __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), const char *file __attribute__ ((unused)), const char *debuglink __attribute__ ((unused)), GElf_Word crc __attribute__ ((unused)), char **debuginfo_file_name) argument
/external/clang/test/Sema/
H A Dattr-decl-after-definition.c4 void foo() __attribute__((unused));
5 void foo() __attribute__((unused));
H A Dwarn-unused-variables.c10 int a __attribute__((unused)),
11 b; // expected-warning{{unused}}
23 int X = 4; // Shouldn't have a bogus 'unused variable X' warning.
30 (void)(^() { int X = 4; }); // expected-warning{{unused}}
/external/elfutils/backends/
H A Daarch64_init.c42 aarch64_init (Elf *elf __attribute__ ((unused)), argument
43 GElf_Half machine __attribute__ ((unused)),
H A Di386_symbol.c45 i386_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type) argument
52 i386_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
H A Dsh_init.c43 sh_init (Elf *elf __attribute__ ((unused)), argument
44 GElf_Half machine __attribute__ ((unused)),
H A Dsh_symbol.c43 sh_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type) argument
50 sh_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
/external/kernel-headers/original/uapi/linux/
H A Dgsmmux.h21 unsigned int unused[8]; /* Padding for expansion without member in struct:gsm_config
33 __u8 unused[28]; /* For future use */ member in struct:gsm_netconfig
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stdoutB.exp4 106 char *main_name __attribute__((unused)) = "main name";
/external/valgrind/memcheck/tests/
H A Derror_counts.c11 int* reachable __attribute__((unused));
13 int* leaked __attribute__((unused));
/external/valgrind/none/tests/
H A Dbug129866.c28 char *a1, *b1, *a2 __attribute__((unused)), *b2 __attribute__((unused));
/external/walt/android/WALT/app/src/main/jni/
H A Dsync_clock_jni.c31 __attribute__((unused)) JNIEnv* env,
32 __attribute__((unused)) jobject thiz,
/external/autotest/client/tests/aio_dio_bugs/src/
H A Daio-io-setup-with-nonwritable-context-pointer.c18 main(int __attribute__((unused)) argc, char **argv)
/external/boringssl/
H A Dcrypto-sources.mk5 LOCAL_CFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter -DBORINGSSL_ANDROID_SYSTEM
6 LOCAL_ASFLAGS += -I$(LOCAL_PATH)/src/include -I$(LOCAL_PATH)/src/crypto -Wno-unused-parameter
/external/clang/test/Misc/
H A Dast-dump-color.cpp6 int Test __attribute__((unused));
37 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[BLUE:.\[0;1;34m]]UnusedAttr[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:25[[RESET]]> unused{{$}}
/external/clang/test/SemaCXX/
H A Dwarn-unused-attribute.cpp13 Test unused; // expected-warning {{unused variable 'unused'}} local
/external/compiler-rt/test/tsan/
H A Dpthread_atfork_deadlock.c11 void *worker(void *unused) { argument
/external/dnsmasq/src/
H A DAndroid.mk14 -Wno-unused-variable -Wno-unused-parameter -Werror

Completed in 4641 milliseconds

1234567891011>>