Searched refs:getLine (Results 1 – 10 of 10) sorted by relevance
73 String requestLine = getLine(connection.getInputStream()); in run()226 private String getLine(InputStream inputStream) throws IOException { in getLine() method in ProxyServer.ProxyConnection255 while (getLine(socket.getInputStream()).length() != 0); in skipToRequestBody()294 line = getLine(src.getInputStream()); in filterAndForwardRequestHeaders()
181 protected String getLine() throws IOException { in getLine() method in VCardParserImpl_V21197 line = getLine(); in getNonEmptyLine()243 line = getLine(); in readBeginVCard()671 getLine(); // Drop the next line.776 line = getLine();825 getLine();860 getLine();
63 protected String getLine() throws IOException { in getLine() method in VCardParserImpl_V30
69 startLine = start.getLine() - 1; //token lines start from 1 in Location()76 endLine = end.getLine() - 1; // token lines start from 1 in Location()
258 valueLocation.startLine = attr.attrValue.getLine() - 1; in parseExpressions()322 className.attrValue.getLine() - 1, in parseData()324 className.attrValue.getLine() - 1, in parseData()
401 LDSection& getLine() { in getLine() function406 const LDSection& getLine() const { in getLine() function
169 return new Position(token.getLine() - 1, token.getCharPositionInLine()); in toPosition()173 return new Position(token.getLine() - 1, in toEndPosition()
1405 Vals.push_back(DL->getLine()); in WriteFunction()
1533 Vals.push_back(DL->getLine()); in WriteFunction()
1467 Vals.push_back(DL->getLine()); in WriteFunction()