Searched defs:testIndex (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dteststreams.py20 def testIndex(self): member in class:TestStringStream
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-streams.rb426 def testIndex(self) | 020 | [x] method in class:TestStringStream.testSize
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java685 public void testIndex() { method in class:MultimapsTest
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java563 * @param testIndex index.
571 private boolean addNodesInDocOrder(int start, int end, int testIndex, argument
580 Node node = nodelist.item(testIndex);
597 testIndex--;
599 if (testIndex > 0)
601 boolean foundPrev = addNodesInDocOrder(0, i, testIndex, nodelist,
606 addNodesInDocOrder(i, size() - 1, testIndex, nodelist, support);
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp1204 int testIndex = m_selectedIndex; local
1207 while (testIndex >= 0 && testIndex < numItems()) {
1208 if (isSelectableItem(testIndex))
1209 bestIndex = testIndex;
1210 if (testIndex == targetIndex)
1215 testIndex += dir;

Completed in 156 milliseconds