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

  /external/mdnsresponder/mDNSShared/
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...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 34 #define DEBUG_UNUSED 0 // set to expose unused functions
508 #if DEBUG_UNUSED
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 34 #define DEBUG_UNUSED 0 // set to expose unused functions
508 #if DEBUG_UNUSED
    [all...]

Completed in 623 milliseconds