/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 63 if (sys::path::is_absolute(EnvSrc)) in getSourceFileFullPath() 75 if (sys::path::is_absolute(Path)) in getSourceFileFullPath() 83 if (sys::path::is_absolute(RecordedResult)) in getSourceFileFullPath()
|
/external/python/cpython3/PC/layout/ |
D | main.py | 570 if not ns.source.is_absolute(): 572 if not ns.build.is_absolute(): 574 if not ns.temp.is_absolute(): 576 if not ns.doc_build.is_absolute(): 578 if ns.include_cat and not ns.include_cat.is_absolute(): 581 if ns.copy and not ns.copy.is_absolute(): 583 if ns.zip and not ns.zip.is_absolute(): 585 if ns.catalog and not ns.catalog.is_absolute():
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
D | current_path.pass.cpp | 46 TEST_CHECK(p.is_absolute()); in TEST_CASE() 80 TEST_CHECK(new_cwd.is_absolute()); in TEST_CASE()
|
/external/clang/tools/libclang/ |
D | BuildSystem.cpp | 43 if (!path::is_absolute(virtualPath)) in clang_VirtualFileOverlay_addFileMapping() 45 if (!path::is_absolute(realPath)) in clang_VirtualFileOverlay_addFileMapping()
|
/external/python/cpython3/Lib/test/ |
D | test_pathlib.py | 669 self.assertFalse(P().is_absolute()) 670 self.assertFalse(P('a').is_absolute()) 671 self.assertFalse(P('a/b/').is_absolute()) 672 self.assertTrue(P('/').is_absolute()) 673 self.assertTrue(P('/a').is_absolute()) 674 self.assertTrue(P('/a/b/').is_absolute()) 675 self.assertTrue(P('//a').is_absolute()) 676 self.assertTrue(P('//a/b').is_absolute()) 1065 self.assertFalse(P().is_absolute()) 1066 self.assertFalse(P('a').is_absolute()) [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 148 ASSERT_EQ(p.is_absolute(), p.has_root_directory()); in decompPathTest() 149 ASSERT_NEQ(p.is_relative(), p.is_absolute()); in decompPathTest()
|
/external/tensorflow/tensorflow/tools/pip_package/ |
D | build_pip_package.sh | 20 function is_absolute { function 25 is_absolute "$1" && echo "$1" || echo "$PWD/${1#./}"
|
/external/libchrome/base/ |
D | path_service.h | 60 bool is_absolute,
|
D | path_service.cc | 241 bool is_absolute, in OverrideAndCreateIfNeeded() argument 260 if (!is_absolute) { in OverrideAndCreateIfNeeded()
|
/external/tensorflow/tensorflow/tools/ci_build/gpu_build/ |
D | parallel_gpu_execute.sh | 40 if is_absolute "$1" ; then
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/ |
D | absolute.pass.cpp | 53 TEST_CHECK(ret.is_absolute()); in TEST_CASE()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV1.h | 317 LLVM_PATH_DEPRECATED_MSG(path::is_absolute)); 324 LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
|
D | PathV2.h | 346 bool is_absolute(const Twine &path);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Process.cpp | 32 assert(!path::is_absolute(FileName)); in FindInEnvPath()
|
D | Path.cpp | 170 if (!sys::path::is_absolute(Twine(ModelStorage))) { in createUniqueEntity() 676 bool is_absolute(const Twine &path) { in is_absolute() function 690 bool is_relative(const Twine &path) { return !is_absolute(path); } in is_relative() 716 if (path::is_absolute(path)) in remove_dots()
|
/external/llvm/lib/Support/ |
D | Process.cpp | 32 assert(!path::is_absolute(FileName)); in FindInEnvPath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Process.cpp | 38 assert(!path::is_absolute(FileName)); in FindInEnvPath()
|
/external/clang/lib/Basic/ |
D | FileSystemStatCache.cpp | 122 if (!Data.IsDirectory || llvm::sys::path::is_absolute(Path)) in getStat()
|
/external/perfetto/tools/ |
D | gen_build | 218 def is_absolute(self): member in Label 232 self.is_absolute(), 236 other.is_absolute(),
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
D | canonical.pass.cpp | 82 TEST_CHECK(ret.is_absolute()); in TEST_CASE()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 431 bool is_absolute(const Twine &path);
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 431 bool is_absolute(const Twine &path);
|
/external/python/cpython3/Doc/library/ |
D | pathlib.rst | 445 .. method:: PurePath.is_absolute() 450 >>> PurePosixPath('/a/b').is_absolute() 452 >>> PurePosixPath('a/b').is_absolute() 455 >>> PureWindowsPath('c:/a/b').is_absolute() 457 >>> PureWindowsPath('/a/b').is_absolute() 459 >>> PureWindowsPath('c:').is_absolute() 461 >>> PureWindowsPath('//some/share').is_absolute() 1108 :func:`os.path.isabs` :meth:`PurePath.is_absolute`
|
/external/clang/tools/clang-check/ |
D | ClangCheck.cpp | 94 assert(llvm::sys::path::is_absolute(filename) && in RewriteFilename()
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 175 if (sys::path::is_absolute(From) || sys::path::is_absolute(To)) in computeRelativePath()
|