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

1 2 3 4 5 6

  /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/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;
  /external/icu/icu4c/source/tools/genrb/
reslist.h 66 int32_t oldpos, newpos; member in struct:KeyMapEntry
88 int32_t mapKey(int32_t oldpos) const;
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...]
  /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...]
  /toolchain/binutils/binutils-2.27/bfd/
coffcode.h 1925 file_ptr oldpos = bfd_tell (abfd); local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java 1455 int oldpos = indexes.position(); local
1755 int oldpos = toUTable.position(); local
3674 int oldpos = fromUTableUChars.position(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 4206 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); local
4240 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 4169 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 4213 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); local
4247 Py_ssize_t oldpos = p - PyUnicode_AS_UNICODE(v); local
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 3845 int oldpos = Integer.parseInt(segments.get(5)); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.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 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 

Completed in 478 milliseconds

1 2 3 4 5 6