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

  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 142 final int curPos = mPosition.get();
143 return moveToPosition(curPos + offset);
158 final int curPos = mPosition.get();
159 return moveToPosition(curPos + 1);
177 final int curPos = mPosition.get();
179 if (position == curPos) {
190 final int curPos = mPosition.get();
191 return moveToPosition(curPos - 1);
  /external/srec/portable/src/
pstream.c 305 PortFile->curPos = PortFile->curFrame->buffer;
306 PortFile->endPos = PortFile->curPos + end;
401 if (PortFile->endPos == PortFile->curPos) /* end of file */
404 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame */
408 PortFile->curPos = curFrame->buffer;
412 cbAvail = PortFile->endPos - PortFile->curPos;
414 cbAvail = curFrame->size - (PortFile->curPos - curFrame->buffer);
421 *bufferPtr++ = *PortFile->curPos++;
424 if (PortFile->curPos == PortFile->endPos)
464 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame *
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 118 private final int jjMoveNfa_0(int startState, int curPos)
202 jjmatchedPos = curPos;
205 ++curPos;
207 return curPos;
209 catch(java.io.IOException e) { return curPos; }
247 private final int jjMoveNfa_2(int startState, int curPos)
326 jjmatchedPos = curPos;
329 ++curPos;
331 return curPos;
333 catch(java.io.IOException e) { return curPos; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 71 long curPos = propertyStart - 1; // The last position of style declaration, since propertyStart points past one.
72 while (curPos && isHTMLSpace<UChar>(m_styleText[curPos]))
73 --curPos;
74 if (curPos) {
75 bool terminated = m_styleText[curPos] == ';' || (m_styleText[curPos] == '/' && m_styleText[curPos - 1] == '*');
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 112 private final int jjMoveNfa_0(int startState, int curPos)
216 jjmatchedPos = curPos;
219 ++curPos;
221 return curPos;
223 catch(java.io.IOException e) { return curPos; }
258 private final int jjMoveNfa_1(int startState, int curPos)
337 jjmatchedPos = curPos;
340 ++curPos;
342 return curPos;
344 catch(java.io.IOException e) { return curPos; }
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 296 private final int jjMoveNfa_0(int startState, int curPos)
380 jjmatchedPos = curPos;
383 ++curPos;
385 return curPos;
387 catch(java.io.IOException e) { return curPos; }
425 private final int jjMoveNfa_1(int startState, int curPos)
504 jjmatchedPos = curPos;
507 ++curPos;
509 return curPos;
511 catch(java.io.IOException e) { return curPos; }
    [all...]
  /external/lzma/CPP/Common/
C_FileIO.cpp 34 off_t curPos = Seek(0, SEEK_CUR);
36 Seek(curPos, SEEK_SET);
  /external/nist-sip/java/gov/nist/core/
StringTokenizer.java 124 int curPos = ptr;
126 ptr = curPos;
  /external/srec/portable/include/
pstream.h 42 const unsigned char *curPos;
  /external/lzma/C/
LzFindMt.c 314 UInt32 curPos = 2;
317 while (curPos < limit)
326 distances[curPos++] = 0;
345 while (curPos < limit && size-- != 0)
347 UInt32 *startDistances = distances + curPos;
352 curPos += num;
360 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
361 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , size, &posRes);
377 distances[0] = curPos;
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 627 jint curPos = 0;
641 if (curPos >= curCount) {
659 curData[curPos] = pid;
660 curPos++;
665 if (curData != NULL && curPos > 0) {
666 qsort(curData, curPos, sizeof(jint), pid_compare);
669 while (curPos < curCount) {
670 curData[curPos] = -1;
671 curPos++;
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 797 private int index, curPos;
807 index = curPos = 0;
826 public char currentChar() { return desc.charAt(curPos); }
866 curPos = index;
868 return curPos;
  /external/svox/pico/lib/
picospho.c 532 picoos_uint16 oldPos, curPos;
588 curPos = spho->phonWritePos;
635 i = curPos;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 432 int curPos = info.dayAdapter.getCursorPosition(position - info.offset);
433 if (curPos == Integer.MIN_VALUE) {
437 if (curPos >= 0) {
438 info.cursor.moveToPosition(curPos);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
exif_encoder.js 547 var curPos = this.pos_;
550 this.pos_ = curPos;
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 160 milliseconds