HomeSort by relevance Sort by last modified time
    Searched full:pathelement (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/libcore/dom/src/test/resources/
build.xml 72 <pathelement location="${dist}" />
73 <pathelement location="${dist}/junit.jar" />
91 <pathelement location="${dist}" />
92 <pathelement location="${dist}/junit.jar" />
101 <pathelement location="${dist}" />
102 <pathelement location="${dist}/junit.jar" />
  /external/guava/
build.xml 28 <pathelement location="lib/jsr305.jar"/>
49 <pathelement location="src"/>
53 <pathelement location="lib/jsr305.jar"/>
  /sdk/templates/
build.template 40 <pathelement path="${sdk.dir}/tools/lib/anttasks.jar" />
41 <pathelement path="${sdk.dir}/tools/lib/sdklib.jar" />
42 <pathelement path="${sdk.dir}/tools/lib/androidprefs.jar" />
43 <pathelement path="${sdk.dir}/tools/lib/apkbuilder.jar" />
44 <pathelement path="${sdk.dir}/tools/lib/jarutils.jar" />
  /external/emma/
dependencies.xml 8 <pathelement location="${build.target.ant.14.home}/lib/ant.jar" />
13 <pathelement location="${build.target.ant.15.home}/lib/ant.jar" />
83 <pathelement location="${core.classes.out.dir}" />
84 <pathelement location="${core.res.dir}" />
93 <pathelement location="${ant.classes.out.dir}" />
94 <pathelement location="${ant.res.dir}" />
101 <pathelement location="${ant.classes.out.dir}" />
102 <pathelement location="${ant.res.dir}" />
112 <pathelement location="${tools.classes.out.dir}" />
113 <pathelement location="${tools.res.dir}" /
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 186 PathElement pathElement;
192 pathElement.type = PathElementMoveToPoint;
193 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
196 pathElement.type = PathElementAddLineToPoint;
197 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
200 pathElement.type = PathElementAddQuadCurveToPoint;
201 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
204 pathElement.type = PathElementAddCurveToPoint;
205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3)
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.cpp 54 SVGPathElement* pathElement = static_cast<SVGPathElement*>(targetElement);
56 Path pathData = pathElement->toPathData();
62 pathData.transform(pathElement->animatedLocalTransform());
SVGMarkerData.h 89 void updateMarkerDataForPathElement(const PathElement* element)
SVGMarkerLayoutInfo.cpp 45 static inline void processStartAndMidMarkers(void* infoPtr, const PathElement* element)
  /external/jsr305/ri/
build.xml 11 <pathelement location="build/classes"/>
  /external/webkit/WebCore/svg/
SVGAnimateMotionElement.cpp 112 SVGPathElement* pathElement = mPath->pathElement();
113 if (pathElement)
114 return pathElement->toPathData();
SVGMPathElement.h 41 SVGPathElement* pathElement();
SVGMPathElement.cpp 64 SVGPathElement* SVGMPathElement::pathElement()
  /external/webkit/WebCore/platform/graphics/
Path.h 91 struct PathElement {
96 typedef void (*PathApplierFunction)(void* info, const PathElement*);
Path.cpp 42 static void pathLengthApplierFunction(void* info, const PathElement* element)
  /external/elfutils/src/
ld.c 263 static void add_rxxpath (struct pathelement **pathp, const char *str);
1085 struct pathelement *newpath;
1087 newpath = (struct pathelement *)
1088 obstack_calloc (&ld_state.smem, sizeof (struct pathelement));
    [all...]
ld.h 256 struct pathelement struct
259 struct pathelement *next;
736 struct pathelement *paths;
738 struct pathelement *tailpaths;
741 struct pathelement *rpath;
742 struct pathelement *rpath_link;
743 struct pathelement *runpath;
744 struct pathelement *runpath_link;
749 struct pathelement *ld_library_path1;
750 struct pathelement *ld_library_path2
    [all...]
  /external/jdiff/
build.xml 17 <pathelement location="{basedir}/../../extlibs/xerces.jar" />
  /sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java 30 import org.apache.tools.ant.types.Path.PathElement;
277 * @param path Ant {@link Path} to which add the generated APKs as {@link PathElement}
338 PathElement element = path.createPathElement();
SetupTask.java 35 import org.apache.tools.ant.types.Path.PathElement;
240 // create a PathElement for the framework jar
241 PathElement element = bootclasspath.createPathElement();
244 // create PathElement for each optional library.
450 PathElement element = sourcePath.createPathElement();
  /sdk/files/
ant_lib_rules_r2.xml 76 <pathelement location="${emma.dir}/emma.jar" />
77 <pathelement location="${emma.dir}/emma_ant.jar" />
ant_rules_r1.xml 107 <pathelement location="${emma.dir}/emma.jar" />
108 <pathelement location="${emma.dir}/emma_ant.jar" />
ant_rules_r2.xml 110 <pathelement location="${emma.dir}/emma.jar" />
111 <pathelement location="${emma.dir}/emma_ant.jar" />
  /external/icu4c/data/
build.xml 63 <pathelement path="${java.class.path}/"/>
64 <pathelement path="${env.ICU4J_CLASSES}"/>
65 <pathelement path="${env.CLDR_CLASSES}"/>
66 <pathelement location="${env.ICU4J_JAR}"/>
67 <pathelement location="${env.CLDR_JAR}"/>
68 <pathelement location="${env.UTILITIES_JAR}"/>
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 317 PathElement pelement;
  /external/webkit/WebCore/platform/graphics/wince/
PlatformPathWince.cpp 464 // FIXME: there's no arcTo type for PathElement
797 PathElement pelement;

Completed in 595 milliseconds

1 2