Searched refs:fileID (Results 1 - 6 of 6) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp257 FileID fileID = SM.getFileID(ExpansionLoc); local
259 const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
H A DCXLoadedDiagnostic.cpp495 unsigned fileID = Record[offset++]; local
496 if (fileID == 0) {
505 const FileEntry *FE = TopDiags.Files[fileID];
/external/clang/tools/scan-view/
H A DScanView.py286 for fileID in self.fields.get('files',[]):
288 i = int(fileID)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp90 const FX_BYTE fileID[] = {0x97, 0x4A, 0x42, 0x32, 0x0D, 0x0A, 0x1A, 0x0A}; local
97 if(JBIG2_memcmp(m_pStream->getPointer(), fileID, 8) != 0) {

Completed in 141 milliseconds