HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 251 - 275 of 340) sorted by null

<<11121314

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 105 // begin(), end(), back(), operator[].
123 back() const throw() function in class:__detail::__mini_vector
577 if (*__addr >= *__free_list.back())
589 ::operator delete(static_cast<void*>(__free_list.back()));
658 * gives back all the memory to the OS.
850 // Fall Back to First Fit algorithm.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 910 back() function in class:basic_string
918 back() const function in class:basic_string
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 104 // begin(), end(), back(), operator[].
122 back() const throw() function in class:__detail::__mini_vector
574 if (*__addr >= *__free_list.back())
586 ::operator delete(static_cast<void*>(__free_list.back()));
655 * gives back all the memory to the OS.
847 // Fall Back to First Fit algorithm.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 666 reference back() { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
667 const_reference back() const { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
_deque.h 459 reference back() { function in class:deque
465 const_reference back() const { function in class:deque
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bvector.h 666 reference back() { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
667 const_reference back() const { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
_deque.h 459 reference back() { function in class:deque
465 const_reference back() const { function in class:deque
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_string.h 885 back() function in class:basic_string
893 back() const function in class:basic_string
    [all...]
stl_bvector.h 731 back() function in class:vector
735 back() const function in class:vector
stl_deque.h 1301 back() function in class:deque
1313 back() const function in class:deque
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 105 // begin(), end(), back(), operator[].
123 back() const throw() function in class:__detail::__mini_vector
577 if (*__addr >= *__free_list.back())
589 ::operator delete(static_cast<void*>(__free_list.back()));
658 * gives back all the memory to the OS.
850 // Fall Back to First Fit algorithm.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_string.h 910 back() function in class:basic_string
918 back() const function in class:basic_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 104 // begin(), end(), back(), operator[].
122 back() const throw() function in class:__detail::__mini_vector
574 if (*__addr >= *__free_list.back())
586 ::operator delete(static_cast<void*>(__free_list.back()));
655 * gives back all the memory to the OS.
847 // Fall Back to First Fit algorithm.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_string.h 913 back() function in class:basic_string
921 back() const function in class:basic_string
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
bitmap_allocator.h 103 // begin(), end(), back(), operator[].
121 back() const throw() function in class:__detail::__mini_vector
573 if (*__addr >= *__free_list.back())
585 ::operator delete(static_cast<void*>(__free_list.back()));
654 * gives back all the memory to the OS.
852 // Fall Back to First Fit algorithm.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
bitmap_allocator.h 103 // begin(), end(), back(), operator[].
121 back() const throw() function in class:__detail::__mini_vector
573 if (*__addr >= *__free_list.back())
585 ::operator delete(static_cast<void*>(__free_list.back()));
654 * gives back all the memory to the OS.
852 // Fall Back to First Fit algorithm.
  /ndk/build/core/
definitions-graph.mk 170 # Push list of items at the back of the work-queue.
171 -ndk-mod-push-back = \
174 -test-ndk-mod-push-back = \
176 $(call -ndk-mod-push-back, D E)\
219 $(call -ndk-mod-push-back,$1)\
353 $(call -ndk-mod-push-back,$(_ndk_mod_dep))\
469 $(call -ndk-mod-push-back,$(_ndk_mod_child))\
  /external/clang/include/clang/AST/
DeclBase.h 1055 reference back() const { return Single ? Single : Result.back(); } function in class:clang::DeclContextLookupResult
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 373 const_reference front() const { return Impl.back(); }
374 const_reference back() const { return Impl.front(); } function in class:clang::CFGBlock::ElementList
504 CFGElement back() const { return Elements.back(); } function in class:clang::CFGBlock::ElementList
841 CFGBlock & back() { return *Blocks.back(); } function in class:clang::CFGBlock::CFG
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 187 String back = lh.transform(to); local
188 if (!source.equals(back)) {
190 String to3 = hl.transform(back.replaceAll("(.)", "$1 ").trim());
191 assertEquals(message + " " + source + " [" + to + "/"+ to2 + "/"+ to3 + "]", source, back);
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 2951 struct src_register back[2]; local
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_composite.cpp 232 _RGB src, back, result; local
236 back.red = dest_scan[2];
237 back.green = dest_scan[1];
238 back.blue = dest_scan[0];
241 result = _SetLum(_SetSat(src, _Sat(back)), _Lum(back));
244 result = _SetLum(_SetSat(back, _Sat(src)), _Lum(back));
247 result = _SetLum(src, _Lum(back));
250 result = _SetLum(back, _Lum(src))
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrtran.c 1585 png_color back, back_1; local
1833 png_color back; local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 559 * RopeFunction, whose char_producer points back to the rope itself.
1515 _CharT back() const { function in class:rope
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 1552 png_color back, back_1; local
1799 png_color back; local
    [all...]

Completed in 1092 milliseconds

<<11121314