/external/cronet/stable/url/ |
D | url_canon_internal_file.h | 69 ParsedComponent sub_path(after_slashes, end - after_slashes); in FileDoPath() 70 if (sub_path.len > 0) { in FileDoPath() 75 spec, sub_path, output, &fake_output_path); in FileDoPath()
|
D | url_canon_fileurl.cc | 51 Component sub_path = MakeRange(begin, drive_letter_pos); in DoFindWindowsDriveLetter() local 54 bool success = CanonicalizePath(spec, sub_path, &output, &output_path); in DoFindWindowsDriveLetter() 117 Component sub_path = MakeRange(after_drive, path.end()); in DoFileCanonicalizePath() local 119 success = CanonicalizePath(spec, sub_path, output, &fake_output_path); in DoFileCanonicalizePath()
|
/external/cronet/tot/url/ |
D | url_canon_internal_file.h | 69 ParsedComponent sub_path(after_slashes, end - after_slashes); in FileDoPath() 70 if (sub_path.len > 0) { in FileDoPath() 75 spec, sub_path, output, &fake_output_path); in FileDoPath()
|
D | url_canon_fileurl.cc | 51 Component sub_path = MakeRange(begin, drive_letter_pos); in DoFindWindowsDriveLetter() local 54 bool success = CanonicalizePath(spec, sub_path, &output, &output_path); in DoFindWindowsDriveLetter() 117 Component sub_path = MakeRange(after_drive, path.end()); in DoFileCanonicalizePath() local 119 success = CanonicalizePath(spec, sub_path, output, &fake_output_path); in DoFileCanonicalizePath()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/ |
D | mkowners.py | 131 def full_dir(rules_dir, sub_path): argument 132 return os.path.join(rules_dir, sub_path) if rules_dir != '.' else sub_path
|
/external/rust/android-crates-io/crates/diplomat_core/src/ast/ |
D | methods.rs | 416 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))), in static_methods() 432 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))), in static_methods() 449 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))), in cfged_method() 463 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))), in nonstatic_methods() 475 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))), in nonstatic_methods() 485 PathType::new(Path::empty().sub_path(Ident::from("MyStructContainingMethod"))),
|
D | modules.rs | 148 let path_to_self = in_path.sub_path(self.name.clone()); in insert_all_types() 292 base_path.sub_path((&name.ident).into()), in extract_imports() 296 extract_imports(&base_path.sub_path((&path.ident).into()), &path.tree, out) in extract_imports() 306 base_path.sub_path((&rename.ident).into()), in extract_imports()
|
D | paths.rs | 21 pub fn sub_path(&self, ident: Ident) -> Path { in sub_path() method
|
D | types.rs | 73 in_path.sub_path(self.name().clone()) in self_path()
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 171 sub_path = os.path.dirname(summary_file).replace( 173 if sub_path == '': 176 folders = sub_path.split(os.sep)
|
/external/coreboot/src/commonlib/ |
D | device_tree.c | 1072 char *sub_path; in dt_find_node_by_path() local 1087 sub_path = duped_str = strdup(&path[1]); in dt_find_node_by_path() 1088 if (!sub_path) in dt_find_node_by_path() 1099 sub_path = strchr(alias, '/'); in dt_find_node_by_path() 1100 if (sub_path) in dt_find_node_by_path() 1101 *sub_path = '\0'; in dt_find_node_by_path() 1112 if (!sub_path) { in dt_find_node_by_path() 1118 sub_path++; in dt_find_node_by_path() 1121 next_slash = sub_path; in dt_find_node_by_path() 1122 path_array[0] = sub_path; in dt_find_node_by_path()
|
/external/rust/android-crates-io/crates/diplomat_core/src/ast/snapshots/ |
D | diplomat_core__ast__methods__tests__nonstatic_methods.snap | 3 … y: MyCustomStruct) {}\n },\n PathType::new(Path::empty().sub_path(Ident::from(\"MyS…
|
D | diplomat_core__ast__methods__tests__static_methods.snap | 3 … y: MyCustomStruct) {}\n },\n PathType::new(Path::empty().sub_path(Ident::from(\"MyS…
|
D | diplomat_core__ast__methods__tests__nonstatic_methods-2.snap | 3 …omStruct) -> u64 { x }\n },\n PathType::new(Path::empty().sub_path(Ident::from(\"MyS…
|
D | diplomat_core__ast__methods__tests__cfged_method.snap | 3 … y: MyCustomStruct) {}\n },\n PathType::new(Path::empty().sub_path(Ident::from(\"MyS…
|
D | diplomat_core__ast__methods__tests__static_methods-2.snap | 3 …omStruct) -> u64 { x }\n },\n PathType::new(Path::empty().sub_path(Ident::from(\"MyS…
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 691 std::vector<CFX_Path::Point> sub_path; in DrawPath() local 696 DrawZeroAreaPath(sub_path, pObject2Device, adjust, in DrawPath() 698 sub_path.clear(); in DrawPath() 701 sub_path.push_back(points[i]); in DrawPath() 706 sub_path.push_back(points[i]); in DrawPath() 707 sub_path.push_back(points[i + 1]); in DrawPath() 708 sub_path.push_back(points[i + 2]); in DrawPath() 714 sub_path.push_back(points[i]); in DrawPath() 717 DrawZeroAreaPath(sub_path, pObject2Device, adjust, in DrawPath()
|
/external/libchrome/base/files/ |
D | file_path_watcher_unittest.cc | 376 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() local 379 sub_path = sub_path.AppendASCII(*d); in TEST_F() 380 ASSERT_TRUE(base::CreateDirectory(sub_path)); in TEST_F()
|
/external/icing/icing/legacy/index/ |
D | icing-filesystem.cc | 627 std::string sub_path = std::string(path) + '/' + *i; in GetDiskUsage() local 628 uint64_t sub_usage = GetDiskUsage(sub_path.c_str()); in GetDiskUsage()
|
/external/icing/icing/file/ |
D | filesystem.cc | 693 std::string sub_path = std::string(path) + '/' + *i; in GetDiskUsage() local 694 uint64_t sub_usage = GetDiskUsage(sub_path.c_str()); in GetDiskUsage()
|
/external/cronet/stable/base/files/ |
D | file_path_watcher_unittest.cc | 808 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() local 810 sub_path = sub_path.AppendASCII(dir_name); in TEST_F() 811 ASSERT_TRUE(CreateDirectory(sub_path)); in TEST_F() 2291 FilePath sub_path(temp_dir_.GetPath()); in TEST_P() local 2293 sub_path = sub_path.AppendASCII(dir_name); in TEST_P() 2294 ASSERT_TRUE(CreateDirectory(sub_path)); in TEST_P()
|
/external/cronet/tot/base/files/ |
D | file_path_watcher_unittest.cc | 808 FilePath sub_path(temp_dir_.GetPath()); in TEST_F() local 810 sub_path = sub_path.AppendASCII(dir_name); in TEST_F() 811 ASSERT_TRUE(CreateDirectory(sub_path)); in TEST_F() 2291 FilePath sub_path(temp_dir_.GetPath()); in TEST_P() local 2293 sub_path = sub_path.AppendASCII(dir_name); in TEST_P() 2294 ASSERT_TRUE(CreateDirectory(sub_path)); in TEST_P()
|
/external/chromiumos-config/payload_utils/ |
D | join_config_payloads.py | 723 def clone_or_use_dep(repo, clone_path, dep_path, sub_path=''): argument 742 sys.path.append(os.path.join(root_path, sub_path))
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 940 static inline void write_block_map_entry(char *sub_path, unsigned long long start_block, unsigned l… in write_block_map_entry() argument 957 if (sub_path[0] != '/') fprintf(block_map_file, "/"); in write_block_map_entry() 959 fprintf(block_map_file, "%s %lld\n", sub_path, round_start); in write_block_map_entry() 961 fprintf(block_map_file, "%s %lld-%lld\n", sub_path, round_start, round_end); in write_block_map_entry() 1031 char *sub_path; in create_inode() local 1052 sub_path = subpathname(dir_ent); in create_inode() 1054 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode() 1063 char *sub_path; in create_inode() local 1092 sub_path = subpathname(dir_ent); in create_inode() 1094 write_block_map_entry(sub_path, start_block, total_size, mount_point, block_map_file); in create_inode()
|