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

  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 784 milliseconds