/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_guard.cpp | 21 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/ |
D | input_iterator_facade.hpp | 70 increment(); in init() 81 void increment() in increment() function in boost::unit_test::input_iterator_facade
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | memory.cpp | 22 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/ |
D | values.pass.cpp | 38 static_assert((LCE::increment == c), ""); in test1() 44 where(LCE::increment); in test1()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | progress.hpp | 102 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/ |
D | reverse_iterator.hpp | 45 void increment() { --this->base_reference(); } in increment() function in boost::reverse_iterator
|
D | iterator_facade.hpp | 518 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 ++()
|
D | iterator_adaptor.hpp | 333 void increment() { ++m_iterator; } in increment() function in boost::iterator_adaptor
|
/ndk/build/core/ |
D | definitions-graph.mk | 284 -ndk-mod-topo-increment-incoming = \ 337 $(call -ndk-mod-topo-increment-incoming,$(_ndk_mod_dep))\
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 155 * posix/fnmatch.c (fnmatch): Fix \*[*?]+ case to increment name ptr
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __hash_table | 176 "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
|
D | list | 336 "Attempted to increment non-incrementable list::iterator"); 473 "Attempted to increment non-incrementable list::const_iterator");
|
D | iterator | 1181 "Attempted to increment non-incrementable iterator");
|
D | random | 33 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/ |
D | strtod.c | 732 increment(Bigint *b) in increment() function 3552 b = increment(b); in gethex()
|
/ndk/build/gmsl/ |
D | __gmsl | 672 # increment adds 1 to its argument, decrement subtracts 1. Note that
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.inp | 587 GETCHARINC (c, eptr) /* Get character; increment eptr */ 588 GETCHARINC (c, eptr) /* Get character; increment eptr */
|
D | uniq.good | 184 GETCHARINC (c, eptr) /* Get character; increment eptr */
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1237 To increment one number you just add 1 to last digit, replacing it 1246 commands to increment the last digit, and then again substituting
|
D | sed.texi | 1708 To increment one number you just add 1 to last digit, replacing 1717 using multiple @code{s} commands to increment the last digit,
|
D | sed-in.texi | 1697 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/ |
D | ChangeLog | 676 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/ |
D | Android.mk | 1972 $(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/ |
D | Android.mk | 1963 $(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)
|