Home
last modified time | relevance | path

Searched refs:TestFuncs (Results 1 – 25 of 104) sorted by relevance

12345

/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/sysutils/
H A Dtfilename.pp25 TestFuncs(1,ExtractFilePath('./:'),'./');
26 TestFuncs(2,ExtractFileName('./:'),':');
27 TestFuncs(3,ExtractFileDrive('./:'),'');
33 TestFuncs(7,ExtractFilePath('./\'),'./\');
34 TestFuncs(8,ExtractFileName('./\'),'');
35 TestFuncs(9,ExtractFileDrive('./\'),'');
37 TestFuncs(10,ExtractFilePath('./c:'),'./');
38 TestFuncs(11,ExtractFileName('./c:'),'c:');
39 TestFuncs(12,ExtractFileDrive('./c:'),'');
49 TestFuncs(102,ExtractFileName('./:'),':');
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dobmc_variance_test.cc262 TestFuncs(aom_highbd_obmc_variance128x64_c,
264 TestFuncs(aom_highbd_obmc_variance64x128_c,
266 TestFuncs(aom_highbd_obmc_variance64x64_c,
268 TestFuncs(aom_highbd_obmc_variance64x32_c,
270 TestFuncs(aom_highbd_obmc_variance32x64_c,
272 TestFuncs(aom_highbd_obmc_variance32x32_c,
274 TestFuncs(aom_highbd_obmc_variance32x16_c,
276 TestFuncs(aom_highbd_obmc_variance16x32_c,
278 TestFuncs(aom_highbd_obmc_variance16x16_c,
357 TestFuncs(aom_highbd_obmc_variance64x16_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
102 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
103 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
104 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
105 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1),
131 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
132 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
133 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
134 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
135 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsse_sum_test.cc41 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
43 class SumSSETest : public ::testing::TestWithParam<TestFuncs> {
82 TestFuncs params_;
163 ::testing::Values(TestFuncs(
169 ::testing::Values(TestFuncs(
H A Dblend_a64_mask_1d_test.cc120 typedef libaom_test::FuncParam<F8B> TestFuncs; typedef
199 ::testing::Values(TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_c),
200 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_c)));
206 TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_sse4_1),
207 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_sse4_1)));
213 ::testing::Values(TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_neon),
214 TestFuncs(blend_a64_vmask_ref,
/dports/multimedia/aom/aom-3.2.0/test/
H A Dobmc_variance_test.cc262 TestFuncs(aom_highbd_obmc_variance128x64_c,
264 TestFuncs(aom_highbd_obmc_variance64x128_c,
266 TestFuncs(aom_highbd_obmc_variance64x64_c,
268 TestFuncs(aom_highbd_obmc_variance64x32_c,
270 TestFuncs(aom_highbd_obmc_variance32x64_c,
272 TestFuncs(aom_highbd_obmc_variance32x32_c,
274 TestFuncs(aom_highbd_obmc_variance32x16_c,
276 TestFuncs(aom_highbd_obmc_variance16x32_c,
278 TestFuncs(aom_highbd_obmc_variance16x16_c,
357 TestFuncs(aom_highbd_obmc_variance64x16_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
102 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
103 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
104 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
105 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1),
131 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
132 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
133 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
134 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
135 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsse_sum_test.cc40 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
42 class SumSSETest : public ::testing::TestWithParam<TestFuncs> {
78 TestFuncs params_;
159 ::testing::Values(TestFuncs(
165 ::testing::Values(TestFuncs(
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dobmc_variance_test.cc246 TestFuncs(aom_highbd_obmc_variance128x64_c,
248 TestFuncs(aom_highbd_obmc_variance64x128_c,
250 TestFuncs(aom_highbd_obmc_variance64x64_c,
252 TestFuncs(aom_highbd_obmc_variance64x32_c,
254 TestFuncs(aom_highbd_obmc_variance32x64_c,
256 TestFuncs(aom_highbd_obmc_variance32x32_c,
258 TestFuncs(aom_highbd_obmc_variance32x16_c,
260 TestFuncs(aom_highbd_obmc_variance16x32_c,
262 TestFuncs(aom_highbd_obmc_variance16x16_c,
300 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
101 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
102 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
103 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
104 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1)
123 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
124 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
125 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
126 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
127 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsum_squares_test.cc38 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
40 class SumSquaresTest : public ::testing::TestWithParam<TestFuncs> {
79 TestFuncs params_;
158 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
166 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
H A Dblend_a64_mask_1d_test.cc120 typedef libaom_test::FuncParam<F8B> TestFuncs; typedef
199 ::testing::Values(TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_c),
200 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_c)));
206 TestFuncs(blend_a64_hmask_ref, aom_blend_a64_hmask_sse4_1),
207 TestFuncs(blend_a64_vmask_ref, aom_blend_a64_vmask_sse4_1)));
212 ::testing::Values(TestFuncs(blend_a64_hmask_ref,
214 TestFuncs(blend_a64_vmask_ref,
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dobmc_variance_test.cc246 TestFuncs(aom_highbd_obmc_variance128x64_c,
248 TestFuncs(aom_highbd_obmc_variance64x128_c,
250 TestFuncs(aom_highbd_obmc_variance64x64_c,
252 TestFuncs(aom_highbd_obmc_variance64x32_c,
254 TestFuncs(aom_highbd_obmc_variance32x64_c,
256 TestFuncs(aom_highbd_obmc_variance32x32_c,
258 TestFuncs(aom_highbd_obmc_variance32x16_c,
260 TestFuncs(aom_highbd_obmc_variance16x32_c,
262 TestFuncs(aom_highbd_obmc_variance16x16_c,
300 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
101 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
102 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
103 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
104 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1)
123 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
124 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
125 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
126 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
127 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsum_squares_test.cc38 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
40 class SumSquaresTest : public ::testing::TestWithParam<TestFuncs> {
79 TestFuncs params_;
158 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
166 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dobmc_variance_test.cc246 TestFuncs(aom_highbd_obmc_variance128x64_c,
248 TestFuncs(aom_highbd_obmc_variance64x128_c,
250 TestFuncs(aom_highbd_obmc_variance64x64_c,
252 TestFuncs(aom_highbd_obmc_variance64x32_c,
254 TestFuncs(aom_highbd_obmc_variance32x64_c,
256 TestFuncs(aom_highbd_obmc_variance32x32_c,
258 TestFuncs(aom_highbd_obmc_variance32x16_c,
260 TestFuncs(aom_highbd_obmc_variance16x32_c,
262 TestFuncs(aom_highbd_obmc_variance16x16_c,
300 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
101 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
102 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
103 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
104 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1)
123 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
124 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
125 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
126 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
127 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsum_squares_test.cc38 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
40 class SumSquaresTest : public ::testing::TestWithParam<TestFuncs> {
79 TestFuncs params_;
158 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
166 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dobmc_variance_test.cc246 TestFuncs(aom_highbd_obmc_variance128x64_c,
248 TestFuncs(aom_highbd_obmc_variance64x128_c,
250 TestFuncs(aom_highbd_obmc_variance64x64_c,
252 TestFuncs(aom_highbd_obmc_variance64x32_c,
254 TestFuncs(aom_highbd_obmc_variance32x64_c,
256 TestFuncs(aom_highbd_obmc_variance32x32_c,
258 TestFuncs(aom_highbd_obmc_variance32x16_c,
260 TestFuncs(aom_highbd_obmc_variance16x32_c,
262 TestFuncs(aom_highbd_obmc_variance16x16_c,
300 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
[all …]
H A Dobmc_sad_test.cc33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
101 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
102 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
103 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
104 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1)
123 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
124 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
125 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
126 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
127 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
[all …]
H A Dsum_squares_test.cc38 typedef libaom_test::FuncParam<SSI16Func> TestFuncs; typedef
40 class SumSquaresTest : public ::testing::TestWithParam<TestFuncs> {
79 TestFuncs params_;
158 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
166 ::testing::Values(TestFuncs(&aom_sum_squares_2d_i16_c,
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dobmc_variance_test.cc191 TestFuncs(aom_highbd_obmc_variance128x64_c,
193 TestFuncs(aom_highbd_obmc_variance64x128_c,
196 TestFuncs(aom_highbd_obmc_variance64x64_c,
198 TestFuncs(aom_highbd_obmc_variance64x32_c,
200 TestFuncs(aom_highbd_obmc_variance32x64_c,
202 TestFuncs(aom_highbd_obmc_variance32x32_c,
204 TestFuncs(aom_highbd_obmc_variance32x16_c,
206 TestFuncs(aom_highbd_obmc_variance16x32_c,
208 TestFuncs(aom_highbd_obmc_variance16x16_c,
248 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
[all …]
H A Dobmc_sad_test.cc32 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs; typedef
94 TestFuncs(aom_obmc_sad64x64_c, aom_obmc_sad64x64_sse4_1),
95 TestFuncs(aom_obmc_sad64x32_c, aom_obmc_sad64x32_sse4_1),
96 TestFuncs(aom_obmc_sad32x64_c, aom_obmc_sad32x64_sse4_1),
97 TestFuncs(aom_obmc_sad32x32_c, aom_obmc_sad32x32_sse4_1),
101 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_sse4_1),
102 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_sse4_1),
103 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
104 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
105 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/funcs/
H A Dtest.go15 testNS *TestFuncs
20 func TestNS() *TestFuncs {
21 testNSInit.Do(func() { testNS = &TestFuncs{} })
49 type TestFuncs struct { struct
54 func (f *TestFuncs) Assert(args ...interface{}) (string, error) { argument
71 func (f *TestFuncs) Fail(args ...interface{}) (string, error) { argument
83 func (f *TestFuncs) Required(args ...interface{}) (interface{}, error) { argument
99 func (f *TestFuncs) Ternary(tval, fval, b interface{}) interface{} { argument
107 func (f *TestFuncs) Kind(arg interface{}) string { argument
112 func (f *TestFuncs) IsKind(kind string, arg interface{}) bool { argument
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw10717.pp103 procedure TestFuncs(const strPath: string; const results: tsingletestresults);
155 TestFuncs('./:',results[1]);
156 TestFuncs('C:/blah:blah',results[2]);
157 TestFuncs('./\',results[3]);
158 TestFuncs('./c:',results[4]);
159 TestFuncs('\\server\share\file',results[5]);

12345