HomeSort by relevance Sort by last modified time
    Searched refs:writeIndex (Results 1 - 25 of 47) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
TestMediaDataSource.java 48 int writeIndex = 0;
51 numRead = in.read(data, writeIndex, size - writeIndex);
52 writeIndex += numRead;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java 78 int writeIndex = 0;
102 spans[writeIndex++] = spans[readIndex];
105 return writeIndex == readIndex ? spans : Arrays.copyOfRange(spans, 0, writeIndex);
  /external/webrtc/webrtc/modules/audio_device/mac/portaudio/
pa_ringbuffer.c 85 return ( (rbuf->writeIndex - rbuf->readIndex) & rbuf->bigMask );
99 rbuf->writeIndex = rbuf->readIndex = 0;
118 index = rbuf->writeIndex & rbuf->smallMask;
146 return rbuf->writeIndex = (rbuf->writeIndex + elementCount) & rbuf->bigMask;
pa_ringbuffer.h 93 PaRingBufferSize writeIndex; /**< Index of next writable element. Set by PaUtil_AdvanceRingBufferWriteIndex. */
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 201 static ErrorCode writeIndex(FileManager &FileMgr,
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 234 int readIndex, writeIndex;
235 for (readIndex = writeIndex = 0; readIndex < nbytes; readIndex += BYTES_PER_PIXEL(1)) {
238 buff[writeIndex++] = gray;
239 buff[writeIndex++] = gray;
240 buff[writeIndex++] = gray;
lib_pwg.c 292 int readIndex, writeIndex;
293 for (readIndex = writeIndex = 0; readIndex < nbytes; readIndex += BYTES_PER_PIXEL(1)) {
296 buff[writeIndex++] = gray;
298 outBuffSize = writeIndex;
  /frameworks/base/core/java/android/util/proto/
EncodedBuffer.java 571 int writeIndex = 0;
574 System.arraycopy(mBuffers.get(bufIndex), 0, result, writeIndex, mChunkSize);
575 writeIndex += mChunkSize;
580 System.arraycopy(mBuffers.get(bufIndex), 0, result, writeIndex, lastSize);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c     [all...]
  /external/icu/icu4c/source/common/
uts46.cpp 603 int32_t readIndex=mappingStart, writeIndex=mappingStart;
610 s[writeIndex++]=0x73; // Replace sharp s with first s.
612 if(writeIndex==readIndex) {
622 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
625 s[writeIndex++]=0x73;
630 s[writeIndex++]=0x3c3;
638 // Only really necessary if writeIndex was different from readIndex.
639 s[writeIndex++]=c
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 431 void writeIndex(llvm::BitstreamWriter &Stream);
689 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
768 GlobalModuleIndex::writeIndex(FileManager &FileMgr,
825 Builder.writeIndex(OutputStream);
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 275 writeIndex(MCStreamer &Out, MCSection *Section,
592 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets,
600 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets,
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 126 EAS_INLINE EAS_BOOL JET_ReadQueue (EAS_U32 *pEventQueue, EAS_U8 *pReadIndex, EAS_U8 writeIndex, EAS_U8 queueSize, EAS_U32 *pEvent)
130 if (*pReadIndex == writeIndex)
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 466 GlobalModuleIndex::writeIndex(CI.getFileManager(),
CompilerInstance.cpp     [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 524 private static void writeIndex(String dir) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 441 void writeIndex();
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 695 milliseconds

1 2