HomeSort by relevance Sort by last modified time
    Searched full:max_size (Results 201 - 225 of 1651) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_io.c 89 __n = __s.max_size();
95 (__width > __STATIC_CAST(streamsize, __s.max_size())))
144 while (__nread < __s.max_size()) {
160 if (__nread == 0 || __nread >= __s.max_size())
_string_sum_methods.h 106 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
130 if (__s_size > this->max_size() || __old_size > (this->max_size() - __s_size))
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {
  /external/chromium_org/content/renderer/
render_process_impl.cc 157 const size_t max_size = base::SysInfo::MaxSharedMemorySize(); local
159 const size_t max_size = 0; local
165 if ((max_size != 0) && (height * stride > max_size))
166 height = max_size / stride;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 716 def do_create(self, max_size=0, dir=None, pre="", suf=""):
720 file = tempfile.SpooledTemporaryFile(max_size=max_size, dir=dir, prefix=pre, suffix=suf)
731 f = self.do_create(max_size=100, pre="a", suf=".txt")
738 f = tempfile.SpooledTemporaryFile(max_size=10, dir=dir)
750 # A SpooledTemporaryFile can be written to multiple within the max_size
751 f = self.do_create(max_size=30)
759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
761 f = self.do_create(max_size=30)
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and rol
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 716 def do_create(self, max_size=0, dir=None, pre="", suf=""):
720 file = tempfile.SpooledTemporaryFile(max_size=max_size, dir=dir, prefix=pre, suffix=suf)
731 f = self.do_create(max_size=100, pre="a", suf=".txt")
738 f = tempfile.SpooledTemporaryFile(max_size=10, dir=dir)
750 # A SpooledTemporaryFile can be written to multiple within the max_size
751 f = self.do_create(max_size=30)
759 # A SpooledTemporaryFile should hold exactly max_size bytes, and roll
761 f = self.do_create(max_size=30)
779 # A SpooledTemporaryFile should hold exactly max_size bytes, and rol
    [all...]
  /external/libnfc-nci/src/nfc/ndef/
ndef_utils.c 820 void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size)
823 memset (p_msg, 0, max_size);
836 extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
855 if ((*p_cur_size + recSize) > max_size)
932 extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index,
945 if ((*p_cur_size + recSize) > max_size)
952 return NDEF_MsgAddRec (p_msg, max_size, p_cur_size, tnf, p_type, type_len,
1027 extern tNDEF_STATUS NDEF_MsgAppendRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
1038 if ((*p_cur_size + new_rec_len) > max_size)
1078 tNDEF_STATUS NDEF_MsgAppendPayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size
    [all...]
  /external/chromium_org/third_party/re2/util/
sparse_array.h 103 SparseArray(int max_size);
137 void resize(int max_size);
140 // Indices can be in the range [0, max_size).
141 int max_size() const { function in class:re2::SparseArray
418 template<typename Value> SparseArray<Value>::SparseArray(int max_size) {
419 max_size_ = max_size;
420 sparse_to_dense_ = new int[max_size];
422 dense_.resize(max_size);
425 for (int i = 0; i < max_size; i++) {
  /external/regex-re2/util/
sparse_array.h 103 SparseArray(int max_size);
137 void resize(int max_size);
140 // Indices can be in the range [0, max_size).
141 int max_size() const { function in class:re2::SparseArray
418 template<typename Value> SparseArray<Value>::SparseArray(int max_size) {
419 max_size_ = max_size;
420 sparse_to_dense_ = new int[max_size];
422 dense_.resize(max_size);
425 for (int i = 0; i < max_size; i++) {
  /external/stlport/stlport/stl/
_pthread_alloc.h 130 if (__n > max_size()) {
155 size_type max_size() const _STLP_NOTHROW
169 if (__n > max_size()) {
313 if (__n > max_size()) {
338 size_type max_size() const _STLP_NOTHROW
355 if (__n > max_size()) {

Completed in 1100 milliseconds

1 2 3 4 5 6 7 891011>>