Home
last modified time | relevance | path

Searched refs:MaxTags (Results 1 – 25 of 77) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
H A DlogSelection.hpp40 LogTagType _tags[LogTag::MaxTags];
52 LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType level);
62 bool consists_of(const LogTagType tags[LogTag::MaxTags]) const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp40 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
42 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
95 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
130 if (ntags == LogTag::MaxTags) { in parse_internal()
133 str, LogTag::MaxTags); in parse_internal()
174 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
183 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
298 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/logging/
H A DlogOutput.cpp94 static void sort_tags(LogTagType tags[LogTag::MaxTags]) { in sort_tags() argument
102 static const size_t MaxSubsets = 1 << LogTag::MaxTags;
107 static void generate_all_subsets_of(LogTagType result[MaxSubsets][LogTag::MaxTags], in generate_all_subsets_of() argument
109 const LogTagType tags[LogTag::MaxTags], in generate_all_subsets_of() argument
110 LogTagType subset[LogTag::MaxTags] = NULL, in generate_all_subsets_of() argument
114 assert(depth <= LogTag::MaxTags, "recursion depth overflow"); in generate_all_subsets_of()
124 if (depth == LogTag::MaxTags || tags[depth] == LogTag::__NO_TAG) { in generate_all_subsets_of()
129 if (subset_size != LogTag::MaxTags) { in generate_all_subsets_of()
136 memcpy(result[*result_size], subset, sizeof(*subset) * LogTag::MaxTags); in generate_all_subsets_of()
155 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in add_selections()
[all …]
H A DlogSelection.cpp39 LogSelection::LogSelection(const LogTagType tags[LogTag::MaxTags], bool wildcard, LogLevelType leve… in LogSelection() argument
41 while (_ntags < LogTag::MaxTags && tags[_ntags] != LogTag::__NO_TAG) { in LogSelection()
94 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in parse_internal()
129 if (ntags == LogTag::MaxTags) { in parse_internal()
132 str, LogTag::MaxTags); in parse_internal()
173 static bool contains(LogTagType tag, const LogTagType tags[LogTag::MaxTags], size_t ntags) { in contains() argument
182 bool LogSelection::consists_of(const LogTagType tags[LogTag::MaxTags]) const { in consists_of()
297 LogTagType tags[LogTag::MaxTags] = { LogTag::__NO_TAG }; in suggest_similar_matching()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logSelection.cpp50 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
70 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
87 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
156 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
188 LogTagType tags[LogTag::MaxTags] = { in TEST()
203 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()
211 …LogTagType tags[LogTag::MaxTags] = { PREFIX_LOG_TAG(logging), PREFIX_LOG_TAG(test), PREFIX_LOG_TAG… in TEST()

1234