Searched defs:unused (Results 51 - 75 of 387) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/
H A Dgc-test.cc13 void *Thread(void *unused) { argument
H A Dstack-use-after-return.cc61 void *Thread(void *unused) { argument
/external/compiler-rt/test/msan/
H A Ddtls_test.c19 void *Thread1(void *unused) { argument
29 void *Thread2(void *unused) { argument
/external/compiler-rt/test/tsan/
H A Dload_shared_lib.cc16 void *write_from_so(void *unused) { argument
17 if (unused)
35 void *write_glob(void *unused) { argument
36 if (unused)
42 void race_two_threads(void *(*access_callback)(void *unused)) { argument
59 void *(*write_from_so)(void *unused);
/external/elfutils/0.153/backends/
H A Di386_regs.c37 i386_register_info (Ebl *ebl __attribute__ ((unused)), argument
H A Dia64_regs.c37 ia64_register_info (Ebl *ebl __attribute__ ((unused)), argument
H A Dia64_symbol.c40 ia64_segment_type_name (int segment, char *buf __attribute__ ((unused)), argument
41 size_t len __attribute__ ((unused)))
62 ia64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
63 size_t len __attribute__ ((unused)))
99 char *buf __attribute__ ((unused)),
100 size_t len __attribute__ ((unused)))
98 ia64_section_type_name(int type, char *buf __attribute__ ((unused)), size_t len __attribute__ ((unused))) argument
H A Dppc64_symbol.c42 ppc64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type) argument
61 ppc64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
62 size_t len __attribute__ ((unused)))
92 const GElf_Sym *sym __attribute__ ((unused)),
93 const char *name __attribute__ ((unused)),
105 ppc64_bss_plt_p (Elf *elf __attribute__ ((unused)), argument
106 GElf_Ehdr *ehdr __attribute__ ((unused)))
91 ppc64_check_special_symbol(Elf *elf, GElf_Ehdr *ehdr, const GElf_Sym *sym __attribute__ ((unused)), const char *name __attribute__ ((unused)), const GElf_Shdr *destshdr) argument
H A Dx86_64_regs.c38 x86_64_register_info (Ebl *ebl __attribute__ ((unused)), argument
/external/elfutils/0.153/libdw/
H A Ddwarf_end.c65 noop_free (void *arg __attribute__ ((unused))) argument
H A Ddwarf_func_inline.c64 scope_visitor (unsigned int depth __attribute__ ((unused)), argument
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module.c63 nofree (void *arg __attribute__ ((unused))) argument
112 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) argument
/external/elfutils/0.153/src/
H A Darlib-argp.c47 parse_opt (int key, char *arg __attribute__ ((unused)), argument
48 struct argp_state *state __attribute__ ((unused)))
67 help_filter (int key, const char *text, void *input __attribute__ ((unused))) argument
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c46 int typeflag_unused __attribute__ ((unused)),
47 struct FTW *s_unused __attribute__ ((unused)))
44 check_file(const char *fpath, const struct stat *sb, int typeflag_unused __attribute__ ((unused)), struct FTW *s_unused __attribute__ ((unused))) argument
/external/libsepol/src/
H A Droles.c11 int sepol_role_exists(sepol_handle_t * handle __attribute__ ((unused)), argument
H A Dsymtab.c30 __attribute__ ((unused)), hashtab_key_t key1,
29 symcmp(hashtab_t h __attribute__ ((unused)), hashtab_key_t key1, hashtab_key_t key2) argument
/external/mockito/src/org/mockito/internal/debugging/
H A DLoggingListener.java22 public void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) { argument
26 "stubbed with those args here " + unused.getLocation(),
31 public void foundUnusedStub(Invocation unused) { argument
32 logger.log("This stubbing was never used " + unused.getLocation() + "\n");
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
H A DSDL_BeApp.cc40 static int StartBeApp(void *unused) argument
/external/qemu/distrib/sdl-1.2.15/src/timer/beos/
H A DSDL_systimer.c54 static int RunTimer(void *unused) argument
/external/qemu/distrib/sdl-1.2.15/src/timer/dc/
H A DSDL_systimer.c59 static int RunTimer(void *unused) argument
/external/qemu/distrib/sdl-1.2.15/src/timer/dummy/
H A DSDL_systimer.c50 static int RunTimer(void *unused) argument
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmouse.c34 int unused ; member in struct:WMcursor
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglmouse.c32 int unused; member in struct:WMcursor
/external/skia/src/ports/
H A DSkTLS_win.cpp49 void NTAPI onTLSCallback(PVOID unused, DWORD reason, PVOID unused2) { argument
/external/chromium_org/chromeos/login/auth/
H A Donline_attempt.cc57 const GaiaAuthConsumer::ClientLoginResult& unused) {
56 OnClientLoginSuccess( const GaiaAuthConsumer::ClientLoginResult& unused) argument

Completed in 413 milliseconds

1234567891011>>