/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/ |
WrappedDoubleBufferTest.java | 85 assertEquals(buf.capacity(), 20);
|
WrappedFloatBufferTest.java | 85 assertEquals(buf.capacity(), 20);
|
WrappedIntBufferTest.java | 85 assertEquals(buf.capacity(), 20);
|
WrappedLongBufferTest.java | 85 assertEquals(buf.capacity(), 20);
|
WrappedShortBufferTest.java | 85 assertEquals(buf.capacity(), 20);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
bytebuffer.h | 47 size_t Capacity() const { return size_ - start_; }
|
/external/icu4c/common/ |
loclikely.cpp | 126 * If the length of the new string exceeds the capacity of the output buffer, 146 * @param tagCapacity The capacity of the output buffer. 177 * ULOC_FULLNAME_CAPACITY will provide enough capacity 378 * If the length of the new string exceeds the capacity of the output buffer, 394 * @param tagCapacity The capacity of the output buffer. 433 * parameters, and must contain the capacity of their corresponding buffers on 437 * If the length of any of the output subtags exceeds the capacity of the corresponding 583 * ULOC_FULLNAME_CAPACITY will provide enough capacity 943 * ULOC_FULLNAME_CAPACITY will provide enough capacity [all...] |
/external/icu4c/common/unicode/ |
parseerr.h | 22 * The capacity of the context strings in UParseError.
|
/external/icu4c/i18n/ |
ucol_cnt.h | 55 int32_t capacity; member in struct:CntTable
|
/external/icu4c/tools/toolutil/ |
xmlparser.cpp | 170 int32_t fileLength, bytesLength, length, capacity; local 212 // unexpected failure to reserve some string capacity 270 capacity=fileLength; // estimated capacity 271 src.getBuffer(capacity); 279 buffer=src.getBuffer(capacity); 281 // unexpected failure to reserve some string capacity 294 capacity=(3*src.getCapacity())/2; // increase capacity by 50%
|
/external/kernel-headers/original/linux/mmc/ |
card.h | 35 unsigned int capacity; member in struct:mmc_csd
|
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_impl_lite.cc | 157 if (old_size < target_->capacity()) { 158 // Resize the string to match its capacity, since we can get away 160 STLStringResizeUninitialized(target_, target_->capacity()); 162 // Size has reached capacity, so double the size. Also make sure
|
/external/v8/src/ |
data-flow.h | 295 // Simple fixed-capacity list-based worklist (managed as a queue) of 310 // The worklist is full if head is at 0 and tail is at capacity - 1: 311 // head == 0 && tail == capacity-1 ==> tail - head == capacity - 1
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
parseerr.h | 18 * The capacity of the context strings in UParseError.
|
/external/webkit/Source/WebCore/icu/unicode/ |
parseerr.h | 18 * The capacity of the context strings in UParseError.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
WKCAImageQueue.h | 69 WKCAImageQueue(uint32_t width, uint32_t height, uint32_t capacity);
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
parseerr.h | 18 * The capacity of the context strings in UParseError.
|
/external/webkit/Source/WebKit/win/ |
WebBackForwardList.h | 84 virtual HRESULT STDMETHODCALLTYPE capacity(
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.cpp | 338 // Page cache capacity (in pages) 354 // Foundation memory cache capacity (in bytes) 357 // Foundation disk cache capacity (in bytes) 363 // Page cache capacity (in pages) 386 // Foundation memory cache capacity (in bytes) 396 // Foundation disk cache capacity (in bytes) 409 // Page cache capacity (in pages) 444 // Foundation memory cache capacity (in bytes) 455 // Foundation disk cache capacity (in bytes)
|
/frameworks/base/include/utils/ |
SortedVector.h | 67 inline size_t capacity() const { return VectorImpl::capacity(); } function in class:android::SortedVector 68 //! setst the capacity. capacity can never be reduced less than size()
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
vector | 223 // 23.2.4.2 capacity: 239 capacity() const 244 return _Base::capacity(); 485 { return __elements > this->capacity(); }
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mmc/ |
card.h | 37 unsigned int capacity; member in struct:mmc_csd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mmc/ |
card.h | 37 unsigned int capacity; member in struct:mmc_csd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mmc/ |
card.h | 37 unsigned int capacity; member in struct:mmc_csd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mmc/ |
card.h | 37 unsigned int capacity; member in struct:mmc_csd
|