/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 | 262 uint64_t newpos = 0; in bspatch() local
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | IncompleteLUT.h | 371 Index newpos; in factorize() local
|
/external/skia/modules/skplaintexteditor/app/ |
D | editor_application.cpp | 162 int newpos = std::max(0, std::min(fPos + delta, maxPos)); in scroll() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.h | 70 int32_t oldpos, newpos; member
|
D | reslist.cpp | 1471 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 | 516 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/Modules/cjkcodecs/ |
D | multibytecodec.c | 231 Py_ssize_t retstrsize, newpos; in multibytecodec_encerror() local 386 Py_ssize_t newpos; in multibytecodec_decerror() local
|
/external/mtools/ |
D | fat.c | 790 void fatAppend(Fs_t *This, unsigned int pos, unsigned int newpos) in fatAppend()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4474 Py_ssize_t newpos; in unicode_decode_call_errorhandler_wchar() local 4585 Py_ssize_t newpos; in unicode_decode_call_errorhandler_writer() local 7131 Py_ssize_t *newpos) in unicode_encode_call_errorhandler() 7228 Py_ssize_t newpos, i; in unicode_encode_ucs1() local 8015 Py_ssize_t newpos, newoutsize; in encode_code_page_errors() local 8869 Py_ssize_t newpos; in charmap_encoding_error() local 9138 Py_ssize_t *newpos) in unicode_translate_call_errorhandler() 9456 Py_ssize_t newpos; in _PyUnicode_TranslateCharmap() local
|
/external/rust/crates/csv/src/ |
D | reader.rs | 2189 fn newpos(byte: u64, line: u64, record: u64) -> Position { in newpos() function
|
/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 979 def sashpos(self, index, newpos=None): argument
|
/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 976 def sashpos(self, index, newpos=None): argument
|
/external/libevent/ |
D | buffer.c | 2615 const size_t newpos = pos->pos - howfar; in evbuffer_ptr_subtract() local
|