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

<<11121314151617181920>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 228 // just under buffer capacity
237 // exact SHA buffer capacity
246 // just above SHA buffer capacity
  /external/freetype/include/freetype/internal/
psaux.h 101 /* capacity :: The current size of the heap block. Increments by */
121 FT_Offset capacity; /* current size of memory block */ member in struct:PS_TableRec_
609 /* T1_MAX_CHARSTRING_OPERANDS is the charstring stack's capacity. A */
    [all...]
  /external/guava/src/com/google/common/collect/
Lists.java 83 int capacity = computeArrayListCapacity(elements.length); local
84 ArrayList<E> list = new ArrayList<E>(capacity);
154 * value the "capacity")
Sets.java 171 int capacity = Maps.capacity(elements.length); local
172 HashSet<E> set = new HashSet<E>(capacity);
178 * Creates an empty {@code HashSet} instance with enough capacity to hold the
182 * @return a new, empty {@code HashSet} with enough capacity to hold {@code
187 return new HashSet<E>(Maps.capacity(expectedSize));
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 140 cache_first_state_->arcs.capacity() * sizeof(Arc);
192 cache_size_ += arcs.capacity() * sizeof(Arc);
288 cache_size_ -= sizeof(S) + state->arcs.capacity() * sizeof(Arc);
  /external/v8/src/
objects-debug.cc 255 instance_size() < HEAP->Capacity()));
584 dict->Capacity() - dict->NumberOfElements();
611 dict->Capacity() - dict->NumberOfElements();
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 57 int capacity() const;
157 inline int HashMap<T, U, V, W, X>::capacity() const function in class:WTF::HashMap
159 return m_impl.capacity();
RefPtrHashMap.h 77 int capacity() const;
136 inline int HashMap<RefPtr<T>, U, V, W, X>::capacity() const function in class:WTF::HashMap
138 return m_impl.capacity();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismTest.java 196 int capacity; local
202 capacity = v.size();
207 for (int i = 0; i < capacity/2; i++) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest2Test.java 212 // just under buffer capacity
220 // exact SHA buffer capacity
228 // just above SHA buffer capacity
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerVertex.java 41 copy.data = ByteBuffer.allocate(data.capacity());
231 ByteBuffer buffer = ByteBuffer.allocate(attribBuffer.data.capacity());
240 ByteBuffer buffer = ByteBuffer.allocate(indexBuffer.data.capacity());
  /dalvik/libnativehelper/include/nativehelper/
jni.h 556 jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
577 jint EnsureLocalCapacity(jint capacity)
578 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 556 jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
577 jint EnsureLocalCapacity(jint capacity)
578 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 531 int capacity = 20; local
532 ArrayList al = new ArrayList(capacity);
534 for (i = 0; i < capacity / 2; i++) {
539 al.ensureCapacity(capacity);
543 al.ensureCapacity(capacity);
546 al.ensureCapacity(capacity + 2);
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 475 while (field.size() < field.Capacity()) {
481 // First branch: Field is at capacity with no cleared objects.
488 // Last branch: Field is not at capacity and there are no cleared objects.
496 // Third branch: Field is not at capacity and there are no cleared objects.
504 // Second branch: Field is at capacity but has some cleared objects.
505 while (field.size() < field.Capacity()) {
  /external/tinyxml/docs/
tinystr_8h-source.html 41 <a name="l00034"></a>00034 <span class="comment"> * - added swap(), clear(), size(), capacity(), operator+().</span>
148 <a name="l00141"></a>00141 <span class="comment">// Return capacity of string</span>
149 <a name="l00142"></a>00142 size_type capacity ()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> rep_-&gt;capacity; }
219 <a name="l00212"></a>00212 size_type size, capacity;
229 <a name="l00222"></a>00222 rep_-&gt;capacity = cap;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
jni.h 541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
562 jint EnsureLocalCapacity(jint capacity)
563 { return functions->EnsureLocalCapacity(this, capacity); }
    [all...]

Completed in 609 milliseconds

<<11121314151617181920>>