Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/p2/publisher/
H A DPublisherResult.java40 if (type == NON_ROOT) in addIU()
57 if (type == null || type == NON_ROOT) { in getIU()
75 if (type == null || type == NON_ROOT) { in getIU()
97 if (type == NON_ROOT) in getIUs()
107 addIUs(result.getIUs(null, NON_ROOT), NON_ROOT); in merge() local
111 addIUs(result.getIUs(null, NON_ROOT), ROOT); in merge()
114 addIUs(result.getIUs(null, ROOT), NON_ROOT); in merge() local
115 addIUs(result.getIUs(null, NON_ROOT), NON_ROOT); in merge() local
H A DIPublisherResult.java57 public static final String NON_ROOT = "non_root"; //$NON-NLS-1$ field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/
H A DProductActionTest.java102 …ction<IInstallableUnit> ius = publisherResult.getIUs("branded.product", IPublisherResult.NON_ROOT); in testBrandedApplication()
111 …ion<IInstallableUnit> ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); in testLicense()
121 …ion<IInstallableUnit> ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); in testLicenseNoURL()
131 …ion<IInstallableUnit> ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); in testLicenseNoText()
141 …ion<IInstallableUnit> ius = publisherResult.getIUs("licenseIU.product", IPublisherResult.NON_ROOT); in testMissingLicense()
366 …ction<IInstallableUnit> ius = publisherResult.getIUs("branded.product", IPublisherResult.NON_ROOT); in testJREIncluded()
377 …lection<IInstallableUnit> ius = publisherResult.getIUs("SampleProduct", IPublisherResult.NON_ROOT); in testRequiredEEAsSpecified()
H A DProductContentTypeTest.java139 publisherResult.addIU(requiredUnit, IPublisherResult.NON_ROOT); in testTemplate()
157 …ollection<IInstallableUnit> ius = publisherResult.getIUs(productIUName, IPublisherResult.NON_ROOT); in publishProduct()
H A DActionTest.java220 publisherResult.addIU(createIU(unitId, Version.create(unitVersion)), IPublisherResult.NON_ROOT); in addContextIU()
229 …dIU(createIU(unitId, Version.create(unitVersion), filter, NO_PROVIDES), IPublisherResult.NON_ROOT); in addContextIU()
H A DANYConfigCUsActionTest.java108 …for (IInstallableUnit iu : new ArrayList<>(publisherResult.getIUs(null, IPublisherResult.NON_ROOT)… in verifyFragment()
243 publisherResult.addIU(iu, IPublisherResult.NON_ROOT); in setupPublisherResult()
H A DFeaturesActionTest.java226 …ew ArrayList<>(publisherResult.getIUs("foo.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ in verifyMetadata()
270 …ew ArrayList<>(publisherResult.getIUs("bar.feature.jar", IPublisherResult.NON_ROOT)); //$NON-NLS-1$ in verifyMetadata()
H A DConfigCUsActionTest.java96 …t<IInstallableUnit> IUs = new ArrayList<>(publisherResult.getIUs(null, IPublisherResult.NON_ROOT)); in verifyFragment()
H A DRootIUActionTest.java271 …IInstallableUnit> ius = new ArrayList<>(publisherResult.getIUs(rootIU, IPublisherResult.NON_ROOT)); in confirmResultRequired()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/publisher/compatibility/
H A DRootFileParentAction.java50 Iterator<IInstallableUnit> iter = results.getIUs(null, IPublisherResult.NON_ROOT).iterator(); in perform()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/p2/publisher/actions/
H A DRootIUAction.java65 result.addIU(rootIU, IPublisherResult.NON_ROOT); in generateRootIU()
/dports/net/scapy/scapy-2.4.5/scapy/tools/
H A DUTscapy.py955 NON_ROOT = False
1047 NON_ROOT = True
1072 if NON_ROOT or os.getuid() != 0: # Non root
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DFeaturesAction.java418 result.addIU(featureJarIU, IPublisherResult.NON_ROOT); in generateFeatureIUs()
464 result.addIU(iu, IPublisherResult.NON_ROOT); in generateRootFileIUs()
H A DBundlesAction.java1049 result.addIU(fragment, IPublisherResult.NON_ROOT); in generateBundleIUs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/
H A DSiteXMLAction.java636 result.addIU(categoryIU, IPublisherResult.NON_ROOT); in generateCategoryIUs()