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

  /frameworks/compile/mclinker/lib/Support/
Path.cpp 164 size_t begin_pos = m_PathName.find_last_of(separator)+1; local
166 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
172 size_t begin_pos = m_PathName.find_last_of('.'); local
173 Path result_path(m_PathName.substr(begin_pos));
  /external/chromium/net/http/
http_response_headers.cc 721 size_t begin_pos = 0; local
724 size_t comma_pos = value.find(',', begin_pos);
728 while (end > begin_pos && strchr(HTTP_LWS, value[end - 1]))
732 if (end > begin_pos) {
733 std::string name = value.substr(begin_pos, end - begin_pos);
739 begin_pos = comma_pos + 1;
740 while (begin_pos < value.size() && strchr(HTTP_LWS, value[begin_pos]))
741 begin_pos++
    [all...]
  /external/v8/src/
assembler.cc 314 byte* begin_pos = pos_; local
328 ASSERT(begin_pos - pos_ <= RelocInfo::kMaxCallSize);
363 ASSERT(begin_pos - pos_ >= RelocInfo::kMinRelocCommentSize);
374 ASSERT(begin_pos - pos_ <= kMaxSize);
    [all...]
  /external/libxml2/include/libxml/
parser.h 92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo
    [all...]
  /external/zlib/src/contrib/minizip/
zip.c 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon18670
835 pziinit->begin_pos = byte_before_the_zipfile;
874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream);
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
parser.c     [all...]

Completed in 897 milliseconds