/aosp_15_r20/external/pdfium/fxbarcode/pdf417/ |
H A 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() 359 size_t startpos) { in DetermineConsecutiveBinaryCount()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/encoder/ |
H A D | PDF417HighLevelEncoder.java | 299 int startpos, in encodeText() 427 int startpos, in encodeMultiECIBinary() 479 int startpos, in encodeBinary() 520 private static void encodeNumeric(ECIInput input, int startpos, int count, StringBuilder sb) { in encodeNumeric() 575 private static int determineConsecutiveDigitCount(ECIInput input, int startpos) { in determineConsecutiveDigitCount() 595 private static int determineConsecutiveTextCount(ECIInput input, int startpos) { in determineConsecutiveTextCount() 629 private static int determineConsecutiveBinaryCount(ECIInput input, int startpos, Charset encoding) in determineConsecutiveBinaryCount()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _heapqmodule.c | 25 siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown() 72 Py_ssize_t startpos, endpos, childpos, limit; in siftup() local 394 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max() 441 Py_ssize_t startpos, endpos, childpos, limit; in siftup_max() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/encoder/ |
H A D | HighLevelEncoder.java | 222 static int lookAheadTest(CharSequence msg, int startpos, int currentMode) { in lookAheadTest() 242 static int lookAheadTestIntern(CharSequence msg, int startpos, int currentMode) { in lookAheadTestIntern() 469 public static int determineConsecutiveDigitCount(CharSequence msg, int startpos) { in determineConsecutiveDigitCount()
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | heapq.py | 207 def _siftdown(heap, startpos, pos): argument 280 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | heapq.py | 242 def _siftdown(heap, startpos, pos): argument 315 def _siftdown_max(heap, startpos, pos): argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/ |
D | bidi.go | 255 startpos []int member 291 startpos int member
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | cpdf_syntax_parser.cpp | 839 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() 902 const FX_FILESIZE startpos = GetPos(); in FindTag() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/fax/ |
H A D | faxmodule.cpp | 127 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() 442 int startpos = 0; in FaxGet1DLine() local
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/datamatrix/encoder/ |
H A D | DebugPlacement.java | 30 int startpos = 0; in toBitFieldStringArray() local
|
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/ |
H A D | BC_ASCIIEncoder.cpp | 43 size_t DetermineConsecutiveDigitCount(const WideString& msg, size_t startpos) { in DetermineConsecutiveDigitCount()
|
H A D | BC_HighLevelEncoder.cpp | 187 size_t startpos, in LookAheadTest()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/data/ |
H A D | TokenIterator.java | 116 int startpos = position; in nextToken() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
H A D | TokenIterator.java | 118 int startpos = position; in nextToken() local
|
/aosp_15_r20/external/python/cpython2/Demo/turtle/ |
D | tdemo_penrose.py | 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/aosp_15_r20/external/python/cpython3/Lib/turtledemo/ |
D | penrose.py | 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/aosp_15_r20/external/perfmark/traceviewer/src/main/java/io/perfmark/traceviewer/ |
H A D | TraceEventViewer.java | 195 int startpos = traceViewer.indexOf("<template"); in trimTraceViewer() local
|
/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 314 Py_ssize_t startpos, endpos, newpos; in STRINGLIB() local
|
/aosp_15_r20/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()
|