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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DefaultPosition.java 30 private final int mLine;
49 this.mLine = line;
56 return 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 95 private final int mLine;
120 this.mLine = line;
127 return mLine;
152 return "OffsetPosition [line=" + mLine + ", column=" + mColumn + ", offset="
  /sdk/apigenerator/src/com/android/apigenerator/
NewApiParser.java 468 int mLine = 1;
476 return mLine;
483 mLine++;
518 throw new ApiParseException("Unexpected end of file", mLine);
531 final int line = mLine;
542 + line, mLine);
547 "Unexpected newline for \" starting at " + line, mLine);
589 "Unexpected end of file for \" starting at " + line, 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);
  /sdk/common/src/com/android/util/
PositionXmlParser.java 641 private final int mLine;
654 this.mLine = line;
661 return mLine;
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 62 private final float[] mLine = new float[4];
938 mLine[0] = startX;
939 mLine[1] = startY;
940 mLine[2] = stopX;
941 mLine[3] = stopY;
942 drawLines(mLine, 0, 4, paint);
    [all...]
  /external/doclava/src/com/google/doclava/
Comment.java 545 int mLine = 1;
  /frameworks/wilhelm/src/itf/
IObject.c 777 thiz->mLine = 0;

Completed in 397 milliseconds