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

  /cts/tests/tests/util/src/android/util/cts/
PrintStreamPrinterTest.java 76 String mLine;
80 mLine = reader.readLine();
81 assertEquals(message, mLine);
PrintWriterPrinterTest.java 78 String mLine = "";
83 mLine = reader.readLine();
86 assertEquals(mMessage, mLine);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
munge_sdp.js 143 * Returns a modified version of |mLine| that has |codecId| first in the list of
150 function setMLineDefaultCodec(mLine, codecId) {
151 var elements = mLine.split(' ');
167 * Returns the default codec's ID from the |mLine|, or null if the codec list is
169 * IDs on the |mLine|. For example, getMLineDefaultCodec(
175 function getMLineDefaultCodec(mLine) {
176 var elements = mLine.split(' ');
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 625 int mLine = 1;
632 return new SourcePositionInfo(mFilename, mLine, 0);
636 return mLine;
643 mLine++;
678 throw new ApiParseException("Unexpected end of file", mLine);
691 final int line = mLine;
701 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
705 throw new ApiParseException("Unexpected newline for \" starting at " + line, mLine);
745 throw new ApiParseException("Unexpected end of file for \" starting at " + line, mLine);
  /external/swiftshader/src/OpenGL/compiler/
Types.h 34 mLine(line)
55 return mLine;
61 TSourceLoc mLine;
  /external/doclava/src/com/google/doclava/
Comment.java 637 int mLine = 1;

Completed in 317 milliseconds