/external/swiftshader/tests/regres/deqp/ |
D | deqp.go | 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 { 353 s testlist.Status 355 {unimplementedRE, testlist.Unimplemented}, 356 {unsupportedRE, testlist.Unsupported}, [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 13-1.c | 36 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()
|
/external/autotest/tko/ |
D | test.cgi | 53 testlist = [test for test in tests 60 if testlist and testlist[0]: 61 link = testlist[0].url 62 box = display.status_count_box(db, testlist, link=link)
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 66 def get_required_plugins(self, testlist): argument 72 for t in testlist: 329 testlist = filtered_tests 330 tcount = len(testlist) 341 pm.call_pre_suite(tcount, [tidx['id'] for tidx in testlist]) 357 for tidx in testlist: 404 for tidx in testlist[count - 1:]: 436 testlist = json.load(test_data, object_pairs_hook=OrderedDict) 439 testlist = list() 441 idlist = get_id_list(testlist) [all …]
|
D | tdc_helper.py | 34 def list_test_cases(testlist): argument 36 for curcase in testlist: 40 def list_categories(testlist): argument 42 categories = set(map(lambda x: x['category'], testlist))
|
/external/python/cpython2/Grammar/ |
D | Grammar | 20 eval_input: testlist NEWLINE* ENDMARKER 37 expr_stmt: testlist (augassign (yield_expr|testlist) | 38 ('=' (yield_expr|testlist))*) 49 return_stmt: 'return' [testlist] 68 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 116 testlist: test (',' test)* [','] 120 classdef: 'class' NAME ['(' [testlist] ')'] ':' suite 142 yield_expr: 'yield' [testlist]
|
/external/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 540 func (r *regres) testLatest(change *changeInfo, test *test, d deqpBuild) (*deqp.Results, testlist.L… 587 func (r *regres) testParent(change *changeInfo, testlists testlist.Lists, d deqpBuild) (*deqp.Resul… 643 func(test *test, testLists testlist.Lists, results *deqp.Results) error { 662 …sh, reactorBackend reactorBackend, genCov bool, withResults func(*test, testlist.Lists, *deqp.Resu… 713 testLists testlist.Lists, 1085 func (t *test) buildAndRun(testLists testlist.Lists, d deqpBuild) *deqp.Results { 1137 func (t *test) run(testLists testlist.Lists, d deqpBuild) (*deqp.Results, error) { 1152 testLists = append(testlist.Lists{}, testLists...) 1188 func (t *test) writeTestListsByStatus(testLists testlist.Lists, results *deqp.Results) ([]string, e… 1192 files := map[testlist.Status]*os.File{} [all …]
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_isinstance.py | 31 testlist = results["args"] 32 args = testlist.children 47 atom = testlist.parent
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_isinstance.py | 31 testlist = results["args"] 32 args = testlist.children 47 atom = testlist.parent
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | Python.g | 87 : (NEWLINE)* testlist (NEWLINE)* 144 : testlist 145 ( augassign testlist 146 | (ASSIGN testlist)+ 167 ( testlist 168 | RIGHTSHIFT testlist 191 return_stmt: 'return' (testlist)? 194 yield_stmt: 'yield' testlist 240 for_stmt: 'for' exprlist 'in' testlist COLON suite ('else' COLON suite)? 314 atom: LPAREN (testlist)? RPAREN [all …]
|
/external/igt-gpu-tools/tests/intel-ci/ |
D | Makefile.am | 2 fast-feedback.testlist \ 3 meta.testlist \
|
D | meson.build | 3 'fast-feedback.testlist', 4 'meta.testlist',
|
D | README | 21 fast-feedback.testlist 41 meta.testlist 44 Meta-testlist contains tests that are hardcoded to generate various
|
/external/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 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 {
|
/external/autotest/client/tests/qemu_iotests/ |
D | qemu_iotests.py | 40 def run_once(self, options='', testlist=''): argument 77 if testlist: 78 cmd += " " + testlist
|
/external/igt-gpu-tools/docs/reference/igt-gpu-tools/ |
D | generate_programs_xml.sh | 5 testlist=$3 17 for test in `cat $testlist | tr ' ' '\n' | grep "^$filter" | sort`; do
|
/external/igt-gpu-tools/tests/vc4_ci/ |
D | README | 18 vc4.testlist 25 vc4-chamelium.testlist 33 vc4-chamelium-fast.testlist
|
/external/python/cpython2/Lib/lib2to3/ |
D | Grammar.txt | 32 eval_input: testlist NEWLINE* ENDMARKER 56 expr_stmt: testlist_star_expr (augassign (yield_expr|testlist) | 69 return_stmt: 'return' [testlist] 88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 138 testlist: test (',' test)* [','] 170 yield_arg: 'from' test | testlist
|
/external/virglrenderer/tests/ |
D | test_virgl_resource.c | 92 static struct res_test testlist[] = { variable 270 ret = virgl_renderer_resource_create(&testlist[_i].args, NULL, 0); in START_TEST() 271 ck_assert_int_eq(ret, testlist[_i].retval); in START_TEST() 315 tcase_add_loop_test(tc_core, virgl_res_tests, 0, ARRAY_SIZE(testlist)); in virgl_init_suite()
|
/external/swiftshader/tests/regres/cmd/export_to_sheets/ |
D | main.go | 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 {
|
/external/igt-gpu-tools/tests/v3d_ci/ |
D | README | 18 v3d.testlist 25 ./build/runner/igt_runner --test-list tests/v3d_ci/v3d.testlist \
|
/external/python/cpython3/Lib/lib2to3/ |
D | Grammar.txt | 13 eval_input: testlist NEWLINE* ENDMARKER 38 expr_stmt: testlist_star_expr (annassign | augassign (yield_expr|testlist) | 72 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 123 testlist: test (',' test)* [',']
|
/external/python/cpython3/Grammar/ |
D | Grammar | 15 eval_input: testlist NEWLINE* ENDMARKER 85 expr_stmt: testlist_star_expr (annassign | augassign (yield_expr|testlist) | 118 for_stmt: 'for' exprlist 'in' testlist ':' [TYPE_COMMENT] suite ['else' ':' suite] 162 testlist: test (',' test)* [',']
|
/external/python/cpython2/Lib/test/ |
D | test_genericpath.py | 64 testlist = ['', 'abc', 'Xbcd', 'Xb', 'XY', 'abcd', 66 for s1 in testlist: 67 for s2 in testlist:
|
/external/deqp-deps/glslang/Test/ |
D | web.runtests | 3 TESTLIST=web.testlist
|