Searched defs:File (Results 1 - 25 of 121) sorted by relevance

12345

/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py1 from clang.cindex import Index, File namespace
6 file = File.from_name(tu, "t.c")
9 assert repr(file) == "<File: t.c>"
H A Dtest_location.py2 from clang.cindex import File namespace
49 file = File.from_name(tu, 't.c')
85 file = File.from_name(tu, 't.c')
H A Dtest_translation_unit.py7 from clang.cindex import File namespace
160 assert isinstance(f, File)
/external/google-breakpad/src/processor/
H A Dpathname_stripper.cc41 string PathnameStripper::File(const string &path) { function in class:google_breakpad::PathnameStripper
/external/clang/include/clang/Lex/
H A DHeaderMap.h41 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) argument
42 : FileBuffer(std::move(File)), NeedsBSwap(BSwap) {}
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp31 static std::error_code dumpInput(StringRef File) { argument
32 if (File != "-" && !sys::fs::exists(File))
35 ErrorOr<OwningBinary<Binary>> BinaryOrErr = createBinary(File);
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h44 // Protocol buffer code only uses a couple static methods of File, and only
46 class File { class in namespace:google::protobuf
91 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb6 File.join( self, subpath.to_s )
177 class File class
184 # File.relative_path('rel/path') # => './rel/path'
185 # File.relative_path('/some/abs/path', '/some') # => './abs/path'
186 # File.relative_path('/some/file.txt', '/some/abs/path') # => '../../file.txt'
189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
190 if list.empty? then list << String.new( File::Separator )
191 elsif list.first.empty? then list.first.replace( File::Separator )
205 return relative_list.join( File
[all...]
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h73 ModuleInfo() : File(), Size(), ModTime() { }
76 ModuleFile *File; member in struct:clang::GlobalModuleIndex::ModuleInfo
163 void getModuleDependencies(ModuleFile *File,
184 bool loadedModuleFile(ModuleFile *File);
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp51 CharSourceRange FilenameRange, const FileEntry *File,
73 const FileEntry *File,
77 if (!File)
86 Dependencies[FromFile].push_back(File);
88 AllFiles.insert(File);
68 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DSerializedDiagnosticReader.cpp19 std::error_code SerializedDiagnosticReader::readDiagnostics(StringRef File) { argument
24 auto Buffer = FileMgr.getBufferForFile(File);
/external/clang/unittests/AST/
H A DCommentLexer.cpp64 FileID File = SourceMgr.createFileID(std::move(Buf)); local
65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
/external/lldb/include/lldb/Core/
H A DSourceManager.h30 class File class in class:lldb_private::SourceManager
32 friend bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
35 File (const FileSpec &file_spec, Target *target);
36 ~File();
89 typedef std::shared_ptr<File> FileSP;
193 bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp197 DIFile File = Builder.createFile(Filename, Scope->getDirectory()); local
206 Builder.createLexicalBlockFile(Scope, File, Discriminator);
/external/lldb/source/Host/common/
H A DFile.cpp11 #include "lldb/Host/File.h"
30 if (options & File::eOpenOptionAppend)
32 if (options & File::eOpenOptionRead)
34 if (options & File::eOpenOptionCanCreateNewOnly)
39 else if (options & File::eOpenOptionWrite)
41 if (options & File::eOpenOptionCanCreateNewOnly)
47 else if (options & File::eOpenOptionRead && options & File::eOpenOptionWrite)
49 if (options & File::eOpenOptionCanCreate)
51 if (options & File
73 File::File(const char *path, uint32_t options, uint32_t permissions) : function in class:File
82 File::File (const File &rhs) : function in class:File
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
H A Dfsdiff.py25 __all__ = ['Diff', 'Snapshot', 'File', 'Dir', 'report_expected_diffs',
109 ## File finding
142 result[path] = File(self.base_path, path)
204 class File(object): class in inherits:object
264 class Dir(File):
/external/clang/lib/Driver/
H A DCompilation.cpp70 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { argument
84 if (!llvm::sys::fs::can_write(File) || !llvm::sys::fs::is_regular_file(File))
87 if (std::error_code EC = llvm::sys::fs::remove(File)) {
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h72 const FileEntry *File = Files.getFile(Path); local
73 assert(File != nullptr);
79 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User);
/external/giflib/
H A Dgif_lib_private.h46 FILE *File; /* File as stream. */ member in struct:GifFilePrivateType
/external/llvm/include/llvm/Object/
H A DCOFFYAML.h71 StringRef File; member in struct:llvm::COFFYAML::Symbol
/external/llvm/tools/llvm-cov/
H A DCoverageReport.cpp110 void CoverageReport::render(const FileCoverageSummary &File, raw_ostream &OS) { argument
111 OS << column(File.Name, FileReportColumns[0], Column::LeftTrim)
112 << format("%*u", FileReportColumns[1], (unsigned)File.RegionCoverage.NumRegions);
113 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered()
116 << format("%*u", FileReportColumns[2], (unsigned)File.RegionCoverage.NotCovered);
118 determineCoveragePercentageColor(File.RegionCoverage))
120 File.RegionCoverage.getPercentCovered()) << '%';
122 (unsigned)File.FunctionCoverage.NumFunctions);
124 OS, determineCoveragePercentageColor(File.FunctionCoverage))
126 File
[all...]
H A DSourceCoverageView.h104 const MemoryBuffer &File; member in class:llvm::SourceCoverageView
135 SourceCoverageView(const MemoryBuffer &File, argument
138 : File(File), Options(Options), CoverageInfo(std::move(CoverageInfo)) {}
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp1 //===- llvm-readobj.cpp - Dump contents of an Object File -----------------===//
260 outs() << "File: " << Obj->getFileName() << "\n";
337 /// @brief Opens \a File and dumps it.
338 static void dumpInput(StringRef File) { argument
340 if (File != "-" && !sys::fs::exists(File)) {
341 reportError(File, readobj_error::file_not_found);
346 ErrorOr<OwningBinary<Binary>> BinaryOrErr = createBinary(File);
348 reportError(File, EC);
361 reportError(File, readobj_erro
[all...]
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h27 NWindows::NFile::NIO::CInFile File; member in class:CInFileStream
36 NC::NFile::NIO::CInFile File;
82 NWindows::NFile::NIO::COutFile File; member in class:COutFileStream
84 NC::NFile::NIO::COutFile File;
91 return File.Create(fileName, createAlways);
96 return File.Open(fileName, creationDisposition);
103 return File.Create(fileName, createAlways);
108 return File.Open(fileName, creationDisposition);
120 return File.SetTime(cTime, aTime, mTime);
122 bool SetMTime(const FILETIME *mTime) { return File
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
60 unsigned int File:4; member in struct:rc_pair_instruction_source

Completed in 770 milliseconds

12345