Home
last modified time | relevance | path

Searched refs:aLine (Results 1 – 22 of 22) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DCvsDiffParser.java81 String aLine; in parseMapDiffFile() local
90 while ((aLine = in.readLine()) != null) { in parseMapDiffFile()
91 if (aLine.startsWith("RCS file")) { in parseMapDiffFile()
93 (aLine in parseMapDiffFile()
94 .substring(aLine.indexOf(":"), aLine.indexOf(","))) in parseMapDiffFile()
98 while ((aLine = in.readLine()) != null && !aLine.startsWith("===")){ in parseMapDiffFile()
99 …if (aLine.startsWith("< plugin")||aLine.startsWith("< fragment")||aLine.startsWith("< feature")||a… in parseMapDiffFile()
DCompileErrorCheck.java121 String aLine; in read() local
130 while ((aLine = in.readLine()) != null) { in read()
131 int statusSummaryIndex=aLine.indexOf("problem ("); in read()
133 statusSummaryIndex=aLine.indexOf("problems ("); in read()
135 if (statusSummaryIndex!=-1&&(aLine.indexOf("error", statusSummaryIndex) != -1)){ in read()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
Ddownload.php22 $aLine = fgets($fileHandle, 4096); variable
23 $result = $result.$aLine;
DbuildNotes.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 variable
14 $parts = explode(",", $aLine);
DconsoleLogs.php13 $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 variable
14 $parts = explode(",", $aLine);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDiffer.java50 return aLine + maxSame + offset; in getALine()
148 aLine += aTop; in flush()
170 private int aLine = 1; field in Differ
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDiffer.java48 return aLine + maxSame + offset; in getALine()
146 aLine += aTop; in flush()
168 private int aLine = 1; field in Differ
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
Dindex.php33 $aLine = fgets($fileHandle, 4096); variable
34 parse_str($aLine);
/external/skia/src/pathops/
DSkIntersections.h138 SkDLine aLine, bLine; in lineLine() local
139 aLine.set(a); in lineLine()
142 return intersect(aLine, bLine); in lineLine()
DSkOpSegment.cpp171 SkDLine aLine; in addAlignIntersection() local
172 aLine.set(line); in addAlignIntersection()
203 i.intersect(bLine, aLine); in addAlignIntersection()
208 i.intersect(bQuad, aLine); in addAlignIntersection()
213 i.intersect(bConic, aLine); in addAlignIntersection()
218 i.intersect(bCubic, aLine); in addAlignIntersection()
DSkPathOpsDebug.cpp424 SkDLine aLine; in debugAddAlignIntersection() local
425 aLine.set(line); in debugAddAlignIntersection()
456 i.intersect(bLine, aLine); in debugAddAlignIntersection()
461 i.intersect(bQuad, aLine); in debugAddAlignIntersection()
466 i.intersect(bConic, aLine); in debugAddAlignIntersection()
471 i.intersect(bCubic, aLine); in debugAddAlignIntersection()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRStringStreamState.h48 - (void) setLine: (NSUInteger) aLine;
DANTLRToken.h72 - (void) setLine: (NSUInteger) aLine;
DANTLRCommonTree.h62 - (void) setLine:(NSUInteger)aLine;
DANTLRCommonTree.m212 - (void) setLine:(NSUInteger)aLine
215 token.line = aLine;
DANTLRCommonToken.m257 - (void) setLine:(NSUInteger)aLine
259 line = aLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRCharStreamState.h53 - (void) setLine: (NSInteger) aLine;
DANTLRToken.h63 - (void) setLine: (NSUInteger) aLine;