Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormatParseLocation.java73 public int getLine() { in getLine() method in TextFormatParseLocation
95 return (this.line == that.getLine()) in equals()
DTextFormat.java672 int getLine() { in getLine() method in TextFormat.Tokenizer
1141 public int getLine() { in getLine() method in TextFormat.ParseException
1454 int startLine = tokenizer.getLine(); in mergeField()
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DProxyServer.java73 String requestLine = getLine(connection.getInputStream()); in run()
226 private String getLine(InputStream inputStream) throws IOException { in getLine() method in ProxyServer.ProxyConnection
255 while (getLine(socket.getInputStream()).length() != 0); in skipToRequestBody()
294 line = getLine(src.getInputStream()); in filterAndForwardRequestHeaders()
/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()
244 line = getLine(); in readBeginVCard()
672 getLine(); // Drop the next line.
777 line = getLine();
826 getLine();
861 getLine();
DVCardParserImpl_V30.java73 protected String getLine() throws IOException { in getLine() method in VCardParserImpl_V30
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatParseLocationTest.java47 assertEquals(2, location.getLine()); in testCreate()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h401 LDSection& getLine() { in getLine() function
406 const LDSection& getLine() const { in getLine() function
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1405 Vals.push_back(DL->getLine()); in WriteFunction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1534 Vals.push_back(DL->getLine()); in WriteFunction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1467 Vals.push_back(DL->getLine()); in WriteFunction()