OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirIndex
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdatePair.h
15
int
DirIndex
;
16
CUpdatePair(): ArcIndex(-1),
DirIndex
(-1) {}
UpdateProduce.h
14
int
DirIndex
;
18
bool ExistOnDisk() const { return
DirIndex
!= -1; }
21
CUpdatePair2(): IsAnti(false),
DirIndex
(-1), ArcIndex(-1), NewNameIndex(-1) {}
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.h
54
typedef base::hash_map<std::string, FileIndex>
DirIndex
;
63
DirIndex
dir_index_;
66
DirIndex
originals_index_;
/external/llvm/lib/MC/
MCContext.cpp
346
unsigned
DirIndex
;
348
// For FileNames with no directories a
DirIndex
of 0 is used.
349
DirIndex
= 0;
351
DirIndex
= 0;
352
for (unsigned End = MCDwarfDirs.size();
DirIndex
< End;
DirIndex
++) {
353
if (Directory == MCDwarfDirs[
DirIndex
])
356
if (
DirIndex
>= MCDwarfDirs.size()) {
361
// The
DirIndex
is one based, as
DirIndex
of 0 is used for FileNames wit
[
all
...]
/external/llvm/include/llvm/MC/
MCDwarf.h
43
//
DirIndex
- the index into the list of directory names for this file name.
44
unsigned
DirIndex
;
48
MCDwarfFile(StringRef name, unsigned
dirIndex
)
49
: Name(name),
DirIndex
(
dirIndex
) {}
57
/// getDirIndex - Get the
dirIndex
of this MCDwarfFile.
58
unsigned getDirIndex() const { return
DirIndex
; }
/external/jhead/
exif.c
[
all
...]
Completed in 244 milliseconds