Home
last modified time | relevance | path

Searched defs:channelNames (Results 1 – 25 of 72) sorted by relevance

123

/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/util/lib/
H A DLTKInkUtils.cpp91const vector<string>& channelNames, const vector<ELTKTraceGroupStatistics>& properties, in computeChannelStatistics()
259 …kUtils::computeChannelMaximum(const LTKTraceGroup& traceGroup, const vector<string>& channelNames, in computeChannelMaximum()
307 …nkUtils::computeChannelMinimum(const LTKTraceGroup& traceGroup,const vector<string>& channelNames, in computeChannelMinimum()
357 …nkUtils::computeChannelMaxMin(const LTKTraceGroup& traceGroup, const vector<string>& channelNames, in computeChannelMaxMin()
H A DLTKInkFileWriter.cpp190 vector<string> channelNames = tempTrace.getTraceFormat().getAllChannelNames(); in writeUnipenInkFile() local
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Profile/
H A DChannelList.php46 function canExecuteChannels(array $channelNames, array $groups, $skipInputCheck = false)
81 function getProfiles(array $channelNames)
/dports/audio/praat/praat-6.2.03/EEG/
H A DEEG.cpp136 autoSTRVEC channelNames (numberOfChannels); in EEG_readFromBdfFile() local
324 his channelNames = std::move (channelNames); in EEG_readFromBdfFile() local
469 my channelNames [channelNumber] = Melder_dup (newName); in EEG_setChannelName() local
555 thy channelNames = autoSTRVEC (1); in EEG_extractChannel() local
556 thy channelNames [1] = Melder_dup (my channelNames [1].get()); in EEG_extractChannel() local
584 your channelNames = autoSTRVEC (numberOfChannels); in EEG_extractChannels() local
616 my channelNames [ichan] = my channelNames [ichan + 1].move(); in EEG_removeChannel() local
662 thy channelNames = std::move (channelNames); in EEGs_concatenate() local
677 thy channelNames = copy_STRVEC (my channelNames.get()); in EEG_extractPart() local
729 his channelNames = copy_STRVEC (your columnLabels.get()); in EEG_MixingMatrix_to_EEG_unmix() local
[all …]
H A DERPTier.cpp73 thy channelNames = copy_STRVEC (my channelNames.part (1, thy numberOfChannels)); in EEG_PointProcess_to_ERPTier() local
239 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractERP() local
279 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractEventsWhereColumn_number() local
308 thy channelNames = copy_STRVEC (my channelNames.get()); in ERPTier_extractEventsWhereColumn_string() local
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/
H A DLexerInterpreter.cpp18 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
24 …const std::vector<std::string> &ruleNames, const std::vector<std::string> &channelNames, const std… in LexerInterpreter()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/
H A DLexerInterpreter.cpp20 const std::vector<std::string>& channelNames, in LexerInterpreter()
30 const std::vector<std::string>& channelNames, in LexerInterpreter()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/
H A DLexerInterpreter.cs24 private readonly string[] channelNames; field in Antlr4.Runtime.LexerInterpreter
40 …ame, IVocabulary vocabulary, IEnumerable<string> ruleNames, IEnumerable<string> channelNames, IEnu… in LexerInterpreter()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DLexerInterpreter.java25 protected final String[] channelNames; field in LexerInterpreter
45 …leName, Vocabulary vocabulary, Collection<String> ruleNames, Collection<String> channelNames, Coll… in LexerInterpreter()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DLogCommandParser.h104 const char *channelNames[32]; variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/
H A DLexerInterpreter.swift13 internal let channelNames: [String] variable
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Messaging/
H A DIMessageQueueClient.cs42 string WaitForNotifyOnAny(params string[] channelNames); in WaitForNotifyOnAny()
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Messaging/
H A DInMemoryMessageQueueClient.cs40 public string WaitForNotifyOnAny(params string[] channelNames) in WaitForNotifyOnAny()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dtesting_lexer_b_test.go68 channelNames []string member
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbchannel.h128 QMap<QString, DvbSharedChannel> channelNames; variable
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Messaging/Rcon/
H A DPacketProcessingClient.cs98 public string WaitForNotifyOnAny(params string[] channelNames) in WaitForNotifyOnAny()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/channels/
H A DSiteChannelsManagerTest.java108 List<String> channelNames = new ArrayList<>(); in testCreateSiteChannel_stripsSchemaForChannelName() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Tree/Xpath/
H A DXPathLexer.cs35 public static string[] channelNames = { field in XPathLexer
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/grammar/autoscale/
H A DAutoscaleConditionLexer.py150 channelNames = [ u"DEFAULT_TOKEN_CHANNEL", u"HIDDEN" ] variable in AutoscaleConditionLexer
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/grammar/metric_alert/
H A DMetricAlertConditionLexer.py160 channelNames = [ u"DEFAULT_TOKEN_CHANNEL", u"HIDDEN" ] variable in MetricAlertConditionLexer
/dports/graphics/pixie/Pixie/src/ri/
H A Dtexture3d.cpp149 void CTexture3d::defineChannels(int n,char **channelNames,char **channelTypes) { in defineChannels()
/dports/audio/praat/praat-6.2.03/dwtools/
H A DEEG_extensions.cpp33 thy channelNames = copy_STRVEC (my channelNames.get()); in EEG_copyWithoutSound() local
40 static autoINTVEC EEG_channelNames_to_channelNumbers (EEG me, constSTRVEC const& channelNames) { in EEG_channelNames_to_channelNumbers()
/dports/lang/tclX/tclx8.4/generic/
H A DtclXfilecmds.c74 CONST84 char *channelNames [2]; local

123