/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 142 size_t startpos, in EncodeText() 255 size_t startpos, in EncodeBinary() 290 size_t startpos, in EncodeNumeric() 313 size_t startpos) { in DetermineConsecutiveDigitCount() 331 size_t startpos) { in DetermineConsecutiveTextCount() 358 size_t startpos) { in DetermineConsecutiveBinaryCount()
|
/external/python/cpython2/Modules/ |
D | _heapqmodule.c | 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdown() 77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftup() local 379 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax() 418 Py_ssize_t startpos, endpos, childpos, rightpos, limit; in _siftupmax() local
|
/external/python/cpython3/Modules/ |
D | _heapqmodule.c | 19 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() 66 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local 413 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max() 460 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
|
/external/python/cpython3/Lib/ |
D | heapq.py | 205 def _siftdown(heap, startpos, pos): argument 278 def _siftdown_max(heap, startpos, pos): argument
|
/external/python/cpython2/Lib/ |
D | heapq.py | 242 def _siftdown(heap, startpos, pos): argument 315 def _siftdown_max(heap, startpos, pos): argument
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_ASCIIEncoder.cpp | 43 size_t DetermineConsecutiveDigitCount(const WideString& msg, size_t startpos) { in DetermineConsecutiveDigitCount()
|
D | BC_HighLevelEncoder.cpp | 187 size_t startpos, in LookAheadTest()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | TokenIterator.java | 116 int startpos = position; in nextToken() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
D | TokenIterator.java | 118 int startpos = position; in nextToken() local
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_penrose.py | 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/external/python/cpython3/Lib/turtledemo/ |
D | penrose.py | 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 742 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() 805 const FX_FILESIZE startpos = GetPos(); in FindTag() local
|
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 113 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() 426 int startpos = 0; in FaxGet1DLine() local
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 315 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | NeuQuant.java | 184 int previouscol, startpos; in inxbuild() local
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 3529 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception() 3553 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception() 3570 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler() 4850 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception() 4873 Py_ssize_t startpos, Py_ssize_t endpos, in raise_translate_exception() 4890 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.cc | 615 size_t startpos, in GlobalReplace()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4217 Py_ssize_t startpos, Py_ssize_t endpos, in make_decode_exception() 6839 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception() 6865 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception() 6883 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler() 8839 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception() 8868 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler() 9391 Py_ssize_t startpos; in PyUnicode_EncodeDecimal() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 512 size_t startpos, in TryMatch()
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
|
/external/lz4/lib/ |
D | lz4hc.c | 242 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1519 def FindEndOfExpressionInLine(line, startpos, stack): argument
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1519 def FindEndOfExpressionInLine(line, startpos, stack): argument
|