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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-dso-tpoffgotcomm1.s 5 .type do_test, @function
6 do_test: label
9 .size do_test, .-do_test
tls-e-tpiecomm1.s 5 .type do_test, @function
6 do_test: label
9 .size do_test, .-do_test
tls-e-tpoffcomm1.s 5 .type do_test, @function
6 do_test: label
9 .size do_test, .-do_test
tls-e-tpoffcomm1.d 29 0+80078 l F \.text 0+c do_test
42 00080078 <do_test>:
tls-dso-tpoffgotcomm1.d 43 0+1bc <do_test>:
tls-e-tpoffgotcomm1.d 40 0+80098 <do_test>:
tls-e-tpiecomm1.d 45 0+80098 <do_test>:
  /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/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/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...]
  /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/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/catapult/third_party/py_vulcanize/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/libcxx/test/std/atomics/atomics.types.generic/
address.pass.cpp 80 do_test() function
134 do_test<A, T>();
135 do_test<volatile A, T>();
integral.pass.cpp 97 do_test() function
164 do_test<A, T>();
165 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>();
  /external/clang/test/CodeGenCXX/
pragma-unroll.cpp 17 void do_test(int *List, int Length) { function
  /external/v8/test/mjsunit/regress/
regress-475705.js 26 do_test(regexp_src);
42 function do_test(regexp_src) { function
  /external/autotest/client/tests/kvm/tests/
virtio_console.py 70 def do_test(self, function, args=None, fatal=False, cleanup=True): member in class:run_virtio_console.SubTest
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
transport_test.py 161 def do_test(self, protocol, trans): member in class:TransportTest
187 self.do_test(protobuf, trans)
193 self.do_test(protojson, trans)
201 self.do_test(protojson, trans)
208 self.do_test(protojson, trans)
  /prebuilts/gdb/darwin-x86/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")

Completed in 377 milliseconds

1 2