HomeSort by relevance Sort by last modified time
    Searched defs:mLine (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
PrintWriterPrinterTest.java 84 String mLine = "";
89 mLine = reader.readLine();
92 assertEquals(mMessage, mLine);
PrintStreamPrinterTest.java 69 String mLine;
74 mLine = reader.readLine();
75 assertEquals(message, mLine);
  /sdk/lint/cli/src/com/android/tools/lint/
PositionXmlParser.java 127 private final int mLine;
146 this.mLine = line;
153 return mLine;
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 543 int mLine = 1;
550 return new SourcePositionInfo(mFilename, mLine, 0);
554 return mLine;
561 mLine++;
596 throw new ApiParseException("Unexpected end of file", mLine);
609 final int line = mLine;
619 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
623 throw new ApiParseException("Unexpected newline for \" starting at " + line, mLine);
663 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
  /external/doclava/src/com/google/doclava/
Comment.java 545 int mLine = 1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEclipseContext.java 455 private final int mLine;
475 this.mLine = line;
487 return mLine;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 61 private final float[] mLine = new float[4];
835 mLine[0] = startX;
836 mLine[1] = startY;
837 mLine[2] = stopX;
838 mLine[3] = stopY;
839 drawLines(mLine, 0, 4, paint);
    [all...]
  /system/media/wilhelm/src/
itfstruct.h 46 int mLine;

Completed in 214 milliseconds