HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_UNUSED (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyFindNext_Test.cpp 80 #if DEBUG_UNUSED
96 #if DEBUG_UNUSED
Simplify.cpp 34 #define DEBUG_UNUSED 0 // set to expose unused functions
508 #if DEBUG_UNUSED
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 1134 DEBUG_UNUSED( inComponentSignature );
1135 DEBUG_UNUSED( inOptions );
1136 DEBUG_UNUSED( inExceptionString );
1137 DEBUG_UNUSED( inValue );
1138 DEBUG_UNUSED( inOutputMsg );
    [all...]
DebugServices.h 359 /*! @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 )
    [all...]

Completed in 1037 milliseconds