Home
last modified time | relevance | path

Searched refs:Relative (Results 1 – 25 of 183) sorted by relevance

12345678

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-virtualtime.hpp16 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/
Dpcrel-indirect-call.ll7 ; 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
Dpcrel-local-caller-toc.ll6 ; where the caller has PC Relative disabled, the callee has PC Relative
Dfunc-alias.ll30 ; This caller does not use PC Relative memops
/external/wayland-protocols/freedesktop.org/unstable/relative-pointer/
DREADME1 Relative pointer protocol
/external/skia/include/utils/
DSkParsePath.h21 enum class PathEncoding { Absolute, Relative }; enumerator
/external/libxkbcommon/doc/
Dcompat.md3 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/
DArchiveWriter.cpp186 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/
DVertexProgram.hpp76 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
77 Int4 dynamicAddress(const Shader::Relative &rel);
DPixelProgram.hpp78 Int relativeAddress(const Shader::Relative &rel, int bufferIndex = -1);
79 Int4 dynamicAddress(const Shader::Relative &rel);
DShader.hpp401 struct Relative struct in sw::Shader
418 Relative rel;
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp32 bool InToplevel, bool Relative) { in getOutputPath() argument
37 if (!Relative) in getOutputPath()
/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageView.cpp32 bool Relative) const { in getOutputPath()
37 if (!Relative) in getOutputPath()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp541 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/
Dconfig.h.cmake20 /* Relative directory for resource files */
/external/iptables/extensions/
Dlibxt_rateest.man17 .\" * Relative:
22 .\" * Relative + Delta:
/external/llvm-project/llvm/test/DebugInfo/
Dsymbolize-paths.s10 # Relative include-dirs should have comp-dir prepended
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp562 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/
DExtract.rc27 IDS_PATH_MODE_RELAT "Relative pathnames"
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp249 bool Relative = true) { in ParseDrive() argument
253 if (!Relative) // Accept relative path? in ParseDrive()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DGlobalCompilationDatabaseTests.cpp285 auto Command = [&](llvm::StringRef Relative) { in TEST() argument
287 .getCompileCommand(FS.path(Relative)) in TEST()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOWindows.cpp249 bool Relative = true) { in ParseDrive() argument
253 if (!Relative) // Accept relative path? in ParseDrive()
/external/llvm-project/clang/include/clang/Config/
Dconfig.h.cmake44 /* Relative directory for resource files */
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h395 Relative, enumerator
436 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()
/external/llvm-project/lld/test/ELF/
Dppc64-tls-pcrel-ld.s17 ## This test checks the Local Dynamic PC Relative TLS implementation for lld.

12345678