Home
last modified time | relevance | path

Searched defs:unused (Results 1 – 25 of 207) sorted by relevance

123456789

/external/e2fsprogs/lib/ss/
Drequests.c25 void ss_self_identify(int argc __SS_ATTR((unused)), in ss_self_identify()
26 const char * const *argv __SS_ATTR((unused)), in ss_self_identify()
27 int sci_idx, void *infop __SS_ATTR((unused))) in ss_self_identify()
37 void ss_subsystem_name(int argc __SS_ATTR((unused)), in ss_subsystem_name()
38 const char * const *argv __SS_ATTR((unused)), in ss_subsystem_name()
40 void *infop __SS_ATTR((unused))) in ss_subsystem_name()
48 void ss_subsystem_version(int argc __SS_ATTR((unused)), in ss_subsystem_version()
49 const char * const *argv __SS_ATTR((unused)), in ss_subsystem_version()
51 void *infop __SS_ATTR((unused))) in ss_subsystem_version()
60 void ss_unimplemented(int argc __SS_ATTR((unused)), in ss_unimplemented()
[all …]
Dlisten.c31 static sigret_t print_prompt(int sig __SS_ATTR((unused))) in print_prompt()
41 static sigret_t listen_int_handler(int sig __SS_ATTR((unused))) in listen_int_handler()
136 void ss_quit(int argc __SS_ATTR((unused)), in ss_quit()
137 const char * const *argv __SS_ATTR((unused)), in ss_quit()
138 int sci_idx, pointer infop __SS_ATTR((unused))) in ss_quit()
191 int end __SS_ATTR((unused))) in ss_rl_completion()
Dlist_rqs.c24 void ss_list_requests(int argc __SS_ATTR((unused)), in ss_list_requests()
25 const char * const *argv __SS_ATTR((unused)), in ss_list_requests()
26 int sci_idx, void *infop __SS_ATTR((unused))) in ss_list_requests()
/external/clang/test/SemaObjC/
Dmethod-unused-attribute.m6 - (void) unused_attr_on_decl_ignored: (void *) __attribute__((unused)) will_warn;
10 …rect_use_of_unused: (void *) __attribute__((unused)) notice : (id) __attribute__((unused)) newarg{
12 …te__((unused)) notice : (id)warn_unused {} // expected-warning {{unused parameter 'warn_unused'}}
Dunused.m39 (int) __attribute__((unused))z { return x; }
64 - (void) a __attribute__((unused));
65 - (void) b __attribute__((unused));
/external/clang/test/Preprocessor/
Dwarn-macro-unused.c5 #define unused // expected-warning {{macro is not used}} macro
6 #define unused macro
/external/e2fsprogs/e2fsck/
Dbadblocks.c20 static void invalid_block(ext2_filsys fs EXT2FS_ATTR((unused)), blk_t blk) in invalid_block()
119 int blockcnt EXT2FS_ATTR((unused)), in check_bb_inode_blocks()
120 void *priv_data EXT2FS_ATTR((unused))) in check_bb_inode_blocks()
Dehandler.c26 size_t size EXT2FS_ATTR((unused)), in e2fsck_handle_read_error()
27 int actual EXT2FS_ATTR((unused)), in e2fsck_handle_read_error()
73 size_t size EXT2FS_ATTR((unused)), in e2fsck_handle_write_error()
74 int actual EXT2FS_ATTR((unused)), in e2fsck_handle_write_error()
Dpass1b.c173 void *context EXT2FS_ATTR((unused))) in inode_dnode_free()
191 void *context EXT2FS_ATTR((unused))) in block_dnode_free()
329 static int process_pass1b_block(ext2_filsys fs EXT2FS_ATTR((unused)), in process_pass1b_block()
331 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), in process_pass1b_block()
332 blk_t ref_blk EXT2FS_ATTR((unused)), in process_pass1b_block()
333 int ref_offset EXT2FS_ATTR((unused)), in process_pass1b_block()
373 int offset EXT2FS_ATTR((unused)), in search_dirent_proc()
374 int blocksize EXT2FS_ATTR((unused)), in search_dirent_proc()
375 char *buf EXT2FS_ATTR((unused)), in search_dirent_proc()
558 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), in delete_file_block()
[all …]
/external/e2fsprogs/misc/
De2image.c168 static errcode_t meta_get_blocks(ext2_filsys fs EXT2FS_ATTR((unused)), in meta_get_blocks()
182 static errcode_t meta_check_directory(ext2_filsys fs EXT2FS_ATTR((unused)), in meta_check_directory()
193 static errcode_t meta_read_inode(ext2_filsys fs EXT2FS_ATTR((unused)), in meta_read_inode()
217 static int process_dir_block(ext2_filsys fs EXT2FS_ATTR((unused)), in process_dir_block()
219 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), in process_dir_block()
220 blk_t ref_block EXT2FS_ATTR((unused)), in process_dir_block()
221 int ref_offset EXT2FS_ATTR((unused)), in process_dir_block()
222 void *priv_data EXT2FS_ATTR((unused))) in process_dir_block()
234 static int process_file_block(ext2_filsys fs EXT2FS_ATTR((unused)), in process_file_block()
237 blk_t ref_block EXT2FS_ATTR((unused)), in process_file_block()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dread_bb.c41 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), in mark_bad_block()
42 blk_t ref_block EXT2FS_ATTR((unused)), in mark_bad_block()
43 int ref_offset EXT2FS_ATTR((unused)), in mark_bad_block()
Dlookup.c32 int offset EXT2FS_ATTR((unused)), in lookup_proc()
33 int blocksize EXT2FS_ATTR((unused)), in lookup_proc()
34 char *buf EXT2FS_ATTR((unused)), in lookup_proc()
Dbb_inode.c154 blk_t ref_block EXT2FS_ATTR((unused)), in clear_bad_block_proc()
155 int ref_offset EXT2FS_ATTR((unused)), in clear_bad_block_proc()
211 blk_t ref_block EXT2FS_ATTR((unused)), in set_bad_block_proc()
212 int ref_offset EXT2FS_ATTR((unused)), in set_bad_block_proc()
Dunlink.c35 int blocksize EXT2FS_ATTR((unused)), in unlink_proc()
36 char *buf EXT2FS_ATTR((unused)), in unlink_proc()
72 int flags EXT2FS_ATTR((unused))) in ext2fs_unlink()
Dget_pathname.c44 int offset EXT2FS_ATTR((unused)), in get_pathname_proc()
45 int blocksize EXT2FS_ATTR((unused)), in get_pathname_proc()
46 char *buf EXT2FS_ATTR((unused)), in get_pathname_proc()
/external/e2fsprogs/debugfs/
Dicheck.c33 static int icheck_proc(ext2_filsys fs EXT2FS_ATTR((unused)), in icheck_proc()
35 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), in icheck_proc()
36 blk_t ref_block EXT2FS_ATTR((unused)), in icheck_proc()
37 int ref_offset EXT2FS_ATTR((unused)), in icheck_proc()
Dls.c44 static int list_dir_proc(ext2_ino_t dir EXT2FS_ATTR((unused)), in list_dir_proc()
47 int offset EXT2FS_ATTR((unused)), in list_dir_proc()
48 int blocksize EXT2FS_ATTR((unused)), in list_dir_proc()
49 char *buf EXT2FS_ATTR((unused)), in list_dir_proc()
Dncheck.c30 int offset EXT2FS_ATTR((unused)), in ncheck_proc()
31 int blocksize EXT2FS_ATTR((unused)), in ncheck_proc()
32 char *buf EXT2FS_ATTR((unused)), in ncheck_proc()
/external/mockito/src/org/mockito/internal/debugging/
DFindingsListener.java11 void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed); in foundStubCalledWithDifferentArgs()
13 void foundUnusedStub(Invocation unused); in foundUnusedStub()
DLoggingListener.java22 public void foundStubCalledWithDifferentArgs(Invocation unused, InvocationMatcher unstubbed) { in foundStubCalledWithDifferentArgs()
31 public void foundUnusedStub(Invocation unused) { in foundUnusedStub()
/external/chromium/base/
Dat_exit_unittest.cc14 void IncrementTestCounter1(void* unused) { in IncrementTestCounter1()
18 void IncrementTestCounter2(void* unused) { in IncrementTestCounter2()
27 void ExpectCounter1IsZero(void* unused) { in ExpectCounter1IsZero()
/external/compiler-rt/lib/asan/tests/
Dasan_racy_double_free_test.cc8 void *Thread1(void *unused) { in Thread1()
16 void *Thread2(void *unused) { in Thread2()
/external/e2fsprogs/lib/blkid/
Dprobe.c515 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_fat()
642 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_fat_nomagic()
683 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_ntfs()
791 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_xfs()
835 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_reiserfs4()
851 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_jfs()
891 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_luks()
904 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_romfs()
919 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_cramfs()
934 struct blkid_magic *id __BLKID_ATTR((unused)), in probe_swap0()
[all …]
/external/skia/tests/
DTLSTest.cpp62 static void FakeDeleteTLS(void* unused) { in FakeDeleteTLS()
66 static void testTLSDestructor(void* unused) { in testTLSDestructor()
/external/e2fsprogs/resize/
Dtest_extent.c119 int main(int argc ATTR((unused)), char **argv ATTR((unused))) in main()

123456789