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

<<21222324252627282930>>

  /external/icu4c/i18n/
uregex.cpp 662 // Trim length based on buffer capacity
1378 int32_t capacity = *destCapacity; local
1448 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); local
1449 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 192 gl11.glBufferData(GL11.GL_ARRAY_BUFFER, mVertexByteBuffer.capacity(), mVertexByteBuffer, GL11.GL_STATIC_DRAW);
196 gl11.glBufferData(GL11.GL_ELEMENT_ARRAY_BUFFER, mIndexBuffer.capacity() * CHAR_SIZE, mIndexBuffer, GL11.GL_STATIC_DRAW);
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 123 * Return remaining capacity of this pool
125 * @return capacity
  /external/chromium/base/
pickle.h 192 size_t capacity() const { function in class:Pickle
207 // Resize the capacity, note that the input value should include the size of
  /external/icu4c/i18n/unicode/
sortkey.h 256 * If this CollationKey has capacity less than newSize,
257 * its internal capacity will be increased to newSize.
ucurr.h 43 * @param buffCapacity capacity of the fill in buffer. Can be 0 for
275 * @param buffCapacity capacity of the fill in buffer. Can be 0 for
ucol.h 688 * @param resultCapacity capacity of the fillin buffer
732 * @param capacity capacity of the buffer
743 int32_t capacity,
752 * @param capacity capacity of the buffer
769 int32_t capacity,
779 * is undefined if the buffer capacity (resultLength parameter) is too small.
    [all...]
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 162 /// needed at slot i is greater than the capacity of trc.
192 /// \brief Initialise the 'capacity' table.
  /external/protobuf/src/google/protobuf/
wire_format.h 144 // Requires that the buffer have sufficient capacity for
158 // Requires that the buffer have sufficient capacity for
  /external/srec/portable/include/
ArrayList.h 172 * Creates a new ArrayList with minimum capacity.
175 * @param minCapacity Minimum capacity of the array.
  /external/valgrind/main/docs/
README 108 ! TeX capacity exceeded, sorry [pool size=436070]
191 Even then, pdfxmltex eventually dies with "TeX capacity exceeded,
  /external/webkit/Source/JavaScriptCore/heap/
Heap.cpp 279 size_t Heap::capacity() const function in class:JSC::Heap
281 return m_markedSpace.capacity();
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 617 continuous-capacity-level-indicator
618 discrete-capacity-level-indicator
  /libcore/luni/src/main/java/java/io/
InputStreamReader.java 242 int desiredByteCount = bytes.capacity() - bytes.limit();
261 if (bytes.limit() == bytes.capacity()) {
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 306 buf.limit(buf.capacity());
322 buf.limit(buf.capacity());
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 68 * Creates a new byte array output stream. The buffer capacity is
76 * Creates a new byte array output stream, with a buffer capacity of
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 83 public DownloadCache(GalleryApp application, File root, long capacity) {
86 mCapacity = capacity;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
sstream.tcc 90 const __size_type __capacity = _M_string.capacity();
230 char_type* __endp = __base + _M_string.capacity();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
sstream.tcc 90 const __size_type __capacity = _M_string.capacity();
230 char_type* __endp = __base + _M_string.capacity();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
sstream.tcc 90 const __size_type __capacity = _M_string.capacity();
230 char_type* __endp = __base + _M_string.capacity();
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /bionic/libc/kernel/common/linux/spi/
cpcap.h 510 int capacity; member in struct:cpcap_batt_data
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ReaderTest.java 40 //the charBuffer has the capacity of 0, then there the number of char read
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 332 assertEquals(out.capacity(), 100);
345 assertEquals(out.capacity(), 100);
358 assertEquals(out.remaining(), out.capacity() - out.position());
359 assertEquals(out.capacity(), 100);
  /external/bison/src/
uniqstr.c 35 /* Initial capacity of uniqstr hash table. */

Completed in 1221 milliseconds

<<21222324252627282930>>