Searched refs:max_size (Results 26 - 50 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator.h44 bool CreateChildren(int max_size);
52 PartitionTreeNode* GetOptimalNode(int max_size, int penalty);
98 void SetPriorMinMax(int min_size, int max_size);
106 ConfigVec FindOptimalConfiguration(int max_size, int penalty);
110 // values given in min_size and max_size, and if either of these are exceeded,
112 void CalcMinMax(const ConfigVec& config, int* min_size, int* max_size) const;
118 // [min_size, max_size], an extra cost is inflicted.
123 int max_size);
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h257 EXPORT_NDEF_API extern void NDEF_MsgInit (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size);
269 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAddRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
285 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgInsertRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, INT32 index,
300 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAppendRec (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
314 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgAppendPayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
328 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplacePayload (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
342 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplaceType (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
356 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgReplaceId (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
395 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
407 EXPORT_NDEF_API extern tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT3
[all...]
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc28 const gfx::Size& max_size)
47 max_size(max_size) {}
9 RenderViewImplParams( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
H A Ddisambiguation_popup_helper.cc68 gfx::Size max_size = viewport_size; local
69 max_size.Enlarge(-2 * kDisambiguationPopupBoundsMargin,
71 max_size = ToCeiledSize(ScaleSize(max_size, 1.0 / scale));
77 TrimEdges(&left, &right, max_size.width());
78 TrimEdges(&top, &bottom, max_size.height());
/external/compiler-rt/lib/asan/
H A Dasan_stack.h55 #define GET_STACK_TRACE(max_size, fast) \
57 if (max_size <= 2) { \
58 stack.size = max_size; \
59 if (max_size > 0) { \
62 if (max_size > 1) \
66 GetStackTraceWithPcBpAndContext(&stack, max_size, \
/external/nanopb-c/tests/options/
H A Doptions.proto8 option (nanopb_fileopt).max_size = 20;
18 option (nanopb_msgopt).max_size = 30;
25 required string fieldsize = 1 [(nanopb).max_size = 40];
/external/eigen/bench/btl/generic_bench/static/
H A Dbench_static.hh46 const int max_size = TINY_MV_MAX_SIZE; local
51 static_size_generator<max_size,Perf_Analyzer,Action,Interface>::go(tab_sizes,tab_mflops);
/external/libcxx/test/re/re.results/re.results.size/
H A DAndroid.mk19 test_name := re/re.results/re.results.size/max_size
20 test_src := max_size.pass.cpp
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c35 static UINT8 *ndef_get_bt_oob_record (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size,
76 tNDEF_STATUS NDEF_MsgCreateWktHr (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
81 NDEF_MsgInit (p_msg, max_size, p_cur_size);
84 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
100 tNDEF_STATUS NDEF_MsgCreateWktHs (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
105 NDEF_MsgInit (p_msg, max_size, p_cur_size);
108 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
124 tNDEF_STATUS NDEF_MsgAddWktHc (UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, argument
149 status = NDEF_MsgAddRec (p_msg, max_size, p_cur_size,
164 tNDEF_STATUS NDEF_MsgAddWktAc (UINT8 *p_msg, UINT32 max_size, UINT3 argument
234 NDEF_MsgAddWktCr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT16 random_number ) argument
258 NDEF_MsgAddWktErr(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, UINT8 error_reason, UINT32 error_data ) argument
295 NDEF_MsgAddMediaBtOob(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BD_ADDR bd_addr) argument
329 NDEF_MsgAppendMediaBtOobCod(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, DEV_CLASS cod) argument
377 NDEF_MsgAppendMediaBtOobName(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, BOOLEAN is_complete, UINT8 name_len, UINT8 *p_name) argument
434 NDEF_MsgAppendMediaBtOobHashCRandR(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 *p_hash_c, UINT8 *p_rand_r) argument
487 NDEF_MsgAppendMediaBtOobEirData(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 eir_type, UINT8 data_len, UINT8 *p_data) argument
535 NDEF_MsgAddMediaWifiWsc(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 *p_payload, UINT32 payload_len) argument
564 ndef_get_bt_oob_record(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str) argument
[all...]
/external/chromium_org/testing/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dmax_size.pass.cpp12 // size_type max_size() const;
24 const size_t sz = s2.max_size() - 1;
35 const size_t sz = s2.max_size();
46 const size_t sz = s2.max_size() + 1;
56 assert(s.max_size() >= s.size());
/external/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Dmax_size.pass.cpp13 // size_type max_size() const throw();
25 std::size_t M = a.max_size() * sizeof(int);
/external/oprofile/libutil/
H A Dop_growable_buffer.h19 size_t max_size; member in struct:growable_buffer
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
H A Dwidget.h53 void GetCharPtrValue(char* buffer, size_t max_size) const;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c41 int max_size; member in struct:cso_cache
158 int max_size)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
166 int max_size, void *user_data)
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
172 int to_remove = (max_size < max_entries) * max_entries/4;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
191 sanitize_hash(sc, hash, type, sc->max_size);
155 sanitize_hash(struct cso_cache *sc, struct cso_hash *hash, enum cso_cache_type type, int max_size) argument
165 sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, int max_size, void *user_data) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c41 int max_size; member in struct:cso_cache
158 int max_size)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
166 int max_size, void *user_data)
171 int max_entries = (max_size > hash_size) ? max_size : hash_size;
172 int to_remove = (max_size < max_entries) * max_entries/4;
173 if (hash_size > max_size)
174 to_remove += hash_size - max_size;
191 sanitize_hash(sc, hash, type, sc->max_size);
155 sanitize_hash(struct cso_cache *sc, struct cso_hash *hash, enum cso_cache_type type, int max_size) argument
165 sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, int max_size, void *user_data) argument
[all...]
/external/chromium_org/third_party/re2/util/
H A Dsparse_set.h60 SparseSet(int max_size) { argument
61 max_size_ = max_size;
62 sparse_to_dense_ = new int[max_size];
63 dense_ = new int[max_size];
68 for (int i = 0; i < max_size; i++) {
122 // Indices can be in the range [0, max_size).
123 int max_size() const { return max_size_; } function in class:re2::SparseSet
/external/regex-re2/util/
H A Dsparse_set.h59 SparseSet(int max_size) { argument
60 max_size_ = max_size;
61 sparse_to_dense_ = new int[max_size];
62 dense_ = new int[max_size];
67 for (int i = 0; i < max_size; i++) {
121 // Indices can be in the range [0, max_size).
122 int max_size() const { return max_size_; } function in class:re2::SparseSet
/external/chromium_org/extensions/browser/app_window/
H A Dsize_constraints.h23 SizeConstraints(const gfx::Size& min_size, const gfx::Size& max_size);
48 void set_maximum_size(const gfx::Size& max_size);
/external/libcxx/test/containers/sequences/forwardlist/
H A DAndroid.mk23 test_name := containers/sequences/forwardlist/max_size
24 test_src := max_size.pass.cpp
/external/chromium_org/cc/base/
H A Drolling_time_delta_history.h20 explicit RollingTimeDeltaHistory(size_t max_size);
/external/qemu/distrib/libsparse/src/
H A Dsimg2simg.c39 fprintf(stderr, "Usage: simg2simg <sparse image file> <sparse_image_file> <max_size>\n");
49 int64_t max_size; local
59 max_size = atoll(argv[3]);
73 files = sparse_file_resparse(s, max_size, NULL, 0);
85 files = sparse_file_resparse(s, max_size, out_s, files);
/external/chromium_org/media/base/
H A Daudio_fifo.cc21 int pos, int max_size, int in_size, int* size, int* wrap_size) {
22 if (pos + in_size > max_size) {
24 *size = max_size - pos;
36 static int UpdatePos(int pos, int step, int max_size) { argument
37 return ((pos + step) % max_size);
20 GetSizes( int pos, int max_size, int in_size, int* size, int* wrap_size) argument
/external/chromium_org/base/containers/
H A Dmru_cache.h65 // The max_size is the size at which the cache will prune its members to when
69 explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { argument
72 MRUCacheBase(size_type max_size, const DeletorType& deletor) argument
73 : max_size_(max_size), deletor_(deletor) {
82 size_type max_size() const { return max_size_; } function in class:base::MRUCacheBase
232 explicit MRUCache(typename ParentType::size_type max_size) argument
233 : ParentType(max_size) {
266 explicit OwningMRUCache(typename ParentType::size_type max_size) argument
267 : ParentType(max_size) {
298 HashingMRUCache(typename ParentType::size_type max_size) argument
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Dexternal_policy_data_fetcher.cc57 int64 max_size,
61 const int64 max_size; member in struct:policy::ExternalPolicyDataFetcher::Job
70 int64 max_size,
73 max_size(max_size),
95 int64 max_size,
99 url, max_size,
232 if (static_cast<int64>(data->size()) > it->second->max_size) {
257 if (current > it->second->max_size || total > it->second->max_size) {
68 Job( const GURL& url, int64 max_size, const ExternalPolicyDataFetcherBackend::FetchCallback& callback) argument
93 StartJob( const GURL& url, int64 max_size, const FetchCallback& callback) argument
[all...]

Completed in 865 milliseconds

1234567891011>>