/external/srtp/googlepatches/ |
D | vidyo-1-srtp-win.patch | 217 + RelativePath=".\srtp\ekt.c" 221 RelativePath=".\srtp\srtp.c" 228 - RelativePath=".\crypto\include\crypto_math.h" 232 RelativePath=".\crypto\include\crypto_types.h" 239 + RelativePath=".\include\ekt.h" 243 RelativePath=".\crypto\include\err.h" 250 - RelativePath=".\crypto\include\kernel_compat.h" 254 RelativePath=".\crypto\include\key.h" 261 - RelativePath=".\include\rtp.h" 265 RelativePath=".\crypto\include\sha1.h" [all …]
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 277 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 295 if (RelativePath) { in LookupFile() 296 RelativePath->clear(); in LookupFile() 297 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 306 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 338 if (RelativePath) { in LookupFile() 339 RelativePath->clear(); in LookupFile() 340 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 402 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument 462 if (RelativePath) { in DoFrameworkLookup() [all …]
|
D | PPDirectives.cpp | 616 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 672 Includers, SearchPath, RelativePath, SuggestedModule, in LookupFile() 689 RelativePath, SuggestedModule, SkipCache); in LookupFile() 704 SearchPath, RelativePath, in LookupFile() 720 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1548 SmallString<1024> RelativePath; in HandleIncludeDirective() local 1563 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1594 RelativePath, /*ImportedModule=*/nullptr); in HandleIncludeDirective() 1609 Callbacks ? &RelativePath : nullptr, in HandleIncludeDirective() 1716 SearchPath, RelativePath, Imported); in HandleIncludeDirective() [all …]
|
D | PPLexerChange.cpp | 493 SmallString<128> RelativePath; in HandleEndOfFile() local 494 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile() 496 << Mod->getFullModuleName() << RelativePath; in HandleEndOfFile()
|
D | PreprocessingRecord.cpp | 442 StringRef RelativePath, in InclusionDirective() argument
|
/external/clang/unittests/Lex/ |
D | PPCallbacksTest.cpp | 60 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 69 this->RelativePath = RelativePath.str(); in InclusionDirective() 80 SmallString<16> RelativePath; member in __anon5d7da8300111::InclusionDirectiveCallbacks
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 174 SmallVectorImpl<char> *RelativePath, 184 SmallVectorImpl<char> *RelativePath,
|
D | PPCallbacks.h | 127 StringRef RelativePath, in InclusionDirective() argument 355 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 358 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 361 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
D | HeaderSearch.h | 395 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 408 SmallVectorImpl<char> *RelativePath,
|
D | PreprocessingRecord.h | 498 StringRef RelativePath,
|
D | Preprocessor.h | 1349 SmallVectorImpl<char> *RelativePath,
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 149 StringRef RelativePath(File); in getAbsolutePath() local 151 if (RelativePath.startswith("./")) { in getAbsolutePath() 152 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 155 SmallString<1024> AbsolutePath = RelativePath; in getAbsolutePath()
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 75 StringRef RelativePath, in InclusionDirective() argument
|
D | DependencyFile.cpp | 71 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 173 StringRef SearchPath, StringRef RelativePath, 277 StringRef RelativePath, in InclusionDirective() argument
|
D | PrintPreprocessedOutput.cpp | 130 StringRef SearchPath, StringRef RelativePath, 322 StringRef RelativePath, in InclusionDirective() argument
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_proj.sh | 73 open_tag File RelativePath="$f" 525 RelativePath=".\ReadMe.txt"
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 90 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
|
/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/pcre/dist/ |
D | NON-AUTOTOOLS-BUILD | 453 RelativePath="pcre.h" 454 RelativePath="pcre_chartables.c" 455 RelativePath="pcre_chartables.c.rule"
|
/external/pcre/dist/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 453 RelativePath="pcre.h" 454 RelativePath="pcre_chartables.c" 455 RelativePath="pcre_chartables.c.rule"
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 273 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|