Searched refs:max_size (Results 176 - 200 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash_unittest.cc79 void set_maximum_size(const gfx::Size& max_size) { argument
80 maximum_size_ = max_size;
/external/chromium_org/base/files/
H A Dfile_util.h152 // file before the error occurred. When the file size exceeds |max_size|, the
154 // |max_size|.
159 size_t max_size);
321 BASE_EXPORT int ReadFile(const FilePath& filename, char* data, int max_size);
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter.cc78 size_t max_size,
82 max_size_(max_size),
75 EvictedDomainCookieCounter( scoped_refptr<net::CookieMonster::Delegate> next_cookie_monster_delegate, scoped_ptr<Delegate> cookie_counter_delegate, size_t max_size, size_t purge_count) argument
/external/chromium_org/components/autofill/core/browser/
H A Dphone_field.cc143 if (kPhoneFieldGrammars[i].max_size &&
145 kPhoneFieldGrammars[i].max_size <
/external/chromium_org/mojo/system/
H A Dmessage_pipe_dispatcher.cc237 size_t* max_size,
240 *max_size = sizeof(SerializedMessagePipeDispatcher);
235 StartSerializeImplNoLock( Channel* , size_t* max_size, size_t* max_platform_handles) argument
H A Dshared_buffer_dispatcher.cc237 size_t* max_size,
240 *max_size = sizeof(SerializedSharedBufferDispatcher);
235 StartSerializeImplNoLock( Channel* , size_t* max_size, size_t* max_platform_handles) argument
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h290 size_type max_size() const { return static_cast<size_type>(-1) / sizeof(T); } function in class:pool_allocator
291 size_type max_size(int size) const { return static_cast<size_type>(-1) / size; } function in class:pool_allocator
/external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/
H A Ddeque.pxd50 size_t max_size() nogil
H A Dmap.pxd53 size_t max_size() nogil
H A Dset.pxd51 size_t max_size() nogil
H A Dunordered_map.pxd53 size_t max_size() nogil
H A Dunordered_set.pxd51 size_t max_size() nogil
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c291 size_t max_size)
316 while (n < max_size) {
290 cpp_preproc_get_included_file(yasm_preproc *preproc, char *buf, size_t max_size) argument
/external/libcxx/test/containers/associative/multiset/
H A DAndroid.mk71 test_name := containers/associative/multiset/max_size
72 test_src := max_size.pass.cpp
/external/libcxx/test/containers/associative/set/
H A DAndroid.mk75 test_name := containers/associative/set/max_size
76 test_src := max_size.pass.cpp
/external/libcxx/test/containers/unord/unord.map/
H A DAndroid.mk67 test_name := containers/unord/unord.map/max_size
68 test_src := max_size.pass.cpp
/external/libcxx/test/containers/unord/unord.multimap/
H A DAndroid.mk59 test_name := containers/unord/unord.multimap/max_size
60 test_src := max_size.pass.cpp
/external/libcxx/test/support/
H A Dtest_allocator.h79 size_type max_size() const throw() function in class:test_allocator
158 std::size_t max_size() const function in class:other_allocator
/external/libcxx/test/thread/futures/
H A Dtest_allocator.h72 size_type max_size() const throw() function in class:test_allocator
151 std::size_t max_size() const function in class:other_allocator
/external/stlport/stlport/stl/
H A D_string_base.h92 // 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();
H A D_string.h304 if (__n > max_size() - __size)
307 if (__len > max_size() || __len < __size)
308 __len = max_size(); // overflow
402 size_type max_size() const { return _Base::max_size(); } function in class:basic_string
611 if (__s.size() > max_size() - size())
622 if (__len > max_size() - size())
632 if (__n > max_size() - size())
643 if (__len > max_size() - size())
652 if (__n > max_size()
[all...]
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h761 GLsizei max_size = 0; local
764 max_size = std::min(static_cast<size_t>(bufsize) - 1, str.size());
765 memcpy(infolog, str.c_str(), max_size);
766 infolog[max_size] = '\0';
771 *length = max_size;
846 GLsizei max_size = 0; local
849 max_size = std::min(static_cast<size_t>(bufsize) - 1, str.size());
850 memcpy(infolog, str.c_str(), max_size);
851 infolog[max_size] = '\0';
856 *length = max_size;
873 GLsizei max_size = 0; local
1972 GLsizei max_size = 0; local
[all...]
/external/qemu/
H A Dtap-win32.c539 uint8_t **pbuf, int max_size)
548 if(size > max_size) {
549 size = max_size;
657 int max_size = 4096; local
660 size = tap_win32_read(s->handle, &buf, max_size);
538 tap_win32_read(tap_win32_overlapped_t *overlapped, uint8_t **pbuf, int max_size) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc646 void Panel::SetSizeRange(const gfx::Size& min_size, const gfx::Size& max_size) { argument
647 if (min_size == min_size_ && max_size == max_size_)
650 DCHECK(min_size.width() <= max_size.width());
651 DCHECK(min_size.height() <= max_size.height());
653 max_size_ = max_size;
809 const gfx::Size& max_size)
815 max_size_(max_size),
806 Panel(Profile* profile, const std::string& app_name, const gfx::Size& min_size, const gfx::Size& max_size) argument
/external/chromium_org/ash/wm/
H A Dwindow_state.cc151 gfx::Size max_size = window_->delegate()->GetMaximumSize();
152 return !max_size.width() && !max_size.height();

Completed in 558 milliseconds

1234567891011>>