HomeSort by relevance Sort by last modified time
    Searched defs:bufSize (Results 51 - 75 of 87) sorted by null

1 23 4

  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 180 int bufSize = 512;
181 byte[] buf = new byte[bufSize];
198 if (dataSize > bufSize) {
199 bufSize = dataSize;
200 buf = new byte[bufSize];
  /hardware/intel/common/libwsbm/src/
wsbm_slabpool.c 145 uint32_t bufSize;
316 uint32_t size = header->bufSize * slabPool->desiredNumBuffers;
327 if (size < header->bufSize)
328 size = header->bufSize;
465 numBuffers = slab->kbo->actualSize / header->bufSize;
485 sBuf->start = i * header->bufSize;
708 if (header->bufSize >= size)
965 return sBuf->parent->header->bufSize;
1092 header->bufSize = size;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 152 int bufSize = 10;
154 byte[] byteArray = new byte[bufSize];
155 ByteBuffer byteBuf = ByteBuffer.allocate(bufSize);
159 assertEquals(bufSize, readres);
166 assertEquals(bufSize, readres);
172 assertEquals(bufSize, readres);
389 int bufSize = this.testNum;
391 CharBuffer charBuf = CharBuffer.allocate(bufSize);
426 int bufSize = this.testNum;
428 CharBuffer charBuf = CharBuffer.allocate(bufSize);
    [all...]
DatagramChannelTest.java 135 int bufSize = 10;
151 readBuf = new ByteBuffer[bufSize];
197 int bufSize = 10;
211 readBuf = new ByteBuffer[bufSize];
    [all...]
SocketChannelTest.java     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 295 ring_buffer_size_t bufSize = -1;
296 bufSize = PaUtil_InitializeRingBuffer(_paRenderBuffer, sizeof(SInt16),
299 if (bufSize == -1)
321 ring_buffer_size_t bufSize = -1;
322 bufSize = PaUtil_InitializeRingBuffer(_paCaptureBuffer,
326 if (bufSize == -1)
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 581 void PixelBufferAccess::setPixels (const void* buf, int bufSize) const
583 DE_ASSERT(bufSize == getDataSize());
584 deMemcpy(getDataPtr(), buf, bufSize);
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp     [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 334 NextSortKeyPart(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration = -1);
343 int32_t bufSize;
349 NextSortKeyPart::NextSortKeyPart(const UCollator* coll, const CA_uchar* source, int32_t bufSize, int32_t maxIteration /* = -1 */)
352 bufSize(bufSize),
366 uint8_t *part = (uint8_t *)malloc(bufSize);
375 int32_t partLen = bufSize;
376 for (int32_t n = 0; U_SUCCESS(*status) && partLen == bufSize && (maxIteration < 0 || n < maxIteration); n++) {
377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
401 NextSortKeyPartUTF8(const UCollator* coll, const CA_char* source, int32_t bufSize, int32_t maxIteration = -1)
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 574 int32_t bufSize = mUseMetadataOnEncoderOutput ?
577 info.mData = new ABuffer(ptr, bufSize);
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
commons-lang-2.6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 

Completed in 903 milliseconds

1 23 4