HomeSort by relevance Sort by last modified time
    Searched full:fileid (Results 101 - 125 of 157) sorted by null

1 2 3 45 6 7

  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
PrintPreprocessedOutput.cpp 129 FileID PrevFID);
260 FileID PrevFID) {
CompilerInstance.cpp     [all...]
  /external/clang/tools/scan-view/
ScanView.py 286 for fileID in self.fields.get('files',[]):
288 i = int(fileID)
  /external/clang/include/clang/Lex/
Preprocessor.h 347 FileID PredefinesFileID;
517 FileID getPredefinesFileID() const { return PredefinesFileID; }
650 /// EnterMainSourceFile - Enter the specified FileID as the main source file,
661 void EnterSourceFile(FileID CurFileID, const DirectoryLookup *Dir,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /external/clang/include/clang/Sema/
MultiplexExternalSemaSource.h 124 virtual void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
  /external/clang/include/clang/Serialization/
ASTReader.h 392 /// \brief Map from a FileID to the file-level declarations that it contains.
393 llvm::DenseMap<FileID, FileDeclsInfo> FileDeclIDs;
    [all...]
Module.h 121 FileID OriginalSourceFileID;
ASTWriter.h 184 typedef llvm::DenseMap<FileID, DeclIDInFileInfo *> FileDeclIDsTy;
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 230 FileID FID = CSM.createFileIDForMemBuffer(CBuf);
  /external/kernel-headers/original/linux/
nfs_xdr.h 52 __u64 fileid; member in struct:nfs_fattr
  /frameworks/base/core/java/android/provider/
MediaStore.java 444 long fileId) {
446 + "/object/" + fileId);
454 long fileId) {
456 + "/object/" + fileId + "/references");
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 38 PTHLexer::PTHLexer(Preprocessor &PP, FileID FID, const unsigned char *D,
586 PTHLexer *PTHManager::CreateLexer(FileID FID) {
  /external/clang/tools/libclang/
CIndexUSRs.cpp 494 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L);
504 // Use the offest into the FileID to represent the location. Using
  /external/llvm/lib/Support/Windows/
Path.inc 279 uint64_t FileID = (static_cast<uint64_t>(FileIndexHigh) << 32ULL) |
282 return UniqueID(VolumeSerialNumber, FileID);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar 
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 935 struct unixFileId fileId; /* The lookup key */
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 212 // Verify that the entire path is from the same FileID.
213 FileID FID;
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 60 __u64 fileid; member in struct:nfs_fattr
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.cc 161 const char kFileId[] = "fileId";
  /external/clang/include/clang/AST/
ExternalASTSource.h 175 virtual void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 646 FileID FID = I->first;
ObjCMT.cpp 744 FileID FID = I->first;

Completed in 1339 milliseconds

1 2 3 45 6 7