Searched defs:getLine (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V30.java63 protected String getLine() throws IOException { method in class:VCardParserImpl_V30
326 final String line = getLine();
H A DVCardParserImpl_V21.java128 * getLine() unless there some reason.
181 protected String getLine() throws IOException { method in class:VCardParserImpl_V21
197 line = getLine();
243 line = getLine();
665 getLine(); // Drop the next line.
770 line = getLine();
819 getLine();
853 getLine();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h370 LDSection& getLine() { function in class:mcld::ELFFileFormat
375 const LDSection& getLine() const { function in class:mcld::ELFFileFormat

Completed in 269 milliseconds