HomeSort by relevance Sort by last modified time
    Searched full:is_relative (Results 1 - 25 of 63) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
af_vfs.h 43 AFfileoffset (*seek) (AFvirtualfile *vfile, AFfileoffset offset, int is_relative);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.query/
tested_in_path_decompose.pass.cpp 29 // bool is_relative() const;
  /external/opencv/cxcore/src/
cxnorm.cpp 977 int type, depth, cn, is_relative; local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.query/
tested_in_path_decompose.pass.cpp 29 // bool is_relative() const;
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 57 if (llvm::sys::path::is_relative(NewPath))
180 if (llvm::sys::path::is_relative(FileName)) {
JSONCompilationDatabase.cpp 327 if (llvm::sys::path::is_relative(FileName)) {
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 39 // bool is_relative() const;
139 assert(p.is_relative() != p.is_absolute());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.decompose/
path.decompose.pass.cpp 39 // bool is_relative() const;
139 assert(p.is_relative() != p.is_absolute());
  /toolchain/binutils/binutils-2.27/gold/
output.h 1144 Address address, bool is_relative, bool is_symbolless,
1149 unsigned int shndx, Address address, bool is_relative,
1156 Output_data* od, Address address, bool is_relative,
1162 unsigned int shndx, Address address, bool is_relative,
1169 Address address, bool is_relative);
1173 Address address, bool is_relative);
1178 bool is_relative);
1181 unsigned int shndx, Address address, bool is_relative);
1201 is_relative() const function in class:gold::Output_reloc
1461 is_relative() const function in class:gold::Output_reloc
1576 is_relative() const function in class:gold::Output_reloc
    [all...]
output.cc 714 bool is_relative,
718 is_relative_(is_relative), is_symbolless_(is_symbolless),
736 bool is_relative,
740 is_relative_(is_relative), is_symbolless_(is_symbolless),
761 bool is_relative,
766 is_relative_(is_relative), is_symbolless_(is_symbolless),
787 bool is_relative,
792 is_relative_(is_relative), is_symbolless_(is_symbolless),
815 bool is_relative)
817 is_relative_(is_relative), is_symbolless_(is_relative)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
arc-plt.h 46 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0)
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 125 path::is_relative(*i);
  /external/clang/lib/Frontend/
CacheTokens.cpp 512 if (llvm::sys::path::is_relative(FE->getName()))
562 if (llvm::sys::path::is_relative(Path))
  /external/llvm/include/llvm/Support/
Path.h 437 bool is_relative(const Twine &path);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 299 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
DWARFDebugLine.cpp 654 sys::path::is_relative(IncludeDir))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV2.h 352 bool is_relative(const Twine &path);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Path.h 437 bool is_relative(const Twine &path);
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 186 if (llvm::sys::path::is_relative(Entry->getName())) {
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 228 int is_relative( ) {
  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 593 bool is_relative(const Twine &path) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 454 bool is_relative(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Path.h 454 bool is_relative(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Path.h 454 bool is_relative(const Twine &path, Style style = Style::native);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Path.h 453 bool is_relative(const Twine &path, Style style = Style::native);

Completed in 1682 milliseconds

1 2 3