HomeSort by relevance Sort by last modified time
    Searched full:do_test (Results 1 - 25 of 26) sorted by null

1 2

  /ndk/sources/cxx-stl/gabi++/tests/
Android.mk 3 do_test = \ macro
18 do_test_simple = $(call do_test,$1,$1.cpp,$2)
20 $(call do_test,rtti,test_gabixx_rtti.cpp)
21 $(call do_test,exceptions,test_gabixx_exceptions.cpp)
22 $(call do_test,aux_runtime,test_aux_runtime.cpp)
  /external/valgrind/none/tests/ppc32/
power5+_round.c 97 #define DO_TEST(op,in,out,rf) for (i=0; i<sizeof(in)/sizeof(double); ++i) { \
110 DO_TEST(frin, set, frin, fprf);
111 DO_TEST(frin, set2, frin2, frin2rf);
112 DO_TEST(friz, set, friz, fprf);
113 DO_TEST(friz, set2, friz2, friz2rf);
114 DO_TEST(frip, set, frip, fprf);
115 DO_TEST(frip, set2, frip2, frip2rf);
116 DO_TEST(frim, set, frim, fprf);
117 DO_TEST(frim, set2, frim2, frim2rf);
136 DO_TEST(frsp, set1, frsp1, fprf1)
    [all...]
  /external/valgrind/VEX/test/
mmxtest.c 521 #define do_test(_name, _operation) \ macro
534 do_test("paddd", paddd(ma,mb));
535 do_test("paddw", paddw(ma,mb));
536 do_test("paddb", paddb(ma,mb));
538 do_test("paddsw", paddsw(ma,mb));
539 do_test("paddsb", paddsb(ma,mb));
541 do_test("paddusw", paddusw(ma,mb));
542 do_test("paddusb", paddusb(ma,mb));
544 do_test("psubd", psubd(ma,mb));
545 do_test("psubw", psubw(ma,mb))
    [all...]
  /external/valgrind/memcheck/tests/
pdb-realloc2.c 31 void do_test ( int size ) function
105 do_test(z);
106 do_test(z + 173);
107 do_test(z + 1731);
  /external/e2fsprogs/resize/
test_extent.c 17 void do_test(FILE *in, FILE *out);
19 void do_test(FILE *in, FILE *out) function
121 do_test(stdin, stdout);
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
run_tests.py 73 def do_test(cssmin, output, **options): function in function:run_tests.run_test
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/lldb/test/functionalities/exec/
TestExec.py 35 self.do_test ()
50 self.do_test ()
52 def do_test (self): member in class:ExecTestCase
  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
binder1st.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
binder2nd.pass.cpp 39 void do_test() function in class:test
57 t.do_test();
  /external/linux-tools-perf/src/tools/perf/tests/
sample-parsing.c 127 static int do_test(u64 sample_type, u64 sample_regs_user, u64 read_format) function
289 err = do_test(sample_type, 0, rf[i]);
301 err = do_test(sample_type, sample_regs_user, 0);
310 err = do_test(sample_type, sample_regs_user, rf[i]);
  /external/libcxx/test/std/atomics/atomics.types.generic/
address.pass.cpp 80 do_test() function
133 do_test<A, T>();
134 do_test<volatile A, T>();
integral.pass.cpp 97 do_test() function
163 do_test<A, T>();
164 do_test<volatile A, T>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
address.pass.cpp 75 do_test() function
128 do_test<A, T>();
129 do_test<volatile A, T>();
integral.pass.cpp 93 do_test() function
159 do_test<A, T>();
160 do_test<volatile A, T>();
  /ndk/tests/
check-release.sh 106 do_test () { function
149 do_test RELEASE "Checking top-level release file"
  /external/clang/test/CodeGen/
pragma-unroll.cpp 17 void do_test(int *List, int Length) { function
pragma-loop.cpp 20 void do_test(int *List, int Length) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 39 def do_test(buf, method): function
131 d = do_test(orig, "GET")
133 d = do_test(orig, "POST")
test_httpservers.py 159 def do_TEST(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 39 def do_test(buf, method): function
131 d = do_test(orig, "GET")
133 d = do_test(orig, "POST")
test_httpservers.py 159 def do_TEST(self):
  /external/mksh/src/
check.pl 271 %do_test = ();
272 grep($do_test{$_} = 1, @ARGV);
438 next if !$all_tests && !$do_test{$test{'name'}};
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 1472 do_test(struct display *dp, const char *file) function
    [all...]

Completed in 591 milliseconds

1 2