/external/pdfium/xfa/fxbarcode/pdf417/ |
D | BC_PDF417HighLevelEncoder.cpp | 152 int32_t startpos, in encodeText() argument 160 FX_WCHAR ch = msg.GetAt(startpos + idx); in encodeText() 221 if (startpos + idx + 1 < count) { in encodeText() 222 FX_WCHAR next = msg.GetAt(startpos + idx + 1); in encodeText() 265 int32_t startpos, in encodeBinary() argument 272 int32_t idx = startpos; in encodeBinary() 277 while ((startpos + count - idx) >= 6) { in encodeBinary() 293 if (idx < startpos + count) { in encodeBinary() 296 for (i = idx; i < startpos + count; i++) { in encodeBinary() 302 int32_t startpos, in encodeNumeric() argument [all …]
|
D | BC_PDF417HighLevelEncoder.h | 38 int32_t startpos, 43 int32_t startpos, 48 int32_t startpos, 58 int32_t startpos); 60 int32_t startpos); 64 int32_t startpos,
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_fax.cpp | 105 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() argument 106 startpos = std::max(startpos, 0); in FaxFillBits() 108 if (startpos >= endpos) in FaxFillBits() 111 int first_byte = startpos / 8; in FaxFillBits() 114 for (int i = startpos % 8; i <= (endpos - 1) % 8; ++i) in FaxFillBits() 119 for (int i = startpos % 8; i < 8; ++i) in FaxFillBits() 418 int startpos = 0; in FaxGet1DLine() local 440 FaxFillBits(dest_buf->data(), columns, startpos, startpos + run_len); in FaxGet1DLine() 442 startpos += run_len; in FaxGet1DLine() 443 if (startpos >= columns) in FaxGet1DLine()
|
/external/pdfium/xfa/fxbarcode/datamatrix/ |
D | BC_HighLevelEncoder.cpp | 138 int32_t startpos, in lookAheadTest() argument 140 if (startpos >= msg.GetLength()) { in lookAheadTest() 162 if ((startpos + charsProcessed) == msg.GetLength()) { in lookAheadTest() 187 FX_WCHAR c = msg.GetAt(startpos + charsProcessed); in lookAheadTest() 272 int32_t p = startpos + charsProcessed + 1; in lookAheadTest() 296 int32_t startpos) { in determineConsecutiveDigitCount() argument 299 int32_t idx = startpos; in determineConsecutiveDigitCount()
|
D | BC_HighLevelEncoder.h | 37 int32_t startpos, 42 int32_t startpos);
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 787 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos, in IsWholeWord() argument 798 if (bCheckRight && startpos + (int32_t)taglen <= limit && in IsWholeWord() 799 GetCharAt(startpos + (int32_t)taglen, ch)) { in IsWholeWord() 806 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) { in IsWholeWord() 863 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; in SearchWord() local 864 if (!bWholeWord || IsWholeWord(startpos, limit, tag, false)) { in SearchWord() 865 m_Pos = startpos; in SearchWord() 890 FX_FILESIZE startpos = m_Pos; in FindTag() local 900 return m_Pos - startpos - taglen; in FindTag()
|
D | cpdf_syntax_parser.h | 72 bool IsWholeWord(FX_FILESIZE startpos,
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/ |
D | 2009-06-05-InvalidArgLoad.ll | 8 …capture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %startpos, i32 %range, %str… 10 %cmp17.i = icmp slt i32 undef, %startpos ; <i1> [#uses=1]
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | NeuQuant.java | 184 int previouscol, startpos; in inxbuild() local 187 startpos = 0; in inxbuild() 218 netindex[previouscol] = (startpos + i) >> 1; in inxbuild() 222 startpos = i; in inxbuild() 225 netindex[previouscol] = (startpos + maxnetpos) >> 1; in inxbuild()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/ |
D | TokenIterator.java | 118 int startpos = position; in nextToken() local 161 startpos); in nextToken()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/ |
D | TokenIterator.java | 116 int startpos = position; in nextToken() local 159 startpos); in nextToken()
|
/external/regex-re2/re2/ |
D | re2.cc | 526 int startpos, in Match() argument 537 if (startpos < 0 || startpos > endpos || endpos > text.size()) { in Match() 544 subtext.remove_prefix(startpos); in Match() 561 if (prog_->anchor_start() && startpos != 0) in Match() 574 if (startpos != 0) in Match()
|
D | re2.h | 473 int startpos,
|
/external/valgrind/coregrind/ |
D | m_main.c | 621 const HChar *startpos = tmp_str; in main_process_cmd_line_options() local 631 nextpos = VG_(strchr)(startpos, ','); in main_process_cmd_line_options() 633 nextpos = startpos + VG_(strlen)(startpos); in main_process_cmd_line_options() 634 if (startpos != nextpos) { in main_process_cmd_line_options() 636 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1); in main_process_cmd_line_options() 637 VG_(memcpy)(VG_(clo_error_markers)[m], startpos, in main_process_cmd_line_options() 638 nextpos - startpos); in main_process_cmd_line_options() 639 VG_(clo_error_markers)[m][nextpos - startpos] = '\0'; in main_process_cmd_line_options() 641 startpos = *nextpos ? nextpos + 1 : nextpos; in main_process_cmd_line_options()
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
D | ArchiveWriter.cpp | 318 unsigned startpos = ARFile.tellp(); in writeSymbolTable() local 340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation"); in writeSymbolTable()
|
/external/lz4/lib/ |
D | lz4hc.c | 187 const BYTE** startpos, in LZ4HC_InsertAndGetWiderMatch() argument 225 *startpos = ip+back; in LZ4HC_InsertAndGetWiderMatch() 241 …t)mlt > longest) { longest = (int)mlt; *matchpos = base + matchIndex + back; *startpos = ip+back; } in LZ4HC_InsertAndGetWiderMatch()
|
/external/pcre/pcrecpp/ |
D | pcrecpp.cc | 304 int startpos, in TryMatch() argument 348 text.size(), startpos, options, match_data.get(), match_context.get()); in TryMatch()
|
/external/pcre/pcrecpp/include/ |
D | pcrecpp.h | 666 int startpos,
|
/external/regex-re2/util/ |
D | pcre.cc | 458 int startpos, in TryMatch() argument 499 startpos, in TryMatch()
|
D | pcre.h | 478 int startpos,
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 142 startpos = getattr(self.slice[n],"lexpos",0) 143 endpos = getattr(self.slice[n],"endlexpos",startpos) 144 return startpos,endpos
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 1219 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument 1233 for i in xrange(startpos, len(line)): 4075 (_, startline, startpos) = ReverseCloseExpression( 4077 if startpos > -1 and startline < linenum:
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 225 startpos = getattr(self.slice[n],"lexpos",0) 226 endpos = getattr(self.slice[n],"endlexpos",startpos) 227 return startpos,endpos
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 1031 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument 1044 for i in xrange(startpos, len(line)):
|