Home
last modified time | relevance | path

Searched refs:testReference (Results 1 – 25 of 70) sorted by relevance

123

/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/analysis/diag/
H A Dhelper_test.go22 var _ resource.Reference = &testReference{}
41 type testReference struct { struct
45 func (r testReference) String() string { argument
H A Dmessage_test.go37 …, &resource.Instance{Origin: testOrigin{name: "toppings/cheese", ref: testReference{"path/to/file"…
67 …, &resource.Instance{Origin: testOrigin{name: "toppings/cheese", ref: testReference{"path/to/file"…
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/VS10Project/
H A DVsCSharpReferenceProps-check.cmake21 set(testReference "${test${i}Reference}") variable
27 if(line MATCHES "^ *<(Project|)Reference .*\".*${testReference}.*\".*>$")
29 message(STATUS "foo.csproj is using reference ${testReference}")
35 message(STATUS "foo.csproj reference ${testReference} has tag ${testTag}")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/VS10Project/
H A DVsCSharpReferenceProps-check.cmake21 set(testReference "${test${i}Reference}") variable
27 if(line MATCHES "^ *<(Project|)Reference .*\".*${testReference}.*\".*>$")
29 message(STATUS "foo.csproj is using reference ${testReference}")
35 message(STATUS "foo.csproj reference ${testReference} has tag ${testTag}")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/VS10Project/
H A DVsCSharpReferenceProps-check.cmake21 set(testReference "${test${i}Reference}") variable
27 if(line MATCHES "^ *<(Project|)Reference .*\".*${testReference}.*\".*>$")
29 message(STATUS "foo.csproj is using reference ${testReference}")
35 message(STATUS "foo.csproj reference ${testReference} has tag ${testTag}")
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/
H A DReferenceDataSourceUnitTest.java78 …public void testQueryAndPrefetch(final Path testReference, final SimpleInterval interval, final St… in testQueryAndPrefetch() argument
79 try (ReferenceDataSource reference = new ReferenceFileSource(testReference)) { in testQueryAndPrefetch()
88 …public void testQueryAndIterate(final Path testReference, final SimpleInterval interval, final Str… in testQueryAndIterate() argument
89 try (ReferenceDataSource reference = new ReferenceFileSource(testReference)) { in testQueryAndIterate()
/dports/graphics/podofo/podofo-0.9.7/test/unit/
H A DTokenizerTest.h44 CPPUNIT_TEST( testReference );
62 void testReference();
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTestControllerI.cpp107 newState.testReference = ""; in step()
123 newState.testReference = config.cases[newState.caseIndex].proxy; in step()
145 newState.testReference = ""; in step()
H A DClient.cpp95 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
108 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
/dports/devel/ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTestControllerI.cpp107 newState.testReference = ""; in step()
123 newState.testReference = config.cases[newState.caseIndex].proxy; in step()
145 newState.testReference = ""; in step()
H A DClient.cpp95 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
108 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Glacier2/dynamicFiltering/
H A DTestControllerI.cpp107 newState.testReference = ""; in step()
123 newState.testReference = config.cases[newState.caseIndex].proxy; in step()
145 newState.testReference = ""; in step()
H A DClient.cpp95 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
108 …ackendPrx prx = BackendPrx::uncheckedCast(communicator->stringToProxy(currentState.testReference)); in run()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/test/sheet/
H A Ddatapilotfield.hxx26 void testReference();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/test/sheet/
H A Ddatapilotfield.hxx26 void testReference();
/dports/net/akonadi-mime/akonadi-mime-21.12.3/autotests/
H A Dcollectionjobtest.h41 void testReference();
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/random/
H A DISAACTest.java373 public void testReference() { in testReference() method in ISAACTest
/dports/devel/loki/loki-0.1.7/test/RegressionTest/
H A DTypeTraitsTest2.h180 void testReference();
214 testReference(); in execute()
458 inline void TypeTraitsTest2::testReference() in testReference() function
/dports/java/apache-commons-beanutils/commons-beanutils-1.9.4-src/src/test/java/org/apache/commons/beanutils/
H A DBeanificationTestCase.java145 final WeakReference<Integer> testReference = new WeakReference<Integer>(test, queue); in testMemoryLeak2() local
152 assertNotNull("Weak reference released early (2)", testReference.get()); in testMemoryLeak2()
169 testReference.get() == null) { in testMemoryLeak2()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqobject_destructor.py45 def testReference(self): member in TestDestructor
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqobject_destructor.py45 def testReference(self): member in TestDestructor
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dbug_711.py45 def testReference(self): member in TestLabelPixmap
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dbug_711.py45 def testReference(self): member in TestLabelPixmap
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtWidgets/
H A Dbug_711.py45 def testReference(self): member in TestLabelPixmap
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/tests/QtCore/
H A Dqobject_destructor.py45 def testReference(self): member in TestDestructor

123