/external/libxml2/macos/src/ |
H A D | XMLTestPrefix2.h | 1 int test_main(int argc, char* argv[]);
#define main() test_main(int argc, char* argv[]
|
H A D | XMLTestPrefix.h | 1 int test_main(int argc, char **argv);
#define main(X,Y) test_main(X,Y)
|
/external/python/cpython2/Lib/test/ |
H A D | outstanding_bugs.py | 17 def test_main(): function 22 test_main()
|
H A D | test_distutils.py | 12 def test_main(): function 18 test_main()
|
H A D | test_email_renamed.py | 8 def test_main(): function 12 test_main()
|
H A D | test_json.py | 12 def test_main(): function 17 test_main()
|
H A D | test_unittest.py | 6 def test_main(): function 12 test_main()
|
H A D | test_al.py | 13 def test_main(): function 24 test_main()
|
H A D | test_cd.py | 17 def test_main(): function 29 test_main()
|
H A D | test_cl.py | 69 def test_main(): function 81 test_main()
|
H A D | test_codecmaps_hk.py | 15 def test_main(): function 19 test_main()
|
H A D | test_email.py | 9 def test_main(): function 14 test_main()
|
H A D | test_unpack.py | 124 def test_main(verbose=False): function 130 test_main(verbose=True)
|
H A D | test_lib2to3.py | 4 test_parser, test_main as test_main_) 16 def test_main(): function 21 test_main()
|
H A D | test_codecencodings_hk.py | 22 def test_main(): function 26 test_main()
|
H A D | test_codecencodings_tw.py | 22 def test_main(): function 26 test_main()
|
H A D | test_codecmaps_cn.py | 26 def test_main(): function 30 test_main()
|
H A D | test_codecmaps_tw.py | 24 def test_main(): function 28 test_main()
|
H A D | test_crypt.py | 13 def test_main(): function 17 test_main()
|
H A D | test_ctypes.py | 8 def test_main(): function 15 test_main()
|
H A D | test_email_codecs.py | 9 def test_main(): function 15 test_main()
|
H A D | test_getargs.py | 27 def test_main(): function 31 test_main()
|
H A D | test_longexp.py | 10 def test_main(): function 14 test_main()
|
H A D | test_softspace.py | 19 def test_main(): function 23 test_main()
|
/external/libchrome/testing/ |
H A D | multiprocess_func_list.h | 54 #define MULTIPROCESS_TEST_MAIN(test_main) \ 55 MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, NULL) 60 #define MULTIPROCESS_TEST_MAIN_WITH_SETUP(test_main, test_setup) \ 61 int test_main(); \ 64 AddMultiProcessTest##_##test_main(#test_main, (test_main), (test_setup)); \ 66 int test_main()
|