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

  /ndk/sources/cxx-stl/llvm-libc++/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++/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/main/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/oprofile/libregex/tests/
regex_test.cpp 30 static void do_test(istream& fin) function
71 do_test(fin);
80 do_test(fin);
  /external/valgrind/main/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/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/oprofile/libop/tests/
parse_event_tests.c 31 static void do_test(struct events_test const * ev) function
56 do_test(ev);
alloc_counter_tests.c 147 static void do_test(struct allocated_counter const * it) function
214 do_test(it);
  /ndk/tests/
check-release.sh 106 do_test () { function
149 do_test RELEASE "Checking top-level release file"
  /ndk/sources/cxx-stl/llvm-libc++/test/atomics/atomics.types.generic/
address.pass.cpp 74 do_test() function
120 do_test<A, T>();
121 do_test<volatile A, T>();
integral.pass.cpp 92 do_test() function
151 do_test<A, T>();
152 do_test<volatile A, T>();
  /external/oprofile/libdb/tests/
db_test.c 121 static void do_test(void) function
179 do_test();
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 1841 def do_test(self, data, is_missing_eof): function in function:CppStyleTest.test_newline_at_eof
1856 def do_test(self, raw_bytes, has_invalid_utf8): function in function:CppStyleTest.test_invalid_utf8
    [all...]
  /external/mksh/src/
check.pl 273 %do_test = ();
274 grep($do_test{$_} = 1, @ARGV);
420 next if !$all_tests && !$do_test{$test{'name'}};
    [all...]

Completed in 163 milliseconds