Home
last modified time | relevance | path

Searched refs:SetUpTestCase (Results 1 – 25 of 83) sorted by relevance

1234

/external/gmmlib/Source/GmmLib/ULT/
DGmmGen12dGPUCachePolicyULT.h42 static void SetUpTestCase();
55 static void SetUpTestCase();
DReadMe.txt54 SetUp() vs SetUpTestCase()
56 …> SetUpTestCase() -> When multiple tests in a test case share resource or needs same set up, then …
57 …per test, SetUpTestCase gets called once per test case and all the tests inside a test case, use s…
67 …1. CTestGen9Resource::SetUpTestCase() --> this sets up platform --> This step is skipped if this i…
68 i. Calls CommonULT::SetUpTestCase() --> GmmInitGlobalContext() and other initialization
DGmmGen12dGPUCachePolicyULT.cpp33 void CTestGen12dGPUCachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestGen12dGPUCachePolicy
63 CommonULT::SetUpTestCase(); in SetUpGen12dGPUVariant()
202 void CTestXe_HP_CachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestXe_HP_CachePolicy
DGmmCachePolicyULT.cpp33 void CTestCachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestCachePolicy
44 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmGen9CachePolicyULT.cpp33 void CTestGen9CachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestGen9CachePolicy
45 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmGen11ResourceULT.h29 static void SetUpTestCase();
DGmmGen10ResourceULT.h30 static void SetUpTestCase();
DGmmGen11CachePolicyULT.cpp33 void CTestGen11CachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestGen11CachePolicy
44 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmGen9CachePolicyULT.h34 static void SetUpTestCase();
DGmmCachePolicyULT.h34 static void SetUpTestCase();
DGmmGen12CachePolicyULT.h34 static void SetUpTestCase();
DGmmGen11CachePolicyULT.h34 static void SetUpTestCase();
DGmmXe2_LPGResourceULT.h36 static void SetUpTestCase();
DGmmResourceCpuBltULT.cpp44 void CTestCpuBltResource::SetUpTestCase() in SetUpTestCase() function in CTestCpuBltResource
DGmmXe_LPGCachePolicyULT.h37 static void SetUpTestCase();
DGmmGen12dGPUResourceULT.h30 static void SetUpTestCase();
DGmmGen12ResourceULT.h30 static void SetUpTestCase();
DGmmCommonULT.h33 static void SetUpTestCase();
DGmmGen12CachePolicyULT.cpp33 void CTestGen12CachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestGen12CachePolicy
45 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmGen10ResourceULT.cpp35 void CTestGen10Resource::SetUpTestCase() in SetUpTestCase() function in CTestGen10Resource
41 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmAuxTableULT.cpp69 void CTestAuxTable::SetUpTestCase() in SetUpTestCase() function in CTestAuxTable
93 CommonULT::SetUpTestCase(); in SetUpTestCase()
DGmmXe_LPGCachePolicyULT.cpp32 void CTestXe_LPGCachePolicy::SetUpTestCase() in SetUpTestCase() function in CTestXe_LPGCachePolicy
91 CommonULT::SetUpTestCase(); in SetUpXe_LPGVariant()
DGmmMultiAdapterULT.h93 static void SetUpTestCase();
/external/grpc-grpc/test/cpp/
DREADME-iOS.md13 - Any setup/teardown code in `main` needs to be moved to `SetUpTestCase`/`TearDownTestCase`, and `T…
35 static void SetUpTestCase() { grpc_init(); }
52 …/UnitTesting/GTMGoogleTestRunner.mm#L48-L56) in GTMGoogleTestRunner, `SetUpTestCase`/`TeardownTest…
/external/libbrillo/brillo/files/
Dfile_util_test.h37 static void SetUpTestCase();

1234