Home
last modified time | relevance | path

Searched refs:TestCaseList (Results 1 – 10 of 10) sorted by relevance

/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Dtest_case.pb.go175 type TestCaseList struct { struct
183 func (x *TestCaseList) Reset() { argument
184 *x = TestCaseList{}
192 func (x *TestCaseList) String() string { argument
196 func (*TestCaseList) ProtoMessage() {} argument
198 func (x *TestCaseList) ProtoReflect() protoreflect.Message { argument
211 func (*TestCaseList) Descriptor() ([]byte, []int) { argument
215 func (x *TestCaseList) GetTestCases() []*TestCase { argument
476 (*TestCaseList)(nil), // 2: chromiumos.test.api.TestCaseList
527 switch v := v.(*TestCaseList); i {
Dtest_suite.pb.go116 func (x *TestSuite) GetTestCases() *TestCaseList {
168 TestCases *TestCaseList `protobuf:"bytes,4,opt,name=test_cases,json=testCases,proto3,oneof"`
347 (*TestCaseList)(nil), // 3: chromiumos.test.api.TestCaseList
/external/libcxx/utils/google-benchmark/test/
Doutput_test_helper.cc22 using TestCaseList = std::vector<TestCase>; typedef
31 TestCaseList& GetTestCaseList(TestCaseID ID) { in GetTestCaseList()
34 static TestCaseList lists[TC_NumID]; in GetTestCaseList()
87 TestCaseList const& not_checks) { in CheckCase()
119 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/google-benchmark/test/
Doutput_test_helper.cc23 using TestCaseList = std::vector<TestCase>; typedef
32 TestCaseList& GetTestCaseList(TestCaseID ID) { in GetTestCaseList()
35 static TestCaseList lists[TC_NumID]; in GetTestCaseList()
97 TestCaseList const& not_checks) { in CheckCase()
129 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/cronet/stable/third_party/google_benchmark/src/test/
Doutput_test_helper.cc23 using TestCaseList = std::vector<TestCase>; typedef
32 TestCaseList& GetTestCaseList(TestCaseID ID) { in GetTestCaseList()
35 static TestCaseList lists[TC_NumID]; in GetTestCaseList()
97 TestCaseList const& not_checks) { in CheckCase()
129 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/cronet/tot/third_party/google_benchmark/src/test/
Doutput_test_helper.cc23 using TestCaseList = std::vector<TestCase>; typedef
32 TestCaseList& GetTestCaseList(TestCaseID ID) { in GetTestCaseList()
35 static TestCaseList lists[TC_NumID]; in GetTestCaseList()
97 TestCaseList const& not_checks) { in CheckCase()
129 void CheckCases(TestCaseList const& checks, std::stringstream& output) { in CheckCases()
/external/chromiumos-config/proto/chromiumos/test/api/
Dcros_test_finder_cli.proto19 // Test suites with TestCaseMetadataList instead of TestCaseList.
Dtest_case.proto60 message TestCaseList { message
Dtest_suite.proto31 TestCaseList test_cases = 4;
/external/chromiumos-config/python/chromiumos/test/api/
Dtest_case_pb2.py336 TestCaseList = _reflection.GeneratedProtocolMessageType('TestCaseList', (_message.Message,), { variable
341 _sym_db.RegisterMessage(TestCaseList)