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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 273 template<typename _Tp, std::size_t _Size>
274 struct is_array<_Tp[_Size]>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 273 template<typename _Tp, std::size_t _Size>
274 struct is_array<_Tp[_Size]>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
type_traits 285 template<typename _Tp, std::size_t _Size>
286 struct is_array<_Tp[_Size]>
    [all...]
  /external/libvorbis/doc/
06-floor0.tex 122 \mathtt{floor0\_bark\_map\_size} - 1,
135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})}
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 185 if (_pos >= _size)
192 if (size > _size - _pos)
200 if (size > _size - _pos)
212 if (_pos >= _size)
225 if (_pos >= _size)
243 if (_pos + 4 > _size)
252 if (_pos + 8 > _size)
262 size_t rem = (_size - _pos) / 2 * 2;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 741 template<typename _OutputIterator, typename _Size, typename _Tp>
744 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
751 template<typename _OutputIterator, typename _Size, typename _Tp>
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
762 template<typename _Size, typename _Tp>
765 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
783 template<typename _OI, typename _Size, typename _Tp>
785 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 741 template<typename _OutputIterator, typename _Size, typename _Tp>
744 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
751 template<typename _OutputIterator, typename _Size, typename _Tp>
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
762 template<typename _Size, typename _Tp>
765 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
783 template<typename _OI, typename _Size, typename _Tp>
785 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 741 template<typename _OutputIterator, typename _Size, typename _Tp>
744 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
751 template<typename _OutputIterator, typename _Size, typename _Tp>
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
762 template<typename _Size, typename _Tp>
765 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
783 template<typename _OI, typename _Size, typename _Tp>
785 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 741 template<typename _OutputIterator, typename _Size, typename _Tp>
744 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
751 template<typename _OutputIterator, typename _Size, typename _Tp>
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
762 template<typename _Size, typename _Tp>
765 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
783 template<typename _OI, typename _Size, typename _Tp>
785 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algobase.h 741 template<typename _OutputIterator, typename _Size, typename _Tp>
744 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
751 template<typename _OutputIterator, typename _Size, typename _Tp>
754 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
762 template<typename _Size, typename _Tp>
765 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
783 template<typename _OI, typename _Size, typename _Tp>
785 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 112 """Emit the body of the __gl*_size function using a pair
188 """Emit the body of the __gl*_size function using a
336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
338 print '# define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size )'
341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
342 print ' { return __gl ## to ## _size( e ); }'
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_string_field.cc 438 " this->$name$(this->$name$_size() - 1).data(),\n"
439 " this->$name$(this->$name$_size() - 1).length(),\n"
447 "for (int i = 0; i < this->$name$_size(); i++) {\n");
464 "for (int i = 0; i < this->$name$_size(); i++) {\n");
481 "total_size += $tag_size$ * this->$name$_size();\n"
482 "for (int i = 0; i < this->$name$_size(); i++) {\n"
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 112 """Emit the body of the __gl*_size function using a pair
188 """Emit the body of the __gl*_size function using a
336 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
338 print '# define ALIAS(from,to) ALIAS2( from, __gl ## to ## _size )'
341 print ' _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \\'
342 print ' { return __gl ## to ## _size( e ); }'
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 43 self._size = size
51 return self._size
67 return self._size
  /external/srec/srec/include/
srec.h 183 p fsmarc_token_array _size _freelist
184 p fsmnode_token_array _size _freelist
185 x word_token_array _size _freelist
  /external/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookieParser.js 309 return this._size;
317 this._size = size;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algobase.h 732 template<typename _OutputIterator, typename _Size, typename _Tp>
735 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
743 template<typename _OutputIterator, typename _Size, typename _Tp>
746 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
755 template<typename _Size, typename _Tp>
758 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
779 template<typename _OI, typename _Size, typename _Tp>
781 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]

Completed in 1486 milliseconds

<<11121314151617181920>>