Home
last modified time | relevance | path

Searched refs:refdata (Results 1 – 25 of 135) sorted by relevance

123456

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/test/
H A DTestBase64.cpp13 static const char refdata[] = "\x01\x02\x03\x04\x05\x06\x07\x08" variable
26 Base64::Encode(refdata, sizeof(refdata) - 1, a); in TEST()
33 a = Base64::Encode(refdata, sizeof(refdata) - 1); in TEST()
40 Base64::Encode(refdata, a); in TEST()
47 a = Base64::Encode(refdata); in TEST()
55 EXPECT_STREQ(refdata, a.c_str()); in TEST()
62 EXPECT_STREQ(refdata, a.c_str()); in TEST()
69 EXPECT_STREQ(refdata, a.c_str()); in TEST()
76 EXPECT_STREQ(refdata, a.c_str()); in TEST()
H A DTestCrc32.cpp13 static const char refdata[] = "abcdefghijklmnopqrstuvwxyz" variable
21 a.Compute(refdata, sizeof(refdata) - 1); in TEST()
29 std::string s = refdata; in TEST()
36 std::string s = refdata; in TEST()
45 std::string s = refdata; in TEST()
/dports/astro/gnuastro/gnuastro-0.16/bin/arithmetic/
H A Doperands.c177 if(readwcs && p->refdata.wcs==NULL) in operands_add()
187 p->refdata.wcs=gal_wcs_read(filename, newnode->hdu, in operands_add()
201 if(p->refdata.wcs && !p->cp.quiet) in operands_add()
259 if(p->refdata.ndim==0) in operands_pop()
262 p->refdata.ndim=(data)->ndim; in operands_pop()
266 p->refdata.dsize=malloc(p->refdata.ndim in operands_pop()
267 * sizeof *p->refdata.dsize); in operands_pop()
268 if(p->refdata.dsize==NULL) in operands_pop()
271 p->refdata.ndim * sizeof *p->refdata.dsize); in operands_pop()
274 for(i=0;i<p->refdata.ndim;++i) in operands_pop()
[all …]
/dports/science/py-dipy/dipy-1.4.1/dipy/segment/
H A Dclustering.py51 self.refdata = refdata
188 self.refdata = refdata
195 def refdata(self): member in ClusterMap
198 @refdata.setter
199 def refdata(self, value): member in ClusterMap
314 cluster.refdata = self.refdata
587 tree.refdata = streamlines
622 def refdata(self): member in TreeClusterMap
625 @refdata.setter
626 def refdata(self, value): member in TreeClusterMap
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/evas/
H A Devas_test_mask.c107 unsigned int *data, *refdata[3]; in EFL_START_TEST() local
150 refdata[0] = calloc(W * H, 4); in EFL_START_TEST()
156 refdata[1] = calloc(W * H, 4); in EFL_START_TEST()
208 fail_if(_bgra_compare(data, refdata[0], W, H)); in EFL_START_TEST()
213 fail_if(_bgra_compare(data, refdata[1], W, H)); in EFL_START_TEST()
233 refdata[2] = calloc(W * H, 4); in EFL_START_TEST()
243 fail_if(_bgra_compare(data, refdata[2], W, H)); in EFL_START_TEST()
246 for (i = 0; i < 3; i++) free(refdata[i]); in EFL_START_TEST()
256 unsigned int *data, *refdata; in EFL_START_TEST() local
362 refdata = calloc(W * H, 4); in EFL_START_TEST()
[all …]
/dports/multimedia/p5-MP4-Info/MP4-Info-1.13/t/
H A Dtest.t255 my ($tags, $refdata, $tag) = @_;
257 if ((($tag eq 'TRKN') || ($tag eq 'DISK')) && defined($refdata->{$tag}))
260 ok ($tags->{$tag}[0], $refdata->{$tag}[0], "tag='$tag'");
261 ok ($tags->{$tag}[1], $refdata->{$tag}[1], "tag='$tag'");
265 ok ($tags->{$tag}, $refdata->{$tag}, "tag='$tag'");
272 my ($mp4, $refdata, $tag) = @_;
277 defined($refdata->{$tag}))
280 ok (${$mp4->$fn}[0], $refdata->{$tag}[0], "fn='$fn'");
281 ok (${$mp4->$fn}[1], $refdata->{$tag}[1], "fn='$fn'");
285 ok ($mp4->$fn, $refdata->{$tag}, "fn='$fn'")
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dgamutwarning.cc91 float *refdata = srcbuf; in markLine() local
95 refdata = buf2; in markLine()
99 …= max(std::abs(proofdata[iy] - refdata[iy]), std::abs(proofdata[iy+1] - refdata[iy+1]), std::abs(p… in markLine()
110 cmsCIELab lab2 = { refdata[iy], refdata[iy+1], refdata[iy+2] }; in markLine()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dgamutwarning.cc95 float *refdata = srcbuf; in markLine() local
99 refdata = buf2; in markLine()
103 …= max(std::abs(proofdata[iy] - refdata[iy]), std::abs(proofdata[iy+1] - refdata[iy+1]), std::abs(p… in markLine()
114 cmsCIELab lab2 = { refdata[iy], refdata[iy+1], refdata[iy+2] }; in markLine()
/dports/science/gromacs/gromacs-2021.4/src/testutils/
H A Dcopy_xsl.sh10 src/gromacs/$destdir/tests/refdata/
14 cp -f src/gromacs/analysisdata/tests/refdata/analysisdata-referencedata.xsl \
15 src/gromacs/$destdir/tests/refdata/
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dqpeg.c32 uint8_t *refdata; member
119 int delta, const uint8_t *ctable, uint8_t *refdata) in qpeg_decode_inter() argument
128 memcpy(refdata + (i * width), dst + (i * stride), width); in qpeg_decode_inter()
174 me_plane = refdata + (filled + me_x) + (height - me_y) * width; in qpeg_decode_inter()
271 …ata, buf_size - 0x86, a->pic.linesize[0], avctx->width, avctx->height, delta, buf + 4, a->refdata); in decode_frame()
293 a->refdata = av_malloc(avctx->width * avctx->height); in decode_init()
305 av_free(a->refdata); in decode_end()
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Dtest-openssl.c44 guchar *refdata; member
67 egg_secure_free (test->refdata); in teardown()
102 test->refdata = egg_openssl_decrypt_block (dekinfo, "booo", 4, data, &test->n_refdata); in parse_reference()
103 g_assert ("no data returned from openssl decrypt" && test->refdata != NULL); in parse_reference()
115 g_assert ("parse_reference() wasn't called" && test->refdata != NULL); in test_parse_reference()
133 data = g_bytes_new_static (test->refdata, test->n_refdata); in test_write_reference()
/dports/security/gcr/gcr-3.40.0/egg/
H A Dtest-openssl.c44 guchar *refdata; member
67 egg_secure_free (test->refdata); in teardown()
102 test->refdata = egg_openssl_decrypt_block (dekinfo, "booo", 4, data, &test->n_refdata); in parse_reference()
103 g_assert ("no data returned from openssl decrypt" && test->refdata != NULL); in parse_reference()
115 g_assert ("parse_reference() wasn't called" && test->refdata != NULL); in test_parse_reference()
133 data = g_bytes_new_static (test->refdata, test->n_refdata); in test_write_reference()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C26 T::assign (this->refdata ()[n], terminal); in test()
28 C *refdata () throw () in refdata() function
37 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Drepo9.C26 T::assign (this->refdata ()[n], terminal); in test()
28 C *refdata () throw () in refdata() function
37 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/template/
H A Drepo9.C25 T::assign (this->refdata ()[n], terminal); in test()
27 C *refdata () throw () in refdata() function
36 B () : dataplus (empty_rep ().refdata ()) { } in B()

123456