OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DYNAMIC_ANNOTATIONS
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
DynamicAnnotations.cpp
31
#if USE(
DYNAMIC_ANNOTATIONS
)
35
#endif // USE(
DYNAMIC_ANNOTATIONS
)
DynamicAnnotations.h
51
#if USE(
DYNAMIC_ANNOTATIONS
)
87
#else // USE(
DYNAMIC_ANNOTATIONS
)
94
#endif // USE(
DYNAMIC_ANNOTATIONS
)
/external/valgrind/unittest/
Makefile
74
DYNAMIC_ANNOTATIONS_DIR=../
dynamic_annotations
75
DYNAMIC_ANNOTATIONS_H=${DYNAMIC_ANNOTATIONS_DIR}/
dynamic_annotations
.h
76
DYNAMIC_ANNOTATIONS_C=${DYNAMIC_ANNOTATIONS_DIR}/
dynamic_annotations
.c
78
DYNAMIC_ANNOTATIONS_O=$(BIN)
dynamic_annotations
-$(BUILD).$(OBJ)
82
DYNAMIC_ANNOTATIONS
=${DYNAMIC_ANNOTATIONS_C} ${DYNAMIC_ANNOTATIONS_H}
128
$(BIN)%-$(BUILD).$(OBJ): %.cc ${
DYNAMIC_ANNOTATIONS
} thread_wrappers.h \
135
$(BIN)opt_tests-$(BUILD).$(OBJ): opt_tests.cc ${
DYNAMIC_ANNOTATIONS
} thread_wrappers.h thread_wrappers_win.h thread_wrappers_pthread.h old_test_suite.h test_utils.h | bin
140
$(BIN)%-$(BUILD).$(OBJ): %.mm ${
DYNAMIC_ANNOTATIONS
} thread_wrappers.h thread_wrappers_win.h thread_wrappers_pthread.h old_test_suite.h test_utils.h | bin
Completed in 2739 milliseconds