Searched refs:aLine (Results 1 - 25 of 27) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DCvsDiffParser.java81 String aLine;
90 while ((aLine = in.readLine()) != null) {
91 if (aLine.startsWith("RCS file")) {
93 (aLine
94 .substring(aLine.indexOf(":"), aLine.indexOf(",")))
98 while ((aLine = in.readLine()) != null && !aLine.startsWith("===")){
99 if (aLine.startsWith("< plugin")||aLine
[all...]
H A DCompileErrorCheck.java121 String aLine;
130 while ((aLine = in.readLine()) != null) {
131 int statusSummaryIndex=aLine.indexOf("problem (");
133 statusSummaryIndex=aLine.indexOf("problems (");
135 if (statusSummaryIndex!=-1&&(aLine.indexOf("error", statusSummaryIndex) != -1)){
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
H A DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
H A DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
H A DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStringStreamState.h48 - (void) setLine: (NSUInteger) aLine;
H A DANTLRToken.h72 - (void) setLine: (NSUInteger) aLine;
H A DANTLRCommonTree.h62 - (void) setLine:(NSUInteger)aLine;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 variable
14 $parts = explode(",", $aLine);
H A Ddownload.php22 $aLine = fgets($fileHandle, 4096); variable
23 $result = $result.$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/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
H A Ddevtools.js62 var aLine = a.Line !== undefined ? a.Line : -1;
64 return aLine - bLine;
/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/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/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/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp140 MAKE_CONST_LINE(aLine, a);
142 return intersect(aLine, bLine, intersections);
199 MAKE_CONST_LINE(aLine, a);
200 return horizontalIntersect(aLine, left, right, y, flipped, intersections);
225 MAKE_CONST_LINE(aLine, a);
226 return verticalIntersect(aLine, top, bottom, x, flipped, intersections);
303 MAKE_CONST_LINE(aLine, a);
305 xy_at_t(aLine, t, x, *(double*) 0);
331 MAKE_CONST_LINE(aLine, a);
333 xy_at_t(aLine,
[all...]
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 DSimplify.cpp140 MAKE_CONST_LINE(aLine, a);
142 return intersect(aLine, bLine, intersections);
199 MAKE_CONST_LINE(aLine, a);
200 return horizontalIntersect(aLine, left, right, y, flipped, intersections);
225 MAKE_CONST_LINE(aLine, a);
226 return verticalIntersect(aLine, top, bottom, x, flipped, intersections);
303 MAKE_CONST_LINE(aLine, a);
305 xy_at_t(aLine, t, x, *(double*) 0);
331 MAKE_CONST_LINE(aLine, a);
333 xy_at_t(aLine,
[all...]
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...]

Completed in 823 milliseconds

12