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

/external/llvm/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py30 def __init__(self, subpath, name, dependencies, parent):
31 if not subpath.startswith('/'):
32 raise ValueError,"invalid subpath: %r" % subpath
33 self.subpath = subpath
95 def parse(subpath, items):
97 return GroupComponentInfo(subpath, **kwargs)
99 def __init__(self, subpath, name, parent):
100 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/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp68 LPTTPOLYGONHEADER subpath = reinterpret_cast<LPTTPOLYGONHEADER>(outline.data() + offset); local
69 ASSERT(subpath->dwType == TT_POLYGON_TYPE);
70 if (subpath->dwType != TT_POLYGON_TYPE)
73 CGPathMoveToPoint(path, 0, toCGFloat(subpath->pfxStart.x), toCGFloat(subpath->pfxStart.y));
75 unsigned subpathOffset = sizeof(*subpath);
76 while (subpathOffset < subpath->cb) {
77 LPTTPOLYCURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset);
125 offset += subpath->cb;
/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/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp252 int subpath = 0; local
263 ++subpath;
/external/icu4c/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);

Completed in 196 milliseconds