/external/llvm/utils/llvm-build/llvmbuild/ |
D | componentinfo.py | 33 def __init__(self, subpath, name, dependencies, parent): argument 34 if not subpath.startswith('/'): 35 raise ValueError("invalid subpath: %r" % subpath) 36 self.subpath = subpath 98 def parse(subpath, items): argument 100 return GroupComponentInfo(subpath, **kwargs) 102 def __init__(self, subpath, name, parent): argument 103 ComponentInfo.__init__(self, subpath, name, [], parent) 126 def parse(subpath, items): argument 128 return LibraryComponentInfo(subpath, **kwargs) [all …]
|
D | main.py | 67 def recurse(subpath): argument 69 llvmbuild_path = os.path.join(llvmbuild_source_root + subpath, 76 subpath) 82 for item in recurse(os.path.join(subpath, subdir)): 121 ci.name, ci.subpath, existing.subpath)) 211 info_basedir[ci.subpath] = info_basedir.get(ci.subpath, []) + [ci] 217 if ci.subpath == '/': 221 parent_path = os.path.dirname(ci.subpath) 224 parent_list.add(os.path.basename(ci.subpath)) 227 for subpath, infos in info_basedir.items(): [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
D | deps_updater.py | 89 for subpath in files_to_delete: 90 self.remove('LayoutTests', 'imported', subpath) 102 for subpath in previous_baselines: 103 full_path = self.fs.join(dest_repo, subpath)
|
D | test_importer.py | 333 subpath = os.path.relpath(orig_path, self.top_of_repo) 334 new_path = os.path.join(self.destination_directory, subpath)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | core-extensions.rb | 5 def /( subpath ) argument 6 File.join( self, subpath.to_s )
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 160 subpath = path_in_suite + (filename,) 161 file_execpath = ts.getExecPath(subpath) 182 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | test_file_system.py | 47 for subpath, subitem in item.iteritems(): 48 update_result(subitem, path + subpath)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
D | finder.py | 58 def subpath(self, path): member in _DirectoryTree 139 relpath = tree.subpath(path)
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zdump.c | 1021 char subpath[FILENAME_MAX + 1]; in getzones() local 1028 strcpy(subpath, relpath); in getzones() 1029 strcat(subpath, "/"); in getzones() 1030 strcat(subpath, dir->d_name); in getzones() 1032 strcpy(subpath, dir->d_name); in getzones() 1034 getzones(basedir, subpath, last, count); in getzones()
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | zdump.c | 1021 char subpath[FILENAME_MAX + 1]; in getzones() local 1028 strcpy(subpath, relpath); in getzones() 1029 strcat(subpath, "/"); in getzones() 1030 strcat(subpath, dir->d_name); in getzones() 1032 strcpy(subpath, dir->d_name); in getzones() 1034 getzones(basedir, subpath, last, count); in getzones()
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi.sb | 20 (allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
|
/external/chromium_org/content/renderer/ |
D | renderer.sb | 25 (allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrDefaultPathRenderer.cpp | 249 int subpath = 0; in createGeom() local 263 ++subpath; in createGeom()
|
/external/skia/src/gpu/ |
D | GrDefaultPathRenderer.cpp | 249 int subpath = 0; in createGeom() local 263 ++subpath; in createGeom()
|
/external/chromium_org/chrome/browser/extensions/updater/ |
D | extension_updater.cc | 132 std::string subpath; in DetermineForcedUpdatesOnBlockingPool() local 134 &subpath)) { in DetermineForcedUpdatesOnBlockingPool() 137 extension->path().AppendASCII(subpath); in DetermineForcedUpdatesOnBlockingPool()
|
/external/chromium_org/components/policy/core/common/ |
D | policy_loader_win_unittest.cc | 648 base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); in AppendPolicyToPRegFile() local 653 AppendPolicyToPRegFile(subpath, entry.key(), &entry.value()); in AppendPolicyToPRegFile() 658 base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); in AppendPolicyToPRegFile() local 664 AppendPolicyToPRegFile(subpath, base::IntToString(i + 1), entry); in AppendPolicyToPRegFile()
|
/external/chromium_org/chrome/utility/importer/ |
D | ie_importer_win.cc | 235 base::FilePath subpath(path.Append(child.Name())); in ParseFavoritesOrderRegistryTree() local 236 if (!ParseFavoritesOrderRegistryTree(importer, subkey, subpath, in ParseFavoritesOrderRegistryTree()
|
/external/chromium_org/third_party/lcov/bin/ |
D | lcov | 2837 my $subpath = catpath($v, catdir(@dirs[0..$i]), ''); 2838 my $entry = $prefix{$subpath}; 2842 if (($p_len - length($subpath) - 1) > $max_width) { 2845 $prefix{$subpath} = $entry;
|
/external/llvm/docs/ |
D | LLVMBuild.rst | 146 subpath to search for additional LLVMBuild files.
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 336 test file and a subpath to identify the virtual test.
|