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

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java 81 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.startsWith("< fragment")||aLine.startsWith("< feature")||aLine.startsWith("< base.plugin"))
    [all...]
CompileErrorCheck.java 121 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 22 $aLine = fgets($fileHandle, 4096);
23 $result = $result.$aLine;
buildNotes.php 13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
14 $parts = explode(",", $aLine);
consoleLogs.php 13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0
14 $parts = explode(",", $aLine);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStreamState.h 53 - (void) setLine: (NSInteger) aLine;
ANTLRToken.h 63 - (void) setLine: (NSUInteger) aLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStreamState.h 53 - (void) setLine: (NSInteger) aLine;
ANTLRToken.h 63 - (void) setLine: (NSUInteger) aLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStreamState.h 53 - (void) setLine: (NSInteger) aLine;
ANTLRToken.h 63 - (void) setLine: (NSUInteger) aLine;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStreamState.h 48 - (void) setLine: (NSUInteger) aLine;
ANTLRToken.h 72 - (void) setLine: (NSUInteger) aLine;
ANTLRCommonTree.h 62 - (void) setLine:(NSUInteger)aLine;
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 12 void VectorPanic(TInt aErr, TInt aLine)
15 b.Format(_L("vector buffer at % d "), aLine);
SDL_main.cpp 47 TInt Panic(TInt aErr, TInt aLine)
50 b.Format(_L("Main at %d"), aLine);
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
129 aLine.set(a);
132 return intersect(aLine, bLine);
  /external/skia/src/pathops/
SkIntersections.h 128 SkDLine aLine, bLine;
129 aLine.set(a);
132 return intersect(aLine, bLine);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 33 $aLine = fgets($fileHandle, 4096);
34 parse_str($aLine);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 62 var aLine = a.Line !== undefined ? a.Line : -1;
64 return aLine - bLine;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 140 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, t, *(double*) 0, y)
    [all...]
EdgeWalker.cpp 65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
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}};
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
269 return implicit_matches_ulps(aLine, bLine, 32)
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 140 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, t, *(double*) 0, y)
    [all...]
EdgeWalker.cpp 65 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
67 return intersect(aLine, bLine, intersections);
106 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
107 return horizontalLineIntersect(aLine, left, right, y, aRange);
149 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
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}};
174 sub_divide(aLine, startT, endT, dst);
267 const _Line aLine = {{a[0].fX, a[0].fY}, {a[1].fX, a[1].fY}};
269 return implicit_matches_ulps(aLine, bLine, 32)
    [all...]

Completed in 1549 milliseconds

1 2