Searched defs:FileName (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.cs25 public string FileName property in class:StatsViewer.OpenDialog
/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h33 std::string FileName; member in struct:llvm::DILineInfo
39 : FileName("<invalid>"), FunctionName("<invalid>"), Line(0), Column(0) {}
43 FileName == RHS.FileName && FunctionName == RHS.FunctionName;
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h49 StringRef FileName = DIScope.getFilename(); local
54 if (FileName != "") {
55 sys::path::append(FullPath, FileName);
/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h26 std::string FileName; member in struct:clang::ParsedSourceLocation
42 PSL.FileName = LineSplit.first;
46 if (PSL.FileName == "-")
47 PSL.FileName = "<stdin>";
76 if (Val.FileName.empty()) {
/external/clang/test/CodeGen/
H A Dtypes.c3 struct FileName { struct
4 struct FileName *next;
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp133 const char *FileName = "C:test"; local
135 statCache->InjectFile(FileName, 45);
149 file = manager.getFile(FileName);
/external/llvm/include/llvm/Support/
H A DLockFileManager.h53 SmallString<128> FileName; member in class:llvm::LockFileManager
70 LockFileManager(StringRef FileName);
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h79 std::string FileName; member in struct:clang::GlobalModuleIndex::ModuleInfo
/external/clang/lib/Frontend/
H A DDependencyGraph.cpp50 StringRef FileName, bool IsAngled,
69 StringRef FileName,
115 StringRef FileName = AllFiles[I]->getName(); local
116 if (FileName.startswith(SysRoot))
117 FileName = FileName.substr(SysRoot.size());
119 OS << DOT::EscapeString(FileName)
67 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp77 /// matches 'FileName'.
79 /// If multiple paths fit 'FileName' equally well, \c IsAmbiguous is set to
80 /// \c true and an empty string is returned. If no path fits 'FileName', an
98 StringRef FileName,
102 if (Comparator.equivalent(StringRef(Path), FileName))
106 StringRef Element(llvm::sys::path::filename(FileName.drop_back(
112 Comparator, FileName, IsAmbiguous,
121 if (Comparator.equivalent(AllChildren[i], FileName)) {
174 StringRef FileMatchTrie::findEquivalent(StringRef FileName, argument
176 if (llvm::sys::path::is_relative(FileName)) {
97 findEquivalent(const PathComparator& Comparator, StringRef FileName, bool &IsAmbiguous, unsigned ConsumedLength = 0) const argument
[all...]
H A DJSONCompilationDatabase.cpp303 StringRef FileName = File->getValue(FileStorage); local
305 if (llvm::sys::path::is_relative(FileName)) {
309 llvm::sys::path::append(AbsolutePath, FileName);
312 llvm::sys::path::native(FileName, NativeFilePath);
/external/clang/unittests/AST/
H A DNamedDeclPrinterTest.cpp67 StringRef ExpectedPrinted, StringRef FileName) {
74 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
64 PrintedNamedDeclMatches(StringRef Code, const std::vector<std::string> &Args, bool SuppressUnwrittenScope, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, StringRef FileName) argument
H A DDeclPrinterTest.cpp73 StringRef FileName) {
80 if (!runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
68 PrintedDeclMatches( StringRef Code, const std::vector<std::string> &Args, const DeclarationMatcher &NodeMatch, StringRef ExpectedPrinted, StringRef FileName) argument
H A DMatchVerifier.h85 StringRef FileName; local
89 FileName = "input.c";
93 FileName = "input.c";
97 FileName = "input.cc";
101 FileName = "input.cc";
104 FileName = "input.cl";
109 if (!tooling::runToolOnCodeWithArgs(Factory->create(), Code, Args, FileName))
/external/llvm/lib/Support/
H A DLockFileManager.cpp74 LockFileManager::LockFileManager(StringRef FileName) argument
76 this->FileName = FileName;
77 if (std::error_code EC = sys::fs::make_absolute(this->FileName)) {
81 LockFileName = this->FileName;
217 if (sys::fs::exists(FileName.str())) {
H A DProcess.cpp73 const std::string& FileName)
89 path::append(FilePath, FileName);
72 FindInEnvPath(const std::string& EnvName, const std::string& FileName) argument
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.cc75 int FileWrapperImpl::FileName(char* file_name_utf8, size_t size) const { function in class:webrtc::FileWrapperImpl
/external/clang/tools/clang-format/
H A DClangFormat.cpp106 static FileID createInMemoryFile(StringRef FileName, MemoryBuffer *Source, argument
108 const FileEntry *Entry = Files.getVirtualFile(FileName == "-" ? "<stdin>" :
109 FileName,
206 static bool format(StringRef FileName) { argument
213 MemoryBuffer::getFileOrSTDIN(FileName);
221 FileID ID = createInMemoryFile(FileName, Code.get(), Sources, Files);
227 Style, (FileName == "-") ? AssumeFilename : FileName, FallbackStyle);
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp74 StringRef FileName) {
73 BeginSourceFileAction(CompilerInstance &CI, StringRef FileName) argument
H A DCompilationDatabaseTest.cpp115 static CompileCommand findCompileArgsInJsonDatabase(StringRef FileName, argument
122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
215 StringRef FileName("//net/path/to/a-file.cpp");
219 FileName,
222 "\"file\":\"" + FileName + "\"}]").str(),
236 "\"file\":\"" + FileName + "\"}]").str(),
244 StringRef FileName("//net/path/to/a-file.cpp");
248 FileName,
251 "\"file\":\"" + FileName + "\"}]").str(),
261 StringRef FileName("//ne
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc88 int FileWrapperImpl::FileName(char* fileNameUTF8, function in class:webrtc::FileWrapperImpl
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp61 StringRef FileName,
70 this->FileName = FileName.str();
81 SmallString<16> FileName; member in class:__anon19545::InclusionDirectiveCallbacks
59 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h204 DiagnosticInfoSampleProfile(const char *FileName, unsigned LineNum, argument
207 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
209 DiagnosticInfoSampleProfile(const char *FileName, const Twine &Msg, argument
211 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
215 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(nullptr),
225 const char *getFileName() const { return FileName; }
231 const char *FileName; member in class:llvm::DiagnosticInfoSampleProfile
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h140 UString FileName; member in struct:CErrorInfo
/external/netperf/
H A Dnetserver.c174 char FileName[PATH_MAX]; /* for opening the debug log file */ local
175 strcpy(FileName, DEBUG_LOG_FILE);
179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
180 if ((where = fopen(FileName, "w")) == NULL) {
185 chmod(FileName,0644);
797 char FileName[PATH_MAX]; /* for opening the debug log file */ local
918 strcpy(FileName, DEBUG_LOG_FIL
[all...]

Completed in 569 milliseconds

1234