Searched refs:current (Results 1 – 25 of 66) sorted by relevance
123
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _iterator.h | 54 _Iterator current; 64 explicit reverse_iterator(iterator_type __x) : current(__x) {} in reverse_iterator() 65 reverse_iterator(const _Self& __x) : current(__x.current) {} in reverse_iterator() 66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; } 69 reverse_iterator(const reverse_iterator<_Iter>& __x) : current(__x.base()) {} in reverse_iterator() 71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; } 74 iterator_type base() const { return current; } in base() 76 _Iterator __tmp = current; 81 --current; 86 --current; [all …]
|
D | _iterator_old.h | 69 _BidirectionalIterator current; 83 : current(__x) {} in reverse_bidirectional_iterator() 84 _BidirectionalIterator base() const { return current; } in base() 86 _BidirectionalIterator __tmp = current; 93 --current; 98 --current; 102 ++current; 107 ++current;
|
/ndk/sources/cxx-stl/stlport/src/ |
D | sparc_atomic.s | 16 ld [%o0], %o2 ! Set the current value 35 ld [%o0], %o2 ! set the current 36 add %o2, 0x1, %o3 ! Increment and store current 57 ld [%o0], %o2 ! set the current 58 sub %o2, 0x1, %o3 ! decrement and store current
|
D | sparc_atomic64.s | 14 ldx [%o0], %o2 ! Set the current value 33 ldx [%o0], %o2 ! set the current 34 addx %o2, 0x1, %o3 ! Increment and store current 53 ldx [%o0], %o2 ! set the current 54 subx %o2, 0x1, %o3 ! decrement and store current
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 152 const typename ParamGenerator<T$j>::iterator& current$(j)]]) 156 begin$(j)_(g$j.begin()), end$(j)_(g$j.end()), current$(j)_(current$j) 169 ++current$(i)_; 172 if (current$(i+2-k)_ == end$(i+2-k)_) { 173 current$(i+2-k)_ = begin$(i+2-k)_; 174 ++current$(i+2-k-1)_; 198 current$(j)_ == typed_other->current$(j)_ 208 current$(j)_(other.current$(j)_) 215 current_value_ = ParamType($for j, [[*current$(j)_]]); 223 current$(j)_ == end$(j)_ [all …]
|
/ndk/build/tools/ |
D | ndk-common.sh | 686 [ "$current" != . ] || current=/ 687 current="${current:="/"}" 688 current="/${current##/}" 691 while appendix="${target#"$current"/}" 692 [ "$current" != '/' ] && [ "$appendix" = "$target" ]; do 693 if [ "$current" = "$appendix" ]; then 698 current="${current%/*}"
|
D | build-gdbserver.sh | 131 check_toolchain_install $ANDROID_BUILD_TOP/prebuilts/ndk/current $TOOLCHAIN
|
D | README.md | 269 current NDK directory (which can be handy if you want to later use them to 433 By default, this only rebuilds the host prebuilts for the current host system. 464 By default, i.e. without the option, $RELEASE will be set to the current $DATE. 508 If you don't use any option, the test suite will be run with the current NDK
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/ |
D | types.pass.cpp | 37 void test() {++(this->current);} in test()
|
/ndk/sources/host-tools/make-3.81/po/ |
D | insert-header.sin | 15 # current line while doing this.
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | tabs.css | 54 .tablist li.current a {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | iterator | 85 Iterator current; 542 _Iter current; 549 _LIBCPP_INLINE_VISIBILITY reverse_iterator() : current() {} 550 _LIBCPP_INLINE_VISIBILITY explicit reverse_iterator(_Iter __x) : __t(__x), current(__x) {} 552 : __t(__u.base()), current(__u.base()) {} 553 _LIBCPP_INLINE_VISIBILITY _Iter base() const {return current;} 554 _LIBCPP_INLINE_VISIBILITY reference operator*() const {_Iter __tmp = current; return *--__tmp;} 556 _LIBCPP_INLINE_VISIBILITY reverse_iterator& operator++() {--current; return *this;} 558 {reverse_iterator __tmp(*this); --current; return __tmp;} 559 _LIBCPP_INLINE_VISIBILITY reverse_iterator& operator--() {++current; return *this;} [all …]
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | README | 41 .gdbinit in the current working directory. If you adapted $HOME/.gdbinit as
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-C | 7 to delete in the work directory instead of the current directory. Make is
|
/ndk/sources/host-tools/make-3.81/ |
D | README | 15 in the current directory. Then you will have a Make program that you can 125 to check the system's current load average. To make it easier to test and 139 note that many current implementations of tools that *set* timestamps do
|
D | README.Amiga | 50 glob/Makefile.ami to glob/Makefile. Copy make into the current
|
D | NEWS | 190 name of the current makefile. 265 current makefile is run serially regardless of the value of -j. 349 * Make defines a new variable, "CURDIR", to contain the current working 627 the current directory before and after Make runs. The `-C' switch to 668 The library file `libNAME.a' may now be found in the current directory, 751 as well as libLIB.a in /usr/lib, /lib, the current directory, and VPATH. 783 * Library dependencies given as `-lNAME' will use "libNAME.a" in the current
|
D | README.OS2 | 27 if it is not on the current drive.
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | build-gnu-libstdc++.sh | 134 local PREBUILT_NDK=$ANDROID_BUILD_TOP/prebuilts/ndk/current 147 …BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/ndk/current/$(get_toolchain_binprefix_for_arch $ARCH $GCC_V…
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | argv_traverser.ipp | 100 m_work_buffer.trim_left( m_token.size() ); // skip remainder of current token
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | README.NDK | 89 In case of success, this adds all relevant changes to the current git
|
/ndk/ |
D | CHANGELOG.md | 71 * Removed symbols which are not exported by the current platform libc/m/dl from
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 190 % @| inserts a changebar to the left of the current line. It should 200 % Append this vertical mode material after the current line in the output. 202 % We want to insert a rule with the height and depth of the current 484 % defines \thisenv, so the current environment is known; @end checks 486 % used to check whether the current environment is the one expected. 720 % if the group doesn't fit on the current page, and it's a big big 814 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current 1039 % _ active, and distinguish by seeing if the current family is \slfam, 1086 % @dots{} outputs an ellipsis using the current font. 1446 % Change the current font style to #1, remembering it in \curfontstyle. [all …]
|
/ndk/sources/third_party/googletest/googletest/ |
D | CHANGES | 7 the current test case or the test program in the XML report.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | debug.ipp | 755 // ************** attach debugger to the current process ************** // 842 … NULL, // pointer to current directory name; NULL - use this process correct directory
|
123