Home
last modified time | relevance | path

Searched refs:API_COMPONENT (Results 1 – 12 of 12) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/
H A DFilterListDeltaVisitor.java113 case IDelta.API_COMPONENT: in isExcluded()
212 if (delta.getFlags() == IDelta.API_COMPONENT) { in processLeafDelta()
305 case IDelta.API_COMPONENT: in processLeafDelta()
H A DAPIToolsAnalysisTask.java484 …em.CATEGORY_COMPATIBILITY, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.REMOVED, IDelta.API_COMPONENT); in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DBundlesDeltaTests.java55 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test1()
60 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test1()
194 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test8()
204 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test8()
214 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test8()
224 assertEquals("Wrong flag", IDelta.API_COMPONENT, child.getFlags()); //$NON-NLS-1$ in test8()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/comparator/
H A DIDelta.java151 public static final int API_COMPONENT = 3; field
H A DApiComparator.java125 … Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.REMOVED, IDelta.API_COMPONENT, null, id, id); in compare()
158 …ew Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.ADDED, IDelta.API_COMPONENT, null, id, id)… in compare()
206 …delta = new Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.ADDED, IDelta.API_COMPONENT, null… in compare()
259 …return new Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.ADDED, IDelta.API_COMPONENT, null,… in compare()
262 …return new Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.REMOVED, IDelta.API_COMPONENT, nul… in compare()
H A DDeltaProcessor.java115 case IDelta.API_COMPONENT: in isApiProfileCompatible()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/
H A DMessages.java171 if (delta.getFlags() == IDelta.API_COMPONENT) { in getKey()
/dports/math/z3/z3-z3-4.8.13/scripts/
H A Dmk_util.py60 API_COMPONENT='api' variable
1956 api_src = get_component(API_COMPONENT).to_src_dir
2145 out.write(' -I%s' % get_component(API_COMPONENT).to_src_dir)
2180 out.write(' -I%s' % get_component(API_COMPONENT).to_src_dir)
3005 api = get_component(API_COMPONENT)
/dports/math/py-z3-solver/z3-z3-4.8.10/scripts/
H A Dmk_util.py60 API_COMPONENT='api' variable
1919 api_src = get_component(API_COMPONENT).to_src_dir
2094 out.write(' -I%s' % get_component(API_COMPONENT).to_src_dir)
2129 out.write(' -I%s' % get_component(API_COMPONENT).to_src_dir)
2918 api = get_component(API_COMPONENT)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/problems/
H A DApiProblemFactory.java900 case IDelta.API_COMPONENT: in getProblemMessageId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/
H A DUtil.java757 case IDelta.API_COMPONENT: in getDeltaFlagsName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/
H A DBaseApiAnalyzer.java1486 …delta = new Delta(null, IDelta.API_BASELINE_ELEMENT_TYPE, IDelta.ADDED, IDelta.API_COMPONENT, null… in checkCompatibility()