/external/valgrind/VEX/test/ |
D | mmxtest.c | 521 #define do_test(_name, _operation) \ in main() macro 534 do_test("paddd", paddd(ma,mb)); in main() 535 do_test("paddw", paddw(ma,mb)); in main() 536 do_test("paddb", paddb(ma,mb)); in main() 538 do_test("paddsw", paddsw(ma,mb)); in main() 539 do_test("paddsb", paddsb(ma,mb)); in main() 541 do_test("paddusw", paddusw(ma,mb)); in main() 542 do_test("paddusb", paddusb(ma,mb)); in main() 544 do_test("psubd", psubd(ma,mb)); in main() 545 do_test("psubw", psubw(ma,mb)); in main() [all …]
|
/external/valgrind/memcheck/tests/ |
D | pdb-realloc2.c | 31 void do_test ( int size ) in do_test() function 105 do_test(z); in main() 106 do_test(z + 173); in main() 107 do_test(z + 1731); in main()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/ |
D | run_tests.py | 73 def do_test(cssmin, output, **options): function 88 erred, out = do_test(py_cssmin, output) 89 erred, c_out = do_test(c_cssmin, output) 90 erred, out_b = do_test(py_cssmin, output_b, keep_bang_comments=True) 91 erred, c_out_b = do_test(c_cssmin, output_b, keep_bang_comments=True)
|
/external/e2fsprogs/resize/ |
D | test_extent.c | 17 void do_test(FILE *in, FILE *out); 19 void do_test(FILE *in, FILE *out) in do_test() function 121 do_test(stdin, stdout); in main()
|
/external/libcxx/test/std/atomics/atomics.types.generic/ |
D | address.pass.cpp | 80 do_test() in do_test() function 133 do_test<A, T>(); in test() 134 do_test<volatile A, T>(); in test()
|
D | integral.pass.cpp | 97 do_test() in do_test() function 163 do_test<A, T>(); in test() 164 do_test<volatile A, T>(); in test()
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
D | binder2nd.pass.cpp | 39 void do_test() in do_test() function in test 57 t.do_test(); in main()
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
D | binder1st.pass.cpp | 39 void do_test() in do_test() function in test 57 t.do_test(); in main()
|
/external/lldb/test/functionalities/exec/ |
D | TestExec.py | 35 self.do_test () 50 self.do_test () 52 def do_test (self): member in ExecTestCase
|
/external/linux-tools-perf/src/tools/perf/tests/ |
D | sample-parsing.c | 127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format) in do_test() function 289 err = do_test(sample_type, 0, rf[i]); in test__sample_parsing() 301 err = do_test(sample_type, sample_regs_user, 0); in test__sample_parsing() 310 err = do_test(sample_type, sample_regs_user, rf[i]); in test__sample_parsing()
|
/external/clang/test/CodeGen/ |
D | pragma-unroll.cpp | 17 void do_test(int *List, int Length) { in do_test() function
|
D | pragma-loop.cpp | 20 void do_test(int *List, int Length) { in do_test() function
|
/external/mksh/src/ |
D | check.pl | 271 %do_test = (); 272 grep($do_test{$_} = 1, @ARGV); 438 next if !$all_tests && !$do_test{$test{'name'}};
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 1532 do_test(struct display *dp, const char *file) in do_test() function 1643 int ret = do_test(&d, argv[i]); in main()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-generic-lambdas-capturing.cpp | 756 int do_test() { in do_test() function
|