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

1 2 3 4 5 6 7

  /external/bsdiff/
bspatch.cc 259 // The oldpos can be negative, but the new pos is only incremented linearly.
260 int64_t oldpos = 0; local
281 int64_t seek_offset = oldpos;
284 // because we will skip part where |oldpos| < 0.
286 new_file, oldpos - old_file_size, new_buf.data(), new_buf.size(),
302 std::min<uint64_t>(oldpos + control_entry.diff_size, old_file_size);
332 oldpos += control_entry.diff_size;
334 if (oldpos > static_cast<int64_t>(old_file_size)) {
336 // because we skipped part where |oldpos| > old_file_size.
338 new_file, oldpos - old_file_size, new_buf.data(), new_buf.size()
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp 485 SRBRoot::mapKey(int32_t oldpos) const {
488 return oldpos;
497 if (oldpos < map[i].oldpos) {
503 assert(oldpos == map[start].oldpos);
1422 int32_t oldpos, newpos, limit; local
    [all...]
reslist.h 66 int32_t oldpos, newpos; member in struct:KeyMapEntry
88 int32_t mapKey(int32_t oldpos) const;
  /external/libvterm/src/
state.c 37 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom)
39 if(state->pos.col == oldpos->col && state->pos.row == oldpos->row)
46 if((*state->callbacks->movecursor)(state->pos, *oldpos, state->mode.cursor_visible, state->cbdata))
205 VTermPos oldpos = state->pos; local
344 updatecursor(state, &oldpos, 0);
353 VTermPos oldpos = state->pos; local
430 updatecursor(state, &oldpos, 1);
558 VTermPos oldpos = state->pos; local
568 updatecursor(state, &oldpos, 1)
681 VTermPos oldpos = state->pos; local
684 (*state->callbacks->movecursor)(state->pos, oldpos, state->mode.cursor_visible, state->cbdata); local
743 VTermPos oldpos = state->pos; local
935 VTermPos oldpos = state->pos; local
1518 VTermPos oldpos = state->pos; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 951 int oldpos = 0;
953 buf.append(string, oldpos, pos);
955 oldpos = pos + 1;
956 pos = indexIn(string, oldpos);
959 buf.append(string, oldpos, len);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 148 oldpos = f.tell()
152 f.seek(oldpos) # negative seek
test_codeccallbacks.py 11 oldpos = self.pos
12 realpos = oldpos
19 return (u"<?>", oldpos)
  /external/libvterm/include/
vterm.h 187 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
239 int (*movecursor)(VTermPos pos, VTermPos oldpos, int visible, void *user);
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java     [all...]
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
CharMatcher.java 1010 int oldpos = 0;
1012 buf.append(string, oldpos, pos);
1014 oldpos = pos + 1;
1015 pos = indexIn(string, oldpos);
1018 buf.append(string, oldpos, len);
    [all...]
  /external/freetype/src/cid/
cidload.c 623 FT_ULong oldpos = FT_STREAM_POS(); local
624 FT_ULong size = stream->size - oldpos;
636 plimit = p + FT_STREAM_POS() - oldpos;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /external/python/cpython2/Lib/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /external/python/cpython2/Lib/test/
test_gzip.py 197 oldpos = f.tell()
201 f.seek(oldpos) # negative seek
test_codeccallbacks.py 11 oldpos = self.pos
12 realpos = oldpos
19 return (u"<?>", oldpos)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gzip.py 155 oldpos = f.tell()
159 f.seek(oldpos) # negative seek
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gzip.py 155 oldpos = f.tell()
159 f.seek(oldpos) # negative seek
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 155 oldpos = f.tell()
159 f.seek(oldpos) # negative seek
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 230 oldpos = self.pos
245 self.pos = oldpos
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 155 oldpos = f.tell()
159 f.seek(oldpos) # negative seek
  /external/python/cpython3/Lib/email/
_parseaddr.py 265 oldpos = self.pos
280 self.pos = oldpos
  /external/python/cpython3/Lib/test/
test_codeccallbacks.py 15 oldpos = self.pos
16 realpos = oldpos
23 return ("<?>", oldpos)
    [all...]

Completed in 1012 milliseconds

1 2 3 4 5 6 7