/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"
|
/external/oprofile/libdb/tests/ |
db_test.c | 121 static void do_test(void) function 179 do_test();
|
/external/dbus/bus/ |
activation.c | 2398 do_test (const char *description, dbus_bool_t oom_test, CheckData *data) function [all...] |
/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 | 255 %do_test = (); 256 grep($do_test{$_} = 1, @ARGV); 401 next if !$all_tests && !$do_test{$test{'name'}}; [all...] |