Searched refs:max_size (Results 1 – 12 of 12) sorted by relevance
40 ASSERT_EQ(CHUNK_SIZE, m_pTestee->max_size()); in TEST_F()47 ASSERT_EQ(CHUNK_SIZE, m_pTestee->max_size()); in TEST_F()54 ASSERT_TRUE(0 == m_pTestee->max_size()); in TEST_F()
41 ASSERT_TRUE(CHUNK_SIZE == m_pTestee->max_size()); in TEST_F()48 ASSERT_TRUE(CHUNK_SIZE == m_pTestee->max_size()); in TEST_F()55 ASSERT_TRUE(0 == m_pTestee->max_size()); in TEST_F()
229 size_type max_size() const { return m_AllocatedNum; } in max_size() function340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size() function372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size() function
173 unsigned int capacity() const { return Alloc::max_size(); } in capacity()
80 size_type max_size() const { return capacity_; } in max_size() function133 size_type max_size() const { return buffer_.capacity(); } in max_size() function
80 size_type max_size() const { return capacity_; } in max_size() function
86 size_type max_size() const { return capacity_; } in max_size() function
596 status_t SampleTable::getMaxSampleSize(size_t *max_size) { in getMaxSampleSize() argument599 *max_size = 0; in getMaxSampleSize()609 if (sample_size > *max_size) { in getMaxSampleSize()610 *max_size = sample_size; in getMaxSampleSize()
1678 size_t max_size; in parseChunk() local1679 err = mLastTrack->sampleTable->getMaxSampleSize(&max_size); in parseChunk()1685 if (max_size != 0) { in parseChunk()1690 if (max_size > SIZE_MAX - 10 * 2) { in parseChunk()1691 ALOGE("max sample size too big: %zu", max_size); in parseChunk()1694 mLastTrack->meta.setInt32(kKeyMaxInputSize, max_size + 10 * 2); in parseChunk()1717 max_size = 1024 * 128; in parseChunk()1722 max_size = ((width + 15) / 16) * ((height + 15) / 16) * 192; in parseChunk()1726 max_size = width * height * 3 / 2; in parseChunk()1730 max_size += max_size / 10; in parseChunk()[all …]
138 virtual int LexerInput(char* buf, int max_size);
45 int max_size, feature_set* matrix, in wifi_get_concurrency_matrix_stub() argument
719 if (val->max_size() < static_cast<size_t>(size)) { in unsafeReadTypedVector()