Searched refs:UNUSED (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc113 UNUSED(pctx);
114 UNUSED(name);
122 UNUSED(pctx);
130 UNUSED(pctx);
131 UNUSED(err);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DReasonFlags.java26 public static final int UNUSED = (1 << 7); field in class:ReasonFlags
/external/dropbear/
H A Dincludes.h140 #ifdef UNUSED
142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
144 # define UNUSED(x) /*@unused@*/ x macro
146 # define UNUSED(x) x macro
H A Dcli-main.c107 static void cli_dropbear_log(int UNUSED(priority), argument
H A Dsvr-main.c333 static void sigchld_handler(int UNUSED(unused)) { argument
346 static void sigsegv_handler(int UNUSED(unused)) { argument
353 static void sigintterm_handler(int UNUSED(unused)) { argument
H A Dcli-chansession.c84 static void cli_closechansess(struct Channel *UNUSED(channel)) { argument
258 static void sigwinch_handler(int UNUSED(unused)) { argument
H A Dsvr-agentfwd.c98 static void agentaccept(struct Listener *UNUSED(listener), int sock) { argument
/external/quake/quake/src/QW/client/
H A Dd_init.c79 UNUSED(prects);
80 UNUSED(transparent);
172 UNUSED(prect);
H A Dbothdefs.h47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings macro
/external/quake/quake/src/WinQuake/
H A Dd_init.cpp79 UNUSED(prects);
80 UNUSED(transparent);
171 UNUSED(prect);
H A Dvid_vga.cpp416 UNUSED(lvid);
417 UNUSED(pcurrentmode);
434 UNUSED(pcurrentmode);
471 UNUSED(lvid);
H A Dvid_ext.cpp186 UNUSED(lvid);
187 UNUSED(pcurrentmode);
721 UNUSED(rects);
722 UNUSED(pcurrentmode);
/external/libvpx/vpx/
H A Dvpx_codec.h63 #ifdef UNUSED
65 #define UNUSED __attribute__ ((unused)) macro
67 #define UNUSED macro
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/
H A Dxmppstanzaparser.cc100 UNUSED(pctx);
101 UNUSED(errCode);
/external/libvpx/vp8/common/
H A Dasm_com_offsets.c18 static void assert_##name(void) UNUSED;\
/external/chromium/net/socket/
H A Dclient_socket_handle.h35 UNUSED = 0, // unused socket that just finished connecting enumerator in enum:net::ClientSocketHandle::SocketReuseType
142 return UNUSED;
H A Dclient_socket_handle.cc98 case ClientSocketHandle::UNUSED:
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
114 #endif // UNUSED
H A Dcommon.h42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
49 #endif // UNUSED
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h60 status_(UNUSED),
133 UNUSED, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
139 bool is_unused() const { return status_ == UNUSED; }
/external/v8/src/x64/
H A Dlithium-codegen-x64.h60 status_(UNUSED),
124 UNUSED, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
130 bool is_unused() const { return status_ == UNUSED; }
/external/libvpx/vp8/encoder/
H A Dasm_enc_offsets.c22 static void assert_##name(void) UNUSED;\
/external/v8/src/arm/
H A Dlithium-codegen-arm.h58 status_(UNUSED),
141 UNUSED, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
147 bool is_unused() const { return status_ == UNUSED; }
/external/v8/src/mips/
H A Dlithium-codegen-mips.h58 status_(UNUSED),
137 UNUSED, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
143 bool is_unused() const { return status_ == UNUSED; }
/external/skia/src/core/
H A DSkPicture.cpp46 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break;

Completed in 710 milliseconds

123