Searched refs:getLines (Results 1 – 13 of 13) sorted by relevance
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/ |
D | CSVFormatterTest.java | 62 final List<String> lines = getLines(); in testStructureWithGroup() 72 final List<String> lines = getLines(); in testStructureWithNestedGroups() 85 final List<String> lines = getLines(); in testStructureWithBundleOnly() 97 final List<String> lines = getLines("UTF-16"); in testSetEncoding() 132 private List<String> getLines() throws IOException { in getLines() method in CSVFormatterTest 133 return getLines("UTF-8"); in getLines() 136 private List<String> getLines(String encoding) throws IOException { in getLines() method in CSVFormatterTest
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | SourceTest.java | 33 assertEquals(Arrays.asList("", "a", "bb"), s.getLines()); in testGetLines1() 40 assertEquals(Arrays.asList("aa", "bb", ";"), s.getLines()); in testGetLines2() 47 assertEquals(Arrays.asList("xx", "yy"), s.getLines()); in testGetLines3()
|
D | Source.java | 84 public List<String> getLines() { in getLines() method in Source
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/ |
D | TextArea.java | 119 public int getLines () { in getLines() method in TextArea 135 } else if (line >= getLines()) { in moveCursorLine() 136 int newLine = getLines() - 1; in moveCursorLine() 138 if (line > getLines() || newLine == cursorLine) { in moveCursorLine() 384 cursorLine = Math.max(0, Math.min(cursorLine, getLines() - 1)); in setCursorPosition() 451 if (jump || cursorLine >= getLines()) { in goEnd()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | CharSinkTester.java | 69 this.lines = getLines(string); in CharSinkTester() 70 this.expectedLines = getLines(expected); in CharSinkTester()
|
D | SourceSinkTester.java | 95 protected static ImmutableList<String> getLines(final String string) { in getLines() method in SourceSinkTester
|
D | CharSourceTester.java | 70 this.expectedLines = getLines(expected); in CharSourceTester()
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | uperf.h | 144 ULine* getLines(UErrorCode& status);
|
/external/nist-sip/java/gov/nist/core/ |
D | StringTokenizer.java | 163 public Vector<String> getLines() { in getLines() method in StringTokenizer
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 85 ULine* filelines = getLines(status); in StringPerformanceTest()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 209 ULine* UPerfTest::getLines(UErrorCode& status){ in getLines() function in UPerfTest
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 48 getLines(status); in DictionaryTriePerfTest()
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.cpp | 140 ULine* filelines = getLines(status); in NormalizerPerformanceTest()
|