HomeSort by relevance Sort by last modified time
    Searched full:_size (Results 276 - 300 of 730) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 73 encoded_key_frame_._buffer = new uint8_t[encoded_image._size];
74 encoded_key_frame_._size = encoded_image._size;
82 encoded_frame_._buffer = new uint8_t[encoded_image._size];
83 encoded_frame_._size = encoded_image._size;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 180 _CRTIMP int __cdecl _chsize(int _FileHandle,long _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
312 int __cdecl chsize(int _FileHandle,long _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 743 template<typename _OutputIterator, typename _Size, typename _Tp>
746 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
754 template<typename _OutputIterator, typename _Size, typename _Tp>
757 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
766 template<typename _Size, typename _Tp>
769 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
790 template<typename _OI, typename _Size, typename _Tp>
792 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 291 template<typename _Tp, std::size_t _Size>
292 struct is_array<_Tp[_Size]>
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_arm.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_arm64.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_mips.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_ppc.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_ppc64.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_sparc.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
minidump_cpu_x86.h 44 * writing affected structures, MD_*_SIZE macros are provided where needed,
  /external/libunwind/doc/
unw_get_proc_info.tex 62 \item[\Type{int} \Var{unwind\_info\_size}] The size of the unwind-info
  /external/parameter-framework/upstream/parameter/
ParameterType.h 162 size_t _size{0};
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 189 if (_pos >= _size)
196 if (size > _size - _pos)
204 if (size > _size - _pos)
263 UInt64 res = ReadNumberSpec(_buffer + _pos, _size - _pos, processed);
273 if (_pos < _size)
291 if (_pos + 4 > _size)
300 if (_pos + 8 > _size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h     [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
type_traits 471 template <class _Tp, std::size_t _Size>
472 struct remove_all_extents<_Tp[_Size]>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
type_traits 471 template <class _Tp, std::size_t _Size>
472 struct remove_all_extents<_Tp[_Size]>

Completed in 817 milliseconds

<<11121314151617181920>>