Home
last modified time | relevance | path

Searched refs:subpath (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/llvm-build/llvmbuild/
Dcomponentinfo.py30 def __init__(self, subpath, name, dependencies, parent): argument
31 if not subpath.startswith('/'):
32 raise ValueError,"invalid subpath: %r" % subpath
33 self.subpath = subpath
80 def parse(subpath, items): argument
82 return GroupComponentInfo(subpath, **kwargs)
84 def __init__(self, subpath, name, parent): argument
85 ComponentInfo.__init__(self, subpath, name, [], parent)
98 def parse(subpath, items): argument
104 return LibraryComponentInfo(subpath, **kwargs)
[all …]
Dmain.py67 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))
209 info_basedir[ci.subpath] = info_basedir.get(ci.subpath, []) + [ci]
215 if ci.subpath == '/':
219 parent_path = os.path.dirname(ci.subpath)
222 parent_list.add(os.path.basename(ci.subpath))
225 for subpath, infos in info_basedir.items():
[all …]
/external/webkit/Source/WebKit2/WebProcess/
Dcom.apple.WebProcess.sb14 (subpath "/Library/Dictionaries")
15 (subpath "/Library/Fonts")
16 (subpath "/Library/Frameworks")
17 (subpath "/Library/Keychains")
18 (subpath "/private/var/db/mds")
19 (subpath "/private/var/db/DetachedSignatures")
23 (subpath "/Library/Internet Plug-Ins")
24 (subpath (string-append (param "HOME_DIR") "/Library/Internet Plug-Ins"))
45 (subpath (param "WEBKIT2_FRAMEWORK_DIR"))
48 (subpath (string-append (param "HOME_DIR") "/Library/Fonts"))
[all …]
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp68 LPTTPOLYGONHEADER subpath = reinterpret_cast<LPTTPOLYGONHEADER>(outline.data() + offset); in createPathForGlyph() local
69 ASSERT(subpath->dwType == TT_POLYGON_TYPE); in createPathForGlyph()
70 if (subpath->dwType != TT_POLYGON_TYPE) in createPathForGlyph()
73 CGPathMoveToPoint(path, 0, toCGFloat(subpath->pfxStart.x), toCGFloat(subpath->pfxStart.y)); in createPathForGlyph()
75 unsigned subpathOffset = sizeof(*subpath); in createPathForGlyph()
76 while (subpathOffset < subpath->cb) { in createPathForGlyph()
77 …CURVE segment = reinterpret_cast<LPTTPOLYCURVE>(reinterpret_cast<UInt8*>(subpath) + subpathOffset); in createPathForGlyph()
125 offset += subpath->cb; in createPathForGlyph()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcore-extensions.rb5 def /( subpath ) argument
6 File.join( self, subpath.to_s )
/external/skia/src/gpu/
DGrTesselatedPathRenderer.cpp397 int subpath = 0; in onDrawPath() local
403 subpathVertCount[subpath] = vert-subpathBase; in onDrawPath()
405 ++subpath; in onDrawPath()
429 subpathVertCount[subpath] = vert-subpathBase; in onDrawPath()
430 ++subpath; // this could be only in debug in onDrawPath()
456 subpathVertCount[subpath++] = 4; in onDrawPath()
459 GrAssert(subpath == subpathCnt); in onDrawPath()
DGrDefaultPathRenderer.cpp257 int subpath = 0; in createGeom() local
268 ++subpath; in createGeom()
/external/icu4c/tools/tzcode/
Dzdump.c1021 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/llvm/docs/CommandGuide/
Dlit.pod330 a subpath to identify the virtual test.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0615228 The rect(x, y, w, h) method must create a new subpath containing just the four points
15230 lines, and must then mark the subpath as closed.
77390 [Qt] Path::closeSubpath() should only close the last subpath if it has >1 point
77398 * platform/graphics/Path.h: Add a Qt-only member to track the last subpath.
77400 (WebCore::Path::closeSubpath): Only close the last subpath if it
77401 has more than 1 point. Otherwise behave as moveTo(first point in last subpath)
96971 …if there is only 1 point in the current subpath (since these are both sufficient conditions for a …
128631 Path arcto function need to ensure there is subpath before it.
DChangeLog-2006-12-3128453 Keep track of the start of the subpath so we can handle