/external/libcxx/src/ |
D | strstream.cpp | 277 char* newpos = eback() + newoff; in seekoff() local 307 char* newpos = eback() + newoff; in seekpos() local
|
/external/bsdiff/ |
D | file.cc | 68 off_t newpos = lseek(fd_, pos, SEEK_SET); in Seek() local
|
D | bspatch.cc | 261 uint64_t newpos = 0; in bspatch() local
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteLUT.h | 380 Index newpos; in factorize() local
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 313 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 208 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local 363 Py_ssize_t newpos; in multibytecodec_decerror() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 66 int32_t oldpos, newpos; member
|
D | reslist.cpp | 1422 int32_t oldpos, newpos, limit; in compactKeys() local
|
/external/python/cpython2/Modules/ |
D | cStringIO.c | 388 Py_ssize_t newpos; in O_cwrite() local
|
/external/curl/lib/ |
D | doh.c | 492 int newpos; in store_cname() local
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | multibytecodec.c | 228 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local 366 Py_ssize_t retunisize, newpos; in multibytecodec_decerror() local
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 243 long newpos = reader.getPos(); in readSamples() local
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1471 Py_ssize_t newpos; in unicode_decode_call_errorhandler() local 3571 Py_ssize_t *newpos) in unicode_encode_call_errorhandler() 3664 Py_ssize_t newpos; in unicode_encode_ucs1() local 4654 Py_ssize_t newpos; in charmap_encoding_error() local 4891 Py_ssize_t *newpos) in unicode_translate_call_errorhandler() 5102 Py_ssize_t newpos; in PyUnicode_TranslateCharmap() local 5245 Py_ssize_t newpos; in PyUnicode_EncodeDecimal() local
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4121 Py_ssize_t newpos; in unicode_decode_call_errorhandler_wchar() local 4224 Py_ssize_t newpos; in unicode_decode_call_errorhandler_writer() local 6670 Py_ssize_t *newpos) in unicode_encode_call_errorhandler() 6768 Py_ssize_t newpos, i; in unicode_encode_ucs1() local 7541 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local 8401 Py_ssize_t newpos; in charmap_encoding_error() local 8670 Py_ssize_t *newpos) in unicode_translate_call_errorhandler() 8988 Py_ssize_t newpos; in _PyUnicode_TranslateCharmap() local
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 983 def sashpos(self, index, newpos=None): argument
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 979 def sashpos(self, index, newpos=None): argument
|
/external/libevent/ |
D | buffer.c | 2602 const size_t newpos = pos->pos - howfar; in evbuffer_ptr_subtract() local
|