Searched refs:unused (Results 176 - 200 of 1140) sorted by relevance

1234567891011>>

/external/libnl/lib/route/cls/ematch/
H A Dcontainer.c17 static int container_parse(struct rtnl_ematch *e, void *data, size_t len __attribute__((unused)))
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXBaseInfo.h82 // compiling those .cpp files, hence __attribute__((unused)).
83 __attribute__((unused))
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Dcpuctl_fj_cpu-hog.c33 #define UNUSED __attribute__ ((unused))
/external/ltp/testcases/kernel/controllers/memcg/regression/
H A Dmemcg_test_2.c29 void sigusr_handler(int __attribute__ ((unused)) signo)
H A Dmemcg_test_4.c34 void sigusr_handler(int __attribute__ ((unused)) signo)
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H A DMakefile2 EXTRA_CFLAGS += -Wall -W -Wno-unused-parameter
/external/ltp/testcases/kernel/device-drivers/nls/
H A DMakefile5 EXTRA_CFLAGS := -Wall -W -Wno-unused-parameter
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
H A DMakefile6 EXTRA_CFLAGS := -Wall -W -Wno-unused-parameter
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A DMakefile2 EXTRA_CFLAGS += -Wall -W -Wno-unused-parameter
/external/ltp/testcases/kernel/syscalls/move_pages/
H A DMakefile30 # cleanup being undefined [and when defined] unused. Let's just skip this
32 move_pages_support.o: CFLAGS += -Wno-unused-function
/external/ppp/pppd/
H A DAndroid.mk39 LOCAL_CFLAGS := -DCHAPMS=1 -DMPPE=1 -DINET6=1 -DUSE_OPENSSL=1 -Wno-unused-parameter -Wno-empty-body -Wno-missing-field-initializers -Wno-attributes -Wno-sign-compare -Wno-pointer-sign -Werror
42 LOCAL_CFLAGS += -Wno-unused-variable
/external/r8/src/test/examples/shaking2/
H A DUnusedSubclass.java8 private int unused; field in class:UnusedSubclass
/external/squashfs-tools/squashfs-tools/
H A DAndroid.mk35 -Wno-unused-parameter -Wno-sign-compare -Wno-pointer-arith -Wno-missing-field-initializers \
36 -Wno-unused-function -Werror
/external/v4l2_codec2/vda/
H A DAndroid.mk41 # -Wno-unused-parameter is needed for libchrome/base codes
42 LOCAL_CFLAGS += -Werror -Wall -Wno-unused-parameter
/external/v8/src/base/
H A Dcompiler-specific.h14 #define ALLOW_UNUSED_TYPE __attribute__((unused))
/external/vulkan-validation-layers/tests/
H A Dvktestframeworkandroid.h27 #define U_ASSERT_ONLY __attribute__((unused))
/external/boringssl/src/decrepit/obj/
H A Dobj_decrepit.c31 const char *unused, void *arg) {
43 static void md_callback(const EVP_MD *md, const char *name, const char *unused, argument
30 cipher_callback(const EVP_CIPHER *cipher, const char *name, const char *unused, void *arg) argument
/external/chromium-libpac/
H A DAndroid.mk20 -Wno-unused-parameter \
/external/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp7 int [[gnu::unused]] attr_on_type;
8 // expected-error@-1 {{'unused' attribute cannot be applied to types}}
9 int *[[gnu::unused]] attr_on_ptr;
10 // expected-warning@-1 {{attribute 'unused' ignored, because it cannot be applied to a type}}
/external/dtc/
H A DAndroid.mk9 -Wno-unused-parameter
/external/elfutils/backends/
H A Dsparc_init.c48 sparc_init (Elf *elf __attribute__ ((unused)),
49 GElf_Half machine __attribute__ ((unused)),
/external/ltp/testcases/kernel/controllers/memcg/stress/
H A Dmemcg_process_stress.c48 void sigusr_handler(int __attribute__ ((unused)) signo)
71 void sigint_handler(int __attribute__ ((unused)) signo)
/external/ltp/testcases/kernel/syscalls/clone/
H A Dclone05.c91 static int child_fn(void *unused __attribute__((unused)))
/external/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp57 this->unused = ir->write_mask;
64 int unused; member in class:__anon14655::assignment_entry
81 entry->unused, used & 0xf);
82 entry->unused &= ~used;
83 if (!entry->unused)
211 int remove = entry->unused & ir->write_mask;
228 entry->unused &= ~remove;
288 printf(" %s (0x%01x)\n", entry->lhs->name, entry->unused);
/external/mockito/src/main/java/org/mockito/internal/junit/
H A DUnusedStubbingsFinder.java17 * Finds unused stubbings
22 * Gets all unused stubbings for given set of mock objects, in order
27 List<Stubbing> unused = filter(stubbings, new Filter<Stubbing>() {
33 return new UnusedStubbings(unused);
37 * Gets unused stubbings per location. This method is less accurate than {@link #getUnusedStubbings(Iterable)}.
42 * In certain scenarios (detecting unused stubbings by JUnit runner), we need this exact level of accuracy.
59 //2nd pass, collect unused stubbings by location
61 //Also, using map to deduplicate reported unused stubbings
62 // if unused stubbing appear in the setup method / constructor we don't want to report it per each test case

Completed in 976 milliseconds

1234567891011>>