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

1 2

  /external/dropbear/
includes.h 139 /* so we can avoid warnings about unused params (ie in signal handlers etc) */
140 #ifdef UNUSED
142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused))
144 # define UNUSED(x) /*@unused@*/ x
146 # define UNUSED(x) x
  /bionic/libc/netbsd/resolv/
res_mkquery.c 105 #define UNUSED(a) (void)&a
107 #define UNUSED(a) a = a
132 UNUSED(newrr_in);
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x))
44 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
45 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
46 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
basictypes.h 107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x))
109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 9 * unused (0),
26 public static final int UNUSED = (1 << 7);
60 public static final int unused = (1 << 7); field in class:ReasonFlags
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 49 UNUSED = 0,
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
NamespaceDetector.java 63 /** Unused namespace declarations */
64 public static final Issue UNUSED = Issue.create(
66 "Finds unused namespaces in XML documents",
68 "Unused namespace declarations take up space and require processing that is not " +
169 mCheckUnused = context.isEnabled(UNUSED);
176 context.report(UNUSED, attribute, context.getLocation(attribute),
177 String.format("Unused namespace %1$s", prefix), null);
  /external/chromium/net/socket/
client_socket_handle.h 35 UNUSED = 0, // unused socket that just finished connecting
36 UNUSED_IDLE, // unused socket that has been idle for awhile
142 return UNUSED;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 57 # define UNUSED __attribute__((unused))
  /external/libvpx/vpx/
vpx_codec.h 62 /*!\brief Decorator indicating a function is potentially unused */
63 #ifdef UNUSED
65 #define UNUSED __attribute__ ((unused))
67 #define UNUSED
409 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
429 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
449 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 41 UNUSED
  /external/quake/quake/src/QW/client/
bothdefs.h 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
  /external/skia/src/core/
SkPictureFlat.h 20 UNUSED,
  /external/v8/src/arm/
lithium-codegen-arm.h 58 status_(UNUSED),
141 UNUSED,
147 bool is_unused() const { return status_ == UNUSED; }
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 60 status_(UNUSED),
133 UNUSED,
139 bool is_unused() const { return status_ == UNUSED; }
  /external/v8/src/mips/
lithium-codegen-mips.h 58 status_(UNUSED),
137 UNUSED,
143 bool is_unused() const { return status_ == UNUSED; }
  /external/v8/src/x64/
lithium-codegen-x64.h 60 status_(UNUSED),
124 UNUSED,
130 bool is_unused() const { return status_ == UNUSED; }
  /ndk/sources/host-tools/make-3.81/
make.h 211 #define UNUSED __attribute__ ((unused))
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 62 public static final int UNUSED = 306;
  /external/qemu-pc-bios/bochs/
bochs.h 400 #ifndef UNUSED
401 # define UNUSED(x) ((void)x)
  /external/quake/quake/src/WinQuake/
quakedef.h 85 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
gl_draw.cpp 127 static const GLuint UNUSED = (GLuint) -2;
134 GLuint real_texnum; // UNUSED, PAGED_OUT
145 real_texnum = UNUSED;
195 if ( e->real_texnum == UNUSED) {
267 if (! (e->real_texnum == UNUSED || e->real_texnum == PAGED_OUT)) {
324 glBindTexture(GL_TEXTURE_2D, UNUSED);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 49 /* silence warning about unused parameter even for "gcc -W -Wunused" */
50 # define UNUSED __attribute__((unused))
53 #ifndef UNUSED
54 # define UNUSED
518 struct input *input UNUSED;
    [all...]
  /bionic/linker/
linker.cpp 156 #define UNUSED __attribute__((unused))
157 DISALLOW_ALLOCATION(void*, malloc, (size_t u UNUSED));
158 DISALLOW_ALLOCATION(void, free, (void* u UNUSED));
159 DISALLOW_ALLOCATION(void*, realloc, (void* u1 UNUSED, size_t u2 UNUSED));
160 DISALLOW_ALLOCATION(void*, calloc, (size_t u1 UNUSED, size_t u2 UNUSED));
    [all...]

Completed in 642 milliseconds

1 2