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

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyServer.java67 String requestLine = getLine(connection.getInputStream());
125 while (getLine(connection.getInputStream()).length() != 0);
142 while (getLine(connection.getInputStream()).length() != 0);
161 private String getLine(InputStream inputStream) throws IOException { method in class:ProxyServer.ProxyConnection
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V30.java63 protected String getLine() throws IOException { method in class:VCardParserImpl_V30
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();
671 getLine(); // Drop the next line.
776 line = getLine();
825 getLine();
860 getLine();
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h376 LDSection& getLine() { function in class:mcld::ELFFileFormat
381 const LDSection& getLine() const { function in class:mcld::ELFFileFormat

Completed in 886 milliseconds