Searched defs:do_test (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dthread_common.tcl74 proc do_test {name script result} { procedure
H A Dtester.tcl51 # 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
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Drestore_jrnl.tcl61 proc do_test {name cmd expected} { procedure
229 do_test restore_jrnl-1.0 {
/external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
H A Dbinder1st.pass.cpp39 void do_test() function in class:test
57 t.do_test();
/external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/
H A Dbinder2nd.pass.cpp39 void do_test() function in class:test
57 t.do_test();
/external/libcxx/test/atomics/atomics.types.generic/
H A Daddress.pass.cpp75 do_test() function
128 do_test<A, T>();
129 do_test<volatile A, T>();
H A Dintegral.pass.cpp93 do_test() function
159 do_test<A, T>();
160 do_test<volatile A, T>();
/external/oprofile/libop/tests/
H A Dparse_event_tests.c31 static void do_test(struct events_test const * ev) function
56 do_test(ev);
H A Dalloc_counter_tests.c147 static void do_test(struct allocated_counter const * it) function
214 do_test(it);
/external/clang/test/CodeGen/
H A Dpragma-loop.cpp20 void do_test(int *List, int Length) { function
/external/e2fsprogs/resize/
H A Dtest_extent.c17 void do_test(FILE *in, FILE *out);
19 void do_test(FILE *in, FILE *out) function
121 do_test(stdin, stdout);
/external/lldb/test/functionalities/exec/
H A DTestExec.py35 self.do_test ()
50 self.do_test ()
52 def do_test (self): member in class:ExecTestCase
/external/oprofile/libregex/tests/
H A Dregex_test.cpp30 static void do_test(istream& fin) function
71 do_test(fin);
80 do_test(fin);
/external/valgrind/main/memcheck/tests/
H A Dpdb-realloc2.c31 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/
H A Dpolicy_template_generator_unittest.py22 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())
286 self.do_test(policy_data_mock, LocalMockWriter())
359 self.do_test(policy_data_moc
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c127 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/oprofile/libdb/tests/
H A Ddb_test.c121 static void do_test(void) function
179 do_test();
/external/pixman/test/
H A Dscaling-crash-test.c131 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 (
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py1938 def do_test(self, data, is_missing_eof): function in function:CppStyleTest.test_newline_at_eof
1949 do_test(self, '// Newline\n// at EOF\n', False)
1950 do_test(self, '// No newline\n// at EOF', True)
1953 def do_test(self, raw_bytes, has_invalid_utf8): function in function:CppStyleTest.test_invalid_utf8
1966 do_test(self, 'Hello world\n', False)
1967 do_test(self, '\xe9\x8e\xbd\n', False)
1968 do_test(self, '\xe9x\x8e\xbd\n', True)
1971 do_test(self, '\xef\xbf\xbd\n', True)
/external/libpng/contrib/libtests/
H A Dpngimage.c1472 do_test(struct display *dp, const char *file) function
1577 int ret = do_test(&d, argv[i]);
/external/valgrind/main/VEX/test/
H A Dmmxtest.c521 #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("psub
[all...]

Completed in 1777 milliseconds