Home
last modified time | relevance | path

Searched refs:NOTIFY_PACKAGES (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/
H A DJRTUtil.java62 public static final int NOTIFY_PACKAGES = 0x0002; field in JRTUtil
64 public static final int NOTIFY_ALL = NOTIFY_FILES | NOTIFY_PACKAGES | NOTIFY_MODULES;
293 if ((notify & JRTUtil.NOTIFY_PACKAGES) == 0) { in walkModuleImage()
595 if ((notify & JRTUtil.NOTIFY_PACKAGES) == 0) { in walkModuleImage()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DClasspathJrtWithReleaseOption.java167 }, JRTUtil.NOTIFY_PACKAGES | JRTUtil.NOTIFY_MODULES); in findPackagesInModules()
H A DClasspathJrt.java119 }, JRTUtil.NOTIFY_PACKAGES | JRTUtil.NOTIFY_MODULES); in findPackagesInModules()