/external/chromium_org/third_party/sqlite/src/test/ |
thread_common.tcl | 74 proc do_test {name script result} { procedure
|
tester.tcl | 51 # do_test TESTNAME SCRIPT EXPECTED 316 # Invoke the do_test procedure to run a single test 318 proc do_test {name cmd expected} { procedure 368 uplevel do_test $testname [list "execsql {$sql}"] [list [list {*}$result]] 372 uplevel do_test $testname [list "catchsql {$sql}"] [list $result] 429 uplevel do_test ${prefix}.$tn [list $tclquery] [list [list {*}$res]] 433 uplevel do_test ${prefix}.$tn [list [list set {} $nRow]] [list $res] 746 do_test $name [list execsql {PRAGMA integrity_check} $db] {ok} 927 do_test $testname.$n.1 { 952 do_test $testname.$n.2 [subst [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)
|
/ndk/tests/ |
check-release.sh | 106 do_test () { function 149 do_test RELEASE "Checking top-level release file"
|
/external/chromium_org/third_party/sqlite/src/tool/ |
restore_jrnl.tcl | 61 proc do_test {name cmd expected} { procedure 229 do_test restore_jrnl-1.0 {
|
/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/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);
|
/external/oprofile/libregex/tests/ |
regex_test.cpp | 30 static void do_test(istream& fin) function 71 do_test(fin); 80 do_test(fin);
|
/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>();
|
/bionic/tests/ |
stack_unwinding_test_impl.c | 66 void do_test() { function
|
/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/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/chromium_org/tools/grit/grit/format/policy_templates/ |
policy_template_generator_unittest.py | 22 def do_test(self, policy_data, writer): member in class:PolicyTemplateGeneratorUnittest 75 result = self.do_test({}, LocalMockWriter()) 99 self.do_test(policies_mock, LocalMockWriter()) 134 self.do_test(policies_mock, LocalMockWriter()) 179 self.do_test( policy_defs_mock, LocalMockWriter()) 216 self.do_test(policy_data_mock, LocalMockWriter()) 240 self.do_test(policy_defs_mock, LocalMockWriter()) 263 self.do_test(policy_data_mock, LocalMockWriter()) 336 self.do_test(policy_data_mock, local_mock_writer) 343 self.do_test(policy_data_mock, local_mock_writer [all...] |
/external/oprofile/libdb/tests/ |
db_test.c | 121 static void do_test(void) function 179 do_test();
|
/external/pixman/test/ |
scaling-crash-test.c | 131 do_test (int32_t dst_size, function 183 assert (do_test ( 187 assert (do_test ( 191 assert (do_test ( 193 assert (do_test ( 201 assert (do_test ( 210 assert (do_test ( 215 assert (do_test (
|
/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")
|
/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")
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 1937 def do_test(self, data, is_missing_eof): function in function:CppStyleTest.test_newline_at_eof 1952 def do_test(self, raw_bytes, has_invalid_utf8): function in function:CppStyleTest.test_invalid_utf8 [all...] |
/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...] |