Searched defs:aLine (Results 1 - 13 of 13) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php22 $aLine = fgets($fileHandle, 4096); variable
23 $result = $result.$aLine;
H A DbuildNotes.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 variable
14 $parts = explode(",", $aLine);
H A DconsoleLogs.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 variable
14 $parts = explode(",", $aLine);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp12 void VectorPanic(TInt aErr, TInt aLine) argument
15 b.Format(_L("vector buffer at % d "), aLine);
H A DSDL_main.cpp47 TInt Panic(TInt aErr, TInt aLine) argument
50 b.Format(_L("Main at %d"), aLine);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php33 $aLine = fgets($fileHandle, 4096); variable
34 parse_str($aLine);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkIntersections.h128 SkDLine aLine, bLine; local
129 aLine.set(a);
132 return intersect(aLine, bLine);
/external/skia/src/pathops/
H A DSkIntersections.h128 SkDLine aLine, bLine; local
129 aLine.set(a);
132 return intersect(aLine, bLine);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
151 xy_at_t(aLine, t, *(double*) 0, y);
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
269 return implicit_matches_ulps(aLine, bLin
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
151 xy_at_t(aLine, t, *(double*) 0, y);
172 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}}; local
269 return implicit_matches_ulps(aLine, bLin
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 254 milliseconds