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

  /frameworks/compile/mclinker/lib/Support/
Path.cpp 175 size_t begin_pos = m_PathName.find_last_of(separator) + 1; local
177 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.cpp 452 iterator begin_pos = Rows.begin(); local
454 iterator pos = std::lower_bound(begin_pos, end_pos, row,
465 index = pos - begin_pos;
  /external/v8/src/runtime/
runtime-i18n.cc 472 int32_t begin_pos = fp.getBeginIndex(); local
475 if (previous_end_pos < begin_pos) {
476 if (!AddElement(result, index, -1, formatted, previous_end_pos, begin_pos,
482 if (!AddElement(result, index, fp.getField(), formatted, begin_pos, end_pos,
    [all...]
  /external/curl/lib/vtls/
vtls.c 747 char *stripped_pem, *begin_pos, *end_pos; local
755 begin_pos = strstr(pem, "-----BEGIN PUBLIC KEY-----");
756 if(!begin_pos)
759 pem_count = begin_pos - pem;
814 char *encoded, *pinkeycopy, *begin_pos, *end_pos; local
854 /* point begin_pos to the copy, and start extracting keys */
855 begin_pos = pinkeycopy;
857 end_pos = strstr(begin_pos, ";sha256//");
866 if(encodedlen == strlen(begin_pos + 8) &&
867 !memcmp(encoded, begin_pos + 8, encodedlen))
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon44870
835 pziinit->begin_pos = byte_before_the_zipfile;
874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream);
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
zip.c 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon5133
835 pziinit->begin_pos = byte_before_the_zipfile;
874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream);
    [all...]
  /external/libxml2/include/libxml/
parser.h 92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo
    [all...]
  /external/v8/src/
assembler.cc 443 byte* begin_pos = pos_; local
455 DCHECK(begin_pos - pos_ <= RelocInfo::kMaxCallSize);
488 DCHECK(begin_pos - pos_ <= kMaxSize);
    [all...]

Completed in 289 milliseconds