Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 24 of 24) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_guard.cpp21 int increment() { in increment() function
26 static int a = increment(); in helper()
29 static int a = increment(); in test()
31 static int b = increment(); in test()
44 int increment() { in increment() function
50 static int a = increment(); in helper()
83 int increment() { in increment() function
89 static int a = increment(); in helper()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
Dinput_iterator_facade.hpp70 increment(); in init()
81 void increment() in increment() function in boost::unit_test::input_iterator_facade
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dmemory.cpp22 increment(T& t) _NOEXCEPT in increment() function
53 increment(__shared_owners_); in __add_shared()
80 increment(__shared_weak_owners_); in __add_weak()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Dvalues.pass.cpp38 static_assert((LCE::increment == c), ""); in test1()
44 where(LCE::increment); in test1()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dprogress.hpp102 unsigned long operator+=( unsigned long increment ) in operator +=() argument
107 if ( (_count += increment) >= _next_tic_count ) { display_tic(); } in operator +=()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp45 void increment() { --this->base_reference(); } in increment() function in boost::reverse_iterator
Diterator_facade.hpp518 static void increment(Facade& f) in increment() function in boost::iterator_core_access
520 f.increment(); in increment()
660 iterator_core_access::increment(this->derived()); in operator ++()
Diterator_adaptor.hpp333 void increment() { ++m_iterator; } in increment() function in boost::iterator_adaptor
/ndk/build/core/
Ddefinitions-graph.mk284 -ndk-mod-topo-increment-incoming = \
337 $(call -ndk-mod-topo-increment-incoming,$(_ndk_mod_dep))\
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog155 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__hash_table176 "Attempted to increment non-incrementable unordered container iterator");
323 … "Attempted to increment non-incrementable unordered container const_iterator");
455 … "Attempted to increment non-incrementable unordered container local_iterator");
620 … "Attempted to increment non-incrementable unordered container const_local_iterator");
1645 // increment size
1806 // increment size
Dlist336 "Attempted to increment non-incrementable list::iterator");
473 "Attempted to increment non-incrementable list::const_iterator");
Diterator1181 "Attempted to increment non-incrementable iterator");
Drandom33 static constexpr result_type increment = c;
1852 static _LIBCPP_CONSTEXPR const result_type increment = __c;
1939 linear_congruential_engine<_UIntType, __a, __c, __m>::increment;
/ndk/sources/android/support/src/stdio/
Dstrtod.c732 increment(Bigint *b) in increment() function
3552 b = increment(b); in gethex()
/ndk/build/gmsl/
D__gmsl672 # increment adds 1 to its argument, decrement subtracts 1. Note that
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.inp587 GETCHARINC (c, eptr) /* Get character; increment eptr */
588 GETCHARINC (c, eptr) /* Get character; increment eptr */
Duniq.good184 GETCHARINC (c, eptr) /* Get character; increment eptr */
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1237 To increment one number you just add 1 to last digit, replacing it
1246 commands to increment the last digit, and then again substituting
Dsed.texi1708 To increment one number you just add 1 to last digit, replacing
1717 using multiple @code{s} commands to increment the last digit,
Dsed-in.texi1697 To increment one number you just add 1 to last digit, replacing
1706 using multiple @code{s} commands to increment the last digit,
/ndk/sources/host-tools/make-3.81/
DChangeLog676 increment the value and add it into the environment.
1377 * read.c (do_define): Re-order line counter increment so the count
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1972 $(call gen-test, iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment)
1979 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/increment)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1963 $(call gen-test, iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment)
1970 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/increment)