/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/skia/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/tensorflow/tensorflow/tools/compatibility/ |
D | ast_edits.py | 557 def process_tree(self, root_directory, output_root_directory, argument 574 if output_root_directory == root_directory: 575 return self.process_tree_inplace(root_directory) 584 norm_root = os.path.split(os.path.normpath(root_directory)) 588 (root_directory, output_root_directory)) 595 for dir_name, _, file_list in os.walk(root_directory): 602 root_directory)) 609 fullpath, root_directory)) 616 report += "Input tree: %r\n" % root_directory 634 def process_tree_inplace(self, root_directory): argument [all …]
|
/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 189 const StringRef root_directory(StringRef path);
|
/external/perfetto/src/traced/probes/filesystem/ |
D | inode_file_data_source.h | 48 const std::string& root_directory,
|
D | inode_file_data_source.cc | 94 const std::string& root_directory, in CreateStaticDeviceToInodeMap() argument 98 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/lib/Support/ |
D | PathV2.cpp | 319 const StringRef root_directory(StringRef path) { in root_directory() function 534 return !root_directory(p).empty(); in has_root_directory() 635 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 254 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/swiftshader/third_party/LLVM/unittests/Support/ |
D | Path.cpp | 115 path::root_directory(*i); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 405 StringRef root_directory(StringRef path, Style style) { in root_directory() function 634 return !root_directory(p, style).empty(); in has_root_directory() 883 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 128 path::root_directory(*i); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 161 (void)path::root_directory(*i); in TEST()
|
/external/libcxx/include/ |
D | filesystem | 1053 _LIBCPP_INLINE_VISIBILITY path root_directory() const {
|