/frameworks/compile/mclinker/lib/Support/ |
Path.cpp | 192 size_t begin_pos = m_PathName.find_last_of(separator)+1; local 194 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
|
/external/lldb/source/Symbol/ |
LineTable.cpp | 53 entry_collection::iterator begin_pos = m_entries.begin(); local 56 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp); 122 entry_collection::iterator begin_pos = m_entries.begin(); local 125 entry_collection::iterator pos = upper_bound(begin_pos, end_pos, entry, less_than_bp); 129 if (pos != begin_pos) 197 entry_collection::const_iterator begin_pos = m_entries.begin(); local 199 entry_collection::const_iterator pos = lower_bound(begin_pos, end_pos, search_entry, Entry::EntryAddressLessThan); 202 if (pos != begin_pos) 230 while (pos != begin_pos) 248 uint32_t match_idx = std::distance (begin_pos, pos) 300 std::vector<uint32_t>::const_iterator begin_pos = file_indexes.begin(); local [all...] |
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugLine.cpp | 1044 Row::const_iterator begin_pos = rows.begin(); local [all...] |
/external/chromium_org/third_party/zlib/contrib/minizip/ |
zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon20297 835 pziinit->begin_pos = byte_before_the_zipfile; 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); [all...] |
/external/chromium_org/v8/src/ |
assembler.cc | 429 byte* begin_pos = pos_; local 444 ASSERT(begin_pos - pos_ <= RelocInfo::kMaxCallSize); 479 ASSERT(begin_pos - pos_ >= RelocInfo::kMinRelocCommentSize); 495 ASSERT(begin_pos - pos_ <= kMaxSize); [all...] |
/external/zlib/src/contrib/minizip/ |
zip.c | 173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */ member in struct:__anon37540 835 pziinit->begin_pos = byte_before_the_zipfile; 874 ziinit.begin_pos = ZTELL64(ziinit.z_filefunc,ziinit.filestream); [all...] |
/external/chromium_org/third_party/libxml/src/include/libxml/ |
parser.h | 92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo [all...] |
/external/libxml2/include/libxml/ |
parser.h | 92 unsigned long begin_pos; member in struct:_xmlParserNodeInfo [all...] |