Searched refs:testfiles (Results 1 – 25 of 83) sorted by relevance
1234
/external/elfutils/src/tests/ |
D | run-elflint-test.sh | 21 testfiles testfile18 27 testfiles testfile32 30 testfiles testfile33 33 testfiles testfile42 36 testfiles testfile46 40 testfiles testlib_dynseg.so
|
D | run-addrname-test.sh | 20 testfiles testfile34 testfile38 testfile41 testfile49 57 testfiles testfile12 testfile14 279 testfiles testfile64 295 testfiles testfile65 310 testfiles testfile66 testfile66.core 336 testfiles testfile69.core testfile69.so 344 testfiles testfile70.exec testfile70.core 354 testfiles test-core-lib.so test-core.core test-core.exec
|
D | run-prelink-addr-test.sh | 33 testfiles testfile52-32.so testfile52-32.so.debug 34 testfiles testfile52-32.prelink.so testfile52-32.noshdrs.so 62 testfiles testfile52-64.so testfile52-64.so.debug 63 testfiles testfile52-64.prelink.so testfile52-64.noshdrs.so 98 testfiles testfile53-32 testfile53-32.debug testfile53-32.prelink 117 testfiles testfile53-64 testfile53-64.debug testfile53-64.prelink 146 testfiles testfile54-32.so testfile54-32.so.debug 147 testfiles testfile54-32.prelink.so testfile54-32.noshdrs.so 177 testfiles testfile54-64.so testfile54-64.so.debug 178 testfiles testfile54-64.prelink.so testfile54-64.noshdrs.so [all …]
|
D | run-dwflsyms.sh | 25 testfiles testfilebaztab 26 testfiles testfilebazdbg testfilebazdbg.debug 27 testfiles testfilebazdbg_pl 28 testfiles testfilebazdbg_plr 29 testfiles testfilebazdyn 30 testfiles testfilebazmdb 31 testfiles testfilebazmin 32 testfiles testfilebazmin_pl 33 testfiles testfilebazmin_plr 34 testfiles testfilebasmin [all …]
|
D | run-allfcts-multi.sh | 21 testfiles libtestfile_multi_shared.so testfile_multi_main testfile_multi.dwz 22 testfiles testfile-dwzstr testfile-dwzstr.multi 44 testfiles test-offset-loop test-offset-loop.alt
|
D | run-bug1-test.sh | 20 testfiles testfile28 testfile28.rdwr 28 testfiles testfile29 testfile29.rdwr
|
D | run-addrscopes.sh | 20 testfiles testfile22 32 testfiles testfile24
|
D | run-strip-test.sh | 25 testfiles $original 26 test x$stripped = xtestfile.temp || testfiles $stripped $debugfile
|
D | run-readelf-s.sh | 115 testfiles testfilebaztab 116 testfiles testfilebazdbg testfilebazdbg.debug 117 testfiles testfilebazdyn 118 testfiles testfilebazmdb 119 testfiles testfilebazmin 120 testfiles testfilebasmin 121 testfiles testfilebaxmin
|
D | run-unstrip-n.sh | 34 testfiles testcore-rtlib testcore-rtlib-ppc 61 testfiles test-core.core test-core.exec
|
D | run-allfcts.sh | 21 testfiles testfile testfile2 testfile8 84 testfiles testfile_nested_funcs testfile_class_func
|
D | run-readelf-mixed-corenote.sh | 20 testfiles testfile63 87 testfiles testfile67 152 testfiles testfile68 224 testfiles testfile71 291 testfiles testfile_aarch64_core 431 testfiles testfile_i686_core
|
D | run-varlocs.sh | 24 testfiles testfile_const_type testfile_implicit_value testfile_entry_value 25 testfiles testfile_parameter_ref testfile_implicit_pointer
|
D | run-early-offscn.sh | 20 testfiles testfile
|
D | run-test-flag-nobits.sh | 20 testfiles testfile
|
D | run-readelf-twofiles.sh | 20 testfiles testfile14
|
D | run-ecp-test2.sh | 21 testfiles testfile2
|
D | run-rerequest_tag.sh | 20 testfiles testfile56 testfile57
|
D | run-ecp-test.sh | 21 testfiles testfile10
|
D | run-typeiter.sh | 44 testfiles testfile59
|
D | run-readelf-test2.sh | 20 testfiles testfile28
|
D | run-dwfl-bug-offline-rel.sh | 20 testfiles testfile36 testfile36.debug
|
/external/libxml2/ |
D | testThreads.c | 30 static const char *testfiles[] = { variable 100 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); in main() 113 (void *) testfiles[i]); in main() 130 printf("Thread %d handling %s failed\n", i, testfiles[i]); in main() 141 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); in main() 157 …i] = spawn_thread(thread_specific_data, "xmlTestThread", B_NORMAL_PRIORITY, (void *) testfiles[i]); in main() 177 printf("Thread %d handling %s failed\n", i, testfiles[i]); in main()
|
D | testThreadsWin32.c | 20 static char *testfiles[] = { variable 89 unsigned int num_threads = sizeof(testfiles) / sizeof(testfiles[0]); in main() 108 thread_specific_data, testfiles[i], 0, &useless); in main() 133 printf("Thread %d handling %s failed\n", i, testfiles[i]); in main()
|
/external/clang/utils/TestUtils/ |
D | pch-test.pl | 10 sub testfiles($$) { subroutine 57 testfiles("c", "c"); 59 testfiles("m", "objective-c");
|
1234