Home
last modified time | relevance | path

Searched refs:SEVERITY_INFO (Results 1 – 25 of 73) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DSeverityAndDescriptionFieldFilter.java33 static final int SEVERITY_INFO = 1 << IMarker.SEVERITY_INFO; field in SeverityAndDescriptionFieldFilter
34 protected int selectedSeverities = SEVERITY_ERROR + SEVERITY_WARNING + SEVERITY_INFO;
H A DSeverityAndDescriptionConfigurationArea.java110 SeverityAndDescriptionFieldFilter.SEVERITY_INFO, in createSeverityGroup()
124 .setSelection((SeverityAndDescriptionFieldFilter.SEVERITY_INFO & severities) > 0); in initialize()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/processor/
H A Dlogging.h96 SEVERITY_INFO, enumerator
154 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
170 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h96 SEVERITY_INFO, enumerator
154 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
170 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h96 SEVERITY_INFO, enumerator
154 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
170 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dlogging.h84 SEVERITY_INFO, enumerator
145 #define BPLOG_MINIMUM_SEVERITY SEVERITY_INFO
161 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.externaltools/src/net/sourceforge/phpdt/externaltools/actions/
H A DExternalPHPParser.java143 IMarker.SEVERITY_INFO)); in scanLine()
184 IMarker.SEVERITY_INFO)); in setMarker()
228 IMarker.SEVERITY_INFO)); in setMarker()
232 IMarker.SEVERITY_INFO)); in setMarker()
300 IMarker.SEVERITY_INFO)); in setMarker()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/processor/
H A Dlogging.h82 SEVERITY_INFO, enumerator
144 google_breakpad::LogStream::SEVERITY_INFO, \
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/
H A DAnnotationManagerTest.java98 …quals(fAnnotationTypeLookup.getAnnotationType(NewSearchUI.SEARCH_MARKER, IMarker.SEVERITY_INFO))) { in testAddAnnotation()
140 …quals(fAnnotationTypeLookup.getAnnotationType(NewSearchUI.SEARCH_MARKER, IMarker.SEVERITY_INFO))) { in testRemoveQuery()
166 …quals(fAnnotationTypeLookup.getAnnotationType(NewSearchUI.SEARCH_MARKER, IMarker.SEVERITY_INFO))) { in testReplaceQuery()
195 …quals(fAnnotationTypeLookup.getAnnotationType(NewSearchUI.SEARCH_MARKER, IMarker.SEVERITY_INFO))) { in testSwitchQuery()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/
H A DProblemFilter.java74 public static final int SEVERITY_INFO = 1 << 0; field in ProblemFilter
142 } else if (markerSeverity == IMarker.SEVERITY_INFO) { in selectBySeverity()
143 return (severity & SEVERITY_INFO) > 0; in selectBySeverity()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/
H A DProblemsLabelDecorator.java306 …if (val == IMarker.SEVERITY_INFO || val == IMarker.SEVERITY_WARNING || val == IMarker.SEVERITY_ERR… in getErrorTicksFromMarkers()
318 case IMarker.SEVERITY_INFO: in getErrorTicksFromMarkers()
359 if (severity == IMarker.SEVERITY_INFO) { in getPackageErrorTicksFromMarkers()
404 case IMarker.SEVERITY_INFO: in getErrorTicksFromAnnotationModel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/
H A DProblemImageProvider.java52 case IMarker.SEVERITY_INFO: in getImagePath()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/util/logging/
H A DPlatformLogger.java125 private static final int SEVERITY_INFO = 800; field in PlatformLogger.Level
135 SEVERITY_FINE, SEVERITY_CONFIG, SEVERITY_INFO,
162 case SEVERITY_INFO : return Level.INFO; in valueOf()

123