HomeSort by relevance Sort by last modified time
    Searched full:capacity (Results 426 - 450 of 1135) sorted by null

<<11121314151617181920>>

  /system/core/include/cutils/
hashmap.h 137 * Gets current capacity.
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 21 * internal capacity, not even a capacity of one. You cannot
    [all...]
PriorityBlockingQueue.java 89 * Default array capacity.
146 * initial capacity (11) that orders its elements according to
155 * initial capacity that orders its elements according to their
158 * @param initialCapacity the initial capacity for this priority queue
168 * capacity that orders its elements according to the specified
171 * @param initialCapacity the initial capacity for this priority queue
565 * a {@code PriorityBlockingQueue} is not capacity constrained.
907 int n = size; // avoid zero capacity argument
    [all...]
  /external/chromium/base/
stack_container.h 123 // initial capacity of the vector is based on. Growing the container beyond the
124 // stack capacity will transparently overflow onto the heap. The container must
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager_unittest.cc 202 expected_stats.capacity += kStats2.capacity;
  /external/icu4c/tools/toolutil/
package.cpp 178 char pkg[], int32_t capacity) {
191 if(len>=capacity) {
193 basename, (long)capacity);
252 char *filename, int32_t capacity) {
257 if((int32_t)(strlen(path)+1)>=capacity) {
273 if((int32_t)((s-filename)+strlen(name))>=capacity) {
283 char *filename, int32_t capacity) {
287 makeFullFilename(path, name, filename, capacity);
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 194 if (phoneNumberPrefixes == null || phoneNumberPrefixes.capacity() < numOfEntries) {
197 if (descriptionIndexes == null || descriptionIndexes.capacity() < numOfEntries) {
  /external/stlport/stlport/stl/pointers/
_vector.h 92 size_type capacity() const { return _M_impl.capacity(); } function in class:vector
  /external/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h 37 // ensureCapacity will check whether the current pool has capacity to
146 // The pool passed should not have capacity, so we'll start with the next one.
  /external/webkit/Source/WebKit/mac/History/
WebBackForwardList.h 122 @method capacity
126 - (int)capacity;
  /external/webkit/Source/WebKit/win/
WebBackForwardList.cpp 235 HRESULT STDMETHODCALLTYPE WebBackForwardList::capacity( function in class:WebBackForwardList
238 *result = (int)m_backForwardList->capacity();
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 112 continuous-capacity-level-indicator
132 discrete-capacity-level-indicator
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 44 * position is at the first unassigned byte and the limit is the capacity.
51 * zero and the limit is the capacity.
  /frameworks/base/media/libstagefright/rtsp/
ARTPSource.cpp 176 if (buffer->size() + 20 > buffer->capacity()) {
214 if (buffer->size() + 32 > buffer->capacity()) {
  /frameworks/base/opengl/tests/testViewport/src/com/android/test/
TestView.java 197 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW);
201 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW);
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 92 size_type capacity() const { return _M_impl.capacity(); } function in class:vector
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
FileCache.java 88 public FileCache(Context context, File rootDir, String dbName, long capacity) {
90 mCapacity = capacity;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_string.tcc 288 if (__len > this->capacity() || _M_rep()->_M_is_shared())
306 if (__len > this->capacity() || _M_rep()->_M_is_shared())
332 if (__len > this->capacity() || _M_rep()->_M_is_shared())
350 if (__len > this->capacity() || _M_rep()->_M_is_shared())
453 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
482 if (__res != this->capacity() || _M_rep()->_M_is_shared())
604 // Requested capacity of the clone.
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 288 if (__len > this->capacity() || _M_rep()->_M_is_shared())
306 if (__len > this->capacity() || _M_rep()->_M_is_shared())
332 if (__len > this->capacity() || _M_rep()->_M_is_shared())
350 if (__len > this->capacity() || _M_rep()->_M_is_shared())
453 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
482 if (__res != this->capacity() || _M_rep()->_M_is_shared())
604 // Requested capacity of the clone.
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 92 size_type capacity() const { return _M_impl.capacity(); } function in class:vector
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.tcc 288 if (__len > this->capacity() || _M_rep()->_M_is_shared())
306 if (__len > this->capacity() || _M_rep()->_M_is_shared())
332 if (__len > this->capacity() || _M_rep()->_M_is_shared())
350 if (__len > this->capacity() || _M_rep()->_M_is_shared())
453 if (__new_size > this->capacity() || _M_rep()->_M_is_shared())
457 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
482 if (__res != this->capacity() || _M_rep()->_M_is_shared())
604 // Requested capacity of the clone.
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 92 size_type capacity() const { return _M_impl.capacity(); } function in class:vector
  /dalvik/vm/
Jni.cpp 398 pRefTable->capacity());
406 pRefTable->capacity());
412 size_t entryCount = pRefTable->capacity();
430 * Ensure that at least "capacity" references can be held in the local
433 static bool ensureLocalCapacity(JNIEnv* env, int capacity) {
435 int numEntries = pRefTable->capacity();
437 return ((kJniLocalRefMax - numEntries) >= capacity);
520 gDvm.jniGlobalRefTable.capacity());
530 int count = gDvm.jniGlobalRefTable.capacity();
561 LOGE("Failed adding to JNI weak global ref table (%zd entries)", table->capacity());
    [all...]
  /external/icu4c/common/unicode/
utf8.h 354 * @param i string offset, must be i<capacity
355 * @param capacity size of the string buffer
361 #define U8_APPEND(s, i, capacity, c, isError) { \
364 } else if((uint32_t)(c)<=0x7ff && (i)+1<(capacity)) { \
367 } else if((uint32_t)(c)<=0xd7ff && (i)+2<(capacity)) { \
372 (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(capacity), c, &(isError)); \
  /external/stlport/test/unit/
mvctor_test.cpp 38 size_t cur_capacity = v_v_ints.capacity();
39 while (v_v_ints.capacity() <= cur_capacity) {
70 cur_capacity = vec_strs.capacity();
71 while (vec_strs.capacity() <= cur_capacity) {
124 cur_capacity = v_v_bits.capacity();
125 while (v_v_bits.capacity() <= cur_capacity) {

Completed in 742 milliseconds

<<11121314151617181920>>