/external/icu4c/common/unicode/ |
utrace.h | 306 * @param capacity Length of the output buffer. 312 * If buffer capacity is insufficient, the required capacity is returned. 316 utrace_vformat(char *outBuf, int32_t capacity, 327 * @param capacity Length of the output buffer. 333 * If buffer capacity is insufficient, the required capacity is returned. 337 utrace_format(char *outBuf, int32_t capacity,
|
/external/icu4c/i18n/ |
ucol_elm.h | 39 /* This is the maximum trie capacity for the mapping trie. 47 /* This is the maxmun capacity for temparay combining class
|
/external/icu4c/test/intltest/ |
nptrans.h | 78 * @param destCapacity The capacity of destination array 100 * @param destCapacity The capacity of destination array
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
UrlInterceptResponse.cpp | 64 // Initialize our read buffer to the capacity of out. 66 m_buffer = env->NewByteArray(out->capacity());
|
/frameworks/base/core/java/com/google/android/collect/ |
Sets.java | 65 int capacity = elements.length * 4 / 3 + 1; local 66 HashSet<E> set = new HashSet<E>(capacity);
|
/frameworks/base/opengl/java/android/opengl/ |
Group.java | 110 numTriangles += indexBuffer.capacity()/3; 144 indexBuffer.capacity(),
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ListSuggestionCursor.java | 55 public ListSuggestionCursor(String userQuery, int capacity) { 57 mSuggestions = new ArrayList<Entry>(capacity);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
sonypi.h | 109 /* get battery full capacity/remaining capacity */
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
CachedFrameManager.java | 100 // Make sure this frame alone does not exceed capacity 106 // Drop frames if adding this frame would exceed capacity
|
NativeFrame.java | 40 int capacity = format.getSize(); local 41 nativeAllocate(capacity); 42 setReusable(capacity != 0); 234 private native boolean nativeAllocate(int capacity);
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
PointCloud.java | 54 this.mNumIndices = mIndexBuffer.capacity();
|
/external/chromium/base/ |
pickle_unittest.cc | 222 EXPECT_EQ(unit, pickle.capacity()); 228 EXPECT_EQ(unit * 2, pickle.capacity()); 231 // one more byte should double the capacity 234 EXPECT_EQ(unit * 4, pickle.capacity());
|
/external/javassist/src/main/javassist/bytecode/ |
LongVector.java | 38 public int capacity() { return objects.length * ASIZE; } method in class:LongVector
|
/external/v8/src/ |
hashmap.cc | 198 void HashMap::Initialize(uint32_t capacity) { 199 ASSERT(IsPowerOf2(capacity)); 200 map_ = reinterpret_cast<Entry*>(allocator_->New(capacity * sizeof(Entry))); 205 capacity_ = capacity;
|
unicode.h | 122 unsigned capacity, unsigned* chars_read, unsigned* offset); 151 static inline bool EncodeCharacter(uchar c, byte* buffer, unsigned capacity, 154 unsigned capacity, unsigned& offset); 156 unsigned capacity, unsigned& offset);
|
zone.h | 179 // Construct a new ZoneList with the given capacity; the length is 180 // always zero. The capacity must be non-negative. 181 explicit ZoneList(int capacity) 182 : List<T, ZoneListAllocationPolicy>(capacity) { }
|
/external/webkit/Source/JavaScriptCore/parser/ |
SourceProviderCache.cpp | 47 return m_contentByteSize + sizeof(*this) + m_map.capacity() * sizeof(SourceProviderCacheItem*);
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptGCEvent.cpp | 48 totalHeapSize = globalData->heap.capacity();
|
/external/webkit/Source/WebCore/manual-tests/ |
array-out-of-memory.html | 11 // the array an additional 50% capacity will be allocated, plus the storage object header, taking the size of the allocation over UINT32_MAX.
|
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_settings.h | 59 EAPI void ewk_settings_cache_capacity_set(unsigned capacity);
|
/frameworks/base/core/java/com/android/internal/os/ |
PowerProfile.java | 139 * Battery capacity in milliAmpHour (mAh). 141 public static final String POWER_BATTERY_CAPACITY = "battery.capacity"; 261 * Returns the battery capacity, if available, in milli Amp Hours. If not available, 263 * @return the battery capacity in mAh
|
/frameworks/base/include/utils/ |
KeyedVector.h | 56 inline size_t capacity() const { return mVector.capacity(); } function in class:android::KeyedVector 57 //! setst the capacity. capacity can never be reduced less than size()
|
/libcore/include/ |
LocalArray.h | 57 // Capacity.
|
/system/core/include/cutils/ |
array.h | 18 * A pointer array which intelligently expands its capacity ad needed.
|
/system/core/libpixelflinger/tinyutils/ |
KeyedVector.h | 48 inline size_t capacity() const { return mVector.capacity(); } function in class:android::KeyedVector 49 //! setst the capacity. capacity can never be reduced less than size()
|