Searched defs:DEBUG_UNUSED (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h359 /*! @defined DEBUG_UNUSED
365 There is no universally supported pragma/attribute for indicating a variable is unused. DEBUG_UNUSED lets us
369 #define DEBUG_UNUSED( X ) (void)( X ) macro
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp34 #define DEBUG_UNUSED 0 // set to expose unused functions macro
508 #if DEBUG_UNUSED
/external/skia/experimental/Intersection/
H A DSimplify.cpp34 #define DEBUG_UNUSED 0 // set to expose unused functions macro
508 #if DEBUG_UNUSED

Completed in 2507 milliseconds