HomeSort by relevance Sort by last modified time
    Searched defs:UNUSED (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libexif/libexif/
exif-system.h 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused))
29 # define UNUSED(param) param
  /frameworks/av/drm/mediadrm/plugins/clearkey/common/include/
Utils.h 30 #define UNUSED(x) (void)(x);
  /system/core/libsysutils/src/
FrameworkCommand.cpp 24 #define UNUSED __attribute__((unused))
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED,
31 char **argv UNUSED) {
  /external/honggfuzz/libcommon/
common.h 38 #ifndef UNUSED
39 #define UNUSED __attribute__((unused))
  /external/libunwind/src/mi/
init.c 30 static const char rcsid[] UNUSED =
  /hardware/intel/common/utils/ituxd/jni/
onload.cpp 28 #define UNUSED(expr) (void)(expr)
34 UNUSED(reserved);
  /external/libavc/encoder/
ime_macros.h 42 #define UNUSED(x) ((void)(x))
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 28 #define UNUSED(x) (void)(x)
40 UNUSED(L);
autocorr.c 31 #define UNUSED(x) (void)(x)
45 UNUSED(m);
syn_filt.c 29 #define UNUSED(x) (void)(x)
100 UNUSED(m);
  /device/google/contexthub/firmware/os/algos/util/
nano_assert.h 52 #define UNUSED(x) ((void)(sizeof(x)))
  /external/libunwind/src/coredump/
_UCD_access_mem.c 55 const char *filename UNUSED;
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_proc.c 32 #define UNUSED __attribute__ ((unused))
36 void sighandler(UNUSED int signo)
  /external/ltp/testcases/kernel/controllers/cpuctl_fj/
cpuctl_fj_cpu-hog.c 33 #define UNUSED __attribute__ ((unused))
39 void sighandler(UNUSED int signo)
  /frameworks/av/media/libstagefright/codecs/common/
cmnMemory.c 29 #define UNUSED(x) (void)(x)
33 UNUSED(uID);
44 UNUSED(uID);
52 UNUSED(uID);
60 UNUSED(uID);
68 UNUSED(uID);
69 UNUSED(pBuffer);
70 UNUSED(uSize);
77 UNUSED(uID);
84 UNUSED(uID)
    [all...]
  /build/kati/
log.h 33 #define UNUSED __attribute__((unused))
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_lib.h 54 #define UNUSED
59 #define UNUSED __attribute__((unused))
  /external/compiler-rt/lib/builtins/
int_lib.h 45 #define UNUSED
50 #define UNUSED __attribute__((unused))
  /external/libunwind/include/
compiler.h 36 # define UNUSED __attribute__((unused))
61 # define UNUSED
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.h 39 #ifndef UNUSED
40 #define UNUSED(x) (void)(x)
  /libcore/ojluni/src/main/java/java/security/cert/
CRLReason.java 82 * Unused reason.
84 UNUSED,
  /system/core/base/include/android-base/
macros.h 127 // int foo(int x) { UNUSED(x); return 10; }
130 void UNUSED(const T&...) {
  /bionic/libc/dns/resolv/
res_mkquery.c 104 #define UNUSED(a) (void)&a
106 #define UNUSED(a) a = a
131 UNUSED(newrr_in);
  /device/google/marlin/power/
power-common.h 52 #define UNUSED(x) UNUSED_ ## x __attribute__((__unused__))
  /external/elfutils/tests/
backtrace-child.c 85 main (int argc __attribute__ ((unused)), char **argv)
101 #define UNUSED __attribute__ ((unused))
149 stdarg (int f UNUSED, ...)
194 start (void *arg UNUSED)
202 main (int argc UNUSED, char **argv)

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>