Home
last modified time | relevance | path

Searched defs:testf (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_SearchIO_blat_psl.py25 def test_psl_34_001(self, testf="psl_34_001.psl", pslx=False): argument
340 def test_psl_34_002(self, testf="psl_34_002.psl", pslx=False): argument
346 def test_psl_34_003(self, testf="psl_34_003.psl", pslx=False): argument
441 def test_psl_34_004(self, testf="psl_34_004.psl", pslx=False): argument
670 def test_psl_34_005(self, testf="psl_34_005.psl", pslx=False): argument
1076 def test_pslx_34_001(self, testf="pslx_34_001.pslx"): argument
1150 def test_pslx_34_002(self, testf="pslx_34_002.pslx"): argument
1154 def test_pslx_34_003(self, testf="pslx_34_003.pslx"): argument
1173 def test_pslx_34_004(self, testf="pslx_34_004.pslx"): argument
1232 def test_pslx_34_005(self, testf="pslx_34_005.pslx"): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_report_request.py256 testf = lambda: report_request.Info(protocol=object()) function
261 testf = lambda: report_request.Info(platform=object()) function
265 testf = lambda: report_request.Info(request_size=object()) function
267 testf = lambda: report_request.Info(request_size=-2) function
273 testf = lambda: report_request.Info(response_size=-2) function
277 testf = lambda: report_request.Info(backend_time=object()) function
289 testf = lambda: report_request.Info(error_cause=object()) function
350 testf = lambda: self.agg.report(object()) function
352 testf = lambda: self.agg.report(None) function
357 testf = lambda: self.agg.report(req) function
[all …]
H A Dtest_distribution.py27 testf = lambda: distribution.create_exponential(0, 1.1, 0.1) function
31 testf = lambda: distribution.create_exponential(1, 0.9, 0.1) function
35 testf = lambda: distribution.create_exponential(1, 1.1, -0.1) function
47 testf = lambda: distribution.create_linear(0, 1.1, 0.1) function
51 testf = lambda: distribution.create_linear(1, -0.1, 0.1) function
63 testf = lambda: distribution.create_explicit([0.0, 0.1, 0.1]) function
127 testf = lambda: distribution.add_sample(_UNDERFLOW_SAMPLE, function
182 testf = lambda: distribution.merge(*p) function
187 testf = lambda: distribution.merge(d2, d3) function
H A Dtest_check_request.py39 testf = lambda: check_request.sign(messages.CheckRequest()) function
43 testf = lambda: check_request.sign(None) function
45 testf = lambda: check_request.sign(object()) function
50 testf = lambda: check_request.sign(messages.CheckRequest(operation=op)) function
55 testf = lambda: check_request.sign(messages.CheckRequest(operation=op)) function
107 testf = lambda: self.agg.check(object()) function
109 testf = lambda: self.agg.check(None) function
114 testf = lambda: self.agg.check(req) function
120 testf = lambda: self.agg.check(req) function
127 testf = lambda: self.agg.check(req) function
[all …]
H A Dtest_timestamp.py38 testf = lambda: timestamp.to_rfc3339('this will not work') function
110 testf = lambda: timestamp.compare(self.TESTS[0][0], function
113 testf = lambda: timestamp.compare(self.TESTS[0], function
H A Dtest_metric_value.py92 testf = lambda: metric_value.merge(kind, self.test_value, changed) function
98 testf = lambda: metric_value.merge(kind, no_init, no_init) function
108 testf = lambda: metric_value.merge(MetricKind.DELTA, mv, mv) function
H A Dtest_money.py83 testf = lambda: money.add(self._SOME_YEN, self._SOME_USD) function
87 testf = lambda: money.add(self._SOME_YEN, self._LARGE_YEN) function
97 testf = lambda: money.add(self._SOME_YEN_DEBT, self._LARGE_YEN_DEBT) function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dff-descriptor-1.f90102 subroutine testf (a) subroutine
105 type(m) :: a(:,:)
106 type(m) :: b(jmax, imax)
107 integer :: i, j local
H A Dff-descriptor-3.f90119 subroutine testf (a, t, p) subroutine
122 type(m), allocatable :: a
123 type(m), target :: t
124 type(m), pointer :: p
H A Dff-descriptor-2.f9082 subroutine testf (a) subroutine
85 type(m) :: a(..)
86 type(m) :: b(jmax, imax)
H A Dff-descriptor-5.f9051 subroutine testf (a) subroutine
53 character(len=*,kind=C_CHAR) :: a
H A Dff-descriptor-6.f9051 subroutine testf (a) subroutine
53 integer(C_INT) :: a(..)
H A Dff-descriptor-4.f90155 subroutine testf (a, t, p) subroutine
158 type(m), allocatable :: a(:)
159 type(m), target :: t(3,10)
160 type(m), pointer :: p(:,:)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A DISO_Fortran_binding_19.f9023 subroutine testf (y) subroutine
24 type(m), allocatable, target :: y(:)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/vect/
H A Dvect-alias-check-1.F9068 subroutine testf(a, x, base, n) subroutine
74 end subroutine testf argument

12345678910>>...25