/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
LocPathIterator.java | 602 * @see org.w3c.dom.traversal.NodeIterator 617 * @see org.w3c.dom.traversal.NodeIterator
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 734 * Get a {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what 739 * @return {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what [all...] |
/external/chromium-trace/catapult/tracing/tracing/extras/android/ |
android_auditor.html | 625 description: 'Primary draw traversals. This is the primary traversal of the View hierarchy, including layout and draw passes.'}); // @suppress longLineCheck 636 description: 'A drawing traversal of the View hierarchy, comprised of all layout and drawing needed to produce the frame.'}); // @suppress longLineCheck [all...] |
/external/llvm/include/llvm/CodeGen/ |
ScheduleDAG.h | 700 /// Visited - a set of nodes visited during a DFS traversal. 703 /// DFS - make a DFS traversal and mark all nodes affected by the
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 384 /// Move the given iterators to the next leaf type in depth first traversal. 386 /// Performs a depth-first traversal of the type as specified by its arguments,
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 708 * This class is a continuable tree traversal, which keeps the state 709 * information which would exist on the stack in a recursive traversal instead [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
CountedCompleter.java | 615 * completion traversal loops. 634 * traversal loop for homogeneous task hierarchies:
|
LinkedBlockingQueue.java | 241 * added in traversal order of the collection's iterator. 760 // Unlike other traversal methods, iterators must handle both: [all...] |
ConcurrentHashMap.java | 338 * traversal pointers as regular nodes, so can be traversed in 373 * traversal. This is arranged in part by proceeding from the 379 * a forwarding node during a traversal, to maintain its place if 387 * The traversal scheme also applies to partial traversals of 434 * list traversal is always possible by readers even during 435 * updates, tree traversal is not, mainly because of tree-rotations 444 * lock is held, they proceed along the slow traversal path (via [all...] |
/libcore/ |
non_openjdk_java_files.mk | 275 luni/src/main/java/org/w3c/dom/traversal/NodeFilter.java \ 276 luni/src/main/java/org/w3c/dom/traversal/NodeIterator.java \
|
/libcore/ojluni/src/main/java/java/util/stream/ |
SpinedBuffer.java | 44 * traversal phase, during which elements can be traversed in order but no 406 * added, and a traversal phase, during which elements can be traversed in [all...] |
/frameworks/support/compat/java/android/support/v4/view/accessibility/ |
AccessibilityNodeInfoCompat.java | [all...] |
/frameworks/base/core/java/android/view/ |
ViewRootImpl.java | 206 /** Whether the window had focus during the most recent traversal. */ 210 * Whether the window lost focus during a previous traversal and has not 212 * accessibility events should be sent during traversal. 490 * Call this to profile the next traversal call. [all...] |
/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 189 /// The top-down traversal uses this to record information known about a 193 /// The bottom-up traversal uses this to record information known about a 333 /// The top-down traversal uses this to merge information about predecessors to 376 /// The bottom-up traversal uses this to merge information about successors to [all...] |
/frameworks/base/docs/html/reference/android/support/test/uiautomator/ |
UiDevice.html | 322 <p>Clears the text from the last UI traversal event. 820 <p>Retrieves the text from the last UI traversal event received. [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-score7.c | 127 /* A structure used to count GOT entries, for GOT entry or ELF symbol table traversal. */ [all...] |
/external/libavc/encoder/ |
ih264e_core_coding.c | [all...] |
/external/llvm/include/llvm/ADT/ |
ImmutableSet.h | 108 /// in an inorder traversal. The returned iterator thus refers to the 113 /// inorder traversal. 172 /// Nodes are visited using an inorder traversal. [all...] |
/frameworks/base/include/androidfw/ |
ResourceTypes.h | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
ttk.py | 905 """Enable keyboard traversal for a toplevel window containing 921 traversal, including nested notebooks. However, notebook traversal [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
ttk.py | 905 """Enable keyboard traversal for a toplevel window containing 921 traversal, including nested notebooks. However, notebook traversal [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 905 """Enable keyboard traversal for a toplevel window containing 921 traversal, including nested notebooks. However, notebook traversal [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
ttk.py | 905 """Enable keyboard traversal for a toplevel window containing 921 traversal, including nested notebooks. However, notebook traversal [all...] |
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathContext.java | 267 * a DTMFilter. The traversal semantics are defined as the descendant 1110 public org.w3c.dom.traversal.NodeIterator getContextNodes() [all...] |