Searched refs:DECORATOR (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/logging/
H A DlogDecorators.hpp43 DECORATOR(time, t) \
44 DECORATOR(utctime, utc) \
45 DECORATOR(uptime, u) \
46 DECORATOR(timemillis, tm) \
47 DECORATOR(uptimemillis, um) \
48 DECORATOR(timenanos, tn) \
49 DECORATOR(uptimenanos, un) \
50 DECORATOR(hostname, hn) \
51 DECORATOR(pid, p) \
52 DECORATOR(ti
63 #define DECORATOR macro
65 #undef DECORATOR macro
[all...]
H A DlogDecorations.hpp47 #define DECORATOR(name, abbr) char* create_##name##_decoration(char* pos); macro
49 #undef DECORATOR macro
H A DlogDecorators.cpp31 #define DECORATOR(n, a) {#n, #a}, macro
33 #undef DECORATOR macro
H A DlogDecorations.cpp49 #define DECORATOR(full_name, abbr) \ macro
55 #undef DECORATOR macro
/openjdk9/hotspot/test/native/logging/
H A Dtest_logDecorators.cpp29 #define DECORATOR(name, abbr) LogDecorators::name##_decorator, macro
31 #undef DECORATOR macro
35 #define DECORATOR(name, abbr) #name, macro
37 #undef DECORATOR macro
41 #define DECORATOR(name, abbr) #abbr, macro
43 #undef DECORATOR macro

Completed in 45 milliseconds