HomeSort by relevance Sort by last modified time
    Searched refs:unused (Results 276 - 300 of 1119) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 60 CARD8 unused; member in struct:xMbufBufferInfo
66 BYTE unused; member in struct:__anon29080
81 BYTE unused; member in struct:__anon29081
102 CARD8 unused; /* not used */ member in struct:__anon29083
123 CARD16 unused; member in struct:__anon29084
129 CARD8 unused; /* not used */ member in struct:__anon29085
178 CARD8 unused; /* not used */ member in struct:__anon29090
213 CARD8 unused; /* not used */ member in struct:__anon29093
237 CARD8 unused; /* not used */ member in struct:__anon29095
  /external/clang/test/Parser/
cxx0x-attributes.cpp 270 unsigned [[gnu::used]] static int [[gnu::unused]] v1; // expected-error {{'unused' attribute cannot be applied to types}} \
272 typedef [[gnu::used]] unsigned long [[gnu::unused]] v2; // expected-error {{'unused' attribute cannot be applied to types}} \
277 int *[[gnu::unused]] v3; // expected-warning {{attribute 'unused' ignored}}
278 int v4[2][[gnu::unused]]; // expected-warning {{attribute 'unused' ignored}}
279 int v5()[[gnu::unused]]; // expected-warning {{attribute 'unused' ignored}
    [all...]
  /external/elfutils/libdwfl/
offline.c 61 void **userdata __attribute__ ((unused)),
62 const char *modname __attribute__ ((unused)),
63 Dwarf_Addr base __attribute__ ((unused)),
64 const char *secname __attribute__ ((unused)),
66 const GElf_Shdr *shdr __attribute__ ((unused)),
  /external/clang/test/SemaCXX/
warn-unused-private-field.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wunused-private-field -Wused-but-marked-unused -verify -std=c++11 %s
96 attr_used_ = 42; // expected-warning{{'attr_used_' was marked unused but was used}}
120 int attr_ __attribute__((unused));
121 int attr_used_ __attribute__((unused));
150 int unused2_ __attribute__((unused)); // no-warning
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 44 int offset EXT2FS_ATTR((unused)),
45 int blocksize EXT2FS_ATTR((unused)),
46 char *buf EXT2FS_ATTR((unused)),
dirblock.c 23 void *buf, int flags EXT2FS_ATTR((unused)))
69 void *inbuf, int flags EXT2FS_ATTR((unused)))
expanddir.c 30 blk_t ref_block EXT2FS_ATTR((unused)),
31 int ref_offset EXT2FS_ATTR((unused)),
  /external/e2fsprogs/misc/
e2image.c 168 static errcode_t meta_get_blocks(ext2_filsys fs EXT2FS_ATTR((unused)),
182 static errcode_t meta_check_directory(ext2_filsys fs EXT2FS_ATTR((unused)),
193 static errcode_t meta_read_inode(ext2_filsys fs EXT2FS_ATTR((unused)),
217 static int process_dir_block(ext2_filsys fs EXT2FS_ATTR((unused)),
219 e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)),
220 blk_t ref_block EXT2FS_ATTR((unused)),
221 int ref_offset EXT2FS_ATTR((unused)),
222 void *priv_data EXT2FS_ATTR((unused)))
234 static int process_file_block(ext2_filsys fs EXT2FS_ATTR((unused)),
237 blk_t ref_block EXT2FS_ATTR((unused)),
    [all...]
  /external/e2fsprogs/resize/
online.c 22 blk_t *new_size, int flags EXT2FS_ATTR((unused)))
175 input64.unused = input.unused;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq_event.h 299 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_ctrl
373 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_sample_control
408 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_queue_control
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 299 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_ctrl
373 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_sample_control
408 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_queue_control
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
seq_event.h 299 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_ctrl
373 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_sample_control
408 unsigned char unused[3]; /**< reserved */ member in struct:snd_seq_ev_queue_control
  /external/oprofile/daemon/
oprofiled.c 178 static void opd_alarm(int val __attribute__((unused)))
185 static void opd_sighup(int val __attribute__((unused)))
191 static void opd_sigterm(int val __attribute__((unused)))
196 static void opd_sigchild(int val __attribute__((unused)))
202 static void opd_sigusr1(int val __attribute__((unused)))
208 static void opd_sigusr2(int val __attribute__((unused)))
  /system/core/adb/
Android.mk 78 LOCAL_CFLAGS += -O2 -g -DADB_HOST=1 -Wall -Wno-unused-parameter
122 LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
170 -Wno-unused-parameter \
  /bionic/tests/
string_benchmark.cpp 36 volatile int c __attribute__((unused)) = 0;
103 volatile int c __attribute__((unused)) = 0;
  /bootable/recovery/tools/ota/
check-lost+found.c 47 int main(int argc __attribute__((unused)), char **argv __attribute__((unused))) {
  /external/compiler-rt/lib/asan/
asan_win.cc 138 DWORD unused;
142 (DWORD64)addr, &unused, &info);
  /external/e2fsprogs/lib/uuid/
tst_uuid.c 70 main(int argc ATTR((unused)) , char **argv ATTR((unused)))
  /external/llvm/
llvm-host-build.mk 10 -Wno-unused-parameter \
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
fb_writer.c 52 int main(unsigned long long spe_id __attribute__ ((unused)), unsigned long long argp __attribute__ ((unused)))
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDreamSettings.java 35 @SuppressWarnings("unused")
68 public Void doInBackground(Void... unused) {
78 public void onPostExecute(Void unused) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 59 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon26093
75 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon26093
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 59 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon27683
75 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon27683
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 59 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon29198
75 unsigned unused :1; /* unused bits (MBZ as of 4.9.3a3) */ member in struct:__anon29198
  /external/e2fsprogs/lib/blkid/
probe.c 515 struct blkid_magic *id __BLKID_ATTR((unused)),
642 struct blkid_magic *id __BLKID_ATTR((unused)),
683 struct blkid_magic *id __BLKID_ATTR((unused)),
791 struct blkid_magic *id __BLKID_ATTR((unused)),
835 struct blkid_magic *id __BLKID_ATTR((unused)),
851 struct blkid_magic *id __BLKID_ATTR((unused)),
891 struct blkid_magic *id __BLKID_ATTR((unused)),
904 struct blkid_magic *id __BLKID_ATTR((unused)),
919 struct blkid_magic *id __BLKID_ATTR((unused)),
934 struct blkid_magic *id __BLKID_ATTR((unused)),
    [all...]

Completed in 3107 milliseconds

<<11121314151617181920>>