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 67 String mLine = "";
72 mLine = reader.readLine();
75 assertEquals(mMessage, mLine);
PrintStreamPrinterTest.java 55 String mLine;
60 mLine = reader.readLine();
61 assertEquals(message, 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/chromium_org/third_party/angle/src/compiler/translator/
Types.h 27 mLine(line)
48 return mLine;
55 TSourceLoc mLine;
IntermNode.h 215 mLine.first_file = mLine.last_file = 0;
216 mLine.first_line = mLine.last_line = 0;
220 const TSourceLoc &getLine() const { return mLine; }
221 void setLine(const TSourceLoc &l) { mLine = l; }
244 TSourceLoc mLine;
  /external/doclava/src/com/google/doclava/
Comment.java 550 int mLine = 1;
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 87 milliseconds