Home
last modified time | relevance | path

Searched refs:testlist (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
H A Ddeqp.go37 "../testlist"
65 TestLists testlist.Lists
87 Status testlist.Status
165 case testlist.EGL:
167 case testlist.GLES2:
169 case testlist.GLES3:
171 case testlist.Vulkan:
184 if list.API != testlist.Vulkan {
355 s testlist.Status
357 {unimplementedRE, testlist
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D13-1.c36 static int testlist[NUMTESTS][4] = { variable
76 its.it_value.tv_sec = testlist[i][0]; in main()
77 its.it_value.tv_nsec = testlist[i][1]; in main()
78 its.it_interval.tv_sec = testlist[i][2]; in main()
79 its.it_interval.tv_nsec = testlist[i][3]; in main()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_isinstance.py31 testlist = results["args"]
32 args = testlist.children
47 atom = testlist.parent
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go56 "../../testlist"
545 func (r *regres) testLatest(change *changeInfo, test *test, d deqpBuild) (*deqp.Results, testlist.Lists, error) {
592 func (r *regres) testParent(change *changeInfo, testlists testlist.Lists, d deqpBuild) (*deqp.Results, error) {
651 func(test *test, testLists testlist.Lists, results *deqp.Results) error {
670 func (r *regres) runDailyTest(dailyHash git.Hash, reactorBackend reactorBackend, genCov bool, withResults func(*test, testlist.Lists, *deqp.Results) error) error {
750 log.Println("Copying deqp's vulkan testlist to checkout %s", test.commit)
835 testLists testlist.Lists,
1214 func (t *test) buildAndRun(testLists testlist.Lists, d deqpBuild) *deqp.Results {
1266 func (t *test) run(testLists testlist.Lists, d deqpBuild) (*deqp.Results, error) {
1281 testLists = append(testlist
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/
H A Dmain.go44 "../../testlist"
72 group := testlist.Group{
75 API: testlist.Vulkan,
113 TestLists: testlist.Lists{group},
134 counts := map[testlist.Status]int{}
138 for _, s := range testlist.Statuses {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/
H A Dmain.go36 "../../testlist"
46 testListPath = flag.String("testlist", "tests/regres/full-tests.json", "project relative path to the test list .json file")
65 lists, err := testlist.Load(".", *testListPath)
143 for _, status := range testlist.Statuses {
144 path := testlist.FilePathWithStatus(path, status)
297 func createTestListSheets(srv *sheets.Service, testlists testlist.Lists) error {
306 for _, s := range testlist.Statuses {
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java1028 File testlist, in addTestsToInstancesMap()
1035 try (final FileReader testlistInnerReader = new FileReader(testlist); in addTestsToInstancesMap()
1057 Paths.get(testlist.getParent(), testName.split("/")).toFile(), in addTestsToInstancesMap()
2164 File testlist = new File(mBuildHelper.getTestsDir(), mCaselistFile); in loadTests()
2165 if (!testlist.isFile()) { in loadTests()
2168 testlist = FileUtil.findFile(mBuildHelper.getTestsDir(), mCaselistFile); in loadTests()
2169 if (testlist == null || !testlist.isFile()) { in loadTests()
2175 testlist, in loadTests()
1027 addTestsToInstancesMap( File testlist, String configName, String screenRotation, String surfaceType, boolean required, Map<TestDescription, Set<BatchRunConfiguration>> instances) addTestsToInstancesMap() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_interface1_test.cpp176 std::vector<AAFwk::Want> testlist = { AAFwk::Want(), AAFwk::Want() }; in HWTEST_F() local
177 abilityContext->StartAbilities(testlist); in HWTEST_F()
178 EXPECT_TRUE((testlist.size() == abilityContext->GetStartAbilityRunCount())); in HWTEST_F()
/third_party/python/Lib/test/
H A Dtest_genericpath.py90 testlist = ['', 'abc', 'Xbcd', 'Xb', 'XY', 'abcd',
92 for s1 in testlist:
93 for s2 in testlist:
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/
H A Dtestlist.go15 // Package testlist provides utilities for handling test lists.
16 package testlist
124 panic(cause.Wrap(err, "Could not encode testlist to produce hash"))
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java133 StringWriter testlist = new StringWriter(); in buildGlesTestRunner()
135 testlist.write(test.getClassName() + "." + test.getTestName() + "\n"); in buildGlesTestRunner()
137 return buildGlesTestRunner(majorVersion, minorVersion, testlist.toString(), testsDir); in buildGlesTestRunner()
149 String testlist, in buildGlesTestRunner()
160 FileUtil.writeToFile(testlist, caselistsFile); in buildGlesTestRunner()
147 buildGlesTestRunner(int majorVersion, int minorVersion, String testlist, File testsDir) buildGlesTestRunner() argument

Completed in 12 milliseconds