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

  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.c 51 #if DYNAMIC_ANNOTATIONS_ENABLED == 1
130 #endif /* DYNAMIC_ANNOTATIONS_ENABLED == 1 */
dynamic_annotations.h 47 - None (DYNAMIC_ANNOTATIONS_ENABLED is not defined or zero).
49 - ThreadSanitizer, Helgrind, DRD (DYNAMIC_ANNOTATIONS_ENABLED is 1).
83 #ifndef DYNAMIC_ANNOTATIONS_ENABLED
84 # define DYNAMIC_ANNOTATIONS_ENABLED 0
87 #if DYNAMIC_ANNOTATIONS_ENABLED != 0
381 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
425 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */
553 #if DYNAMIC_ANNOTATIONS_ENABLED != 0 && defined(__cplusplus)
583 #else /* DYNAMIC_ANNOTATIONS_ENABLED == 0 */
588 #endif /* DYNAMIC_ANNOTATIONS_ENABLED */
    [all...]

Completed in 58 milliseconds