Searched refs:iteration (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/ |
D | iterate.hpp | 76 # define BOOST_PP_ITERATE_1 <boost/preprocessor/iteration/detail/iter/forward1.hpp> 77 # define BOOST_PP_ITERATE_2 <boost/preprocessor/iteration/detail/iter/forward2.hpp> 78 # define BOOST_PP_ITERATE_3 <boost/preprocessor/iteration/detail/iter/forward3.hpp> 79 # define BOOST_PP_ITERATE_4 <boost/preprocessor/iteration/detail/iter/forward4.hpp> 80 # define BOOST_PP_ITERATE_5 <boost/preprocessor/iteration/detail/iter/forward5.hpp>
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-listener_test.cc | 65 int iteration) { in OnTestIterationStart() argument 68 << "(" << iteration << ")"; in OnTestIterationStart() 109 int iteration) { in OnTestIterationEnd() argument 112 << "(" << iteration << ")"; in OnTestIterationEnd()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest.cc | 2675 virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); 2685 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); 2694 const UnitTest& unit_test, int iteration) { in OnTestIterationStart() argument 2696 printf("\nRepeating all tests (iteration %d) . . .\n\n", iteration + 1); in OnTestIterationStart() 2886 virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration); 2896 virtual void OnTestIterationEnd(const UnitTest& unit_test, int iteration); 2966 int iteration) { in GTEST_REPEATER_METHOD_() 2969 listeners_[i]->OnTestIterationStart(unit_test, iteration); in GTEST_REPEATER_METHOD_() 2975 int iteration) { in OnTestIterationEnd() argument 2978 listeners_[i]->OnTestIterationEnd(unit_test, iteration); in OnTestIterationEnd() [all …]
|
D | gtest-internal-inl.h | 1151 void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) { in OnTestIterationStart() argument 1153 StreamableToString(iteration)); in OnTestIterationStart()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 945 int iteration) = 0; 976 int iteration) = 0;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/ |
D | forward1.hpp | 34 # error BOOST_PP_ERROR: depth #1 iteration boundaries or filename not defined
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 401 from a previous iteration of this group, and be referred to by a reference 854 values of the final offsets, in case they were set by a previous iteration of
|
D | uniq.inp | 1056 from a previous iteration of this group, and be referred to by a reference 1753 values of the final offsets, in case they were set by a previous iteration of
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 2088 next iteration. 3722 is the substring that matched the final iteration. For example, 3819 etc. At each iteration of the subpattern, the back reference matches 3820 the character string corresponding to the previous iteration. In 3822 iteration does not need to match the back reference. This can be
|
D | sed-in.texi | 2005 next iteration. 3555 is the substring that matched the final iteration. For example, 3652 etc. At each iteration of the subpattern, the back reference matches 3653 the character string corresponding to the previous iteration. In 3655 iteration does not need to match the back reference. This can be
|
D | sed.info | 1530 stored in the hold space, to be used in the next iteration.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 508 // was marked matched on a previous iteration, then such keywords
|