Home
last modified time | relevance | path

Searched refs:curPos (Results 1 – 20 of 20) sorted by relevance

/external/apache-commons-bcel/src/examples/Mini/
DMiniParserTokenManager.java57 static private int jjMoveNfa_1(int startState, int curPos) in jjMoveNfa_1() argument
124 jjmatchedPos = curPos; in jjMoveNfa_1()
127 ++curPos; in jjMoveNfa_1()
129 return curPos; in jjMoveNfa_1()
132 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_1()
425 static private int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument
545 jjmatchedPos = curPos; in jjMoveNfa_0()
548 ++curPos; in jjMoveNfa_0()
550 return curPos; in jjMoveNfa_0()
553 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()
[all …]
/external/xz-java/src/org/tukaani/xz/
DSeekableXZInputStream.java159 private long curPos = 0; field in SeekableXZInputStream
829 curPos += ret; in read()
944 return seekNeeded ? seekPos : curPos; in position()
1013 seekPos = curPos; in seek()
1020 curPos = seekPos; in seek()
1046 if (!(curPos > curBlockInfo.uncompressedOffset && curPos <= seekPos)) { in seek()
1056 curPos = curBlockInfo.uncompressedOffset; in seek()
1061 if (seekPos > curPos) { in seek()
1065 long skipAmount = seekPos - curPos; in seek()
1069 curPos = seekPos; in seek()
/external/deqp/execserver/
DxsProtocol.cpp122 size_t curPos = m_buf.size(); in put() local
123 m_buf.resize(curPos + sizeof(T)); in put()
124 deMemcpy(&m_buf[curPos], &netValue, sizeof(T)); in put()
134 int curPos = (int)m_buf.size(); in put() local
137 m_buf.resize(curPos + strLen+1); in put()
138 deMemcpy(&m_buf[curPos], &value[0], strLen+1); in put()
DxsWin32TestProcess.cpp134 int curPos = 0; in run() local
139 while (curPos < (int)m_caseList.size()) in run()
142 const int numToWrite = de::min(maxWriteSize, (int)m_caseList.size() - curPos); in run()
145 if (!WriteFile(m_dst, &m_caseList[curPos], (DWORD)numToWrite, NULL, &overlapped)) in run()
165 curPos += (int)numBytesWritten; in run()
/external/deqp/execserver/tools/
DxsTest.cpp995 int curPos = 0;
996 while (curPos < dataSize)
998 int blockSize = 1 + deRandom_getUint32(&rnd) % (dataSize-curPos);
1000 deFileResult result = deFile_write(file, &data[curPos], blockSize, &numWritten);
1005 curPos += blockSize;
1012 curPos = 0;
1013 while (curPos < dataSize)
1016 …int numToRead = 1 + deRandom_getUint32(&rnd) % deMin(dataSize-curPos, DE_LENGTH_OF_ARRAY(block)…
1022 DE_VERIFY(deMemCmp(block, &data[curPos], numToRead) == 0);
1024 curPos += numToRead;
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParserTokenManager.java1079 private int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument
1948 jjmatchedPos = curPos; in jjMoveNfa_0()
1951 ++curPos; in jjMoveNfa_0()
1953 return curPos; in jjMoveNfa_0()
1955 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()
2367 int curPos = 0; in getNextToken() local
2399 curPos = jjMoveStringLiteralDfa0_0(); in getNextToken()
2404 curPos = jjMoveStringLiteralDfa0_1(); in getNextToken()
2413 curPos = jjMoveStringLiteralDfa0_2(); in getNextToken()
2422 if (jjmatchedPos + 1 < curPos) in getNextToken()
[all …]
/external/lzma/C/
DLzFindMt.c352 UInt32 curPos = 2; in BtGetMatches() local
357 while (curPos < limit) in BtGetMatches()
365 distances[0] = curPos + p->hashNumAvail; in BtGetMatches()
366 distances += curPos; in BtGetMatches()
388 while (curPos < limit && size-- != 0) in BtGetMatches()
390 UInt32 *startDistances = distances + curPos; in BtGetMatches()
395 curPos += num; in BtGetMatches()
403curPos = (UInt32)(GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBuff… in BtGetMatches()
404 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, in BtGetMatches()
423 distances[0] = curPos; in BtGetMatches()
DXzEnc.c320 size_t curPos; member
336 p->curPos = p->endPos = 0; in SeqInFilter_Init()
355 if (!p->srcWasFinished && p->curPos == p->endPos) in SeqInFilter_Read()
357 p->curPos = 0; in SeqInFilter_Read()
364 SizeT srcLen = p->endPos - p->curPos; in SeqInFilter_Read()
370 p->buf + p->curPos, &srcLen, in SeqInFilter_Read()
373 p->curPos += srcLen; in SeqInFilter_Read()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParserTokenManager.java1155 private int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument
2024 jjmatchedPos = curPos; in jjMoveNfa_0()
2027 ++curPos; in jjMoveNfa_0()
2029 return curPos; in jjMoveNfa_0()
2031 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()
2358 int curPos = 0; in getNextToken() local
2392 curPos = jjMoveStringLiteralDfa0_0(); in getNextToken()
2397 curPos = jjMoveStringLiteralDfa0_1(); in getNextToken()
2406 curPos = jjMoveStringLiteralDfa0_2(); in getNextToken()
2415 if (jjmatchedPos + 1 < curPos) in getNextToken()
[all …]
/external/deqp/executor/
DxeCallQueue.cpp235 size_t curPos = m_call->getDataSize(); in write() local
236 m_call->setDataSize(curPos+numBytes); in write()
237 deMemcpy(m_call->getData()+curPos, bytes, numBytes); in write()
/external/deqp/framework/common/
DtcuResource.cpp69 long curPos = ftell(m_file); in getSize() local
72 fseek(m_file, curPos, SEEK_SET); in getSize()
/external/lzma/CPP/Common/
DC_FileIO.cpp38 off_t curPos = Seek(0, SEEK_CUR); in GetLength() local
40 Seek(curPos, SEEK_SET); in GetLength()
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParserTokenManager.java1274 private int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument
2293 jjmatchedPos = curPos; in jjMoveNfa_0()
2296 ++curPos; in jjMoveNfa_0()
2298 return curPos; in jjMoveNfa_0()
2300 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()
2684 int curPos = 0; in getNextToken() local
2713 curPos = jjMoveStringLiteralDfa0_0(); in getNextToken()
2718 curPos = jjMoveStringLiteralDfa0_1(); in getNextToken()
2727 curPos = jjMoveStringLiteralDfa0_2(); in getNextToken()
2736 if (jjmatchedPos + 1 < curPos) in getNextToken()
[all …]
/external/xz-java/src/org/tukaani/xz/lz/
DLZEncoder.java356 int curPos = readPos + forward;
357 int backPos = curPos - dist - 1;
360 while (len < lenLimit && buf[curPos + len] == buf[backPos + len])
/external/skqp/tools/
Dskpinfo.cpp87 size_t curPos = stream.getPosition(); in main() local
91 if (curPos+chunkSize > totStreamSize) { in main()
/external/skia/tools/
Dskpinfo.cpp87 size_t curPos = stream.getPosition(); in main() local
91 if (curPos+chunkSize > totStreamSize) { in main()
/external/nist-sip/java/gov/nist/core/
DStringTokenizer.java124 int curPos = ptr; in peekLine() local
126 ptr = curPos; in peekLine()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp102 std::string::const_iterator curPos = s.begin(); in splitComaSeperatedList() local
103 std::string::const_iterator nextComa = std::find(curPos, s.end(), ','); in splitComaSeperatedList()
106 std::copy(curPos, nextComa, std::back_inserter(elem)); in splitComaSeperatedList()
109 curPos = llvm::next(nextComa); in splitComaSeperatedList()
110 nextComa = std::find(curPos, s.end(), ','); in splitComaSeperatedList()
113 if (curPos != s.end()) { in splitComaSeperatedList()
115 std::copy(curPos, s.end(), std::back_inserter(elem)); in splitComaSeperatedList()
/external/deqp/framework/delibs/deutil/
DdeFile.c162 deInt64 curPos = lseek(file->fd, 0, SEEK_CUR); in deFile_getSize() local
164 if (curPos < 0) in deFile_getSize()
172 lseek(file->fd, (off_t)curPos, SEEK_SET); in deFile_getSize()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp250 int curPos = start; in GetRectArray() local
253 PAGECHAR_INFO info_curchar = m_CharList[curPos++]; in GetRectArray()