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

1234

/external/libvpx/libvpx/vpx_ports/
H A Dasm_offsets.h18 static void assert_##name(void) UNUSED;\
/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/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlbuilder.cc110 UNUSED(pctx);
111 UNUSED(name);
119 UNUSED(pctx);
127 UNUSED(pctx);
128 UNUSED(err);
H A Dxmlparser_unittest.cc54 UNUSED(pctx);
55 UNUSED(name);
60 UNUSED(pctx);
64 UNUSED(pctx);
/external/bouncycastle/bcprov/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
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h71 #ifdef UNUSED
73 #define UNUSED __attribute__ ((unused)) macro
75 #define UNUSED macro
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
455 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/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppstanzaparser.cc101 UNUSED(pctx);
102 UNUSED(errCode);
H A Dchatroommodule_unittest.cc119 UNUSED(room);
128 UNUSED(room);
136 UNUSED(room);
142 UNUSED(room);
148 UNUSED(room);
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc62 state_(UNUSED),
95 if (state_ == UNUSED) {
186 DCHECK_EQ(state_, UNUSED);
202 DCHECK(state_ == UNUSED || state_ == RUNNING);
219 bool unused = state_ == UNUSED;
H A Dindexed_db_transaction.h80 UNUSED, // Created, but no tasks yet. enumerator in enum:content::IndexedDBTransaction::State
/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/chromium_org/third_party/libjingle/source/talk/base/
H A Dcommon.h43 // Note: UNUSED is also defined in basictypes.h
44 #ifndef UNUSED
45 #define UNUSED(x) Unused(static_cast<const void*>(&x)) macro
61 #endif // UNUSED
H A Dbasictypes.h145 // Note: UNUSED is also defined in common.h
146 #ifndef UNUSED
147 #define UNUSED(x) Unused(static_cast<const void*>(&x)) macro
163 #endif // UNUSED
/external/chromium_org/net/disk_cache/
H A Dstats.h50 UNUSED, // Was: ga.js was evicted from the cache. enumerator in enum:disk_cache::Stats::Counters
/external/chromium_org/net/socket/
H A Dclient_socket_handle.h36 UNUSED = 0, // unused socket that just finished connecting enumerator in enum:net::ClientSocketHandle::SocketReuseType
157 return UNUSED;
H A Dclient_socket_handle.cc148 case ClientSocketHandle::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; }

Completed in 660 milliseconds

1234