Searched refs:getLine (Results 1 - 7 of 7) 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_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();
H A DVCardParserImpl_V30.java63 protected String getLine() throws IOException { method in class:VCardParserImpl_V30
/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
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1380 Vals.push_back(DL.getLine());
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1397 Vals.push_back(DL.getLine());
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1454 Vals.push_back(DL.getLine());

Completed in 196 milliseconds