Home
last modified time | relevance | path

Searched refs:TestCaseType (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.h37 enum TestCaseType { enum
58 const vector<pair<TestCaseType, grpc::string>> kTestCaseList = {
80 WeightedRandomTestSelector(const vector<pair<TestCaseType, int>>& tests);
84 TestCaseType GetNextTest() const;
87 const vector<pair<TestCaseType, int>> tests_;
104 bool RunTest(TestCaseType test_case);
Dstress_test.cc115 using grpc::testing::TestCaseType;
131 TestCaseType GetTestTypeFromName(const grpc::string& test_name) { in GetTestTypeFromName()
132 TestCaseType test_case = UNKNOWN_TEST; in GetTestTypeFromName()
164 std::vector<std::pair<TestCaseType, int>>& tests) { in ParseTestCasesString() argument
181 TestCaseType test_case = GetTestTypeFromName(test_name); in ParseTestCasesString()
196 const std::vector<std::pair<TestCaseType, int>>& tests) { in LogParameterInfo() argument
215 TestCaseType test_case = it->first; in LogParameterInfo()
249 std::vector<std::pair<TestCaseType, int>> tests; in main()
Dstress_interop_client.cc38 const vector<pair<TestCaseType, int>>& tests) in WeightedRandomTestSelector() argument
48 TestCaseType WeightedRandomTestSelector::GetNextTest() const { in GetNextTest()
50 TestCaseType selected_test = UNKNOWN_TEST; in GetNextTest()
101 TestCaseType test_case = test_selector_.GetNextTest(); in MainLoop()
117 bool StressTestInteropClient::RunTest(TestCaseType test_case) { in RunTest()
/external/deqp/executor/
DxeTestCase.hpp36 enum TestCaseType enum
46 const char* getTestCaseTypeName (TestCaseType caseType);
101 TestCase* createCase (TestCaseType caseType, const char* name, const char* description);
125 TestCaseType getCaseType (void) const { return m_caseType; } in getCaseType()
127 …static TestCase* createAsChild (TestGroup* parent, TestCaseType caseType, const char* name, con…
130 … TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* description);
133 TestCaseType m_caseType;
143 TestCase* createCase (const char* path, TestCaseType caseType);
DxeTestCase.cpp31 const char* getTestCaseTypeName (TestCaseType caseType) in getTestCaseTypeName()
198 TestCase* TestGroup::createCase (TestCaseType caseType, const char* name, const char* description) in createCase()
241 TestCase* TestCase::createAsChild(TestGroup* parent, TestCaseType caseType, const char *name, const… in createAsChild()
246 TestCase::TestCase (TestGroup* parent, TestCaseType caseType, const char* name, const char* descrip… in TestCase()
287 TestCase* TestHierarchyBuilder::createCase (const char* path, TestCaseType caseType) in createCase()
DxeTestCaseListParser.cpp33 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType()
39 TestCaseType caseType; in getTestCaseType()
DxeTestResultParser.cpp254 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType()
256 …return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMa… in getTestCaseType()
269 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
DxeTestCaseResult.hpp119 TestCaseType caseType; //!< Test case type.
/external/deqp/executor/tools/
DxeExtractValues.cpp59 xe::TestCaseType caseType;