Home
last modified time | relevance | path

Searched defs:tcName (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/codeworker/CodeWorker4_5_3/
H A DDynPackage.cpp123 bool pfCreateCommand0(DynPackage* pPackage, const char* tcName) { in pfCreateCommand0()
127 bool pfCreateCommand1(DynPackage* pPackage, const char* tcName, bool bIsP1Node) { in pfCreateCommand1()
131 bool pfCreateCommand2(DynPackage* pPackage, const char* tcName, bool bIsP1Node, bool bIsP2Node) { in pfCreateCommand2()
143 bool pfCreateCommandN(DynPackage* pPackage, const char* tcName, int iNbParams, int* tbNodeParams) { in pfCreateCommandN()
147 Tree* pfCreateVariable(DynPackage* pPackage, const char* tcName) { in pfCreateVariable()
161 Tree* pfCreateTree(const char* tcName) { in pfCreateTree()
791 bool DynPackage::addFunction(const char* tcName) { in addFunction()
795 bool DynPackage::addFunction(const char* tcName, bool bIsP1Node) { in addFunction()
799 bool DynPackage::addFunction(const char* tcName, bool bIsP1Node, bool bIsP2Node) { in addFunction()
811 bool DynPackage::addFunction(const char* tcName, int iNbParams, int* tbNodeParams) { in addFunction()
[all …]
H A DCW4dl.h366 inline bool createCommand(const char* tcName) { return _createCommand0(_pPackage, tcName); } in createCommand()
367 …inline bool createCommand(const char* tcName, PARAMETER_TYPE p1) { return _createCommand1(_pPackag… in createCommand()
368 …inline bool createCommand(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2) { return _crea… in createCommand()
369 …inline bool createCommand(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2, PARAMETER_TYPE… in createCommand()
370 …inline bool createCommand(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2, PARAMETER_TYPE… in createCommand()
371 …inline bool createCommand(const char* tcName, int iNbParams, PARAMETER_TYPE* tParams) { return _cr… in createCommand()
373 inline Tree* createVariable(const char* tcName) { return _createVariable(_pPackage, tcName); } in createVariable()
419 inline Tree* createTree(const char* tcName) { return _createTree(tcName); } in createTree()
H A DUtlDirectory.cpp191 char* tcName = (char*) myFindData.cFileName; in scan() local
210 char* tcName = (char*) myDirectoriesFindData.cFileName; in scan() local
H A DDtaScriptVariable.h131 inline DtaScriptVariable(DtaScriptVariable* pParent, const char* tcName) in DtaScriptVariable()
H A DDtaScriptVariable.cpp205 void DtaScriptVariable::changeName(const char* tcName) { in changeName()
229 DtaScriptVariable* DtaScriptVariable::detachAttribute(const char* tcName) { in detachAttribute()
1319 const char* tcName = pVariableAttributes->getNode()->_tcName; in copyAll() local
1360 const char* tcName = (*i)->_tcName; in copyAll() local
H A DHTTPRequest.cpp733 const char* tcName = pName->getValue(); in fillCurlSession() local
891 char* tcName = curl_escape((*i)->getName(), ::strlen((*i)->getName())); in get() local
927 char* tcName = curl_escape((*i)->getName(), ::strlen((*i)->getName())); in post() local
/dports/audio/kid3-kf5/kid3-3.8.6/src/test/
H A Dtestutils.cpp69 QString tcName(QString::fromLatin1(tc->metaObject()->className())); in runTestSuite() local
/dports/audio/kid3-qt5/kid3-3.8.6/src/test/
H A Dtestutils.cpp69 QString tcName(QString::fromLatin1(tc->metaObject()->className())); in runTestSuite() local
/dports/net-p2p/amule/aMule-2.3.3/unittests/muleunit/
H A Dtestregistry.cpp65 const wxString tcName = test->getTestCaseName(); in add() local
/dports/net-p2p/amule-devel/aMule-SVN-r11065/unittests/muleunit/
H A Dtestregistry.cpp65 const wxString tcName = test->getTestCaseName(); in add() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/boost/
H A Dboosttesttreeitem.cpp241 QString tcName = item->name(); in getTestConfigurations() local
296 QString tcName = handleSpecialFunctionNames(boostItem->name()); in testConfiguration() local
308 QString tcName = name(); in testConfiguration() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/catch/
H A Dcatchresult.cpp75 const QString tcName = name(); in findTestTreeItem() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/pluginsinstaller/
H A DIPWListPanel.java99 TableColumn tcName = new TableColumn(pluginList,SWT.LEFT); in show() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/pluginsuninstaller/
H A DUIPWListPanel.java107 TableColumn tcName = new TableColumn(pluginList,SWT.LEFT); in _show() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/Testing/org.commontk.pluginfwtest/
H A DctkServiceListenerTestSuite.cpp321 const QString& tcName, int cnt, QSharedPointer<ctkPlugin> targetPlugin, in runStartStopTest()
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/
H A DSTRUCTVALSIG.sml210 val tcName: typeConstrs -> string value
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/Name/
H A DOccurrence.hs153 tcName, clsName, tcClsName :: NameSpace function
159 tcName = TcClsName -- Type constructors function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/basicTypes/
H A DOccName.hs153 tcName, clsName, tcClsName :: NameSpace function
159 tcName = TcClsName -- Type constructors function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/Name/
H A DOccurrence.hs155 tcName, clsName, tcClsName :: NameSpace function
161 tcName = TcClsName -- Type constructors function
/dports/lang/ghc/ghc-8.10.7/compiler/basicTypes/
H A DOccName.hs153 tcName, clsName, tcClsName :: NameSpace function
159 tcName = TcClsName -- Type constructors function
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogsed/
H A Deditor_ui_static.c49 char tcName[64]; in MISSION_CHECK_TYPE_FUNC() local
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dmission_static.c587 char tcName[256]; in MissionStaticFromMap() local
992 char tcName[256]; in MissionStaticAddTileClass() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-gen.cpp1367 StringRef tcName = parser.curToken.getSpelling(); in parseAndEmitODSDef() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-gen.cpp1371 StringRef tcName = parser.curToken.getSpelling(); in parseAndEmitODSDef() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-linalg-ods-gen/
H A Dmlir-linalg-ods-gen.cpp1661 StringRef tcName = parser.curToken.getSpelling(); in parseAndEmitODSDef() local

12