| /minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
| H A D | invoke_rvalue.pass.cpp | 51 std::bind(f_void_1, _1)(2); in test_void_1() 56 std::bind(f_void_1, 2)(); in test_void_1() 63 std::bind(fp, _1)(3); in test_void_1() 69 std::bind(fp, 3)(); in test_void_1() 76 std::bind(a0, _1)(4); in test_void_1() 82 std::bind(a0, 4)(); in test_void_1() 89 std::bind(fp, _1)(A_void_1()); in test_void_1() 93 std::bind(fp, _1)(&a); in test_void_1() 99 std::bind(fp, A_void_1())(); in test_void_1() 103 std::bind(fp, &a)(); in test_void_1() [all …]
|
| H A D | invoke_lvalue.pass.cpp | 52 std::bind(f_void_1, _1)(i); in test_void_1() 58 std::bind(f_void_1, i)(); in test_void_1() 66 std::bind(fp, _1)(i); in test_void_1() 73 std::bind(fp, i)(); in test_void_1() 81 std::bind(a0, _1)(i); in test_void_1() 88 std::bind(a0, i)(); in test_void_1() 96 std::bind(fp, _1)(a); in test_void_1() 100 std::bind(fp, _1)(ap); in test_void_1() 107 std::bind(fp, a)(); in test_void_1() 111 std::bind(fp, ap)(); in test_void_1() [all …]
|
| H A D | invoke_void_0.pass.cpp | 60 test(std::bind(f)); in main() 61 test(std::bind(&f)); in main() 62 test(std::bind(A_void_0())); in main() 63 test_const(std::bind(A_void_0())); in main() 65 test(std::bind<void>(f)); in main() 66 test(std::bind<void>(&f)); in main() 67 test(std::bind<void>(A_void_0())); in main() 68 test_const(std::bind<void>(A_void_0())); in main() 70 test(std::bind<void>(g)); in main() 71 test(std::bind<void>(&g)); in main() [all …]
|
| H A D | invoke_int_0.pass.cpp | 46 test(std::bind(f), 1); in main() 47 test(std::bind(&f), 1); in main() 48 test(std::bind(A_int_0()), 4); in main() 49 test_const(std::bind(A_int_0()), 5); in main() 51 test(std::bind<int>(f), 1); in main() 52 test(std::bind<int>(&f), 1); in main() 53 test(std::bind<int>(A_int_0()), 4); in main() 54 test_const(std::bind<int>(A_int_0()), 5); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
| H A D | invoke_rvalue.pass.cpp | 49 std::bind(f_void_1, _1)(2); in test_void_1() 54 std::bind(f_void_1, 2)(); in test_void_1() 61 std::bind(fp, _1)(3); in test_void_1() 67 std::bind(fp, 3)(); in test_void_1() 74 std::bind(a0, _1)(4); in test_void_1() 80 std::bind(a0, 4)(); in test_void_1() 87 std::bind(fp, _1)(A_void_1()); in test_void_1() 91 std::bind(fp, _1)(&a); in test_void_1() 97 std::bind(fp, A_void_1())(); in test_void_1() 101 std::bind(fp, &a)(); in test_void_1() [all …]
|
| H A D | invoke_lvalue.pass.cpp | 50 std::bind(f_void_1, _1)(i); in test_void_1() 56 std::bind(f_void_1, i)(); in test_void_1() 64 std::bind(fp, _1)(i); in test_void_1() 71 std::bind(fp, i)(); in test_void_1() 79 std::bind(a0, _1)(i); in test_void_1() 86 std::bind(a0, i)(); in test_void_1() 94 std::bind(fp, _1)(a); in test_void_1() 98 std::bind(fp, _1)(ap); in test_void_1() 105 std::bind(fp, a)(); in test_void_1() 109 std::bind(fp, ap)(); in test_void_1() [all …]
|
| H A D | invoke_int_0.pass.cpp | 44 test(std::bind(f), 1); in main() 45 test(std::bind(&f), 1); in main() 46 test(std::bind(A_int_0()), 4); in main() 47 test_const(std::bind(A_int_0()), 5); in main() 49 test(std::bind<int>(f), 1); in main() 50 test(std::bind<int>(&f), 1); in main() 51 test(std::bind<int>(A_int_0()), 4); in main() 52 test_const(std::bind<int>(A_int_0()), 5); in main()
|
| H A D | invoke_void_0.pass.cpp | 50 test(std::bind(f)); in main() 51 test(std::bind(&f)); in main() 52 test(std::bind(A_int_0())); in main() 53 test_const(std::bind(A_int_0())); in main() 55 test(std::bind<void>(f)); in main() 56 test(std::bind<void>(&f)); in main() 57 test(std::bind<void>(A_int_0())); in main() 58 test_const(std::bind<void>(A_int_0())); in main()
|
| /minix3/external/bsd/tmux/dist/examples/ |
| H A D | screen-keys.conf | 17 bind a send-prefix 22 bind ^X lock-server 24 bind x lock-server 28 bind ^C new-window 30 bind c new-window 34 bind ^D detach 38 bind * list-clients 42 bind ^@ next-window 44 bind ^N next-window 46 bind " " next-window [all …]
|
| H A D | n-marriott.conf | 19 bind C-a send-prefix 22 bind Q switchc -t0 23 bind W switchc -t1 24 bind E switchc -t2 27 bind F1 selectw -t:10 28 bind F2 selectw -t:11 29 bind F3 selectw -t:12 30 bind F4 selectw -t:13 31 bind F5 selectw -t:14 32 bind F6 selectw -t:15 [all …]
|
| H A D | vim-keys.conf | 14 bind s split-window -v 15 bind v split-window -h 18 bind h select-pane -L 19 bind j select-pane -D 20 bind k select-pane -U 21 bind l select-pane -R 26 bind < resize-pane -L 1 27 bind > resize-pane -R 1 28 bind - resize-pane -D 1 29 bind + resize-pane -U 1 [all …]
|
| H A D | h-boetes.conf | 19 bind C-t send-prefix 20 bind t send-prefix 23 bind -n F1 select-window -t 1 24 bind -n F2 select-window -t 2 25 bind -n F3 select-window -t 3 26 bind -n F4 select-window -t 4 27 bind -n F5 select-window -t 5 28 bind -n F6 select-window -t 6 29 bind -n F7 select-window -t 7 30 bind -n F8 select-window -t 8
|
| H A D | t-williams.conf | 22 bind-key a send-prefix 25 bind-key C-a last-window 28 bind-key k confirm kill-window 29 bind-key K confirm kill-server 32 bind-key b set-option status 35 bind-key -n C-right next 36 bind-key -n C-left prev 39 bind / command-prompt "split-window 'exec man %%'" 42 bind '~' split-window "exec htop"
|
| /minix3/external/bsd/bind/dist/contrib/dlz/modules/ldap/testing/ |
| H A D | example.ldif | 1 # server suffix - o=bind-dlz 3 dn: o=bind-dlz 5 o: bind-dlz 7 dn: ou=dns,o=bind-dlz 11 dn: dlzZoneName=example.com,ou=dns,o=bind-dlz 15 dn: dlzHostName=@,dlzZoneName=example.com,ou=dns,o=bind-dlz 19 dn: dlzHostName=www,dlzZoneName=example.com,ou=dns,o=bind-dlz 23 dn: dlzHostName=mail,dlzZoneName=example.com,ou=dns,o=bind-dlz 27 dn: dlzHostName=backup,dlzZoneName=example.com,ou=dns,o=bind-dlz 31 dn: dlzHostName=ns1,dlzZoneName=example.com,ou=dns,o=bind-dlz [all …]
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | DeclPrinterTest.cpp | 107 namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX98Matches() 130 namedDecl(hasName(DeclName)).bind("id"), in PrintedDeclCXX11Matches() 452 functionDecl(hasName("A"), isExplicitTemplateSpecialization()).bind("id"), in TEST() 463 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 472 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 481 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 490 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 499 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 508 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() 517 constructorDecl(ofClass(hasName("A"))).bind("id"), in TEST() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | member-pointer.cpp | 187 template <class F> void bind(F f); // expected-note 12 {{candidate template ignored}} 203 bind(&nonstat); // expected-error {{no matching function for call}} in test() 204 bind(&A::nonstat); // expected-error {{no matching function for call}} in test() 206 bind(&mixed); // expected-error {{no matching function for call}} in test() 207 bind(&A::mixed); // expected-error {{no matching function for call}} in test() 209 bind(&stat); // expected-error {{no matching function for call}} in test() 210 bind(&A::stat); // expected-error {{no matching function for call}} in test() 254 bind(&nonstat); in test0a() 255 bind(&B::nonstat); in test0a() 257 bind(&mixed); in test0a() [all …]
|
| /minix3/external/bsd/dhcp/dist/dhcpctl/ |
| H A D | Makefile.am | 9 ../bind/lib/libirs.a ../bind/lib/libdns.a \ 10 ../bind/lib/libisccfg.a ../bind/lib/libisc.a 16 ../bind/lib/libirs.a ../bind/lib/libdns.a \ 17 ../bind/lib/libisccfg.a ../bind/lib/libisc.a
|
| /minix3/external/bsd/dhcp/dist/common/tests/ |
| H A D | Makefile.am | 16 ../../omapip/libomapi.a ../../bind/lib/libirs.a \ 17 ../../bind/lib/libdns.a ../../bind/lib/libisccfg.a ../../bind/lib/libisc.a 22 ../../omapip/libomapi.a ../../bind/lib/libirs.a \ 23 ../../bind/lib/libdns.a ../../bind/lib/libisccfg.a ../../bind/lib/libisc.a
|
| /minix3/external/bsd/kyua-cli/dist/store/ |
| H A D | transaction.cpp | 86 stmt.bind(":context_id", context_id); in get_env_vars() 111 stmt.bind(":metadata_id", metadata_id); in get_metadata() 136 stmt.bind(":file_id", file_id); in get_file() 183 stmt.bind(":test_program_id", test_program_id); in get_test_cases() 259 stmt.bind(":context_id", context_id); in put_env_vars() 262 stmt.bind(":var_name", (*iter).first); in put_env_vars() 263 stmt.bind(":var_value", (*iter).second); in put_env_vars() 307 stmt.bind(":metadata_id", metadata_id); in put_metadata() 311 stmt.bind(":property_name", (*iter).first); in put_metadata() 312 stmt.bind(":property_value", (*iter).second); in put_metadata() [all …]
|
| /minix3/external/bsd/kyua-cli/dist/utils/sqlite/ |
| H A D | statement.hpp | 128 void bind(const int, const blob&); 129 void bind(const int, const double); 130 void bind(const int, const int); 131 void bind(const int, const int64_t); 132 void bind(const int, const null&); 133 void bind(const int, const std::string&); 134 template< class T > void bind(const char*, const T&);
|
| /minix3/external/bsd/dhcp/dist/relay/ |
| H A D | Makefile.am | 6 ../bind/lib/libirs.a ../bind/lib/libdns.a \ 7 ../bind/lib/libisccfg.a ../bind/lib/libisc.a
|
| /minix3/external/bsd/bind/dist/contrib/sdb/bdb/ |
| H A D | README | 4 To: <bind-workers@isc.org> 10 Return-Path: <bind-workers-bounce@isc.org> 14 Sender: bind-workers-bounce@isc.org 15 Errors-To: bind-workers-bounce@isc.org 18 X-list: bind-workers
|
| /minix3/external/bsd/dhcp/dist/server/tests/ |
| H A D | Makefile.am | 4 AM_CPPFLAGS += -I$(top_srcdir)/bind/include -I$(top_srcdir) 21 $(top_builddir)/dhcpctl/libdhcpctl.a $(top_builddir)/bind/lib/libirs.a \ 22 $(top_builddir)/bind/lib/libdns.a $(top_builddir)/bind/lib/libisccfg.a \ 23 $(top_builddir)/bind/lib/libisc.a
|
| /minix3/distrib/sets/ |
| H A D | TODO | 14 + base-bind meta-pkg created from base-bind-root, 15 base-bind-bin and base-bind-example 18 + meta-pkg content entirely derivable from pkg names (base-*, base-bind-*)
|
| /minix3/external/bsd/dhcp/dist/omapip/ |
| H A D | Makefile.am | 13 svtest_LDADD = libomapi.a ../bind/lib/libirs.a ../bind/lib/libdns.a \ 14 ../bind/lib/libisccfg.a ../bind/lib/libisc.a
|