Searched refs:DirIndex (Results 1 - 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.h14 int DirIndex; member in struct:CUpdatePair2
18 bool ExistOnDisk() const { return DirIndex != -1; }
21 CUpdatePair2(): IsAnti(false), DirIndex(-1), ArcIndex(-1), NewNameIndex(-1) {}
H A DUpdatePair.h15 int DirIndex; member in struct:CUpdatePair
16 CUpdatePair(): ArcIndex(-1), DirIndex(-1) {}
H A DUpdateProduce.cpp23 up2.DirIndex = pair.DirIndex;
H A DUpdateCallback.cpp120 const CDirItem &di = DirItems->Items[up.DirIndex];
123 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break;
172 const CDirItem &di = DirItems->Items[up.DirIndex];
173 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false));
188 const UString path = DirItems->GetPhyPath(up.DirIndex);
H A DUpdatePair.cpp104 pair.DirIndex = dirIndex2;
119 pair.DirIndex = dirIndex2;
142 pair.DirIndex = dirIndices[dirIndex];
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diphoto_data_provider.h54 typedef base::hash_map<std::string, FileIndex> DirIndex; typedef in class:iphoto::IPhotoDataProvider
63 DirIndex dir_index_;
66 DirIndex originals_index_;
H A Diphoto_data_provider.cc118 for (DirIndex::const_iterator dir_it = dir_index_.begin();
129 DirIndex::const_iterator dir_it = dir_index_.find(album);
144 DirIndex::const_iterator dir_it = dir_index_.find(album);
154 DirIndex::const_iterator originals_it = originals_index_.find(album);
161 DirIndex::const_iterator originals_it = originals_index_.find(album);
176 DirIndex::const_iterator originals_it = originals_index_.find(album);
/external/jhead/
H A Dexif.c1202 int* DirIndex,
1206 Put16u(Buffer+ (*DirIndex), tag); // Tag
1207 Put16u(Buffer+(*DirIndex) + 2, format); // Format
1224 Put32u(Buffer+(*DirIndex) + 4, components); // Components
1225 componentsPosition = Buffer+(*DirIndex) + 4; // components # can change for lists
1231 strcpy(Buffer+(*DirIndex) + 8, (char*)value);
1233 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1243 memcpy(Buffer+(*DirIndex) + 8, (char*)value, components);
1245 Put32u(Buffer+(*DirIndex) + 8, (*DataWriteIndex)-8); // Pointer
1251 Put32u(Buffer+(*DirIndex)
1196 writeExifTagAndData(int tag, int format, long components, long value, int valueInString, char* Buffer, int* DirIndex, int* DataWriteIndex) argument
1338 int DirIndex; local
[all...]
/external/llvm/lib/MC/
H A DMCDwarf.cpp310 MCOS->EmitULEB128IntValue(MCDwarfFiles[i].DirIndex);
393 unsigned DirIndex; local
395 // For FileNames with no directories a DirIndex of 0 is used.
396 DirIndex = 0;
398 DirIndex = 0;
399 for (unsigned End = MCDwarfDirs.size(); DirIndex < End; DirIndex++) {
400 if (Directory == MCDwarfDirs[DirIndex])
403 if (DirIndex >= MCDwarfDirs.size())
405 // The DirIndex i
[all...]
/external/llvm/include/llvm/MC/
H A DMCDwarf.h50 // DirIndex - the index into the list of directory names for this file name.
51 unsigned DirIndex; member in struct:llvm::MCDwarfFile

Completed in 167 milliseconds