OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DYNAMIC_ANNOTATIONS_ENABLED
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h
51
- None (
DYNAMIC_ANNOTATIONS_ENABLED
is not defined or zero).
53
- ThreadSanitizer, Helgrind, DRD (
DYNAMIC_ANNOTATIONS_ENABLED
is 1).
60
#ifndef
DYNAMIC_ANNOTATIONS_ENABLED
61
# define
DYNAMIC_ANNOTATIONS_ENABLED
0
64
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0
330
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 */
371
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
*/
390
#if
DYNAMIC_ANNOTATIONS_ENABLED
== 0
526
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0 && defined(__cplusplus)
557
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 *
[
all
...]
dynamic_annotations.c
64
#if
DYNAMIC_ANNOTATIONS_ENABLED
== 1 \
134
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
== 1
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h
51
- None (
DYNAMIC_ANNOTATIONS_ENABLED
is not defined or zero).
53
- ThreadSanitizer, Helgrind, DRD (
DYNAMIC_ANNOTATIONS_ENABLED
is 1).
60
#ifndef
DYNAMIC_ANNOTATIONS_ENABLED
61
# define
DYNAMIC_ANNOTATIONS_ENABLED
0
64
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0
330
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 */
371
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
*/
390
#if
DYNAMIC_ANNOTATIONS_ENABLED
== 0
526
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0 && defined(__cplusplus)
557
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 *
[
all
...]
dynamic_annotations.c
64
#if
DYNAMIC_ANNOTATIONS_ENABLED
== 1 \
134
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
== 1
/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
...]
/external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h
44
- None (
DYNAMIC_ANNOTATIONS_ENABLED
is not defined or zero).
46
- ThreadSanitizer, Helgrind, DRD (
DYNAMIC_ANNOTATIONS_ENABLED
is 1).
80
#ifndef
DYNAMIC_ANNOTATIONS_ENABLED
81
# define
DYNAMIC_ANNOTATIONS_ENABLED
0
84
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0
380
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 */
424
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
*/
558
#if
DYNAMIC_ANNOTATIONS_ENABLED
!= 0 && defined(__cplusplus)
588
#else /*
DYNAMIC_ANNOTATIONS_ENABLED
== 0 */
593
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
*/
[
all
...]
dynamic_annotations.c
56
#if
DYNAMIC_ANNOTATIONS_ENABLED
== 1 \
226
#endif /*
DYNAMIC_ANNOTATIONS_ENABLED
== 1
Completed in 856 milliseconds