HomeSort by relevance Sort by last modified time
    Searched full:traverse (Results 201 - 225 of 787) sorted by null

1 2 3 4 5 6 7 891011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodelisttraverselist.java 34 * employee and traverse the list from index=0 thru
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeFilter.java 26 * <p><code>NodeFilters</code> do not need to know how to traverse from node
  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 146 // Traverse the list corresponding to the width bucket in the
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
patricia_trie_policy.cpp 77 // only traverse nodes that are actually a part of the terminal we are searching, so each time
81 // supposed to traverse, it does not hurt to count iterations.
278 // and we match the length, in which case we found it, or we traverse children.
292 // we need to traverse children. Put the pointer on the children position, and
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 98 type_: The type to traverse. It should be one of
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
types.py 98 type_: The type to traverse. It should be one of
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 184 /* To traverse the input report descriptor info for a HID device, perform the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 184 /* To traverse the input report descriptor info for a HID device, perform the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 184 /* To traverse the input report descriptor info for a HID device, perform the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 66 # traverse to get this information may be deleted by the time
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
_exceptions.py 66 # traverse to get this information may be deleted by the time
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
602 // TRAVERSE
633 // Now traverse structure
713 case TestCase::TRAVERSE:
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE};
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc 12 // Helper function for Traverse().
219 void CodeGen::Traverse(Instruction *instruction,
251 // We haven't seen the "true" branch yet. Traverse it now. We have
253 // traverse it later.
528 // basic block. But we only traverse recursively the very first time we
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c 815 /* traverse terms */
859 /* traverse terms */
    [all...]
compat-queue.h 66 * traverse the list. New elements can be added to the list before
73 * traverse the list. New elements can be added to the list before or
expr.h 306 /** Traverse over expression tree in order (const version).
319 /** Traverse over expression tree in order.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 136 public void traverse(Node pos) throws org.xml.sax.SAXException method in class:TreeWalker
192 public void traverse(Node pos, Node top) throws org.xml.sax.SAXException method in class:TreeWalker
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
PredicatedNodeTest.java 525 * Tell if this expression or it's subexpressions can traverse outside
542 * This will traverse the heararchy, calling the visitor for
  /external/chromium_org/ppapi/generators/
idl_node.py 413 def Traverse(self, data, func):
416 child.Traverse(data, func)
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 291 // Traverse subframes
300 // Traverse subframes
  /external/chromium_org/ui/views/focus/
focus_manager.cc 268 // Traverse the FocusTraversable tree down to find the focusable view.
289 // There is a FocusTraversable, traverse it down.
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 612 /// \brief Interface that allows matchers to traverse the AST.
635 /// Will traverse any child nodes.
637 /// Will not traverse implicit casts and parentheses.
671 TraversalKind Traverse,
682 Matcher, Builder, Traverse, Bind);
721 TraversalKind Traverse,
    [all...]
  /external/ipsec-tools/src/include-glibc/sys/
queue.h 71 * traverse the list. New elements can be added to the list before
78 * traverse the list. New elements can be added to the list before or
  /external/javassist/tutorial/
tutorial3.html 19 <br><li><a href="#traverse">Traversing a method body</a>
113 <a name="traverse">

Completed in 788 milliseconds

1 2 3 4 5 6 7 891011>>