Searched refs:init (Results 26 - 50 of 76) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
H A Derase_iter.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Derase_iter_iter.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Dinsert_rvalue.pass.cpp27 int init = 0; local
30 init = (start+1) / b + ((start+1) % b != 0);
31 init *= b;
32 --init;
34 C c(init);
35 for (int i = 0; i < init-start; ++i)
H A Dinsert_value.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
H A Dinsert_size_value.pass.cpp24 int init = 0; local
27 init = (start+1) / b + ((start+1) % b != 0);
28 init *= b;
29 --init;
31 C c(init, 0);
32 for (int i = 0; i < init-start; ++i)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
H A Dcopy.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
H A Dcopy_backward.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
H A Dmove.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
H A Dmove_backward.pass.cpp29 int init = 0; local
32 init = (start+1) / b + ((start+1) % b != 0);
33 init *= b;
34 --init;
36 C c(init, 0);
37 for (int i = 0; i < init-start; ++i)
H A Dswap.pass.cpp25 int init = 0; local
28 init = (start+1) / b + ((start+1) % b != 0);
29 init *= b;
30 --init;
32 C c(init, 0);
33 for (int i = 0; i < init-start; ++i)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/accumulate/
H A Daccumulate.pass.cpp16 // accumulate(Iter first, Iter last, T init);
25 test(Iter first, Iter last, T init, T x) argument
27 assert(std::accumulate(first, last, init) == x);
H A Daccumulate_op.pass.cpp17 // accumulate(Iter first, Iter last, T init, BinaryOperation binary_op);
27 test(Iter first, Iter last, T init, T x) argument
29 assert(std::accumulate(first, last, init, std::multiplies<T>()) == x);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dflags_fmtflags.pass.cpp25 init(0);
H A Dsetf_fmtflags.pass.cpp25 init(0);
H A Dsetf_fmtflags_mask.pass.cpp25 init(0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/
H A Diword.pass.cpp26 init(0);
H A Dpword.pass.cpp27 init(0);
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dnew1_3.cpp39 void init() function
87 init();
111 init();
136 init();
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dnew1_3.cpp39 void init() function
87 init();
111 init();
136 init();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/
H A Dregister_callback.pass.cpp29 init(0);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
H A Dunit_test_parameters.hpp38 BOOST_TEST_DECL void init( int& argc, char** argv );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
H A Dinput_iterator_facade.hpp67 void init() function in class:boost::unit_test::input_iterator_facade
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/inner.product/
H A Dinner_product.pass.cpp20 // inner_product(Iter1 first1, Iter1 last1, Iter2 first2, T init);
29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
31 assert(std::inner_product(first1, last1, first2, init) == x);
H A Dinner_product_comp.pass.cpp21 // T init, BinaryOperation1 binary_op1, BinaryOperation2 binary_op2);
31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) argument
33 assert(std::inner_product(first1, last1, first2, init,
/ndk/sources/cxx-stl/stlport/src/
H A Dstrstream.cpp296 this->init(&_M_buf);
301 this->init(&_M_buf);
306 this->init(&_M_buf);
311 this->init(&_M_buf);
327 basic_ios<char, char_traits<char> >::init(&_M_buf);
333 basic_ios<char, char_traits<char> >::init(&_M_buf);
360 basic_ios<char, char_traits<char> >::init(&_M_buf);
366 basic_ios<char, char_traits<char> >::init(&_M_buf);

Completed in 225 milliseconds

1234