Home
last modified time | relevance | path

Searched refs:getCurrentIndex (Results 1 – 4 of 4) sorted by relevance

/external/jline/src/src/main/java/jline/
DHistory.java177 public int getCurrentIndex() { in getCurrentIndex() method in History
277 return searchBackwards(s, getCurrentIndex()); in searchBackwards()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java445 public int getCurrentIndex() { in getCurrentIndex() method in ShadowWebView.BackForwardList
460 return new HistoryItem(history.get(getCurrentIndex())); in getCurrentItem()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowWebViewTest.java291 assertThat(historyList.getCurrentIndex()).isEqualTo(-1); in shouldCopyBackForwardListWhenEmpty()
315 assertThat(historyList.getCurrentIndex()).isEqualTo(-1); in shouldReturnCopyFromCopyBackForwardList()
/external/bcc/tests/cc/
Dcatch.hpp463 virtual std::size_t getCurrentIndex() const = 0;
6887 .getCurrentIndex(); in getGeneratorIndex()
7168 std::size_t getCurrentIndex() const { in getCurrentIndex() function