Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/VEX/test/
Dmmxtest.c521 #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/
Dpdb-realloc2.c31 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/
Drun_tests.py73 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/
Dtest_extent.c17 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/
Daddress.pass.cpp80 do_test() in do_test() function
133 do_test<A, T>(); in test()
134 do_test<volatile A, T>(); in test()
Dintegral.pass.cpp97 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/
Dbinder2nd.pass.cpp39 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/
Dbinder1st.pass.cpp39 void do_test() in do_test() function in test
57 t.do_test(); in main()
/external/lldb/test/functionalities/exec/
DTestExec.py35 self.do_test ()
50 self.do_test ()
52 def do_test (self): member in ExecTestCase
/external/linux-tools-perf/src/tools/perf/tests/
Dsample-parsing.c127 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/
Dpragma-unroll.cpp17 void do_test(int *List, int Length) { in do_test() function
Dpragma-loop.cpp20 void do_test(int *List, int Length) { in do_test() function
/external/mksh/src/
Dcheck.pl271 %do_test = ();
272 grep($do_test{$_} = 1, @ARGV);
438 next if !$all_tests && !$do_test{$test{'name'}};
/external/libpng/contrib/libtests/
Dpngimage.c1532 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/
Dcxx1y-generic-lambdas-capturing.cpp756 int do_test() { in do_test() function