/external/libmojo/mojo/public/tools/bindings/ |
D | mojom_bindings_generator.py | 81 class RelativePath(object): class 99 return RelativePath(path, rel_search_dir.source_root) 100 return RelativePath(os.path.join(rel_dir.path, file_name), 125 self._ParseFileAndImports(RelativePath(filename, args.depth), 129 RelativePath(filename, args.depth)) 147 RelativePath(dirname, rel_filename.source_root), 207 RelativePath(dirname, rel_filename.source_root), 222 args.import_directories[idx] = RelativePath(tokens[0], tokens[1]) 224 args.import_directories[idx] = RelativePath(tokens[0], args.depth)
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 278 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 297 if (RelativePath) { in LookupFile() 298 RelativePath->clear(); in LookupFile() 299 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 308 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 341 if (RelativePath) { in LookupFile() 342 RelativePath->clear(); in LookupFile() 343 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 403 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 462 if (RelativePath) { in DoFrameworkLookup() [all …]
|
D | PPDirectives.cpp | 746 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 806 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 823 RelativePath, RequestingModule, SuggestedModule, SkipCache, in LookupFile() 840 SearchPath, RelativePath, in LookupFile() 857 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1774 SmallString<1024> RelativePath; in HandleIncludeDirective() local 1789 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1822 Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1932 FilenameRange, File, SearchPath, RelativePath, in HandleIncludeDirective()
|
D | PPLexerChange.cpp | 507 SmallString<128> RelativePath; in HandleEndOfFile() local 508 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile() 510 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
|
D | PreprocessingRecord.cpp | 442 StringRef RelativePath, in InclusionDirective() argument
|
/external/v8/src/ |
D | startup-data-util.cc | 90 base::RelativePath(&natives, directory_path, "natives_blob.bin"), in InitializeExternalStartupData() 91 base::RelativePath(&snapshot, directory_path, "snapshot_blob.bin")); in InitializeExternalStartupData()
|
D | icu_util.cc | 55 base::RelativePath(&icu_data_file_default, exec_path, "icudtl.dat"); in InitializeICUDefaultLocation() 57 base::RelativePath(&icu_data_file_default, exec_path, "icudtb.dat"); in InitializeICUDefaultLocation()
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 59 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 68 this->RelativePath = RelativePath.str(); in InclusionDirective() 79 SmallString<16> RelativePath; member in __anone961b22f0111::InclusionDirectiveCallbacks
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 180 SmallVectorImpl<char> *RelativePath, 191 SmallVectorImpl<char> *RelativePath,
|
D | PPCallbacks.h | 129 StringRef RelativePath, in InclusionDirective() argument 356 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 359 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 362 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
D | HeaderSearch.h | 382 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 394 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
D | PreprocessingRecord.h | 497 StringRef RelativePath,
|
D | Preprocessor.h | 1651 SmallVectorImpl<char> *RelativePath,
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 75 StringRef RelativePath, in InclusionDirective() argument
|
D | DependencyFile.cpp | 65 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 191 StringRef SearchPath, StringRef RelativePath, 301 StringRef RelativePath, in InclusionDirective() argument
|
D | PrintPreprocessedOutput.cpp | 129 StringRef SearchPath, StringRef RelativePath, 321 StringRef RelativePath, in InclusionDirective() argument
|
/external/v8/src/base/ |
D | file-utils.h | 15 V8_BASE_EXPORT char* RelativePath(char** buffer, const char* exec_path,
|
D | file-utils.cc | 15 char* RelativePath(char** buffer, const char* exec_path, const char* name) { in RelativePath() function
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 159 StringRef RelativePath(File); in getAbsolutePath() local 161 if (RelativePath.startswith("./")) { in getAbsolutePath() 162 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 165 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
|
/external/curl/projects/ |
D | generate.bat | 325 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4 329 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 69 StringRef SearchPath, StringRef RelativePath,
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 79 def RelativePath(path, cwd): function 902 files = [RelativePath(repo.root + '/' + f, cwd) for f in files] 932 files = [RelativePath(repo.root + '/' + f, cwd) for f in files] 1783 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 251 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|