Searched refs:testLists (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 643 func(test *test, testLists testlist.Lists, results *deqp.Results) error { 646 …if err := r.postDailyResults(client, test, testLists, results, reactorBackend, dailyHash); err != … 678 testLists, err := test.loadTestLists(fullTestListRelPath) 698 results, err := test.run(testLists, d) 703 return withResults(test, testLists, results) 713 testLists testlist.Lists, 719 filePaths, err := test.writeTestListsByStatus(testLists, results) 1085 func (t *test) buildAndRun(testLists testlist.Lists, d deqpBuild) *deqp.Results { 1094 results, err := t.run(testLists, d) 1137 func (t *test) run(testLists testlist.Lists, d deqpBuild) (*deqp.Results, error) { [all …]
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | RepeatedFieldBuilderV3Test.java | 138 public void testLists() { in testLists() method in RepeatedFieldBuilderV3Test
|