Home
last modified time | relevance | path

Searched refs:test_conv (Results 1 – 25 of 112) sorted by relevance

12345

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv(
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/sql/
H A Dconversion.sql44 create or replace function test_conv( function
94 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
96 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
97 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
98 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
99 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
100 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
101 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
160 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
193 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/astro/libosmium/libosmium-2.17.2/test/t/util/
H A Dtest_misc.cpp6 void test_conv() { in test_conv() function
25 test_conv<int>();
26 test_conv<unsigned int>();
28 test_conv<int8_t>();
33 test_conv<uint8_t>();
38 test_conv<int16_t>();
43 test_conv<uint16_t>();
48 test_conv<int32_t>();
53 test_conv<uint32_t>();
58 test_conv<int64_t>();
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/util/
H A Dtest_misc.cpp6 void test_conv() { in test_conv() function
25 test_conv<int>();
26 test_conv<unsigned int>();
28 test_conv<int8_t>();
33 test_conv<uint8_t>();
38 test_conv<int16_t>();
43 test_conv<uint16_t>();
48 test_conv<int32_t>();
53 test_conv<uint32_t>();
58 test_conv<int64_t>();
[all …]
/dports/devel/clipp/clipp-1.2.3/test/
H A Dvalues_conversion_test.cpp78 void test_conv(int lineNo) in test_conv() function
142 test_conv<unsigned char>( __LINE__ ); in main()
144 test_conv<unsigned int>( __LINE__ ); in main()
145 test_conv<unsigned long int>( __LINE__ ); in main()
148 test_conv<short int>( __LINE__ ); in main()
149 test_conv<int>( __LINE__ ); in main()
150 test_conv<long int>( __LINE__ ); in main()
151 test_conv<long long int>( __LINE__ ); in main()
153 test_conv<float>( __LINE__ ); in main()
154 test_conv<double>( __LINE__ ); in main()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/faq/
H A Ds3_integration.md73 … disk. [`mxnet/tests/python/train/test_conv.py`](https://github.com/apache/mxnet/blob/v1.x/tests/p…
76 ~/mxnet$ sed -i -- 's/data\//s3:\/\/bucket-name\/training-data\//g' ./tests/python/train/test_conv.…
78 ~/mxnet$ git diff ./tests/python/train/test_conv.py
79 diff --git a/tests/python/train/test_conv.py b/tests/python/train/test_conv.py
81 --- a/tests/python/train/test_conv.py
82 +++ b/tests/python/train/test_conv.py
104 After the above change `test_conv.py` will fetch data from S3 instead of the local disk.
107 python ./tests/python/train/test_conv.py
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/docs/static_site/src/pages/api/faq/
H A Ds3_integration.md73 … disk. [`mxnet/tests/python/train/test_conv.py`](https://github.com/apache/mxnet/blob/v1.x/tests/p…
76 ~/mxnet$ sed -i -- 's/data\//s3:\/\/bucket-name\/training-data\//g' ./tests/python/train/test_conv.…
78 ~/mxnet$ git diff ./tests/python/train/test_conv.py
79 diff --git a/tests/python/train/test_conv.py b/tests/python/train/test_conv.py
81 --- a/tests/python/train/test_conv.py
82 +++ b/tests/python/train/test_conv.py
104 After the above change `test_conv.py` will fetch data from S3 instead of the local disk.
107 python ./tests/python/train/test_conv.py
/dports/japanese/p5-Unicode-Japanese/Unicode-Japanese-0.49/c_lib/
H A Dsample.c10 int test_conv(const char* text_utf8, uj_charcode_t ocode) in test_conv() function
44 r = test_conv(text_utf8, ujc_sjis); in main()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/expected/
H A Dconversion.out45 create or replace function test_conv(
91 select description, (test_conv(inbytes, 'utf8', 'utf8')).* from utf8_inputs;
110 select description, inbytes, (test_conv(inbytes, 'utf8', 'euc_jis_2004')).* from utf8_inputs;
128 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin1')).* from utf8_inputs;
146 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin2')).* from utf8_inputs;
164 select description, inbytes, (test_conv(inbytes, 'utf8', 'latin5')).* from utf8_inputs;
182 select description, inbytes, (test_conv(inbytes, 'utf8', 'koi8r')).* from utf8_inputs;
200 select description, inbytes, (test_conv(inbytes, 'utf8', 'gb18030')).* from utf8_inputs;
345 select description, inbytes, (test_conv(inbytes, 'gb18030', 'utf8')).* from gb18030_inputs;
421 select description, inbytes, (test_conv(inbytes, 'big5', 'big5')).* from big5_inputs;
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/timeutils/tests/
H A DMakefile.am3 lib/timeutils/tests/test_conv \
9 lib_timeutils_tests_test_conv_SOURCES = lib/timeutils/tests/test_conv.c
/dports/graphics/optipng/optipng-0.7.7/src/optipng/test/
H A Dratio_test.c80 test_conv(ulconv_func_t ulconv, ullconv_func_t ullconv, in test_conv() function
124 test_conv(opng_ulratio_to_factor_string, opng_ullratio_to_factor_string, in test()
130 test_conv(opng_ulratio_to_percent_string, opng_ullratio_to_percent_string, in test()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_renamefiles.py45 def test_conv(self): member in TSpacesToUnderscores
52 def test_conv(self): member in TStripWindowsIncompat
81 def test_conv(self): member in TStripDiacriticals
93 def test_conv(self): member in TStripNonASCII
105 def test_conv(self): member in TLowercase
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/uuid-types-1.0.3/tests/
H A DTestUUID.hs37 test_conv :: Test
38 test_conv = testGroup "conversions" [ function
154 test_conv,
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/uuid-types-1.0.3/tests/
H A DTestUUID.hs37 test_conv :: Test
38 test_conv = testGroup "conversions" [ function
154 test_conv,

12345