Home
last modified time | relevance | path

Searched refs:tcName (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/sysutils/istio/istio-1.6.7/istioctl/cmd/
H A Dwebhook_test.go91 for tcName, tc := range testCases {
121 for tcName, tc := range testCases {
225 for tcName, tc := range testCases {
288 for tcName, tc := range testCases {
351 for tcName, tc := range testCases {
420 for tcName, tc := range testCases {
518 for tcName, tc := range testCases {
572 for tcName, tc := range testCases {
632 for tcName, tc := range testCases {
685 for tcName, tc := range testCases {
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h366 inline bool createCommand(const char* tcName) { return _createCommand0(_pPackage, tcName); } in createCommand() argument
367 …inline bool createCommand(const char* tcName, PARAMETER_TYPE p1) { return _createCommand1(_pPackag… in createCommand() argument
368 … bool createCommand(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2) { return _createComm… in createCommand() argument
369 …ateCommand(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2, PARAMETER_TYPE p3) { return _… in createCommand() argument
370 …(const char* tcName, PARAMETER_TYPE p1, PARAMETER_TYPE p2, PARAMETER_TYPE p3, PARAMETER_TYPE p4) {… in createCommand() argument
371 …bool createCommand(const char* tcName, int iNbParams, PARAMETER_TYPE* tParams) { return _createCom… in createCommand() argument
373 inline Tree* createVariable(const char* tcName) { return _createVariable(_pPackage, tcName); } in createVariable() argument
419 inline Tree* createTree(const char* tcName) { return _createTree(tcName); } in createTree() argument
H A DDynPackage.cpp124 return pPackage->addFunction(tcName); in pfCreateCommand0()
128 return pPackage->addFunction(tcName, bIsP1Node); in pfCreateCommand1()
132 return pPackage->addFunction(tcName, bIsP1Node, bIsP2Node); in pfCreateCommand2()
144 return pPackage->addFunction(tcName, iNbParams, tbNodeParams); in pfCreateCommandN()
148 return pPackage->addVariable(tcName); in pfCreateVariable()
161 Tree* pfCreateTree(const char* tcName) { in pfCreateTree() argument
162 return new Tree(NULL, tcName); in pfCreateTree()
791 bool DynPackage::addFunction(const char* tcName) { in addFunction() argument
792 return addFunction(new DynFunction(_pInterpreter, tcName)); in addFunction()
845 DtaScriptVariable* pVariable = new Tree(NULL, tcName); in addVariable()
[all …]
H A DDynPackage.h71 bool addFunction(const char* tcName);
72 bool addFunction(const char* tcName, bool bIsP1Node);
73 bool addFunction(const char* tcName, bool bIsP1Node, bool bIsP2Node);
74 bool addFunction(const char* tcName, bool bIsP1Node, bool bIsP2Node, bool bIsP3Node);
75 …bool addFunction(const char* tcName, bool bIsP1Node, bool bIsP2Node, bool bIsP3Node, bool bIsP4Nod…
76 bool addFunction(const char* tcName, int iNbParams, int* tbNodeParams);
79 DtaScriptVariable* addVariable(const char* tcName);
H A DDynFunction.h45 DynFunction(Interpreter* pInterpreter, const char* tcName, bool bIsP1Node);
46 DynFunction(Interpreter* pInterpreter, const char* tcName, bool bIsP1Node, bool bIsP2Node);
47 …DynFunction(Interpreter* pInterpreter, const char* tcName, bool bIsP1Node, bool bIsP2Node, bool bI…
48 …DynFunction(Interpreter* pInterpreter, const char* tcName, bool bIsP1Node, bool bIsP2Node, bool bI…
49 DynFunction(Interpreter* pInterpreter, const char* tcName, int iNbParams, int* tbNodeParams);
/dports/devel/stack/stack-2.7.3/_cabal_deps/lift-type-0.1.0.1/src/
H A DLiftType.hs78 tcName =
81 if hasTick tcName
85 mkOccName (drop 1 tcName)
97 else if hasDigit tcName then
98 LitT (NumTyLit (read tcName))
99 else if hasQuote tcName then
100 LitT (StrTyLit (stripQuotes tcName))
104 mkOccName tcName
/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
243 tcName.append("<*"); in getTestConfigurations()
245 tcName.append("_*"); in getTestConfigurations()
246 tcName = handleSpecialFunctionNames(tcName); in getTestConfigurations()
248 item->prependWithParentsSuitePaths(tcName)); in getTestConfigurations()
298 tcName.append("/*"); in testConfiguration()
300 tcName.append("_*"); in testConfiguration()
302 tcName.append("<*"); in testConfiguration()
308 QString tcName = name(); in testConfiguration() local
310 tcName.append("<*"); in testConfiguration()
[all …]
/dports/security/gopass/gopass-1.13.0/pkg/pwgen/
H A Dcryptic_test.go23 tcName := fmt.Sprintf("%s - %d", domain, length)
25 require.NotNil(t, c, tcName)
27 assert.NotEqual(t, "", pw, tcName)
28 t.Logf("%s -> %s (%d)", tcName, pw, len(pw))
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/admission/
H A Daudit_test.go141 for tcName, tc := range testCases {
147 …assert.Equal(t, handler.Handles(Create), auditHandler.Handles(Create), tcName+": WithAudit decorat…
153 …mit(context.TODO(), a, nil), auditMutator.Admit(context.TODO(), a, nil), tcName+": WithAudit decor…
159 …ontext.TODO(), a, nil), auditValidator.Validate(context.TODO(), a, nil), tcName+": WithAudit decor…
169 assert.Nil(t, ae.Annotations, tcName+": unexptected annotations set in audit event")
171 …assert.Equal(t, annotations, ae.Annotations, tcName+": unexptected annotations set in audit event")
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/admission/
H A Daudit_test.go141 for tcName, tc := range testCases {
147 …assert.Equal(t, handler.Handles(Create), auditHandler.Handles(Create), tcName+": WithAudit decorat…
153 …mit(context.TODO(), a, nil), auditMutator.Admit(context.TODO(), a, nil), tcName+": WithAudit decor…
159 …ontext.TODO(), a, nil), auditValidator.Validate(context.TODO(), a, nil), tcName+": WithAudit decor…
169 assert.Nil(t, ae.Annotations, tcName+": unexptected annotations set in audit event")
171 …assert.Equal(t, annotations, ae.Annotations, tcName+": unexptected annotations set in audit event")
/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
77 return rootNode->findAnyChild([&tcName, &tcFilePath](const Utils::TreeItem *item) { in findTestTreeItem()
82 return parameterized ? tcName.startsWith(treeItem->name() + " - ") in findTestTreeItem()
83 : tcName == treeItem->name(); in findTestTreeItem()
/dports/net-p2p/amule/aMule-2.3.3/unittests/muleunit/
H A Dtestregistry.cpp65 const wxString tcName = test->getTestCaseName(); in add() local
67 if (m_testCases.empty() || m_testCases.back()->getName() != tcName) { in add()
68 m_testCases.push_back(new TestCase(tcName)); in add()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/unittests/muleunit/
H A Dtestregistry.cpp65 const wxString tcName = test->getTestCaseName(); in add() local
69 if (m_testCases.empty() || m_testCases.back()->getName() != tcName) { in add()
70 m_testCases.push_back(new TestCase(tcName)); in add()
/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() argument
337 << " :" << tcName << ":FAIL"; in runStartStopTest()
350 << pex.what() << " in " << tcName << ":FAIL"; in runStartStopTest()
356 << e.what() << " + in " << tcName << ":FAIL"; in runStartStopTest()
371 << pex.what() << " in " << tcName << ":FAIL"; in runStartStopTest()
377 << e.what() << " + in " << tcName << ":FAIL"; in runStartStopTest()
384 << tcName << ":FAIL"; in runStartStopTest()
397 << " :" << tcName << ":FAIL"; in runStartStopTest()
/dports/audio/kid3-kf5/kid3-3.8.6/src/test/
H A Dtestutils.cpp69 QString tcName(QString::fromLatin1(tc->metaObject()->className())); in runTestSuite() local
71 std::printf("%s\n", qPrintable(tcName)); in runTestSuite()
72 } else if (testCaseRe.pattern().isEmpty() || testCaseRe.match(tcName).hasMatch()) { in runTestSuite()
/dports/audio/kid3-qt5/kid3-3.8.6/src/test/
H A Dtestutils.cpp69 QString tcName(QString::fromLatin1(tc->metaObject()->className())); in runTestSuite() local
71 std::printf("%s\n", qPrintable(tcName)); in runTestSuite()
72 } else if (testCaseRe.pattern().isEmpty() || testCaseRe.match(tcName).hasMatch()) { in runTestSuite()
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/k8s.io/apimachinery/apimachinery-0.20.1/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/apimachinery/apimachinery-0.21.1/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/api/meta/
H A Drestmapper_test.go222 tcName := testCase.Name
230 t.Errorf("%s: unexpected error: %v", tcName, err)
234 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKinds, actualKinds)
239 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedKindErr)
244 t.Errorf("%s: unexpected error: %v", tcName, err)
248 t.Errorf("%s: expected %v, got %v", tcName, testCase.ExpectedKindErr, err)
397 tcName := testCase.Name
407 t.Errorf("%s: unexpected error: %v", tcName, err)
416 t.Errorf("%s: expected error: %v", tcName, testCase.ExpectedResourceErr)
421 t.Errorf("%s: unexpected error: %v", tcName, err)
[all …]

12345678