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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DefaultPosition.java 30 private final int mLine;
49 mLine = line;
56 return mLine;
  /sdk/manifmerger/src/com/android/manifmerger/
IMergerLog.java 85 private final int mLine;
101 mLine = line;
124 return mLine;
140 if (mLine <= 0) {
143 return name + ':' + mLine;
  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 55 String mLine;
60 mLine = reader.readLine();
61 assertEquals(message, mLine);
PrintWriterPrinterTest.java 67 String mLine = "";
72 mLine = reader.readLine();
75 assertEquals(mMessage, mLine);
  /frameworks/wilhelm/src/
locks.c 75 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
95 *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
99 thiz, *(void **)&owner, ownerTid, thiz->mFile, thiz->mLine);
105 thiz->mLine = line;
126 assert(0 != thiz->mLine);
129 thiz->mLine = line;
159 assert(0 != thiz->mLine);
226 thiz->mLine = line;
280 assert(0 != thiz->mLine);
283 thiz->mLine = line
    [all...]
itfstruct.h 46 int mLine;
  /sdk/lint/cli/src/com/android/tools/lint/
LintCliXmlParser.java 107 private final int mLine;
132 mLine = line;
139 return mLine;
164 return "OffsetPosition [line=" + mLine + ", column=" + mColumn + ", offset="
  /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);
  /tools/build/builder/prebuilts/
manifmerger.jar 
common.jar 
  /sdk/common/src/com/android/utils/
PositionXmlParser.java 686 private final int mLine;
699 this.mLine = line;
706 return mLine;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 62 private final float[] mLine = new float[4];
    [all...]
  /external/doclava/src/com/google/doclava/
Comment.java 545 int mLine = 1;
  /frameworks/wilhelm/src/itf/
IObject.c 777 thiz->mLine = 0;
  /prebuilts/sdk/tools/lib/
common.jar 
lint.jar 
lint_api.jar 

Completed in 630 milliseconds