/aosp12/build/make/tools/product_config/test/com/android/build/config/ |
H A D | PositionTest.java | 31 Assert.assertEquals(Position.NO_LINE, pos.getLine()); in testParseEmpty() 39 Assert.assertEquals(Position.NO_LINE, pos.getLine()); in testParseOnlyFile() 47 Assert.assertEquals(1, pos.getLine()); in testParseBoth() 55 Assert.assertEquals(Position.NO_LINE, pos.getLine()); in testParseEndsWithColon() 63 Assert.assertEquals(Position.NO_LINE, pos.getLine()); in testParseEndsWithSpace()
|
H A D | CsvParserTest.java | 38 if (actual.getLine() != lineno) { in assertLineEquals() 40 + " actual=" + actual.getLine()); in assertLineEquals()
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | DumpConfigParser.java | 100 new Position(mFilename, line.getLine()), in parseImpl() 139 new Position(mFilename, line.getLine()), in parseImpl() 162 new Position(mFilename, line.getLine()), in parseImpl() 171 new Position(mFilename, line.getLine()), in parseImpl() 186 new Position(mFilename, line.getLine()), in parseImpl() 205 new Position(mFilename, line.getLine()), in parseImpl() 212 new Position(mFilename, line.getLine()), in parseImpl() 241 new Position(mFilename, line.getLine()), in parseImpl() 254 new Position(mFilename, line.getLine()), in parseImpl() 288 mErrors.WARNING_DUMPCONFIG.add(new Position(mFilename, line.getLine()), in matchLineType() [all …]
|
H A D | CsvParser.java | 54 public int getLine() { in getLine() method in CsvParser.ParseException 75 public int getLine() { in getLine() method in CsvParser.Line
|
/aosp12/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
H A D | ProxyServer.java | 72 String requestLine = getLine(connection.getInputStream()); in run() 225 private String getLine(InputStream inputStream) throws IOException { in getLine() method in ProxyServer.ProxyConnection 254 while (getLine(socket.getInputStream()).length() != 0); in skipToRequestBody() 293 line = getLine(src.getInputStream()); in filterAndForwardRequestHeaders()
|
/aosp12/frameworks/opt/vcard/java/com/android/vcard/ |
H A D | VCardParserImpl_V21.java | 181 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();
|
/aosp12/art/test/993-breakpoints/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/994-breakpoint-line/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/995-breakpoints-throw/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/996-breakpoint-obsolete/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/997-single-step/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1911-get-local-var-table/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1912-get-set-local-primitive/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1913-get-set-local-objects/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1914-get-local-instance/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1915-get-set-local-current-thread/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1916-get-set-current-frame/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1917-get-stack-frame/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1923-frame-pop/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1924-frame-pop-toggle/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1925-self-frame-pop/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1926-missed-frame-pop/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1927-exception-event/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1928-exception-event-exception/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|
/aosp12/art/test/1929-exception-catch-exception/src/art/ |
H A D | Breakpoint.java | 48 return method.toString() + " @ " + getLine(); in toString() 56 public int getLine() { in getLine() method in Breakpoint.Manager.BP
|