HomeSort by relevance Sort by last modified time
    Searched full:_size (Results 126 - 150 of 726) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /frameworks/base/core/java/android/provider/
OpenableColumns.java 42 public static final String SIZE = "_size";
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algobase.h 375 template <class _InputIter, class _Size, class _OutputIter>
377 __copy_n(_InputIter __first, _Size __count, _OutputIter __result,
387 template <class _RAIter, class _Size, class _OutputIter>
389 __copy_n(_RAIter __first, _Size __count, _OutputIter __result,
397 template <class _InputIter, class _Size, class _OutputIter>
399 copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
476 template <class _OutputIter, class _Size, class _Tp>
478 _OutputIter __fill_n(_OutputIter __first, _Size __n, const _Tp& __val) {
486 template <class _Size>
487 inline unsigned char* __fill_n(unsigned char* __first, _Size __n
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
algorithm 76 template<typename _InputIterator, typename _Size, typename _OutputIterator>
78 __copy_n(_InputIterator __first, _Size __count,
91 template<typename _RAIterator, typename _Size, typename _OutputIterator>
93 __copy_n(_RAIterator __first, _Size __count,
117 template<typename _InputIterator, typename _Size, typename _OutputIterator>
119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
220 template<typename _InputIterator, typename _Tp, typename _Size>
224 _Size& __n)
238 template<typename _InputIterator, typename _Predicate, typename _Size>
242 _Size& __n
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 222 template<typename _IIter, typename _Size, typename _OIter>
224 copy_n(_IIter, _Size, _OIter);
242 template<typename _OIter, typename _Size, typename _Tp>
244 fill_n(_OIter, _Size, const _Tp&);
634 template<typename _OIter, typename _Size, typename _Generator>
636 generate_n(_OIter, _Size, _Generator);
728 template<typename _FIter, typename _Size, typename _Tp>
730 search_n(_FIter, _FIter, _Size, const _Tp&);
732 template<typename _FIter, typename _Size, typename _Tp,
735 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 222 template<typename _IIter, typename _Size, typename _OIter>
224 copy_n(_IIter, _Size, _OIter);
242 template<typename _OIter, typename _Size, typename _Tp>
244 fill_n(_OIter, _Size, const _Tp&);
634 template<typename _OIter, typename _Size, typename _Generator>
636 generate_n(_OIter, _Size, _Generator);
728 template<typename _FIter, typename _Size, typename _Tp>
730 search_n(_FIter, _FIter, _Size, const _Tp&);
732 template<typename _FIter, typename _Size, typename _Tp,
735 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 76 template<typename _InputIterator, typename _Size, typename _OutputIterator>
78 __copy_n(_InputIterator __first, _Size __count,
91 template<typename _RAIterator, typename _Size, typename _OutputIterator>
93 __copy_n(_RAIterator __first, _Size __count,
117 template<typename _InputIterator, typename _Size, typename _OutputIterator>
119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
220 template<typename _InputIterator, typename _Tp, typename _Size>
224 _Size& __n)
238 template<typename _InputIterator, typename _Predicate, typename _Size>
242 _Size& __n
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 76 template<typename _InputIterator, typename _Size, typename _OutputIterator>
78 __copy_n(_InputIterator __first, _Size __count,
91 template<typename _RAIterator, typename _Size, typename _OutputIterator>
93 __copy_n(_RAIterator __first, _Size __count,
117 template<typename _InputIterator, typename _Size, typename _OutputIterator>
119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
220 template<typename _InputIterator, typename _Tp, typename _Size>
224 _Size& __n)
238 template<typename _InputIterator, typename _Predicate, typename _Size>
242 _Size& __n
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 76 template<typename _InputIterator, typename _Size, typename _OutputIterator>
78 __copy_n(_InputIterator __first, _Size __count,
91 template<typename _RAIterator, typename _Size, typename _OutputIterator>
93 __copy_n(_RAIterator __first, _Size __count,
117 template<typename _InputIterator, typename _Size, typename _OutputIterator>
119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
220 template<typename _InputIterator, typename _Tp, typename _Size>
224 _Size& __n)
238 template<typename _InputIterator, typename _Predicate, typename _Size>
242 _Size& __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
algorithm 76 template<typename _InputIterator, typename _Size, typename _OutputIterator>
78 __copy_n(_InputIterator __first, _Size __count,
91 template<typename _RAIterator, typename _Size, typename _OutputIterator>
93 __copy_n(_RAIterator __first, _Size __count,
117 template<typename _InputIterator, typename _Size, typename _OutputIterator>
119 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
220 template<typename _InputIterator, typename _Tp, typename _Size>
224 _Size& __n)
238 template<typename _InputIterator, typename _Predicate, typename _Size>
242 _Size& __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 222 template<typename _IIter, typename _Size, typename _OIter>
224 copy_n(_IIter, _Size, _OIter);
242 template<typename _OIter, typename _Size, typename _Tp>
244 fill_n(_OIter, _Size, const _Tp&);
634 template<typename _OIter, typename _Size, typename _Generator>
636 generate_n(_OIter, _Size, _Generator);
728 template<typename _FIter, typename _Size, typename _Tp>
730 search_n(_FIter, _FIter, _Size, const _Tp&);
732 template<typename _FIter, typename _Size, typename _Tp,
735 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 224 template<typename _IIter, typename _Size, typename _OIter>
226 copy_n(_IIter, _Size, _OIter);
244 template<typename _OIter, typename _Size, typename _Tp>
246 fill_n(_OIter, _Size, const _Tp&);
645 template<typename _OIter, typename _Size, typename _Generator>
647 generate_n(_OIter, _Size, _Generator);
739 template<typename _FIter, typename _Size, typename _Tp>
741 search_n(_FIter, _FIter, _Size, const _Tp&);
743 template<typename _FIter, typename _Size, typename _Tp,
746 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 222 template<typename _IIter, typename _Size, typename _OIter>
224 copy_n(_IIter, _Size, _OIter);
242 template<typename _OIter, typename _Size, typename _Tp>
244 fill_n(_OIter, _Size, const _Tp&);
634 template<typename _OIter, typename _Size, typename _Generator>
636 generate_n(_OIter, _Size, _Generator);
728 template<typename _FIter, typename _Size, typename _Tp>
730 search_n(_FIter, _FIter, _Size, const _Tp&);
732 template<typename _FIter, typename _Size, typename _Tp,
735 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 224 template<typename _IIter, typename _Size, typename _OIter>
226 copy_n(_IIter, _Size, _OIter);
244 template<typename _OIter, typename _Size, typename _Tp>
246 fill_n(_OIter, _Size, const _Tp&);
645 template<typename _OIter, typename _Size, typename _Generator>
647 generate_n(_OIter, _Size, _Generator);
739 template<typename _FIter, typename _Size, typename _Tp>
741 search_n(_FIter, _FIter, _Size, const _Tp&);
743 template<typename _FIter, typename _Size, typename _Tp,
746 search_n(_FIter, _FIter, _Size, const _Tp&, _BinaryPredicate)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 79 template<typename _InputIterator, typename _Size, typename _OutputIterator>
81 __copy_n(_InputIterator __first, _Size __count,
94 template<typename _RAIterator, typename _Size, typename _OutputIterator>
96 __copy_n(_RAIterator __first, _Size __count,
120 template<typename _InputIterator, typename _Size, typename _OutputIterator>
122 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
224 template<typename _InputIterator, typename _Tp, typename _Size>
228 _Size& __n)
242 template<typename _InputIterator, typename _Predicate, typename _Size>
246 _Size& __n
    [all...]

Completed in 924 milliseconds

1 2 3 4 56 7 8 91011>>