HomeSort by relevance Sort by last modified time
    Searched full:traversal (Results 101 - 125 of 297) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xpath/functions/
Function3Args.java 120 * @return true if traversal outside the context node's subtree can occur.
FunctionDef1Arg.java 161 * @return true if traversal outside the context node's subtree can occur.
FunctionMultiArgs.java 141 * @return true if traversal outside the context node's subtree can occur.
FunctionOneArg.java 101 * @return true if traversal outside the context node's subtree can occur.
  /libcore/luni/src/main/java/org/apache/xpath/operations/
Operation.java 65 * @return true if traversal outside the context node's subtree can occur.
  /libcore/luni/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 58 * @return true if traversal outside the context node's subtree can occur.
StepPattern.java 50 * @param whatToShow Bit set defined mainly by {@link org.w3c.dom.traversal.NodeFilter}.
69 * @param whatToShow Bit set defined mainly by {@link org.w3c.dom.traversal.NodeFilter}.
236 * @return true if traversal outside the context node's subtree can occur.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentGetElementsByTagnameNS.java 19 * encountered in a preorder traversal of the Document tree.
IsSupported.java 220 features.add("Traversal");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 336 // - Traversal: O(nstates_visited + narcs_visited), assuming constant
361 // - Traversal: O(nstates_visited + narcs_visited), assuming constant
synchronize.h 304 // the traversal of a path, the delay is either zero or strictly
434 // has the property that during the traversal of a path, the delay is
  /external/v8/src/
global-handles.cc 329 // Traversal of GC roots in the global handle list that are marked as
404 // Traversal of global handles marked as NORMAL.
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_passed.txt     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 26 * to prevent interference among threads during traversal.
32 * <li>Traversal via iterators is fast and cannot encounter
ConcurrentSkipListMap.java 56 * of elements requires a traversal of the elements. Additionally,
131 * traversal. Even if marked references were better supported by
132 * JVMs, traversal using this technique might still be faster
144 * markers are rarely encountered during traversal and are
193 * thread noticed during a traversal a node with null value and
225 * simplifications of retry logic. Traversal restarts are
233 * deletion here require a separate traversal pass occuring after
275 * had macros.) Instead, some traversal code is interleaved within
674 /* ---------------- Traversal -------------- */
724 * Restarts occur, at traversal step centered on node n, if
    [all...]
ConcurrentLinkedDeque.java 40 * of elements requires a traversal of the elements.
115 * want in our traversals, e.g. we guarantee that a traversal will
117 * whether a traversal that runs out of elements will be able to
142 * continue traversal.
711 * the given collection, added in traversal order of the
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 54 import org.w3c.dom.traversal.NodeFilter;
233 * Perform a pre-order traversal non-recursive style.
237 * traversal, startDocument and endDocument will always be issued to the
240 * @param pos Node in the tree where to start traversal
306 * Perform a pre-order traversal non-recursive style.
310 * traversal, startDocument and endDocument will always be issued to the
313 * @param pos Node in the tree where to start traversal
314 * @param top Node in the tree where to end traversal
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 252 * from the entry block or the exit block). Records the traversal order
  /external/e2fsprogs/debugfs/
dump.c 273 * once we've done the traversal. */
  /external/ipsec-tools/
NEWS 123 o Support for NAT Traversal (NAT-T)
  /external/webkit/WebCore/dom/
TreeWalker.cpp 37 : Traversal(rootNode, whatToShow, filter, expandEntityReferences)
  /external/v8/tools/
profile.js 259 * Performs a BF traversal of the top down call graph.
269 * Performs a BF traversal of the bottom up call graph.
551 * Performs an indepth call graph traversal.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java 586 /* fetch the even numbered entries to affect traversal order */
651 /* fetch the even numbered entries to affect traversal order */
713 // fetch the even numbered entries to affect traversal order
  /external/libxml2/
xpath.c     [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedHashMapTest.java 699 /* fetch the even numbered entries to affect traversal order */
764 /* fetch the even numbered entries to affect traversal order */
826 // fetch the even numbered entries to affect traversal order

Completed in 446 milliseconds

1 2 3 45 6 7 8 91011>>