Home
last modified time | relevance | path

Searched refs:mytest (Results 1 – 11 of 11) sorted by relevance

/external/autotest/server/
Dtest.py60 def wrapper(self, mytest): argument
71 func(self, mytest, host, at, outputdir)
75 if mytest.disable_sysinfo_install_cache:
159 def _pull_sysinfo_keyval(self, host, outputdir, mytest): argument
163 host.get_file(os.path.join(outputdir, "sysinfo"), mytest.outputdir)
171 mytest.write_test_keyval(keyval)
176 def before_hook(self, mytest, host, at, outputdir): argument
186 def before_iteration_hook(self, mytest, host, at, outputdir): argument
192 (outputdir, 'log_before_each_iteration', mytest.iteration,
202 def after_iteration_hook(self, mytest, host, at, outputdir): argument
[all …]
/external/autotest/cli/
Daction_common_unittest.py20 mytest = action_common.atest_list()
24 mytest.check_for_wildcard(filters, checks)
32 mytest = action_common.atest_list()
36 mytest.check_for_wildcard(filters, checks)
43 mytest = action_common.atest_list()
45 mytest.check_for_wildcard(filters, checks)
53 mytest = action_common.atest_list()
55 mytest.check_for_wildcard(filters, checks)
64 mytest = action_common.atest_list()
66 mytest.check_for_wildcard(filters, checks)
[all …]
/external/valgrind/none/tests/
Difunc.c4 static void mytest(int d) in mytest() function
11 return (void (*)(void))&mytest; in resolve_test()
/external/zlib/src/
Dconfigure557 int mytest(const char *fmt, ...)
568 return (mytest("Hello%d\n", 1));
578 int mytest(const char *fmt, ...)
590 return (mytest("Hello%d\n", 1));
616 int mytest(const char *fmt, ...)
628 return (mytest("Hello%d\n", 1));
649 int mytest()
657 return (mytest());
667 int mytest()
674 return (mytest());
[all …]
/external/opencv3/modules/core/test/
Dtest_conjugate_gradient.cpp44 static void mytest(cv::Ptr<cv::ConjGradSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F… in mytest() function
93 mytest(solver,ptr_F,x,etalon_x,etalon_res); in TEST()
102 mytest(solver,ptr_F,x,etalon_x,etalon_res); in TEST()
Dtest_downhill_simplex.cpp46 static void mytest(cv::Ptr<cv::DownhillSolver> solver,cv::Ptr<cv::MinProblemSolver::Function> ptr_F… in mytest() function
92 mytest(solver,ptr_F,x,step,etalon_x,etalon_res); in TEST()
102 mytest(solver,ptr_F,x,step,etalon_x,etalon_res); in TEST()
/external/ImageMagick/Magick++/tests/
Dtests.tap18 for mytest in appendImages attributes averageImages coalesceImages coderInfo color colorHistogram e…
20 ./${mytest} && echo "ok" || echo "not ok"
/external/clang/test/SemaCXX/
Dmember-pointers-2.cpp34 Test0 mytest; in test0() local
35 mytest.test(); in test0()
/external/autotest/client/common_lib/
Dtest.py814 mytest = global_namespace['mytest']
815 mytest.success = False
817 before_test_hook(mytest)
822 mytest.register_before_iteration_hook(before_iteration_hook)
824 mytest.register_after_iteration_hook(after_iteration_hook)
825 mytest._exec(args, dargs)
826 mytest.success = True
830 after_test_hook(mytest)
831 shutil.rmtree(mytest.tmpdir, ignore_errors=True)
/external/autotest/client/tests/kvm/steps/
DWin2008-32.steps4 …qemu-kvm -cdrom /isos/windows/Windows2008-32-bit.iso -hda /vm/win2008-32-mytest.qcow2 -m 512 -nogr…
/external/valgrind/
Dconfigure.ac2611 static void mytest(void) {}
2615 return (void (*)(void))&mytest;