Searched defs:UNUSED (Results 1 - 25 of 50) sorted by relevance

12

/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-agentfwd.c98 static void agentaccept(struct Listener *UNUSED(listener), int sock) { 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-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 Ddbutil.c117 static void generic_dropbear_log(int UNUSED(priority), const char* format, argument
H A Dsvr-chansession.c82 static void sesssigchild_handler(int UNUSED(dummy)) { argument
/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/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.h42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
49 #endif // UNUSED
H A Dbasictypes.h107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
114 #endif // UNUSED
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DEnumTest.java41 UNUSED enum constant in enum:EnumTest.Bogus
/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/third_party/libjingle/source/talk/base/
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
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
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_superlock.c52 static int superlockBusyHandler(void *pCtx, int UNUSED){ argument
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_HttpServer.java62 public static final int UNUSED = 306; field in class:Support_HttpServer
/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;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h80 UNUSED, // Created, but no tasks yet. enumerator in enum:content::IndexedDBTransaction::State
/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;
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h70 #ifdef UNUSED
72 #define UNUSED __attribute__ ((unused)) macro
74 #define UNUSED macro
414 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
434 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
454 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h62 status_(UNUSED),
151 UNUSED, enumerator in enum:v8::internal::BASE_EMBEDDED::Status
157 bool is_unused() const { return status_ == UNUSED; }
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h129 # define UNUSED macro
145 # define UNUSED __attribute__((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/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/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; }

Completed in 486 milliseconds

12