Searched refs:mLine (Results 1 - 6 of 6) sorted by relevance

/external/doclava/src/com/google/doclava/apicheck/
H A DApiFile.java543 int mLine = 1; field in class:ApiFile.Tokenizer
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/
H A DIntermNode.h215 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; member in class:TIntermNode
H A DTypes.h27 mLine(line)
48 return mLine;
55 TSourceLoc mLine; member in class:TField
/external/doclava/src/com/google/doclava/
H A DComment.java550 int mLine = 1; field in class:Comment
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1500 milliseconds