Home
last modified time | relevance | path

Searched refs:NO_MODULES (Results 1 – 7 of 7) 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/lookup/
H A DModuleBinding.java74 return Binding.NO_MODULES; in getAllRequiredModules()
173 this.requires = Binding.NO_MODULES; in ModuleBinding()
174 this.requiresTransitive = Binding.NO_MODULES; in ModuleBinding()
183 this.requires = Binding.NO_MODULES; in ModuleBinding()
184 this.requiresTransitive = Binding.NO_MODULES; in ModuleBinding()
195 this.requires = Binding.NO_MODULES; in ModuleBinding()
196 this.requiresTransitive = Binding.NO_MODULES; in ModuleBinding()
469 return NO_MODULES; // avoid entering unbounded recursion due to cyclic requires
479 …uires.size() > 0 ? allRequires.toArray(new ModuleBinding[allRequires.size()]) : Binding.NO_MODULES;
H A DBinaryModuleBinding.java42 this.requires = Binding.NO_MODULES; in AutomaticModuleBinding()
43 this.requiresTransitive = Binding.NO_MODULES; in AutomaticModuleBinding()
53 if (this.requiresTransitive == NO_MODULES) { in getRequiresTransitive()
H A DBinding.java54 public static final ModuleBinding[] NO_MODULES = new ModuleBinding[0]; field in Binding
/dports/sysutils/relaxconf/relaxconf-1.1.1/data/
H A Dmake.conf.minimal4 NO_MODULES=YES
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/
H A DIModule.java26 public static IModule[] NO_MODULES = new IModule[0]; field
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dmodule.cpp361 #if !defined(NO_TCP) || !defined(NO_MODULES)
H A Dcustom_object_functions.cpp2173 #if !defined(NO_MODULES)