Searched refs:subpath (Results 1 - 16 of 16) sorted by relevance

/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py33 def __init__(self, subpath, name, dependencies, parent):
34 if not subpath.startswith('/'):
35 raise ValueError("invalid subpath: %r" % subpath)
36 self.subpath = subpath
98 def parse(subpath, items):
100 return GroupComponentInfo(subpath, **kwargs)
102 def __init__(self, subpath, name, parent):
103 ComponentInfo.__init__(self, subpath, nam
[all...]
H A Dmain.py67 def recurse(subpath):
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 == '/':
220 # Otherwise, append this subpath t
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Ddeps_updater.py89 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)
H A Dtest_importer.py333 subpath = os.path.relpath(orig_path, self.top_of_repo)
334 new_path = os.path.join(self.destination_directory, subpath)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_file_system.py47 for subpath, subitem in item.iteritems():
48 update_result(subitem, path + subpath)
/external/llvm/utils/lit/lit/
H A Ddiscovery.py160 subpath = path_in_suite + (filename,)
161 file_execpath = ts.getExecPath(subpath)
182 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcore-extensions.rb5 def /( subpath )
6 File.join( self, subpath.to_s )
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dfinder.py58 def subpath(self, path): member in class:_DirectoryTree
139 relpath = tree.subpath(path)
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c1021 char subpath[FILENAME_MAX + 1]; local
1028 strcpy(subpath, relpath);
1029 strcat(subpath, "/");
1030 strcat(subpath, dir->d_name);
1032 strcpy(subpath, dir->d_name);
1034 getzones(basedir, subpath, last, count);
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c1021 char subpath[FILENAME_MAX + 1]; local
1028 strcpy(subpath, relpath);
1029 strcat(subpath, "/");
1030 strcat(subpath, dir->d_name);
1032 strcpy(subpath, dir->d_name);
1034 getzones(basedir, subpath, last, count);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp249 int subpath = 0; local
263 ++subpath;
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp249 int subpath = 0; local
263 ++subpath;
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win_unittest.cc648 base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); local
653 AppendPolicyToPRegFile(subpath, entry.key(), &entry.value());
658 base::string16 subpath = path + kPathSep + UTF8ToUTF16(key); local
664 AppendPolicyToPRegFile(subpath, base::IntToString(i + 1), entry);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.cc132 std::string subpath; local
134 &subpath)) {
137 extension->path().AppendASCII(subpath);
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc235 base::FilePath subpath(path.Append(child.Name()));
236 if (!ParseFavoritesOrderRegistryTree(importer, subkey, subpath,
/external/chromium_org/third_party/lcov/bin/
H A Dlcov2837 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;

Completed in 312 milliseconds