Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dunwind_06.cpp21 volatile int counter; variable
26 for (counter = 100; counter; --counter) in try1()
36 for (counter = 100; counter; --counter) in try2()
47 for (counter = 100; counter; --counter) in try3()
59 for (counter = 100; counter; --counter) in try4()
72 for (counter = 100; counter; --counter) in try5()
86 for (counter = 100; counter; --counter) in try6()
101 for (counter = 100; counter; --counter) in try7()
117 for (counter = 100; counter; --counter) in try8()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dassert.hpp259 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \ argument
260 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
263 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
264 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
276 # define BOOST_MPL_ASSERT_RELATION_IMPL(counter, x, rel, y) \
279 , BOOST_PP_CAT(mpl_assert_rel,counter) = sizeof( \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
286 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
287 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
289 boost::mpl::assert_::relations(BOOST_PP_CAT(mpl_assert_rel,counter)) \
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dsingleton.cpp20 if ( counter++ == 0 ) throw "just for the heck of it"; in singleton()
26 static int counter; member in singleton
29 int singleton::counter; member in singleton
/ndk/tests/device/test-stlport_shared-exception/jni/
Dsingleton.cpp20 if ( counter++ == 0 ) throw "just for the heck of it"; in singleton()
26 static int counter; member in singleton
29 int singleton::counter; member in singleton
/ndk/tests/device/test-stlport/unit/
Diter_test.cpp49 unsigned counter = 0; in iter1() local
50 for (vec::iterator i = v.begin(); i != v.end(); ++i, ++counter) { in iter1()
51 switch (counter) { in iter1()
70 unsigned counter = 0; in iter3() local
71 for (it = v.rbegin(); it != v.rend(); ++it, ++counter) { in iter3()
72 switch (counter) { in iter3()
Dhash_test.cpp154 for (size_t counter = 0; counter < 3077; ++counter) in hmmap1() local
155 hmap.insert(HMapType::value_type(1, counter)); in hmmap1()
/ndk/tests/device/test-gnustl-full/unit/
Diter_test.cpp49 unsigned counter = 0; in iter1() local
50 for (vec::iterator i = v.begin(); i != v.end(); ++i, ++counter) { in iter1()
51 switch (counter) { in iter1()
70 unsigned counter = 0; in iter3() local
71 for (it = v.rbegin(); it != v.rend(); ++it, ++counter) { in iter3()
72 switch (counter) { in iter3()
Dhash_test.cpp154 for (size_t counter = 0; counter < 3077; ++counter) in hmmap1() local
155 hmap.insert(HMapType::value_type(1, counter)); in hmmap1()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dtest_tools.hpp686 for( std::size_t counter = 0; counter < total_bits; ++counter ) { in bitwise_equal_impl() local
687 if( ( left & ( leftOne << counter ) ) != ( right & ( rightOne << counter ) ) ) { in bitwise_equal_impl()
689 res.message() << "\nMismatch in a position " << counter; in bitwise_equal_impl()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbinary.sed22 # r rotate stack counter-clockwise (second element becomes first)
Dbinary2.sed22 # r rotate stack counter-clockwise (second element becomes first)
Dbinary3.sed22 # r rotate stack counter-clockwise (second element becomes first)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp549 std::string::size_type counter = suffix_size;
550 while( --counter ) {
/ndk/sources/cxx-stl/stlport/src/
Dallocators.cpp462 __stl_atomic_t &counter = _S_alloc_counter(); in _S_dealloc_call() local
463 if (--counter == 0) in _S_dealloc_call()
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2526 % This is the counter used by @enumerate, which is really @itemize
2819 \global\colcount=0 % Reset the column counter.
3983 % This counter is funny since it counts through charcodes of letters A, B, ...
4125 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
6565 % We keep a separate counter for each FLOATTYPE, which we reset at each
6724 % The parameter is the control sequence identifying the counter we are
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dtexinfo.tex3415 % This is the counter used by @enumerate, which is really @itemize
3725 \global\colcount=0 % Reset the column counter.
4977 % This counter is funny since it counts through charcodes of letters A, B, ...
5123 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
7740 % We keep a separate counter for each FLOATTYPE, which we reset at each
7899 % The parameter is the control sequence identifying the counter we are
/ndk/sources/host-tools/make-3.81/
DChangeLog1377 * read.c (do_define): Re-order line counter increment so the count