HomeSort by relevance Sort by last modified time
    Searched defs:startpos (Results 1 - 17 of 17) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
TokenIterator.java 118 int startpos = position; local
161 startpos);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
TokenIterator.java 116 int startpos = position; local
159 startpos);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_heapqmodule.c 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
52 while (pos > startpos){
75 Py_ssize_t startpos, endpos, childpos, rightpos; local
81 startpos = pos;
118 return _siftdown(heap, startpos, pos);
375 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
391 while (pos > startpos){
414 Py_ssize_t startpos, endpos, childpos, rightpos; local
420 startpos = pos;
457 return _siftdownmax(heap, startpos, pos);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 36 _siftdown(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
52 while (pos > startpos) {
77 Py_ssize_t startpos, endpos, childpos, rightpos, limit; local
83 startpos = pos;
117 return _siftdown(heap, startpos, pos);
374 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos)
390 while (pos > startpos){
413 Py_ssize_t startpos, endpos, childpos, rightpos, limit; local
419 startpos = pos;
456 return _siftdownmax(heap, startpos, pos);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 318 unsigned startpos = ARFile.tellp(); local
340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation");
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 787 bool CPDF_SyntaxParser::IsWholeWord(FX_FILESIZE startpos,
798 if (bCheckRight && startpos + (int32_t)taglen <= limit &&
799 GetCharAt(startpos + (int32_t)taglen, ch)) {
806 if (bCheckLeft && startpos > 0 && GetCharAt(startpos - 1, ch)) {
863 FX_FILESIZE startpos = bForward ? pos - taglen + 1 : pos; local
864 if (!bWholeWord || IsWholeWord(startpos, limit, tag, false)) {
865 m_Pos = startpos;
890 FX_FILESIZE startpos = m_Pos; local
900 return m_Pos - startpos - taglen
    [all...]
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 184 int previouscol, startpos; local
187 startpos = 0;
218 netindex[previouscol] = (startpos + i) >> 1;
222 startpos = i;
225 netindex[previouscol] = (startpos + maxnetpos) >> 1;
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 105 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) {
106 startpos = std::max(startpos, 0);
108 if (startpos >= endpos)
111 int first_byte = startpos / 8;
114 for (int i = startpos % 8; i <= (endpos - 1) % 8; ++i)
119 for (int i = startpos % 8; i < 8; ++i)
418 int startpos = 0; local
440 FaxFillBits(dest_buf->data(), columns, startpos, startpos + run_len)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverDataParser.java 466 int startpos = payload.position(); local
472 payload.position(startpos);
  /external/valgrind/coregrind/
m_main.c 621 const HChar *startpos = tmp_str; local
631 nextpos = VG_(strchr)(startpos, ',');
633 nextpos = startpos + VG_(strlen)(startpos);
634 if (startpos != nextpos) {
636 = VG_(malloc)("main.mpclo.2", nextpos - startpos + 1);
637 VG_(memcpy)(VG_(clo_error_markers)[m], startpos,
638 nextpos - startpos);
639 VG_(clo_error_markers)[m][nextpos - startpos] = '\0';
641 startpos = *nextpos ? nextpos + 1 : nextpos
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 384 milliseconds