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

  /external/libpng/
pngconf.h 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
345 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
369 # ifndef PNG_USE_RESULT
370 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
399 # ifndef PNG_USE_RESULT
400 # define PNG_USE_RESULT /* not supported */
432 #ifndef PNG_USE_RESULT
433 # define PNG_USE_RESULT /* The result of this function must be checked */
  /external/pdfium/third_party/libpng16/
pngconf.h 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
345 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
369 # ifndef PNG_USE_RESULT
370 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
399 # ifndef PNG_USE_RESULT
400 # define PNG_USE_RESULT /* not supported */
432 #ifndef PNG_USE_RESULT
433 # define PNG_USE_RESULT /* The result of this function must be checked */
  /external/skia/third_party/libpng/
pngconf.h 344 # if !defined(PNG_USE_RESULT) && __has_attribute(__warn_unused_result__)
345 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
369 # ifndef PNG_USE_RESULT
370 # define PNG_USE_RESULT __attribute__((__warn_unused_result__))
399 # ifndef PNG_USE_RESULT
400 # define PNG_USE_RESULT /* not supported */
432 #ifndef PNG_USE_RESULT
433 # define PNG_USE_RESULT /* The result of this function must be checked */
  /external/syslinux/com32/include/
pngconf.h     [all...]

Completed in 188 milliseconds