Searched refs:max_size (Results 101 - 125 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set.h108 void Truncate(size_t max_size);
/external/chromium_org/extensions/browser/app_window/
H A Dnative_app_window.h93 const gfx::Size& max_size) = 0;
/external/chromium_org/extensions/browser/
H A Dimage_loader.h79 // |max_size| it will be resized to those dimensions. IMPORTANT NOTE: this
86 const gfx::Size& max_size,
/external/chromium_org/mojo/system/
H A Dshared_buffer_dispatcher.h87 size_t* max_size,
H A Ddispatcher.cc47 size_t* max_size,
50 dispatcher->StartSerialize(channel, max_size, max_platform_handles);
396 size_t* max_size,
400 *max_size = 0;
444 size_t* max_size,
447 DCHECK(max_size);
451 StartSerializeImplNoLock(channel, max_size, max_platform_handles);
44 StartSerialize( Dispatcher* dispatcher, Channel* channel, size_t* max_size, size_t* max_platform_handles) argument
395 StartSerializeImplNoLock(Channel* , size_t* max_size, size_t* max_platform_handles) argument
443 StartSerialize(Channel* channel, size_t* max_size, size_t* max_platform_handles) argument
/external/chromium_org/third_party/libwebp/enc/
H A Dhistogram.h52 int max_size; // maximum capacity member in struct:__anon13276
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h101 int max_size,
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dstl_allocator.h87 size_type max_size() const { return size_t(-1) / sizeof(T); } function in class:STL_Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dstl_allocator.h87 size_type max_size() const { return size_t(-1) / sizeof(T); } function in class:STL_Allocator
/external/libcxx/test/containers/
H A Dstack_allocator.h58 size_type max_size() const {return N;} function in class:stack_allocator
/external/lldb/source/Core/
H A DDataBufferHeap.cpp29 if (n < m_data.max_size())
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h101 int max_size,
/external/nanopb-c/
H A Dpb_encode.h24 * 4) Substreams will modify max_size and bytes_written. Don't use them
41 size_t max_size; /* Limit number of output bytes written (or use SIZE_MAX). */ member in struct:_pb_ostream_t
/external/pixman/test/
H A Dglyph-test.c114 create_image (int max_size, const pixman_format_code_t *formats, uint32_t flags) argument
137 width = prng_rand_n (max_size) + 1;
138 height = prng_rand_n (max_size) + 1;
199 create_image (max_size, formats, (flags & ~(ALLOW_ALPHA_MAP | ALLOW_SOLID)));
/external/qemu/hw/android/goldfish/
H A Dnand.c66 uint64_t max_size; /* Capacity limit for the image. The actual underlying member in struct:__anon29655
263 while (ret == buf_size && total_copied < dev->max_size);
293 if (total_size > dev->max_size) {
295 __FUNCTION__, total_size, dev->max_size);
513 if(addr >= dev->max_size)
515 if(size > dev->max_size - addr)
516 size = dev->max_size - addr;
525 if(addr >= dev->max_size)
527 if(size > dev->max_size - addr)
528 size = dev->max_size
[all...]
/external/stlport/stlport/stl/
H A D_string_io.c89 __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())
/external/webp/src/enc/
H A Dhistogram.h52 int max_size; // maximum capacity member in struct:__anon33373
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.cc226 void SerializedNavigationEntry::WriteToPickle(int max_size, argument
232 WriteStringToPickle(pickle, &bytes_written, max_size,
235 WriteString16ToPickle(pickle, &bytes_written, max_size, title_);
241 WriteStringToPickle(pickle, &bytes_written, max_size,
250 pickle, &bytes_written, max_size,
257 pickle, &bytes_written, max_size,
263 WriteString16ToPickle(pickle, &bytes_written, max_size, search_terms_);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-token.re57 size_t max_size)
60 while (max_size > 0) {
72 n = parser_gas->lineleft<max_size ? parser_gas->lineleft : max_size;
84 max_size -= n;
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c67 FT_Long max_size; /* maximum cumulative allocated size */ member in struct:FT_MemSourceRec_
489 node->max_size = 0;
579 if ( source->cur_size > source->max_size )
580 source->max_size = source->cur_size;
908 if ( s2->max_size > s1->max_size )
910 else if ( s2->max_size < s1->max_size )
974 source->cur_size, source->max_size, source->cur_max,
/external/freetype/src/base/
H A Dftdbgmem.c67 FT_Long max_size; /* maximum cumulative allocated size */ member in struct:FT_MemSourceRec_
489 node->max_size = 0;
579 if ( source->cur_size > source->max_size )
580 source->max_size = source->cur_size;
908 if ( s2->max_size > s1->max_size )
910 else if ( s2->max_size < s1->max_size )
974 source->cur_size, source->max_size, source->cur_max,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c67 FT_Long max_size; /* maximum cumulative allocated size */ member in struct:FT_MemSourceRec_
489 node->max_size = 0;
579 if ( source->cur_size > source->max_size )
580 source->max_size = source->cur_size;
908 if ( s2->max_size > s1->max_size )
910 else if ( s2->max_size < s1->max_size )
974 source->cur_size, source->max_size, source->cur_max,
/external/nanopb-c/generator/
H A Dnanopb_generator.py168 self.max_size = None
175 if field_options.HasField("max_size"):
176 self.max_size = field_options.max_size
201 if desc.type == FieldD.TYPE_STRING and self.max_size is None:
204 if desc.type == FieldD.TYPE_BYTES and self.max_size is None:
215 raise Exception("Field %s is defined as static, but max_size or "
241 self.array_decl += '[%d]' % self.max_size
242 self.enc_size = varint_max_size(self.max_size) + self.max_size
[all...]
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc344 gfx::Size max_size = widget_->client_view()->GetMaximumSize(); local
348 if (max_size.width())
349 max_size.Enlarge(width() - client_size.width(), 0);
350 if (max_size.height())
351 max_size.Enlarge(0, height() - client_size.height());
353 return max_size;
/external/chromium_org/content/renderer/media/
H A Dvideo_track_adapter.cc55 const gfx::Size& max_size,
75 bool ConstraintsMatch(const gfx::Size& max_size,
122 const gfx::Size& max_size,
127 max_frame_size_(max_size),
319 const gfx::Size& max_size,
324 return max_frame_size_ == max_size &&
120 VideoFrameResolutionAdapter( scoped_refptr<base::SingleThreadTaskRunner> render_message_loop, const gfx::Size& max_size, double min_aspect_ratio, double max_aspect_ratio, double max_frame_rate) argument
318 ConstraintsMatch( const gfx::Size& max_size, double min_aspect_ratio, double max_aspect_ratio, double max_frame_rate) const argument

Completed in 2197 milliseconds

1234567891011>>