OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_PASTE
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/EGL/
egl_trace.h
28
#define
_PASTE
(x, y) x ## y
29
#define PASTE(x, y)
_PASTE
(x,y)
/system/core/libutils/include/utils/
Trace.h
29
#define
_PASTE
(x, y) x ## y
30
#define PASTE(x, y)
_PASTE
(x,y)
Completed in 68 milliseconds