Home
last modified time | relevance | path

Searched refs:test_copy (Results 1 – 25 of 1624) sorted by relevance

12345678910>>...65

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp25 test_copy() in test_copy() function
46 test_copy<cpp17_input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
58 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
64 test_copy<random_access_iterator<const int*>, int*>(); in test()
66 test_copy<const int*, output_iterator<int*> >(); in test()
67 test_copy<const int*, forward_iterator<int*> >(); in test()
68 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
70 test_copy<const int*, int*>(); in test()
77 test_copy<const int*, contiguous_iterator<int*>>(); in test()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp23 test_copy() in test_copy() function
44 test_copy<cpp17_input_iterator<const int*>, int*>(); in test()
50 test_copy<forward_iterator<const int*>, int*>(); in test()
56 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
62 test_copy<random_access_iterator<const int*>, int*>(); in test()
64 test_copy<const int*, output_iterator<int*> >(); in test()
65 test_copy<const int*, forward_iterator<int*> >(); in test()
66 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
68 test_copy<const int*, int*>(); in test()
75 test_copy<const int*, contiguous_iterator<int*>>(); in test()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp25 test_copy() in test_copy() function
46 test_copy<cpp17_input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
58 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
64 test_copy<random_access_iterator<const int*>, int*>(); in test()
66 test_copy<const int*, output_iterator<int*> >(); in test()
67 test_copy<const int*, forward_iterator<int*> >(); in test()
68 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
70 test_copy<const int*, int*>(); in test()
77 test_copy<const int*, contiguous_iterator<int*>>(); in test()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp25 test_copy() in test_copy() function
46 test_copy<cpp17_input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
58 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
64 test_copy<random_access_iterator<const int*>, int*>(); in test()
66 test_copy<const int*, output_iterator<int*> >(); in test()
67 test_copy<const int*, forward_iterator<int*> >(); in test()
68 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
70 test_copy<const int*, int*>(); in test()
77 test_copy<const int*, contiguous_iterator<int*>>(); in test()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp25 test_copy() in test_copy() function
47 test_copy<input_iterator<const int*>, int*>(); in test()
54 test_copy<forward_iterator<const int*>, int*>(); in test()
61 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
68 test_copy<random_access_iterator<const int*>, int*>(); in test()
70 test_copy<const int*, output_iterator<int*> >(); in test()
71 test_copy<const int*, input_iterator<int*> >(); in test()
72 test_copy<const int*, forward_iterator<int*> >(); in test()
73 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
74 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp25 test_copy() in test_copy() function
47 test_copy<input_iterator<const int*>, int*>(); in test()
54 test_copy<forward_iterator<const int*>, int*>(); in test()
61 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
68 test_copy<random_access_iterator<const int*>, int*>(); in test()
70 test_copy<const int*, output_iterator<int*> >(); in test()
71 test_copy<const int*, input_iterator<int*> >(); in test()
72 test_copy<const int*, forward_iterator<int*> >(); in test()
73 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
74 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp23 test_copy() in test_copy() function
45 test_copy<input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
59 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
66 test_copy<random_access_iterator<const int*>, int*>(); in test()
68 test_copy<const int*, output_iterator<int*> >(); in test()
69 test_copy<const int*, input_iterator<int*> >(); in test()
70 test_copy<const int*, forward_iterator<int*> >(); in test()
71 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
72 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp23 test_copy() in test_copy() function
45 test_copy<input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
59 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
66 test_copy<random_access_iterator<const int*>, int*>(); in test()
68 test_copy<const int*, output_iterator<int*> >(); in test()
69 test_copy<const int*, input_iterator<int*> >(); in test()
70 test_copy<const int*, forward_iterator<int*> >(); in test()
71 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
72 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp23 test_copy() in test_copy() function
45 test_copy<input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
59 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
66 test_copy<random_access_iterator<const int*>, int*>(); in test()
68 test_copy<const int*, output_iterator<int*> >(); in test()
69 test_copy<const int*, input_iterator<int*> >(); in test()
70 test_copy<const int*, forward_iterator<int*> >(); in test()
71 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
72 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy.pass.cpp23 test_copy() in test_copy() function
45 test_copy<input_iterator<const int*>, int*>(); in test()
52 test_copy<forward_iterator<const int*>, int*>(); in test()
59 test_copy<bidirectional_iterator<const int*>, int*>(); in test()
66 test_copy<random_access_iterator<const int*>, int*>(); in test()
68 test_copy<const int*, output_iterator<int*> >(); in test()
69 test_copy<const int*, input_iterator<int*> >(); in test()
70 test_copy<const int*, forward_iterator<int*> >(); in test()
71 test_copy<const int*, bidirectional_iterator<int*> >(); in test()
72 test_copy<const int*, random_access_iterator<int*> >(); in test()
[all …]
/dports/x11-toolkits/pango/pango-1.48.11/tests/
H A Dtestattributes.c26 test_copy (PangoAttribute *attr) in test_copy() function
43 test_copy (pango_attr_family_new ("Times")); in test_attributes_basic()
46 test_copy (pango_attr_size_new (1024)); in test_attributes_basic()
47 test_copy (pango_attr_size_new_absolute (1024)); in test_attributes_basic()
53 test_copy (pango_attr_font_desc_new (desc)); in test_attributes_basic()
60 test_copy (pango_attr_strikethrough_new (TRUE)); in test_attributes_basic()
62 test_copy (pango_attr_rise_new (256)); in test_attributes_basic()
63 test_copy (pango_attr_scale_new (2.56)); in test_attributes_basic()
64 test_copy (pango_attr_fallback_new (FALSE)); in test_attributes_basic()
66 test_copy (pango_attr_shape_new (&rect, &rect)); in test_attributes_basic()
[all …]
/dports/math/blis/blis-0.8.1/vendor/testcpp/
H A Dtest_copy.cc76 void test_copy( ) in test_copy() function
126 test_copy<float>( ); in main()
127 test_copy<double>( ); in main()
128 test_copy<std::complex<float>>(); in main()
129 test_copy<std::complex<double>>(); in main()
/dports/databases/php81-pgsql/php-8.1.1/ext/pgsql/tests/
H A D06copy_2.phpt14 pg_query($db, 'CREATE TABLE test_copy (x int)');
16 pg_query($db, 'COPY test_copy FROM STDIN');
23 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
25 pg_query($db, 'DROP TABLE test_copy');
/dports/databases/php74-pgsql/php-7.4.27/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/databases/php80-pgsql/php-8.0.15/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/www/mod_php81/php-8.1.1/ext/pgsql/tests/
H A D06copy_2.phpt14 pg_query($db, 'CREATE TABLE test_copy (x int)');
16 pg_query($db, 'COPY test_copy FROM STDIN');
23 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
25 pg_query($db, 'DROP TABLE test_copy');
/dports/lang/php80/php-8.0.15/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/lang/php81/php-8.1.1/ext/pgsql/tests/
H A D06copy_2.phpt14 pg_query($db, 'CREATE TABLE test_copy (x int)');
16 pg_query($db, 'COPY test_copy FROM STDIN');
23 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
25 pg_query($db, 'DROP TABLE test_copy');
/dports/lang/php74/php-7.4.27/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/www/mod_php74/php-7.4.27/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/www/mod_php80/php-8.0.15/ext/pgsql/tests/
H A D06copy_2.phpt12 pg_query($db, 'CREATE TABLE test_copy (x int)');
14 pg_query($db, 'COPY test_copy FROM STDIN');
21 var_dump(pg_fetch_all_columns(pg_query($db, 'SELECT * FROM test_copy ORDER BY 1')));
23 pg_query($db, 'DROP TABLE test_copy');
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/performance/
H A Dpacked_planar_fusion.cpp10 double test_copy(Buffer<uint8_t> src, Buffer<uint8_t> dst) { in test_copy() function
70 double t_packed_packed = test_copy(make_packed(ptr_1, W, H), in main()
72 double t_packed_planar = test_copy(make_packed(ptr_1, W, H), in main()
74 double t_planar_packed = test_copy(make_planar(ptr_1, W, H), in main()
76 double t_planar_planar = test_copy(make_planar(ptr_1, W, H), in main()
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-copy-prop-disabled.mir12 define void @test_copy(i8* %addr) {
19 name: test_copy
23 ; ENABLED-LABEL: name: test_copy
26 ; DISABLED-LABEL: name: test_copy
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dprelegalizercombiner-copy-prop-disabled.mir12 define void @test_copy(i8* %addr) {
19 name: test_copy
23 ; ENABLED-LABEL: name: test_copy
26 ; DISABLED-LABEL: name: test_copy
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A Dalter_part_tokudb_bug_155.result36 create table test_copy like test;
39 Warning 1287 The partition engine, used by table 'test.test_copy', is deprecated and will be remove…
40 insert into test_copy select * from test;
42 Warning 1287 The partition engine, used by table 'test.test_copy', is deprecated and will be remove…
43 include/diff_tables.inc [test, test_copy]
44 drop table test,test_copy;

12345678910>>...65