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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
algorithm 77 template<typename _InputIterator, typename _Size, typename _OutputIterator>
79 __copy_n(_InputIterator __first, _Size __count,
92 template<typename _RAIterator, typename _Size, typename _OutputIterator>
94 __copy_n(_RAIterator __first, _Size __count,
118 template<typename _InputIterator, typename _Size, typename _OutputIterator>
120 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
222 template<typename _InputIterator, typename _Tp, typename _Size>
226 _Size& __n)
240 template<typename _InputIterator, typename _Predicate, typename _Size>
244 _Size& __n
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_action_row.java 19 if (_size <= 0 ) _size = terminal.number();
25 for (int i=0; i<_size; i++)
34 protected static int _size = 0; field in class:parse_action_row
37 public static int size() {return _size;}
  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 41 _size = 0;
60 _size = 0;
212 if (minimumSize > _size) {
217 memcpy(newBuffer, _buffer, _size);
221 _size = minimumSize;
  /external/libopus/celt/
entenc.c 112 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size){
124 _this->storage=_size;
237 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size){
238 celt_assert(_this->offs+_this->end_offs<=_size);
239 OPUS_MOVE(_this->buf+_size-_this->end_offs,
241 _this->storage=_size;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 49 if (encoded_image_._size < encoded_image._size) {
52 encoded_image_._buffer = new uint8_t[encoded_image._size];
53 encoded_image_._size = encoded_image._size;
55 memcpy(encoded_image_._buffer, encoded_image._buffer, encoded_image._size);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.cc 413 _size(0),
421 assert(_size.Value() == 0);
464 ++_size;
480 const int32_t totalItems = _size.Value();
492 --_size;
512 --_size;
udp_socket2_manager_win.h 80 {return _size.Value();}
90 Atomic32 _size; member in class:webrtc::test::IoContextPool
  /bionic/libc/stdio/
fread.c 74 * Ensure _bf._size is valid.
104 if (total > (size_t) fp->_bf._size) {
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
wsetup.c 82 fp->_lbfsize = -fp->_bf._size;
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
asprintf.c 41 f._bf._size = f._w = 127; /* Leave room for the NUL */
vasprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
  /external/chromium-trace/catapult/third_party/typ/typ/
stats.py 25 self._size = size
30 if len(self._times) > self._size:
  /external/elfutils/tests/
md5-sha1-test.c 67 uint32_t result_buffer[(ALGO##_size + 3) / 4]; \
80 || memcmp (result, tests[I].ALGO##_expected, ALGO##_size) != 0) \
  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_core.hpp 121 inline RansacParams::RansacParams(int _size, float _thresh, float _eps, float _prob)
122 : size(_size), thresh(_thresh), eps(_eps), prob(_prob) {}
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
packet_manipulator_unittest.cc 38 image_._size = kPacketDataLength;
128 image_._size = kDataLength;
  /external/parameter-framework/upstream/parameter/
BitParameterBlockType.h 59 size_t _size{0};
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 51 off_t _size; member in class:FileWrapperInput

Completed in 640 milliseconds

1 2 3 4 56 7 8 91011>>