HomeSort by relevance Sort by last modified time
    Searched defs:max_size (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/protobuf/gtest/xcode/Samples/FrameworkSample/
widget_test.cc 57 size_t max_size = 128; local
58 char buffer[max_size];
59 widget.GetCharPtrValue(buffer, max_size);
  /external/oprofile/libutil/
op_growable_buffer.h 19 size_t max_size; member in struct:growable_buffer
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
ipc_user.c 110 int res, max_size, cmd; local
163 max_size = ((char *) &req + sizeof(req)) - (char *) &ti_req->user_data_pointer;
169 if( size > max_size )
188 req.ifr_ifrn.ifrn_name, ti_req->cmd, ti_req->length, max_size, (void *) ti_req->user_data_pointer );
214 if( size <= max_size )
217 print_deb( "IPC_DeviceIoControl(): Size=%u, max_size=%d, *data=%x\n", size, max_size, * (tiUINT32*) buf );
  /external/chromium/base/
shared_memory.h 103 size_t max_size() const { return max_size_; } function in class:base::SharedMemory
string_piece.h 135 size_type max_size() const { return length_; } function in class:base::StringPiece
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.cc 39 unsigned char max_size = size_array[0]; local
41 if (size_array[i] > max_size) {
42 max_size = size_array[i];
45 return max_size;
  /external/e2fsprogs/resize/
main.c 157 blk_t max_size = 0; local
329 &max_size);
344 new_size = max_size;
374 max_size = new_size;
376 if (!force && (new_size > max_size)) {
379 " of %u blocks.\n\n"), max_size,
  /external/stlport/stlport/stl/
_string_base.h 92 // Precondition: 0 < __n <= max_size().
104 size_t max_size() const { function in class:_String_base
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
_hash_map.h 167 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_map
358 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multimap
_hash_set.h 168 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_set
350 size_type max_size() const { return _M_ht.max_size(); } function in class:hash_multiset
_map.h 173 size_type max_size() const { return _M_t.max_size(); } function in class:map
359 size_type max_size() const { return _M_t.max_size(); } function in class:multimap
_set.h 161 size_type max_size() const { return _M_t.max_size(); } function in class:set
332 size_type max_size() const { return _M_t.max_size(); } function in class:multiset
_unordered_map.h 121 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_map
289 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multimap
_unordered_set.h 115 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_set
265 size_type max_size() const { return _M_ht.max_size(); } function in class:unordered_multiset
  /external/stlport/stlport/stl/debug/
_vector.h 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
_hashtable.h 166 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:hashtable
_list.h 176 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:list
_slist.h 201 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:slist
_string.h 196 size_t max_size() const { return _M_non_dbg_impl.max_size(); } function in class:basic_string
_tree.h 168 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:_Rb_tree
  /ndk/sources/android/stlport/stlport/stl/
_string_base.h 92 // Precondition: 0 < __n <= max_size().
104 size_t max_size() const { function in class:_String_base
106 typename allocator_type::size_type __alloc_max_size = _M_start_of_storage.max_size();
  /ndk/sources/android/stlport/stlport/stl/debug/
_vector.h 157 size_type max_size() const { return _M_non_dbg_impl.max_size(); } function in class:vector
  /external/stlport/stlport/stl/pointers/
_list.h 166 size_type max_size() const { return _M_impl.max_size(); } function in class:list
_slist.h 196 size_type max_size() const { return _M_impl.max_size(); } function in class:slist
_vector.h 90 size_type max_size() const { return _M_impl.max_size(); } function in class:vector

Completed in 456 milliseconds

1 2 3