/external/skia/tools/copyright/ |
D | main.py | 33 def Main(root_directory): argument 38 filepaths = GetAllFilepaths(root_directory) 68 def GetAllFilepaths(root_directory): argument 74 for dirpath, _, filenames in os.walk(root_directory):
|
/external/skqp/tools/copyright/ |
D | main.py | 30 def Main(root_directory): argument 35 filepaths = GetAllFilepaths(root_directory) 64 def GetAllFilepaths(root_directory): argument 70 for dirpath, _, filenames in os.walk(root_directory):
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 71 std::string root_directory; member 136 ASSERT_EQ(p.root_directory(), TC.root_directory); in decompPathTest() 137 ASSERT_NEQ(p.has_root_directory(), TC.root_directory.empty()); in decompPathTest()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/ |
D | path.decompose.pass.cpp | 71 std::string root_directory; member 134 assert(p.root_directory() == TC.root_directory); in decompPathTest() 135 assert(p.has_root_directory() != TC.root_directory.empty()); in decompPathTest()
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 993 def process_tree(self, root_directory, output_root_directory, argument 1010 if output_root_directory == root_directory: 1011 return self.process_tree_inplace(root_directory) 1020 norm_root = os.path.split(os.path.normpath(root_directory)) 1024 (root_directory, output_root_directory)) 1031 for dir_name, _, file_list in os.walk(root_directory): 1040 root_directory)) 1047 fullpath, root_directory)) 1054 report += "Input tree: %r\n" % root_directory 1065 output_root_directory, os.path.relpath(link_target, root_directory)) [all …]
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/ |
D | Main.py | 177 self.root_directory: str = None 186 context.root_directory = get_root_directory()
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | file_operations.py | 230 def git_apply_patch(root_directory, argument 242 git_apply_command += ["--directory", root_directory, patch_file]
|
/external/llvm-project/debuginfo-tests/dexter/dex/utils/ |
D | UnitTests.py | 44 context.root_directory, pattern='*.py')
|
/external/perfetto/src/traced/probes/filesystem/ |
D | inode_file_data_source.h | 49 const std::string& root_directory,
|
D | inode_file_data_source.cc | 89 const std::string& root_directory, in CreateStaticDeviceToInodeMap() argument 93 FileScanner scanner({root_directory}, &delegate); in CreateStaticDeviceToInodeMap()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 237 StringRef root_directory(StringRef path);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 237 StringRef root_directory(StringRef path);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Path.h | 270 StringRef root_directory(StringRef path, Style style = Style::native);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Path.h | 264 StringRef root_directory(StringRef path, Style style = Style::native);
|
/external/llvm/lib/Support/ |
D | Path.cpp | 414 StringRef root_directory(StringRef path) { in root_directory() function 631 return !root_directory(p).empty(); in has_root_directory() 847 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 414 StringRef root_directory(StringRef path) { in root_directory() function 631 return !root_directory(p).empty(); in has_root_directory() 849 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 189 (void)path::root_directory(*i); in TEST() 239 ASSERT_EQ(path::root_directory("/goo/hello", path::Style::posix).str(), "/"); in TEST() 240 ASSERT_EQ(path::root_directory("c:/hello", path::Style::windows).str(), "/"); in TEST() 241 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::posix).str(), ""); in TEST() 242 ASSERT_EQ(path::root_directory("d/file.txt", path::Style::windows).str(), ""); in TEST() 289 … path::root_name(p, path::Style::posix).str() + path::root_directory(p, path::Style::posix).str(), in TEST() 293 …path::root_name(p, path::Style::windows).str() + path::root_directory(p, path::Style::windows).str… in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 389 StringRef root_directory(StringRef path, Style style) { in root_directory() function 641 return !root_directory(p, style).empty(); in has_root_directory() 912 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 388 StringRef root_directory(StringRef path, Style style) { in root_directory() function 624 return !root_directory(p, style).empty(); in has_root_directory() 939 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/llvm-project/clang/lib/Tooling/ |
D | InterpolatingCompilationDatabase.cpp | 411 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 128 path::root_directory(*i); in TEST()
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 2068 root_directory = self.make_path('foo') 2071 self.create_dir(root_directory) 2073 directory = self.os.path.join(root_directory, directory) 2076 test_file = self.os.path.join(root_directory, test_file) 2081 generator = self.os.walk(root_directory) 2085 self.assertEqual(root_directory, root)
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1zStatusIssuesStatus.csv | 154 "`2667 <https://wg21.link/LWG2667>`__","path::root_directory() description is confusing","Oulu","|C…
|
/external/libcxx/include/ |
D | filesystem | 1053 _LIBCPP_INLINE_VISIBILITY path root_directory() const {
|
/external/llvm-project/libcxx/include/ |
D | filesystem | 1085 _LIBCPP_INLINE_VISIBILITY path root_directory() const {
|