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

  /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/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 75 uint8_t writeIndex;
106 writeIndex = pSocket->indexRwWrite % pSocket->localRW;
108 pSocket->sSocketRwBufferTable[writeIndex].buffer[0] = ssap;
110 memcpy(pSocket->sSocketRwBufferTable[writeIndex].buffer + 1,
113 pSocket->sSocketRwBufferTable[writeIndex].length = psData->length;
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 198 static ErrorCode writeIndex(FileManager &FileMgr, StringRef Path);
  /external/icu/icu4c/source/common/
uts46.cpp 598 int32_t readIndex=mappingStart, writeIndex=mappingStart;
605 s[writeIndex++]=0x73; // Replace sharp s with first s.
607 if(writeIndex==readIndex) {
617 u_memmove(s+writeIndex+1, s+writeIndex, length-writeIndex);
620 s[writeIndex++]=0x73;
625 s[writeIndex++]=0x3c3;
633 // Only really necessary if writeIndex was different from readIndex.
634 s[writeIndex++]=c
    [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 427 void writeIndex(llvm::BitstreamWriter &Stream);
686 void GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) {
767 GlobalModuleIndex::writeIndex(FileManager &FileMgr, StringRef Path) {
822 Builder.writeIndex(OutputStream);
  /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 445 GlobalModuleIndex::writeIndex(
CompilerInstance.cpp     [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 386 writeIndex();
413 private static void writeIndex() {
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 884 milliseconds