/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-virtualtime.hpp | 16 template<class Absolute, class Relative> 17 struct virtual_time_base : std::enable_shared_from_this<virtual_time_base<Absolute, Relative>> 20 typedef virtual_time_base<Absolute, Relative> this_type; 27 typedef Relative relative; 167 template<class Absolute, class Relative> 168 struct virtual_time : public detail::virtual_time_base<Absolute, Relative> 170 typedef detail::virtual_time_base<Absolute, Relative> base;
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | pcrel-indirect-call.ll | 7 ; The test checks the behavior of PC Relative indirect calls. When using 8 ; PC Relative, TOC save and restore are no longer required. Function pointer
|
D | pcrel-local-caller-toc.ll | 6 ; where the caller has PC Relative disabled, the callee has PC Relative
|
D | func-alias.ll | 30 ; This caller does not use PC Relative memops
|
/external/wayland-protocols/freedesktop.org/unstable/relative-pointer/ |
D | README | 1 Relative pointer protocol
|
/external/skia/include/utils/ |
D | SkParsePath.h | 21 enum class PathEncoding { Absolute, Relative }; enumerator
|
/external/libxkbcommon/doc/ |
D | compat.md | 3 Relative to the XKB 1.0 specification implemented in current X servers, 50 Relative to the standard implementation in libX11 (described in the
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 186 SmallString<128> Relative; in computeRelativePath() local 188 sys::path::append(Relative, ".."); in computeRelativePath() 191 sys::path::append(Relative, *ToI); in computeRelativePath() 193 return Relative.str(); in computeRelativePath()
|
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 76 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1); 77 Int4 dynamicAddress(const Shader::Relative &rel);
|
D | PixelProgram.hpp | 78 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1); 79 Int4 dynamicAddress(const Shader::Relative &rel);
|
D | Shader.hpp | 401 struct Relative struct in sw::Shader 418 Relative rel;
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 32 bool InToplevel, bool Relative) { in getOutputPath() argument 37 if (!Relative) in getOutputPath()
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 32 bool Relative) const { in getOutputPath() 37 if (!Relative) in getOutputPath()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 541 SmallString<128> Relative; in computeArchiveRelativePath() local 543 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath() 546 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath() 548 return Relative.str(); in computeArchiveRelativePath()
|
/external/clang/include/clang/Config/ |
D | config.h.cmake | 20 /* Relative directory for resource files */
|
/external/iptables/extensions/ |
D | libxt_rateest.man | 17 .\" * Relative: 22 .\" * Relative + Delta:
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | symbolize-paths.s | 10 # Relative include-dirs should have comp-dir prepended
|
/external/llvm-project/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 562 SmallString<128> Relative; in computeArchiveRelativePath() local 564 sys::path::append(Relative, sys::path::Style::posix, ".."); in computeArchiveRelativePath() 567 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath() 569 return std::string(Relative.str()); in computeArchiveRelativePath()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | Extract.rc | 27 IDS_PATH_MODE_RELAT "Relative pathnames"
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerIOWindows.cpp | 249 bool Relative = true) { in ParseDrive() argument 253 if (!Relative) // Accept relative path? in ParseDrive()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | GlobalCompilationDatabaseTests.cpp | 285 auto Command = [&](llvm::StringRef Relative) { in TEST() argument 287 .getCompileCommand(FS.path(Relative)) in TEST()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerIOWindows.cpp | 249 bool Relative = true) { in ParseDrive() argument 253 if (!Relative) // Accept relative path? in ParseDrive()
|
/external/llvm-project/clang/include/clang/Config/ |
D | config.h.cmake | 44 /* Relative directory for resource files */
|
/external/llvm-project/clang/include/clang/AST/ |
D | VTableBuilder.h | 395 Relative, enumerator 436 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
|
/external/llvm-project/lld/test/ELF/ |
D | ppc64-tls-pcrel-ld.s | 17 ## This test checks the Local Dynamic PC Relative TLS implementation for lld.
|