Home
last modified time | relevance | path

Searched refs:test_move (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/
H A Dtest_account_move_entry.py74 self.test_move.action_post()
90 self.test_move.write({
103 self.test_move.write({
112 self.test_move.write({
120 self.test_move.write({
177 self.test_move.write({
189 self.test_move.write({
198 self.test_move.write({
206 self.test_move.write({
214 self.test_move.write({
[all …]
H A Dtest_sequence_mixin.py21 cls.test_move = cls.create_move()
52 self.test_move.date = '2020-02-02'
56 self.test_move.name = 'MyMISC/2020/0000001'
57 self.test_move.action_post()
61 self.test_move.button_draft()
62 self.test_move.date = '2020-01-02'
63 self.test_move.action_post()
68 self.test_move.action_post()
157 self.test_move.name = f"{prefix}1"
255 self.test_move.name = 'XMISC/2016/00001'
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
39 static_assert( test_move<std::char_traits<char>>() );
41 static_assert( test_move<std::char_traits<wchar_t>>() );
44 static_assert( test_move<std::char_traits<char8_t>>() );
46 static_assert( test_move<std::char_traits<char16_t>>() );
47 static_assert( test_move<std::char_traits<char32_t>>() );
52 static_assert( test_move<std::char_traits<C>>() );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
46 static_assert( test_move<std::char_traits<char>>() );
48 static_assert( test_move<std::char_traits<wchar_t>>() );
51 static_assert( test_move<std::char_traits<char8_t>>() );
53 static_assert( test_move<std::char_traits<char16_t>>() );
54 static_assert( test_move<std::char_traits<char32_t>>() );
59 static_assert( test_move<std::char_traits<C>>() );
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
46 static_assert( test_move<std::char_traits<char>>() );
48 static_assert( test_move<std::char_traits<wchar_t>>() );
51 static_assert( test_move<std::char_traits<char8_t>>() );
53 static_assert( test_move<std::char_traits<char16_t>>() );
54 static_assert( test_move<std::char_traits<char32_t>>() );
59 static_assert( test_move<std::char_traits<C>>() );
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
46 static_assert( test_move<std::char_traits<char>>() );
48 static_assert( test_move<std::char_traits<wchar_t>>() );
51 static_assert( test_move<std::char_traits<char8_t>>() );
53 static_assert( test_move<std::char_traits<char16_t>>() );
54 static_assert( test_move<std::char_traits<char32_t>>() );
59 static_assert( test_move<std::char_traits<C>>() );
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
46 static_assert( test_move<std::char_traits<char>>() );
48 static_assert( test_move<std::char_traits<wchar_t>>() );
51 static_assert( test_move<std::char_traits<char8_t>>() );
53 static_assert( test_move<std::char_traits<char16_t>>() );
54 static_assert( test_move<std::char_traits<char32_t>>() );
59 static_assert( test_move<std::char_traits<C>>() );
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/char_traits/requirements/
H A Dconstexpr_functions_c++20.cc25 test_move() in test_move() function
63 static_assert( test_move<std::char_traits<char>>() );
64 static_assert( test_move<std::char_traits<wchar_t>>() );
66 static_assert( test_move<std::char_traits<char8_t>>() );
68 static_assert( test_move<std::char_traits<char16_t>>() );
69 static_assert( test_move<std::char_traits<char32_t>>() );
74 static_assert( test_move<std::char_traits<C>>() );
/dports/devel/p5-JSON-Pointer/JSON-Pointer-0.07/t/
H A D008_move.t10 sub test_move {
30 test_move "A.6. Moving a Value" => (
57 test_move "A.6. Moving a Value" => (
76 test_move "Move to same location has no effect" => (
91 test_move "Move to new object field" => (
108 test_move "Move to new array element" => (
/dports/devel/boost-docs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_nothrow_test.cpp37 template<class T> void test_move() in test_move() function
56 test_move<T>(); in test_cmd()
90 test_move< boost::intrusive_ptr<X> >(); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_nothrow_test.cpp37 template<class T> void test_move() in test_move() function
56 test_move<T>(); in test_cmd()
90 test_move< boost::intrusive_ptr<X> >(); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/smart_ptr/test/
H A Dsp_nothrow_test.cpp37 template<class T> void test_move() in test_move() function
56 test_move<T>(); in test_cmd()
90 test_move< boost::intrusive_ptr<X> >(); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/smart_ptr/test/
H A Dsp_nothrow_test.cpp37 template<class T> void test_move() in test_move() function
56 test_move<T>(); in test_cmd()
90 test_move< boost::intrusive_ptr<X> >(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp71 void test_move() { in test_move() function
105 test_move<small>(); in main()
106 test_move<large>(); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp67 void test_move() { in test_move() function
101 test_move<small>(); in main()
102 test_move<large>(); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp68 void test_move() { in test_move() function
102 test_move<small>(); in main()
103 test_move<large>(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp67 void test_move() { in test_move() function
101 test_move<small>(); in main()
102 test_move<large>(); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp71 void test_move() { in test_move() function
105 test_move<small>(); in main()
106 test_move<large>(); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp71 void test_move() { in test_move() function
105 test_move<small>(); in main()
106 test_move<large>(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp68 void test_move() { in test_move() function
102 test_move<small>(); in main()
103 test_move<large>(); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp67 void test_move() { in test_move() function
101 test_move<small>(); in main()
102 test_move<large>(); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp68 void test_move() { in test_move() function
102 test_move<small>(); in main()
103 test_move<large>(); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp71 void test_move() { in test_move() function
105 test_move<small>(); in main()
106 test_move<large>(); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/any/any.class/any.cons/
H A Dmove.pass.cpp68 void test_move() { in test_move() function
102 test_move<small>(); in main()
103 test_move<large>(); in main()
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/container_algorithms/
H A Dmove_range.cpp25 void test_move(ExPolicy policy, IteratorTag) in test_move() function
150 void test_move() in test_move() function
153 test_move(execution::seq, IteratorTag()); in test_move()
154 test_move(execution::par, IteratorTag()); in test_move()
155 test_move(execution::par_unseq, IteratorTag()); in test_move()
173 test_move<std::random_access_iterator_tag>(); in move_test()
174 test_move<std::forward_iterator_tag>(); in move_test()
176 test_move<std::input_iterator_tag>(); in move_test()

12345678910>>...16