/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
JdwpPacket.java | 258 * sets "limit" to the capacity. 261 * and "limit" is set to the capacity. We want to call flip() 278 * at "position". "limit" should be set to the buffer capacity. This
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
BitIntSet.java | 45 * Ensures that the bit set has the capacity to represent the given value.
|
/dalvik/dx/src/com/android/dx/util/ |
BitIntSet.java | 45 * Ensures that the bit set has the capacity to represent the given value.
|
/external/chromium/base/ |
stack_container_unittest.cc | 38 EXPECT_EQ(static_cast<size_t>(stack_size), vect.container().capacity());
|
stl_util-inl.h | 33 if (obj->capacity() >= limit) { 42 // This function avoid the copy if we already have capacity 44 if (obj->capacity() < new_size) // increase capacity
|
/external/chromium/sdch/open-vcdiff/src/google/ |
output_string.h | 39 // enough capacity for the number of additional bytes requested in addition to
|
/external/chromium/testing/gtest/samples/ |
prime_tables.h | 51 // if the next prime is beyond the capacity of the table.
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.cc | 33 // Backward capacity of the buffer, by default 2MB. 36 // Forward capacity of the buffer, by default 10MB. 481 // Defer if we've reached the max capacity of the threshold. 507 // We have less than half the capacity of our threshold, so
|
/external/e2fsprogs/lib/ext2fs/ |
ext3_extents.h | 58 __u16 eh_max; /* capacity of store in entries */
|
/external/gtest/samples/ |
prime_tables.h | 51 // if the next prime is beyond the capacity of the table.
|
/external/guava/src/com/google/common/collect/ |
MutableClassToInstanceMap.java | 35 * HashMap} using the default initial capacity and load factor.
|
/external/icu4c/common/unicode/ |
errorcode.h | 72 * length = ucnv_fromUChars(dest, capacity, src, length, error_code);
|
unorm2.h | 202 * @param capacity number of UChars that can be written to dest 213 UChar *dest, int32_t capacity, 270 * @param capacity number of UChars that can be written to decomposition 280 UChar32 c, UChar *decomposition, int32_t capacity,
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
CountryCodeToRegionCodeMapForTesting.java | 34 // The capacity is set to 20 as there are 15 different country codes,
|
/external/llvm/include/llvm/ADT/ |
IntEqClasses.h | 44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
|
IntervalMap.h | 195 enum { Capacity = N }; 359 /// Elements + Grow <= Nodes * Capacity. 364 /// NewSize[i] <= Capacity. 372 /// Grow is set and NewSize[idx] == Capacity-1. The index points to the node 378 /// @param Capacity The capacity of each node. 384 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, 484 assert(n <= NodeT::Capacity && "Size too big for node"); 600 /// @return (insert position, new size), or (i, Capacity+1) on overflow. [all...] |
/external/protobuf/gtest/samples/ |
prime_tables.h | 51 // if the next prime is beyond the capacity of the table.
|
/external/qemu/hw/ |
goldfish_audio.c | 69 uint32_t capacity; member in struct:goldfish_audio_buff 119 b->capacity = 0; 139 if (b->capacity < size) { 141 b->capacity = size;
|
/external/stlport/test/eh/ |
test_bit_vector.cpp | 117 StrongCheck(testVector, test_BitVector_reserve( testVector.capacity() + random_number(50)));
|
test_vector.cpp | 112 StrongCheck( testVector, test_reserve( testVector.capacity() + random_number(random_base) ) );
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.h | 87 size_t capacity() const;
|
MarkedSpace.h | 75 size_t capacity() const;
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
SharedGraphicsContext3D.cpp | 136 void SharedGraphicsContext3D::enable(GC3Denum capacity) 138 m_context->enable(capacity); 141 void SharedGraphicsContext3D::disable(GC3Denum capacity) 143 m_context->disable(capacity);
|
/frameworks/base/include/utils/ |
Vector.h | 78 inline size_t capacity() const { return VectorImpl::capacity(); } function in class:android::Vector 79 //! setst the capacity. capacity can never be reduced less than size()
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/ |
LogCatMessageList.java | 40 * @param maxMessages capacity of the circular buffer
|