HomeSort by relevance Sort by last modified time
    Searched full:traversal (Results 301 - 325 of 841) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 33 order = "post" # Does the fixer prefer pre- or post-order traversal
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java 486 /* fetch the even numbered entries to affect traversal order */
545 /* fetch the even numbered entries to affect traversal order */
601 // fetch the even numbered entries to affect traversal order
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
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.
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 206 base::FileEnumerator traversal(extension_dir, /*recursive=*/true,
208 for (base::FilePath current = traversal.Next(); !current.empty();
209 current = traversal.Next()) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json 308 name: "DOM Traversal",
380 name: "DOM Traversal (jQuery)",
388 name: "DOM Traversal (Prototype)",
  /external/chromium_org/v8/src/
hydrogen-gvn.cc 639 // traversal of the dominator tree done during GVN (the stack is handled
751 // This is a recursive traversal of the dominator tree but it has been turned
796 // Instruction was unlinked during graph traversal.
  /external/chromium_org/v8/tools/
profile.js 270 * Performs a BF traversal of the top down call graph.
280 * Performs a BF traversal of the bottom up call graph.
655 * Performs an indepth call graph traversal.
  /external/v8/tools/
profile.js 270 * Performs a BF traversal of the top down call graph.
280 * Performs a BF traversal of the bottom up call graph.
655 * Performs an indepth call graph traversal.
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 157 * Retrieves the text from the last UI traversal event received.
168 * @return text of the last traversal event, else return an empty string
177 * Clears the text from the last UI traversal event.
  /frameworks/uiautomator/core/com/android/uiautomator/core/
UiDevice.java 157 * Retrieves the text from the last UI traversal event received.
168 * @return text of the last traversal event, else return an empty string
177 * Clears the text from the last UI traversal event.
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 43 * of elements requires a traversal of the elements, and so may report
44 * inaccurate results if this collection is modified during traversal.
116 * traversal. Even if marked references were better supported by
117 * JVMs, traversal using this technique might still be faster
129 * markers are rarely encountered during traversal and are
178 * thread noticed during a traversal a node with null value and
210 * simplifications of retry logic. Traversal restarts are
218 * deletion here require a separate traversal pass occuring after
260 * had macros.) Instead, some traversal code is interleaved within
672 /* ---------------- Traversal -------------- *
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedHashMapTest.java 549 /* fetch the even numbered entries to affect traversal order */
608 /* fetch the even numbered entries to affect traversal order */
664 // fetch the even numbered entries to affect traversal order
  /external/valgrind/main/coregrind/
m_oset.c 394 /* Free all the AvlNodes. This is a post-order traversal, because we */
801 // The iterator is implemented using in-order traversal with an explicit
802 // stack, which lets us do the traversal one step at a time and remember
825 // This in-order traversal requires each node to be pushed and popped
940 // This is a recursive in-order traversal.
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 208 * element. Traversal is in depth-first order.
213 * whereas this function performs the traversal itself.
215 * but the in-built function would perform better than using our own traversal.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 208 * element. Traversal is in depth-first order.
213 * whereas this function performs the traversal itself.
215 * but the in-built function would perform better than using our own traversal.
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 320 * The Bresenham line algorithm is used for the actual traversal, but the action taken at each
592 * the ray until the traversal is completed or visit() returns false.
606 * segment in any tile of the ray's path is found to be intersecting with the ray, traversal
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
splay.js 380 * Performs an ordered traversal of the subtree starting at
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 569 /* No further frame traversal possible. */
808 /* Frame traversal */
852 /* Restore context in case of ECD frame traversal */
882 /* Return to last good frame in case of frame traversal but not ECD. */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 302 * so I must do a brute force O(n^2) nested traversal of the Set
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 206 "Unknown axis traversal type: {0}"},
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 32 import org.w3c.dom.traversal.NodeIterator;
  /external/chromium-trace/trace-viewer/src/tracing/importer/v8/
splaytree.js 271 * Performs a preorder traversal of the tree.

Completed in 1132 milliseconds

<<11121314151617181920>>