Home
last modified time | relevance | path

Searched refs:DEBUG_UNUSED (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplifyFindNext_Test.cpp80 #if DEBUG_UNUSED
96 #if DEBUG_UNUSED
DSimplify.cpp34 #define DEBUG_UNUSED 0 // set to expose unused functions macro
508 #if DEBUG_UNUSED
/external/skia/experimental/Intersection/
DSimplifyFindNext_Test.cpp80 #if DEBUG_UNUSED
96 #if DEBUG_UNUSED
DSimplify.cpp34 #define DEBUG_UNUSED 0 // set to expose unused functions macro
508 #if DEBUG_UNUSED
/external/mdnsresponder/mDNSShared/
DDebugServices.c1134 DEBUG_UNUSED( inComponentSignature ); in DebugAssertOutputHandler()
1135 DEBUG_UNUSED( inOptions ); in DebugAssertOutputHandler()
1136 DEBUG_UNUSED( inExceptionString ); in DebugAssertOutputHandler()
1137 DEBUG_UNUSED( inValue ); in DebugAssertOutputHandler()
1138 DEBUG_UNUSED( inOutputMsg ); in DebugAssertOutputHandler()
2049 DEBUG_UNUSED( inType ); in DebugHexDump()
2050 DEBUG_UNUSED( inTypeSize ); in DebugHexDump()
DDebugServices.h369 #define DEBUG_UNUSED( X ) (void)( X ) macro