/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 | 206 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 221 if (RelativePath != NULL) { in LookupFile() 222 RelativePath->clear(); in LookupFile() 223 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 244 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 256 if (RelativePath != NULL) { in LookupFile() 257 RelativePath->clear(); in LookupFile() 258 RelativePath->append(Filename.begin(), Filename.end()); in LookupFile() 271 SmallVectorImpl<char> *RelativePath, in DoFrameworkLookup() argument 331 if (RelativePath != NULL) { in DoFrameworkLookup() [all …]
|
D | PPLexerChange.cpp | 380 SmallString<128> RelativePath; in HandleEndOfFile() local 381 computeRelativePath(FileMgr, Dir, Header, RelativePath); in HandleEndOfFile() 383 << RelativePath; in HandleEndOfFile()
|
D | PPDirectives.cpp | 496 SmallVectorImpl<char> *RelativePath, in LookupFile() argument 522 SearchPath, RelativePath, SuggestedModule, SkipCache); in LookupFile() 532 SearchPath, RelativePath))) in LookupFile() 542 Filename, CurFileEnt, SearchPath, RelativePath))) in LookupFile() 1330 SmallString<1024> RelativePath; in HandleIncludeDirective() local 1336 Callbacks ? &SearchPath : NULL, Callbacks ? &RelativePath : NULL, in HandleIncludeDirective() 1359 End, SearchPath, RelativePath); in HandleIncludeDirective()
|
D | PreprocessingRecord.cpp | 395 StringRef RelativePath) { in InclusionDirective() argument
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 127 StringRef RelativePath(File); in getAbsolutePath() local 128 if (RelativePath.startswith("./")) { in getAbsolutePath() 129 RelativePath = RelativePath.substr(strlen("./")); in getAbsolutePath() 132 llvm::sys::path::append(AbsolutePath, RelativePath); in getAbsolutePath()
|
/external/clang/include/clang/Lex/ |
D | DirectoryLookup.h | 154 SmallVectorImpl<char> *RelativePath, 162 SmallVectorImpl<char> *RelativePath,
|
D | PPCallbacks.h | 118 StringRef RelativePath) { in InclusionDirective() argument 273 StringRef RelativePath) { in InclusionDirective() argument 275 EndLoc, SearchPath, RelativePath); in InclusionDirective() 277 EndLoc, SearchPath, RelativePath); in InclusionDirective()
|
D | HeaderSearch.h | 326 SmallVectorImpl<char> *RelativePath, 339 SmallVectorImpl<char> *RelativePath);
|
D | PreprocessingRecord.h | 603 StringRef RelativePath);
|
D | Preprocessor.h | 1060 SmallVectorImpl<char> *RelativePath,
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 57 StringRef RelativePath); 78 StringRef RelativePath) { in InclusionDirective() argument
|
D | DependencyFile.cpp | 65 StringRef RelativePath); 138 StringRef RelativePath) { in InclusionDirective() argument
|
/external/libvpx/build/make/ |
D | gen_msvs_proj.sh | 145 open_tag File RelativePath="./$f" 323 x86*) $uses_asm && tag ToolFile RelativePath="$self_dirname/../x86-msvs/yasm.rules" 564 RelativePath=".\ReadMe.txt"
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 74 StringRef RelativePath) { in InclusionDirective() argument
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 1006 def RelativePath(path, cwd): function 1023 files = [RelativePath(repo.root + '/' + f, cwd) for f in files] 1053 files = [RelativePath(repo.root + '/' + f, cwd) for f in files] 1584 files = [RelativePath(repo.root + '/' + f, cwd) for f in files]
|