/external/chromium/third_party/libjingle/source/talk/xmllite/ |
xmlbuilder.cc | 113 UNUSED(pctx); 114 UNUSED(name); 122 UNUSED(pctx); 130 UNUSED(pctx); 131 UNUSED(err);
|
/external/bouncycastle/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
|
/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
|
cli-main.c | 107 static void cli_dropbear_log(int UNUSED(priority),
|
svr-main.c | 333 static void sigchld_handler(int UNUSED(unused)) { 346 static void sigsegv_handler(int UNUSED(unused)) { 353 static void sigintterm_handler(int UNUSED(unused)) {
|
/external/quake/quake/src/QW/client/ |
d_init.c | 79 UNUSED(prects); 80 UNUSED(transparent); 172 UNUSED(prect);
|
bothdefs.h | 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
|
/external/quake/quake/src/WinQuake/ |
d_init.cpp | 79 UNUSED(prects);
80 UNUSED(transparent);
171 UNUSED(prect);
|
vid_vga.cpp | 416 UNUSED(lvid);
417 UNUSED(pcurrentmode);
434 UNUSED(pcurrentmode);
471 UNUSED(lvid);
|
/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/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppstanzaparser.cc | 100 UNUSED(pctx); 101 UNUSED(errCode);
|
/external/libvpx/vp8/common/ |
asm_com_offsets.c | 18 static void assert_##name(void) UNUSED;\
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
reg-notes.def | 66 REG_NOTE (UNUSED)
|
/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/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;
|
client_socket_handle.cc | 98 case ClientSocketHandle::UNUSED:
|
/external/chromium/third_party/libjingle/source/talk/base/ |
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...] |
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...] |
/bionic/libc/netbsd/isc/ |
ev_streams.c | 132 UNUSED(opaqueCtx); 143 UNUSED(opaqueCtx); 268 UNUSED(evmask); 291 UNUSED(evmask);
|
ev_timers.c | 275 UNUSED(value); 425 UNUSED(ctx); 459 UNUSED(uap); 487 UNUSED(due); 488 UNUSED(inter);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_dpb.h | 49 UNUSED = 0,
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 57 status_(UNUSED), 129 UNUSED, 135 bool is_unused() const { return status_ == UNUSED; }
|
/external/v8/src/ia32/ |
lithium-codegen-ia32.h | 60 status_(UNUSED), 121 UNUSED, 127 bool is_unused() const { return status_ == UNUSED; }
|
/external/v8/src/x64/ |
lithium-codegen-x64.h | 60 status_(UNUSED), 116 UNUSED, 122 bool is_unused() const { return status_ == UNUSED; }
|
/external/libvpx/vp8/encoder/ |
asm_enc_offsets.c | 22 static void assert_##name(void) UNUSED;\
|