Home
last modified time | relevance | path

Searched refs:testPlatform (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DHistory.php23 public $testPlatform; variable in Google_Service_ToolResults_History
49 public function setTestPlatform($testPlatform) argument
51 $this->testPlatform = $testPlatform;
55 return $this->testPlatform;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/linux/
H A Dhw_info_config_tests_gen12lp.cpp23 PLATFORM *testPlatform = &outHwInfo.platform; in GEN12LPTEST_F() local
24 testPlatform->eDisplayCoreFamily = IGFX_GEN11_CORE; in GEN12LPTEST_F()
25 testPlatform->eRenderCoreFamily = IGFX_GEN11_CORE; in GEN12LPTEST_F()
28 EXPECT_EQ(IGFX_GEN12LP_CORE, testPlatform->eRenderCoreFamily); in GEN12LPTEST_F()
29 EXPECT_EQ(IGFX_GEN12LP_CORE, testPlatform->eDisplayCoreFamily); in GEN12LPTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen12lp/windows/
H A Dhw_info_config_tests_gen12lp.cpp37 PLATFORM *testPlatform = &outHwInfo.platform; in GEN12LPTEST_F() local
38 testPlatform->eDisplayCoreFamily = IGFX_GEN11_CORE; in GEN12LPTEST_F()
39 testPlatform->eRenderCoreFamily = IGFX_GEN11_CORE; in GEN12LPTEST_F()
42 EXPECT_EQ(IGFX_GEN12LP_CORE, testPlatform->eRenderCoreFamily); in GEN12LPTEST_F()
43 EXPECT_EQ(IGFX_GEN12LP_CORE, testPlatform->eDisplayCoreFamily); in GEN12LPTEST_F()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/tests/Internal/
H A DPlatformDetectionTests.cs79 foreach( string testPlatform in check ) in CheckPlatforms()
84 if ( shouldPass = platform.ToLower() == testPlatform.ToLower() ) in CheckPlatforms()
87 bool didPass = helper.IsPlatformSupported( testPlatform ); in CheckPlatforms()
90 Assert.Fail( "Failed to detect {0}", testPlatform ); in CheckPlatforms()
92 Assert.Fail( "False positive on {0}", testPlatform ); in CheckPlatforms()
94 Assert.AreEqual( "Only supported on " + testPlatform, helper.Reason ); in CheckPlatforms()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/
H A Dimage_test.go158 testPlatform := platforms.Only(ocispec.Platform{
164 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
184 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go158 testPlatform := platforms.Only(ocispec.Platform{
164 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
184 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/
H A Dimage_test.go159 testPlatform := platforms.Only(ocispec.Platform{
165 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
186 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go159 testPlatform := platforms.Only(ocispec.Platform{
165 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
186 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go159 testPlatform := platforms.Only(ocispec.Platform{
165 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
186 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/
H A Dimage_test.go162 testPlatform := platforms.Only(ocispec.Platform{
168 image, err := client.Pull(ctx, imageName, WithPlatformMatcher(testPlatform))
189 …if _, err := client.Fetch(ctx, imageName, WithPlatformMatcher(testPlatform), WithAllMetadata()); e…
/dports/lang/ghc/ghc-8.10.7/libraries/filepath/
H A DGenerate.hs33 {testPlatform :: PW function
80 body = fromLexemes $ map (qualify testPlatform) testBody
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/
H A Dhw_info_config_tests.h27 PLATFORM *testPlatform = nullptr; member
H A Dhw_info_config_tests.cpp29 testPlatform = &pInHwInfo.platform; in SetUp()
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DCoreTest.h27 void testPlatform();
H A DCoreTest.cpp125 void CoreTest::testPlatform() in testPlatform() function in CoreTest
1153 CppUnit_addTest(pSuite, CoreTest, testPlatform); in suite()
/dports/devel/pear-codegen/CodeGen-1.0.7/CodeGen/Dependency/
H A DLib.php119 function testPlatform($name) function in CodeGen_Dependency_Lib
/dports/www/nextcloud/nextcloud/lib/public/FullTextSearch/
H A DIFullTextSearchPlatform.php143 public function testPlatform(): bool; function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/tools/template_writers/writers/
H A Dchromeos_adml_writer_unittest.py33 def testPlatform(self): member in ChromeOsAdmlWriterUnittest
H A Dchromeos_admx_writer_unittest.py41 def testPlatform(self): member in ChromeOsAdmxWriterUnittest
H A Dadml_writer_unittest.py448 def testPlatform(self): member in AdmlWriterUnittest
H A Dadmx_writer_unittest.py610 def testPlatform(self): member in AdmxWriterUnittest
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/Test/Cabal/
H A DMonad.hs312 testPlatform = platform, function
424 = testPlatform env
476 , testPlatform :: Platform function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/src/Test/Cabal/
H A DMonad.hs310 testPlatform = platform, function
426 = testPlatform env
478 , testPlatform :: Platform function
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dpath.cpp1173 virtual int16 evaluateMove(const TilePoint &testPt, uint8 testPlatform) = 0;
1223 int16 evaluateMove(const TilePoint &testPt, uint8 testPlatform);
1276 int16 evaluateMove(const TilePoint &testPt, uint8 testPlatform);
1824 uint8 testPlatform; in findPath() local
1849 &testPlatform); in findPath()
2006 + (int32)evaluateMove(testPt, testPlatform), in findPath()
2019 testPlatform, in findPath()
2022 testPlatform - centerPlatform); in findPath()
2170 uint8 testPlatform) { in evaluateMove() argument
2181 platDiff = ABS(testPlatform - targetPlatform); in evaluateMove()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/fwbedit/
H A Dnew_object.cpp217 bool testPlatform(const string &pl, const string &os) in testPlatform() function
457 if (testPlatform(platform, hostOS)) in _modObject()

12