Home
last modified time | relevance | path

Searched refs:test_conversion (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Dresult-conversions-test.c608 test_conversion(pgtype, value, sqltype, sqltypestr, 100, 0); in main()
646 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 5, 0); in main()
647 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 6, 0); in main()
648 test_conversion("text", "foobar", SQL_C_CHAR, "SQL_C_CHAR", 7, 0); in main()
649 test_conversion("text", "foobar", SQL_C_WCHAR, "SQL_C_WCHAR", 10, 0); in main()
650 test_conversion("text", "foobar", SQL_C_WCHAR, "SQL_C_WCHAR", 11, 0); in main()
651 test_conversion("text", "foobar", SQL_C_WCHAR, "SQL_C_WCHAR", 12, 0); in main()
655 test_conversion("text", "", SQL_C_CHAR, "SQL_C_CHAR", 1, 0); in main()
656 test_conversion("text", "", SQL_C_WCHAR, "SQL_C_WCHAR", 1, 0); in main()
668 test_conversion("float4", "NaN", SQL_C_FLOAT, "SQL_C_FLOAT", 20, 0); in main()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/types/
H A Dmod.rs383 macro_rules! test_conversion { in patchset()
432 test_conversion!(db_etc, 0u8, u8, expect 0u8); in patchset()
435 test_conversion!(db_etc, 100u8, i8, expect 100i8); in patchset()
436 test_conversion!(db_etc, 200u8, u8, expect 200u8); in patchset()
437 test_conversion!(db_etc, 100u16, i8, expect 100i8); in patchset()
438 test_conversion!(db_etc, 200u16, u8, expect 200u8); in patchset()
440 test_conversion!(db_etc, i64::MIN, i64, expect i64::MIN); in patchset()
441 test_conversion!(db_etc, i64::MAX, i64, expect i64::MAX); in patchset()
443 test_conversion!(db_etc, 100usize, usize, expect 100usize); in patchset()
444 test_conversion!(db_etc, 100u64, u64, expect 100u64); in patchset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() function
32 test_conversion<LG>({}); // expected-error{{no matching function for call}} in main()
38 test_conversion<LG>({n0}); // expected-error{{no matching function for call}} in main()
44 test_conversion<LG>({n0, n1}); // expected-error{{no matching function for call}} in main()
50 test_conversion<LG>({n0, n1, n2}); // expected-error{{no matching function for call}} in main()
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtuple_construction.cpp22 struct test_conversion struct
24 test_conversion(int value) : value_(value) {} in test_conversion() argument
36 const tuple<int, test_conversion> instance(std::pair<int, int>(1, 9)); in main() argument
43 const tuple<int, test_conversion> instance(init); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtuple_construction.cpp22 struct test_conversion struct
24 test_conversion(int value) : value_(value) {} in test_conversion() function
36 const tuple<int, test_conversion> instance(std::pair<int, int>(1, 9)); in main() argument
43 const tuple<int, test_conversion> instance(init); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/test/sequence/
H A Dtuple_construction.cpp22 struct test_conversion struct
24 test_conversion(int value) : value_(value) {} in test_conversion() function
36 const tuple<int, test_conversion> instance(std::pair<int, int>(1, 9)); in main() argument
43 const tuple<int, test_conversion> instance(init); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/fusion/test/sequence/
H A Dtuple_construction.cpp22 struct test_conversion struct
24 test_conversion(int value) : value_(value) {} in test_conversion() function
36 const tuple<int, test_conversion> instance(std::pair<int, int>(1, 9)); in main() argument
43 const tuple<int, test_conversion> instance(init); in main()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Denc.test81 proc test_conversion {testname str} {
141 test_conversion enc-1 "hello world"
142 test_conversion enc-2 "sqlite"
143 test_conversion enc-3 ""
144 test_conversion enc-X "\u0100"
145 test_conversion enc-4 "\u1234"
146 test_conversion enc-5 "\u4321abc"
147 test_conversion enc-6 "\u4321\u1234"
148 test_conversion enc-7 [string repeat "abcde\u00EF\u00EE\uFFFCabc" 100]
149 test_conversion enc-8 [string repeat "\u007E\u007F\u0080\u0081" 100]
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Denc.test81 proc test_conversion {testname str} {
141 test_conversion enc-1 "hello world"
142 test_conversion enc-2 "sqlite"
143 test_conversion enc-3 ""
144 test_conversion enc-X "\u0100"
145 test_conversion enc-4 "\u1234"
146 test_conversion enc-5 "\u4321abc"
147 test_conversion enc-6 "\u4321\u1234"
148 test_conversion enc-7 [string repeat "abcde\u00EF\u00EE\uFFFCabc" 100]
149 test_conversion enc-8 [string repeat "\u007E\u007F\u0080\u0081" 100]
[all …]
/dports/www/rt50/rt-5.0.2/t/mail/
H A Dhtml-to-text.t79 sub test_conversion
104 test_conversion('w3m', "$expected\n"); # w3m adds a blank line at the end
105 test_conversion('elinks', $expected);
106 test_conversion('links', $expected);
107 test_conversion('html2text', $expected_html2text);
108 test_conversion('lynx', $expected_lynx);
109 test_conversion('core', "Test HTML\n\n$expected\n"); # core adds title and blank line
/dports/x11/xcb-imdkit/xcb-imdkit-1.0.3/test/
H A Dtest_encoding.c14 void test_conversion(const char *str) { in test_conversion() function
29 test_conversion(TEST_STRING); in main()
30 test_conversion("\xe2\x80\x93"); in main()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Denc.test81 proc test_conversion {testname str} {
141 test_conversion enc-1 "hello world"
142 test_conversion enc-2 "sqlite"
143 test_conversion enc-3 ""
144 test_conversion enc-X "\u0100"
145 test_conversion enc-4 "\u1234"
146 test_conversion enc-5 "\u4321abc"
147 test_conversion enc-6 "\u4321\u1234"
148 test_conversion enc-7 [string repeat "abcde\u00EF\u00EE\uFFFCabc" 100]
149 test_conversion enc-8 [string repeat "\u007E\u007F\u0080\u0081" 100]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Denc.test81 proc test_conversion {testname str} {
141 test_conversion enc-1 "hello world"
142 test_conversion enc-2 "sqlite"
143 test_conversion enc-3 ""
144 test_conversion enc-X "\u0100"
145 test_conversion enc-4 "\u1234"
146 test_conversion enc-5 "\u4321abc"
147 test_conversion enc-6 "\u4321\u1234"
148 test_conversion enc-7 [string repeat "abcde\u00EF\u00EE\uFFFCabc" 100]
149 test_conversion enc-8 [string repeat "\u007E\u007F\u0080\u0081" 100]
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcpp_stl_string_ascii_auto_encoding_str.pyx15 def test_conversion(py_obj): function
17 >>> test_conversion(b_asdf) == s_asdf or test_conversion(b_asdf)
19 >>> test_conversion(u_asdf) == s_asdf or test_conversion(u_asdf)
21 >>> test_conversion(123) # doctest: +ELLIPSIS
H A Dcpp_stl_string_utf8_auto_encoding.pyx15 def test_conversion(py_obj): function
17 >>> test_conversion(b_asdf) == u_asdf or test_conversion(b_asdf)
19 >>> test_conversion(u_asdf) == u_asdf or test_conversion(u_asdf)
21 >>> test_conversion(123) # doctest: +ELLIPSIS

12345678910>>...21