Searched refs:TestCaseType (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/cpp/interop/ |
D | stress_interop_client.h | 37 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);
|
D | stress_test.cc | 115 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()
|
D | stress_interop_client.cc | 38 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/ |
D | xeTestCase.hpp | 36 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);
|
D | xeTestCase.cpp | 31 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()
|
D | xeTestCaseListParser.cpp | 33 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType() 39 TestCaseType caseType; in getTestCaseType()
|
D | xeTestResultParser.cpp | 242 static TestCaseType getTestCaseType (const char* caseType) in getTestCaseType() 244 …return (TestCaseType)getEnumValue("test case type", s_testTypeMap, DE_LENGTH_OF_ARRAY(s_testTypeMa… in getTestCaseType() 257 static TestCaseType getTestCaseTypeFromPath (const char* casePath) in getTestCaseTypeFromPath()
|
D | xeTestCaseResult.hpp | 119 TestCaseType caseType; //!< Test case type.
|
/external/deqp/executor/tools/ |
D | xeExtractValues.cpp | 59 xe::TestCaseType caseType;
|