Home
last modified time | relevance | path

Searched refs:getLine (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java67 String requestLine = getLine(connection.getInputStream()); in run()
125 while (getLine(connection.getInputStream()).length() != 0); in run()
142 while (getLine(connection.getInputStream()).length() != 0); in run()
161 private String getLine(InputStream inputStream) throws IOException { in getLine() method in ProxyServer.ProxyConnection
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java181 protected String getLine() throws IOException { in getLine() method in VCardParserImpl_V21
197 line = getLine(); in getNonEmptyLine()
243 line = getLine(); in readBeginVCard()
671 getLine(); // Drop the next line.
776 line = getLine();
825 getLine();
860 getLine();
DVCardParserImpl_V30.java63 protected String getLine() throws IOException { in getLine() method in VCardParserImpl_V30
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h376 LDSection& getLine() { in getLine() function
381 const LDSection& getLine() const { in getLine() function
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1380 Vals.push_back(DL.getLine()); in WriteFunction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1454 Vals.push_back(DL.getLine()); in WriteFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1397 Vals.push_back(DL.getLine()); in WriteFunction()