Home
last modified time | relevance | path

Searched refs:NO_RESOLUTION (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DAddAutomaticModuleResolution.java80 int problemID = marker.getAttribute(PDEMarkerFactory.PROBLEM_ID, PDEMarkerFactory.NO_RESOLUTION); in getProblemId()
81 if (problemID != PDEMarkerFactory.NO_RESOLUTION) { in getProblemId()
84 return marker.getAttribute("id", PDEMarkerFactory.NO_RESOLUTION); //$NON-NLS-1$ in getProblemId()
H A DResolutionGenerator.java151 int problemID = marker.getAttribute(PDEMarkerFactory.PROBLEM_ID, PDEMarkerFactory.NO_RESOLUTION); in getProblemId()
152 if (problemID != PDEMarkerFactory.NO_RESOLUTION) { in getProblemId()
155 return marker.getAttribute("id", PDEMarkerFactory.NO_RESOLUTION); //$NON-NLS-1$ in getProblemId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.core/src/org/eclipse/pde/internal/ds/core/builders/
H A DDSMarkerFactory.java24 public static final int NO_RESOLUTION = -1; field in DSMarkerFactory
34 return createMarker(file, NO_RESOLUTION, ""); //$NON-NLS-1$ in createMarker()
H A DXMLErrorReporter.java122 DSMarkerFactory.NO_RESOLUTION, DSMarkerFactory.CAT_OTHER); in addMarker()
160 return report(message, line, severity, DSMarkerFactory.NO_RESOLUTION, in report()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/buildpath/
H A DClasspathVariableMarkerResolutionGenerator.java51 private final static IMarkerResolution[] NO_RESOLUTION = new IMarkerResolution[0]; field in ClasspathVariableMarkerResolutionGenerator
76 return NO_RESOLUTION; in getResolutions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/
H A DJreResolutionGenerator.java47 private final static IMarkerResolution[] NO_RESOLUTION = new IMarkerResolution[0]; field in JreResolutionGenerator
126 return NO_RESOLUTION; in getResolutions()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/document/
H A DDateTools.h33 NO_RESOLUTION, in CL_NS_DEF() enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DPDEMarkerFactory.java47 public static final int NO_RESOLUTION = -1; field in PDEMarkerFactory
H A DXMLErrorReporter.java117 …addMarker(e.getMessage(), e.getLineNumber(), severity, PDEMarkerFactory.NO_RESOLUTION, PDEMarkerFa… in addMarker()
H A DBundleErrorReporter.java1474 …y_unsupported, header.getLineNumber() + 1, severity, PDEMarkerFactory.NO_RESOLUTION, PDEMarkerFact… in validateBundleActivatorPolicy()
1510 …t_unsupported, header.getLineNumber() + 1, severity, PDEMarkerFactory.NO_RESOLUTION, PDEMarkerFact… in validateLazyStart()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DBuildpathProblemMarkerResolutionGenerator.java67 private final static IMarkerResolution[] NO_RESOLUTION = new IMarkerResolution[0]; field in BuildpathProblemMarkerResolutionGenerator
91 return NO_RESOLUTION; in getResolutions()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/queryParser/
H A DQueryParser.cpp100 dateResolution(CL_NS(document)::DateTools::NO_RESOLUTION),fieldToDateResolution(NULL), in QueryParser()
253 if (resolution == CL_NS(document)::DateTools::NO_RESOLUTION) { in CL_NS()
452 if (resolution == CL_NS(document)::DateTools::NO_RESOLUTION) { in getRangeQuery()
1162 dateResolution(CL_NS(document)::DateTools::NO_RESOLUTION),fieldToDateResolution(NULL), in QueryParser()
1238 dateResolution(CL_NS(document)::DateTools::NO_RESOLUTION),fieldToDateResolution(NULL), in QueryParser()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppopup.cpp65 NO_RESOLUTION, //!< No required resolution. enumerator
277 , m_resolution(NO_RESOLUTION) {} in CleanupLevel()
575 case NO_RESOLUTION: in analyzeCleanupList()
1523 case NO_RESOLUTION: in acceptResolution()
H A Dloadfoldercommand.cpp133 NO_RESOLUTION, enumerator
503 if (resolution == NO_RESOLUTION) { in acceptResolution()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/queryParser/
H A DTestQueryParser.cpp520 if (resolution == DateTools::NO_RESOLUTION) { in getDate()
602 endDateExpected, DateTools::NO_RESOLUTION); in testDateRange()
609 endDateExpected, DateTools::NO_RESOLUTION); in testDateRange()