Home
last modified time | relevance | path

Searched refs:test_void (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/databases/postgresql-plproxy/plproxy-2.10.0/test/sql/
H A Dplproxy_test.sql74 create function test_void(username text, num integer) function
77 create function test_void(username text, num integer) function
83 select * from test_void('void', 2);
84 select test_void('void', 2);
86 select * from test_void('user', 1);
87 select * from test_void('user', 3);
88 select test_void('user', 3);
89 select test_void('user', 3);
/dports/devel/wasm3/wasm3-0.5.0/_deps/uvwasi-src/test/
H A Dtest-ebadf-input-validation.c21 void* test_void; in main() local
23 test_void = (void*) &test_fdstat; in main()
47 CHECK(uvwasi_fd_readdir(&uvw, 100, test_void, 3, test_dircookie, &test_size)); in main()
50 uvwasi_fd_readdir(&uvw, 100, test_void, 3, test_dircookie, &test_size)); in main()
H A Dtest-einval-input-validation.c11 void* test_void; in main() local
27 test_void = (void*) &test_fdstat; in main()
95 CHECK(uvwasi_fd_readdir(NULL, 3, test_void, 3, test_dircookie, &test_size)); in main()
97 CHECK(uvwasi_fd_readdir(&uvw, 3, test_void, 3, test_dircookie, NULL)); in main()
158 CHECK(uvwasi_random_get(NULL, test_void, 10)); in main()
/dports/databases/postgresql-plproxy/plproxy-2.10.0/test/expected/
H A Dplproxy_test_1.out128 select * from test_void('void', 2);
129 test_void
134 select test_void('void', 2);
135 test_void
141 select * from test_void('user', 1);
142 test_void
148 test_void
153 select test_void('user', 3);
154 test_void
159 select test_void('user', 3);
[all …]
H A Dplproxy_test.out128 select * from test_void('void', 2);
129 test_void
134 select test_void('void', 2);
135 test_void
141 select * from test_void('user', 1);
142 test_void
148 test_void
153 select test_void('user', 3);
154 test_void
159 select test_void('user', 3);
[all …]
H A Dplproxy_test_2.out128 select * from test_void('void', 2);
129 test_void
134 select test_void('void', 2);
135 test_void
141 select * from test_void('user', 1);
142 test_void
148 test_void
153 select test_void('user', 3);
154 test_void
159 select test_void('user', 3);
[all …]
/dports/lang/vala/vala-0.48.18/tests/dbus/
H A Dasync.test8 public abstract async void test_void () throws IOError;
18 yield test.test_void ();
45 public async void test_void () {
46 Idle.add (test_void.callback);
H A Dasync-errors.test8 public abstract async void test_void () throws Error;
20 yield test.test_void ();
62 public async void test_void () throws Error {
63 Idle.add (test_void.callback);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/devel/py-thrift/thrift-0.14.0/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/devel/thrift/thrift-0.14.0/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/devel/thrift-c_glib/thrift-0.14.0/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/devel/thrift-cpp/thrift-0.14.0/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/devel/node-thrift/thrift-0.14.0/test/features/
H A Dtheader_binary.py16 def test_void(proto): function
63 test_void(proto)
64 test_void(proto)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dvoid.pass.cpp30 void test_void() in test_void() function
40 test_void<void>(); in main()

123456789