/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 148 int32_t startpos, in encodeText() 259 int32_t startpos, in encodeBinary() 296 int32_t startpos, in encodeNumeric() 338 int32_t startpos) { in determineConsecutiveDigitCount() 356 int32_t startpos) { in determineConsecutiveTextCount() 386 int32_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 | 12 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() 55 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local 366 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max() 409 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/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/pdfium/fxbarcode/datamatrix/ |
D | BC_HighLevelEncoder.cpp | 131 int32_t startpos, in lookAheadTest() 282 int32_t startpos) { in determineConsecutiveDigitCount()
|
/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 | 685 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() 752 FX_FILESIZE startpos = m_Pos; in FindTag() local
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 318 unsigned startpos = ARFile.tellp(); in writeSymbolTable() local
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 313 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_fax.cpp | 108 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() 421 int startpos = 0; in FaxGet1DLine() 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/pcre/pcrecpp/ |
D | pcrecpp.cc | 304 int startpos, in TryMatch()
|
/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/python/cpython3/Objects/ |
D | unicodeobject.c | 4077 Py_ssize_t startpos, Py_ssize_t endpos, in make_decode_exception() 6625 Py_ssize_t startpos, Py_ssize_t endpos, in make_encode_exception() 6651 Py_ssize_t startpos, Py_ssize_t endpos, in raise_encode_exception() 6669 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_encode_call_errorhandler() 8640 Py_ssize_t startpos, Py_ssize_t endpos, in make_translate_exception() 8669 Py_ssize_t startpos, Py_ssize_t endpos, in unicode_translate_call_errorhandler() 9192 Py_ssize_t startpos; in PyUnicode_EncodeDecimal() local
|
/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 | 213 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch()
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 1513 def FindEndOfExpressionInLine(line, startpos, stack): argument
|