Home
last modified time | relevance | path

Searched defs:startpos (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp148 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.c36 _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.c12 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/
Dheapq.py205 def _siftdown(heap, startpos, pos): argument
278 def _siftdown_max(heap, startpos, pos): argument
/external/python/cpython2/Lib/
Dheapq.py242 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/
DTokenIterator.java116 int startpos = position; in nextToken() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DTokenIterator.java118 int startpos = position; in nextToken() local
/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp131 int32_t startpos, in lookAheadTest()
282 int32_t startpos) { in determineConsecutiveDigitCount()
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/external/python/cpython3/Lib/turtledemo/
Dpenrose.py135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp685 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/
DArchiveWriter.cpp318 unsigned startpos = ARFile.tellp(); in writeSymbolTable() local
/external/python/cpython3/Objects/stringlib/
Dcodecs.h313 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_fax.cpp108 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/
DNeuQuant.java184 int previouscol, startpos; in inxbuild() local
/external/pcre/pcrecpp/
Dpcrecpp.cc304 int startpos, in TryMatch()
/external/python/cpython2/Objects/
Dunicodeobject.c3529 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/
Dunicodeobject.c4077 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/
Dcpplint.py1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
/external/libvpx/libvpx/tools/
Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
/external/libaom/libaom/tools/
Dcpplint.py1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
/external/lz4/lib/
Dlz4hc.c213 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch()
/external/google-styleguide/cpplint/
Dcpplint.py1513 def FindEndOfExpressionInLine(line, startpos, stack): argument