Home
last modified time | relevance | path

Searched refs:modId (Results 1 – 25 of 111) sorted by relevance

12345

/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mod/
H A Dmodfile.cpp119 ByteVector modId = readBlock(4); in read() local
120 READ_ASSERT(modId.size() == 4); in read()
124 if(modId == "M.K." || modId == "M!K!" || modId == "M&K!" || modId == "N.T.") { in read()
128 else if(modId.startsWith("FLT") || modId.startsWith("TDZ")) { in read()
130 char digit = modId[3]; in read()
134 else if(modId.endsWith("CHN")) { in read()
136 char digit = modId[0]; in read()
140 else if(modId == "CD81" || modId == "OKTA") { in read()
144 else if(modId.endsWith("CH") || modId.endsWith("CN")) { in read()
146 char digit = modId[0]; in read()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/mod/
H A Dmodfile.cpp119 ByteVector modId = readBlock(4); in read() local
120 READ_ASSERT(modId.size() == 4); in read()
124 if(modId == "M.K." || modId == "M!K!" || modId == "M&K!" || modId == "N.T.") { in read()
128 else if(modId.startsWith("FLT") || modId.startsWith("TDZ")) { in read()
130 char digit = modId[3]; in read()
134 else if(modId.endsWith("CHN")) { in read()
136 char digit = modId[0]; in read()
140 else if(modId == "CD81" || modId == "OKTA") { in read()
144 else if(modId.endsWith("CH") || modId.endsWith("CN")) { in read()
146 char digit = modId[0]; in read()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mod/
H A Dmodfile.cpp119 ByteVector modId = readBlock(4); in read() local
120 READ_ASSERT(modId.size() == 4); in read()
124 if(modId == "M.K." || modId == "M!K!" || modId == "M&K!" || modId == "N.T.") { in read()
128 else if(modId.startsWith("FLT") || modId.startsWith("TDZ")) { in read()
130 char digit = modId[3]; in read()
134 else if(modId.endsWith("CHN")) { in read()
136 char digit = modId[0]; in read()
140 else if(modId == "CD81" || modId == "OKTA") { in read()
144 else if(modId.endsWith("CH") || modId.endsWith("CN")) { in read()
146 char digit = modId[0]; in read()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
H A DJdwpClassLoaderCmd.java29 public JdwpClassLoaderCmd(long modId) { in JdwpClassLoaderCmd() argument
31 putRefId(modId); in JdwpClassLoaderCmd()
H A DJdwpModNameCmd.java29 public JdwpModNameCmd(long modId) { in JdwpModNameCmd() argument
31 putRefId(modId); in JdwpModNameCmd()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
H A DJdwpClassLoaderCmd.java29 public JdwpClassLoaderCmd(long modId) { in JdwpClassLoaderCmd() argument
31 putRefId(modId); in JdwpClassLoaderCmd()
H A DJdwpModNameCmd.java29 public JdwpModNameCmd(long modId) { in JdwpModNameCmd() argument
31 putRefId(modId); in JdwpModNameCmd()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
H A DJdwpClassLoaderCmd.java29 public JdwpClassLoaderCmd(long modId) { in JdwpClassLoaderCmd() argument
31 putRefId(modId); in JdwpClassLoaderCmd()
H A DJdwpModNameCmd.java29 public JdwpModNameCmd(long modId) { in JdwpModNameCmd() argument
31 putRefId(modId); in JdwpModNameCmd()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java91 long modId = reply.getModuleId(i); in doJdwp() local
94 String modName = getModuleName(modId); in doJdwp()
100 assertClassLoader(modId, modName); in doJdwp()
123 private String getModuleName(long modId) throws IOException { in getModuleName() argument
124 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
136 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
138 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
143 String clsModName = getModuleName(modId); in assertClassLoader()
147 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
151 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
H A DJdwpClassLoaderCmd.java29 public JdwpClassLoaderCmd(long modId) { in JdwpClassLoaderCmd() argument
31 putRefId(modId); in JdwpClassLoaderCmd()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java91 long modId = reply.getModuleId(i); in doJdwp() local
94 String modName = getModuleName(modId); in doJdwp()
100 assertClassLoader(modId, modName); in doJdwp()
123 private String getModuleName(long modId) throws IOException { in getModuleName() argument
124 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
136 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
138 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
143 String clsModName = getModuleName(modId); in assertClassLoader()
147 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
151 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jdwp/
H A DAllModulesCommandTest.java90 long modId = reply.getModuleId(i); in doJdwp() local
93 String modName = getModuleName(modId); in doJdwp()
99 assertClassLoader(modId, modName); in doJdwp()
122 private String getModuleName(long modId) throws IOException { in getModuleName() argument
123 JdwpModNameReply reply = new JdwpModNameCmd(modId).send(channel); in getModuleName()
135 private void assertClassLoader(long modId, String modName) throws IOException { in assertClassLoader() argument
137 JdwpClassLoaderReply reply = new JdwpClassLoaderCmd(modId).send(channel); in assertClassLoader()
142 String clsModName = getModuleName(modId); in assertClassLoader()
146 assertGetModule(moduleClassLoader, modId); in assertClassLoader()
150 private void assertGetModule(long moduleClassLoader, long modId) throws IOException { in assertGetModule() argument
[all …]
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DLogger.h38 void logModule(unsigned long modId, const Chain& module, LogLevel level);
40 void log(unsigned long modId, LogLevel level, const Chain& msg);
45 Logger& operator << ( unsigned long modId);
57 ModEntry(unsigned long modId) in ModEntry() argument
59 _modId = modId; in ModEntry()
62 ModEntry(unsigned long modId, const Chain& module, LogLevel level) in ModEntry() argument
64 _modId = modId; in ModEntry()
H A DLogger.cc76 void Logger::logModule(unsigned long modId, const Chain& module, Logger::LogLevel level) in logModule() argument
78 if ( modId > 0 ) in logModule()
80 ModEntry *pME = _modSet.Find(ModEntry(modId)); in logModule()
88 _modSet.Insert(ModEntry(modId, module, level)); in logModule()
93 void Logger::log(unsigned long modId, Logger::LogLevel level, const Chain& msg) in log() argument
95 ModEntry *pME = _modSet.Find(ModEntry(modId)); in log()
161 Logger& Logger::operator << ( unsigned long modId) in operator <<() argument
163 ModEntry *pME = _modSet.Find(ModEntry(modId)); in operator <<()
167 _modId = modId; in operator <<()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Utility/
H A DProgram.cs59 var modId = args[0]; in Main()
61 if (File.Exists(modId) || Directory.Exists(modId)) in Main()
63 explicitModPaths = new[] { modId }; in Main()
64 modId = Path.GetFileNameWithoutExtension(modId); in Main()
68 if (!mods.Keys.Contains(modId)) in Main()
74 var modData = new ModData(mods[modId], mods); in Main()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/modulator/
H A Dmodulatoreditor.cpp190 EltID modId = _currentId;
194 modId.typeElement = elementInstMod;
197 modId.typeElement = elementPrstMod;
206 modId.typeElement = elementUnknown;
219 modId.indexMod = i;
357 EltID modId = _currentId;
361 modId.typeElement = elementInstMod;
364 modId.typeElement = elementPrstMod;
376 modId.indexMod = sm->add(modId);
381 sm->set(modId, champ_modAmount, val);
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoMain.cc926 unsigned long modId = pDBMng->getModId("CegoMain"); in createTableSet() local
1019 unsigned long modId = pDBMng->getModId("CegoMain"); in importTableSet() local
1190 unsigned long modId = pDBMng->getModId("CegoMain"); in exportTableSet() local
1356 unsigned long modId = pDBMng->getModId("CegoMain"); in runBatch() local
1460 unsigned long modId = 0; in runDaemon() local
1557 modId = pDBMng->getModId("CegoMain"); in runDaemon()
1571 pDBMng->log(modId, Logger::DEBUG, "Creating db threadpool ..."); in runDaemon()
1577 pDBMng->log(modId, Logger::DEBUG, "Sync db pool to ready ..."); in runDaemon()
1583 pDBMng->log(modId, Logger::DEBUG, "DB Pool is ready"); in runDaemon()
1587 pDBMng->log(modId, Logger::DEBUG, "Creating log threadpool ..."); in runDaemon()
[all …]
H A DCegoNet.cc84 int modId = 100; in connect() local
87 _pModule->logModule(modId, "cegonet", Logger::NOTICE); in connect()
89 _pModule->logModule(modId, "cegonet", Logger::LOGERR); in connect()
91 _pModule->logModule(modId, "cegonet", Logger::DEBUG); in connect()
93 _pModule->logModule(modId, "cegonet", Logger::NONE); in connect()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/LoadScreens/
H A DModContentLoadScreen.cs51 var modId = args.GetValue("Content.Mod", null); in StartGame()
53 if (modId == null || !Game.Mods.TryGetValue(modId, out selectedMod)) in StartGame()
64 … { "continueLoading", () => Game.RunAfterTick(() => Game.InitializeMod(modId, new Arguments())) }, in StartGame()
77 { "onCancel", () => Game.RunAfterTick(() => Game.InitializeMod(modId, new Arguments())) } in StartGame()

12345