Home
last modified time | relevance | path

Searched refs:asIterator (Results 1 – 11 of 11) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DFunctionPattern.java106 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute()
150 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute()
193 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSetTest.java411 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); in testCopyOf_iterator_ordering()
417 copyOf(asIterator("e", "a", "e", "f", "b", "b", "d", "a", "c")); in testCopyOf_iterator_ordering_dupes()
422 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); in testCopyOf_iterator_comparator()
461 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_ordering()
468 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_ordering_dupes()
476 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_comparator()
717 private static <E> Iterator<E> asIterator(E... elements) { in asIterator() method in ImmutableSortedSetTest
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncCount.java58 DTMIterator nl = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
DFuncSum.java49 DTMIterator nodes = m_arg0.asIterator(xctxt, xctxt.getCurrentNode()); in execute()
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DVariableSafeAbsRef.java68 xns = (XNodeSet)expr.asIterator(xctxt, context); in execute()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedSetTest.java569 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); in testCopyOf_iterator_ordering()
575 copyOf(asIterator("e", "a", "e", "f", "b", "b", "d", "a", "c")); in testCopyOf_iterator_ordering_dupes()
580 SortedSet<String> set = copyOf(asIterator("e", "a", "f", "b", "d", "c")); in testCopyOf_iterator_comparator()
619 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_ordering()
626 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_ordering_dupes()
634 ImmutableSortedSet.copyOf(STRING_LENGTH, asIterator( in testCopyOfExplicit_iterator_comparator()
905 private static <E> Iterator<E> asIterator(E... elements) { in asIterator() method in ImmutableSortedSetTest
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java244 public DTMIterator asIterator(XPathContext xctxt, int contextNode) in asIterator() method in Expression
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemForEach.java330 DTMIterator sourceNodes = m_selectExpression.asIterator(xctxt, in transformSelectedNodes()
DElemApplyTemplates.java201 DTMIterator sourceNodes = m_selectExpression.asIterator(xctxt, sourceNode); in transformSelectedNodes()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionPathIterator.java80 DTMIterator iter = m_exprs[i].asIterator(m_execContext, context); in setRoot()
DLocPathIterator.java263 public DTMIterator asIterator( in asIterator() method in LocPathIterator