Home
last modified time | relevance | path

Searched refs:otherMods (Results 1 – 25 of 34) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/classfiles/attributes/innerclasses/
H A DInnerClassesInLocalClassTest.java129 private List<TestCase> method(String template, Modifier[] mods, Modifier[] otherMods) { in method() argument
132 for (Modifier otherMod : otherMods) { in method()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/
H A DDescriptors.py37 otherMods = [Chem]
44 for mod in otherMods:
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVPreferences/
H A DOVPrefDlg.cpp397 otherMods.push_back( mod ); in InitModuleList()
465 int n = otherMods.size(); in InitOtherModPropList()
468 const char* utf8name = otherMods[i]->localizedName("zh_TW"); in InitOtherModPropList()
512 if(otherMods.size() == 0) return; in OtherModComboSelChange()
513 AVDictionary* dict = loader.dict( otherMods[idx]->identifier() ); in OtherModComboSelChange()
H A DOVPrefDlg.h146 vector<OVModule*> otherMods; variable
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVPreferences/
H A DOVPrefDlg.cpp397 otherMods.push_back( mod ); in InitModuleList()
465 int n = otherMods.size(); in InitOtherModPropList()
468 const char* utf8name = otherMods[i]->localizedName("zh_TW"); in InitOtherModPropList()
512 if(otherMods.size() == 0) return; in OtherModComboSelChange()
513 AVDictionary* dict = loader.dict( otherMods[idx]->identifier() ); in OtherModComboSelChange()
H A DOVPrefDlg.h146 vector<OVModule*> otherMods; variable
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dkeybindings.py289 otherMods = self.modifiers & ~ORCA_MODIFIER_MASK
299 modList.append(mod | otherMods)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DFileCreators.hs436 [ fieldPAla "other-modules" formatOtherModules (maybeToFlag otherMods)
480 otherMods = if buildType == LibBuild && otherModsFromFlag == Just [myLibModule] function
H A DCommand.hs615 let (finalModsList, otherMods) = case (packageType flags, mods) of
634 , otherModules = otherMods
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs579 let (finalModsList, otherMods) = case (packageType flags, mods) of
598 , otherModules = otherMods
1165 [ fieldS "other-modules" (listField otherMods)
1203 otherMods = if buildType == LibBuild && otherModsFromFlag == Just [myLibModule] function
/dports/lang/ghc/ghc-8.10.7/utils/ghc-cabal/
H A DMain.hs427 otherMods = map display (otherModules bi) function
433 variablePrefix ++ "_HIDDEN_MODULES = " ++ unwords otherMods,
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java539 Set<String> otherMods) in limitFinder() argument
555 otherMods.stream() in limitFinder()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java501 Set<String> otherMods) in limitFinder() argument
517 otherMods.stream() in limitFinder()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java527 Set<String> otherMods) in limitFinder() argument
543 otherMods.stream() in limitFinder()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java501 Set<String> otherMods) in limitFinder() argument
517 otherMods.stream() in limitFinder()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java546 Set<String> otherMods) in limitFinder() argument
562 otherMods.stream() in limitFinder()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java527 Set<String> otherMods) in limitFinder() argument
543 otherMods.stream() in limitFinder()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/module/
H A DModuleBootstrap.java514 Set<String> otherMods) in limitFinder() argument
530 otherMods.stream() in limitFinder()

12