Searched refs:FileIndex (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Rewrite/Core/ |
D | DeltaTree.cpp | 106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() argument 186 while (i != e && FileIndex > getValue(i).FileLoc) in DoInsertion() 191 if (i != e && getValue(i).FileLoc == FileIndex) { in DoInsertion() 208 Values[i] = SourceDelta::get(FileIndex, Delta); in DoInsertion() 218 if (InsertRes->Split.FileLoc > FileIndex) in DoInsertion() 219 InsertRes->LHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 221 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 404 int DeltaTree::getDeltaAt(unsigned FileIndex) const { in getDeltaAt() [all …]
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zExtract.cpp | 22 CNum FileIndex; member 34 FileIndex(fileIndex), in CExtractFolderInfo() 183 if (efi.FileIndex != kNumNoIndex) in Extract() 184 startIndex = efi.FileIndex; in Extract() 199 if (efi.FileIndex != kNumNoIndex) in Extract()
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 41 int getDeltaAt(unsigned FileIndex) const; 46 void AddDelta(unsigned FileIndex, int Delta);
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | iphoto_data_provider.h | 52 typedef base::hash_map<std::string, base::FilePath> FileIndex; typedef 54 typedef base::hash_map<std::string, FileIndex> DirIndex;
|
D | iphoto_data_provider.cc | 136 for (FileIndex::const_iterator file_it = dir_it->second.begin(); in GetAlbumContents() 150 FileIndex::const_iterator file_it = dir_it->second.find(filename); in GetPhotoLocationInAlbum() 168 for (FileIndex::const_iterator file_it = originals_it->second.begin(); in GetOriginals() 182 FileIndex::const_iterator file_it = originals_it->second.find(filename); in GetOriginalPhotoLocation()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 605 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex() argument 608 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size()) in getFileNameByIndex() 610 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1]; in getFileNameByIndex()
|
D | DWARFDebugLine.h | 187 bool getFileNameByIndex(uint64_t FileIndex,
|
D | DWARFContext.cpp | 324 uint64_t FileIndex, in getFileNameForCompileUnit() argument 329 !LineTable->getFileNameByIndex(FileIndex, NeedsAbsoluteFilePath, in getFileNameForCompileUnit()
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 23 UInt64 FileIndex; member
|
D | FileIO.cpp | 241 fileInfo.FileIndex = (((UInt64)winFileInfo.nFileIndexHigh) << 32) + winFileInfo.nFileIndexLow; in GetFileInformation()
|