HomeSort by relevance Sort by last modified time
    Searched full:traversal (Results 226 - 250 of 888) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/es6/
object-assign.js 113 // Properties created during traversal are not copied
  /external/vboot_reference/
Android.mk 146 futility/traversal.c \
  /frameworks/base/libs/hwui/
DisplayList.h 192 // list of Ops referring to RenderNode children for quick, non-drawing traversal
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
halloc.c 223 * O(log(n)) upward traversal, the check must use O(n) downward
  /libcore/luni/src/test/java/tests/org/w3c/dom/
IsSupported.java 154 features.add("Traversal");
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
StreamSpliteratorTest.java 279 String.format("Size on traversal of last split should be less than the size of the list, %d, when proxyEstimateSize is %s",
375 String.format("Size on traversal of last split should be less than the size of the list, %d, when proxyEstimateSize is %s",
468 String.format("Size on traversal of last split should be less than the size of the list, %d, when proxyEstimateSize is %s",
561 String.format("Size on traversal of last split should be less than the size of the list, %d, when proxyEstimateSize is %s",
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
equal.hpp 22 // traversal categories less than RandomAccessTraversal.
  /system/extras/tests/sdcard/
testcase.cpp 168 mTraverseTimer = new StopWatch("traversal", iter());
testcase.h 164 StopWatch *mTraverseTimer; // Used to time each traversal.
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 164 /// traversal of the blocks.
674 /// 0. Reverse post-order traversal (\a initializeRPOT()).
676 /// Run a single post-order traversal and save it (in reverse) in RPOT.
695 /// Distributing mass in a loop is a reverse-post-order traversal through
827 /// \brief Run (and save) a post-order traversal.
829 /// Saves a reverse post-order traversal of all the nodes in \a F.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 54 * of elements requires a traversal of the elements, and so may report
55 * inaccurate results if this collection is modified during traversal.
217 * added in traversal order of the collection's iterator.
394 * number of elements requires an O(n) traversal.
725 // rely on a future traversal to relink.
    [all...]
ConcurrentSkipListSet.java 47 * of elements requires a traversal of the elements, and so may report
48 * inaccurate results if this collection is modified during traversal.
CopyOnWriteArraySet.java 31 * to prevent interference among threads during traversal.
37 * <li>Traversal via iterators is fast and cannot encounter
  /external/libxml2/doc/devhelp/
libxml2-xpathInternals.html     [all...]
  /external/libxml2/doc/html/
libxml-xpathInternals.html     [all...]
  /external/apache-xml/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...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 221 /** \internal Default traversal, no vectorization, no index-based access */
248 * because linear traversal is used, then unroll that loop. */
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler_unittest.cc 472 // At this point, we abandon the traversal, so none of the
515 // Stop the traversal abruptly, so that there will still be
  /external/libchrome/base/files/
file.h 161 // |path| contains path traversal ('..') components.
309 // traversal ('..') components.
  /external/libxml2/os400/libxmlrpg/
xpath.rpgle 201 * An axis traversal function. To traverse an axis, the engine calls
203 * NULL indicating the end of the axis traversal.
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 287 preorder traversal of the class hierarchy tree. With that arrangement, all
405 according to a preorder traversal of the inheritance tree.
  /external/llvm/include/llvm/Support/
Path.h 34 /// \a path. The traversal order is as follows:
74 /// \a path in reverse order. The traversal order is exactly reversed from that
  /external/v8/src/compiler/
scheduler.cc 235 while (!queue_.empty()) { // Breadth-first backwards traversal.
260 while (!queue_.empty()) { // Breadth-first backwards traversal.
561 ZoneQueue<Node*> queue_; // Queue used for breadth-first traversal.
599 // Note a simple RPO traversal satisfies (1) but not (2).
659 // Numbering for BasicBlock::rpo_number for this block traversal:
735 // Perform an iterative RPO traversal using an explicit stack,
775 // to perform a traversal that groups loop bodies together.
783 // Perform an iterative post-order traversal, visiting loop bodies before
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
MediaFocusControl.java 155 // evaluated it, traversal order doesn't matter here)
179 // evaluated it, traversal order doesn't matter here)
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-jdk-annotations/0.12.613/
kotlin-jdk-annotations-0.12.613.jar 

Completed in 2952 milliseconds

1 2 3 4 5 6 7 8 91011>>