/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionaryGetter.java | 212 final String fileId = 214 if (fileId.equals(id)) {
|
/external/clang/include/clang/Lex/ |
PTHLexer.h | 64 PTHLexer(Preprocessor& pp, FileID FID, const unsigned char *D,
|
PTHManager.h | 128 PTHLexer *CreateLexer(FileID FID);
|
TokenLexer.h | 172 /// \brief If \p loc is a FileID and points inside the current macro
|
Lexer.h | 97 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, Preprocessor &PP); 108 Lexer(FileID FID, const llvm::MemoryBuffer *InputBuffer, 350 /// expansion or the range does not reside on the same FileID.
|
PreprocessingRecord.h | 282 FileID FID) { 543 bool isEntityInFileID(iterator PPEI, FileID FID);
|
/external/clang/lib/Rewrite/Frontend/ |
HTMLPrint.cpp | 66 FileID FID = R.getSourceMgr().getMainFileID();
|
FixItRewriter.cpp | 49 bool FixItRewriter::WriteFixedFile(FileID ID, raw_ostream &OS) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 164 print "Could not identify fileId", fileno
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
log.py | 164 print "Could not identify fileId", fileno
|
/external/clang/lib/Lex/ |
Preprocessor.cpp | 456 /// EnterMainSourceFile - Enter the specified FileID as the main source file, 460 // cause FileID's to accumulate information from both runs (e.g. #line 463 FileID MainFileID = SourceMgr.getMainFileID(); 487 FileID FID = SourceMgr.createFileIDForMemBuffer(SB); 488 assert(!FID.isInvalid() && "Could not create FileID for predefines?");
|
PreprocessingRecord.cpp | 66 static bool isPreprocessedEntityIfInFileID(PreprocessedEntity *PPE, FileID FID, 89 bool PreprocessingRecord::isEntityInFileID(iterator PPEI, FileID FID) {
|
TokenLexer.cpp | 581 FileID LocFileID = SourceMgr.getFileID(ResultTokLoc); 664 FileID MacroFID = SM.getFileID(MacroExpansionStart); 736 /// \brief Finds the tokens that are consecutive (from the same FileID) 768 break; // Token from different kind of FileID. [all...] |
Lexer.cpp | 117 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *InputFile, Preprocessor &PP) 152 Lexer::Lexer(FileID FID, const llvm::MemoryBuffer *FromFile, 185 FileID SpellingFID = SM.getFileID(SpellingLoc); 305 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); 443 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 466 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 533 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc); 534 std::pair<FileID, unsigned> BeginFileLocInfo 856 FileID FID; [all...] |
/external/clang/tools/libclang/ |
IndexingContext.cpp | 716 FileID FID = SM.getFileID(FileLoc); 795 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(SM.getFileLoc(Loc)); 796 FileID FID = LocInfo.first; 893 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc); 894 FileID FID = LocInfo.first; [all...] |
CXLoadedDiagnostic.cpp | 486 unsigned fileID = Record[offset++]; 487 if (fileID == 0) { 496 const FileEntry *FE = TopDiags.Files[fileID];
|
CXComment.cpp | 960 FileID ID = FormatRewriterContext.createInMemoryFile(filename, StringDecl); [all...] |
CIndex.cpp | 210 FileID FID; 213 // If the begin/end of the range lie in the same FileID, do the optimization 214 // where we skip preprocessed entities that do not come from the same FileID. 217 FID = FileID(); 233 std::pair<FileID, unsigned> 248 FileID File = Begin.first; 277 bool CursorVisitor::visitDeclsFromFileRegion(FileID File, 394 // lies in the same FileID, allowing it to skip preprocessed entities that 395 // do not come from the same FileID. 423 FileID FID) [all...] |
IndexingContext.h | 529 /// Define DenseMapInfo so that FileID's can be used as keys in DenseMap and
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
UsimDataDownloadCommands.java | 392 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data, 644 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCUnusedIVarsChecker.cpp | 102 static void Scan(IvarUsageMap &M, const DeclContext *C, const FileID FID,
|
/external/clang/test/Analysis/diagnostics/ |
undef-value-caller.c | 6 // This code used to cause a crash since we were not adding fileID of the header to the plist diagnostic.
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 146 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc); 392 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc); 475 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(atLoc);
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 128 typedef llvm::DenseMap<FileID, LocDeclsTy *> FileDeclsTy; 130 /// \brief Map from FileID to the file-level declarations that it contains. 530 void findFileRegionDecls(FileID File, unsigned Offset, unsigned Length, [all...] |
/external/clang/lib/Sema/ |
MultiplexExternalSemaSource.cpp | 108 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File,
|