Searched
full:traversal (Results
326 -
350 of
902) sorted by null
<<11121314151617181920>>
/external/v8/src/crankshaft/x64/ |
lithium-gap-resolver-x64.cc | 77 // Perform a depth-first traversal of the move graph to resolve
|
/external/v8/test/webkit/ |
array-enumerators-functions.js | 59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; }
|
/external/v8/tools/ |
splaytree.js | 287 * Performs a preorder traversal of the tree.
|
/external/valgrind/mpi/ |
mpiwrap_type_test.c | 2 /* A test program to check whether the type-traversal functions in
|
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerInternal.java | 130 * @param inTraversal True if called from WindowManagerService during a window traversal
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NavigationBarInflaterView.java | 206 // Inflate these in start to end order or accessibility traversal will be messed up.
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ConcurrentLinkedQueueTest.java | 219 * Queue contains all elements, in traversal order, of successful addAll
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/ |
suggestions_output_utils.cpp | 188 // TODO: Check shortcuts during traversal for multiple words suggestions.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
fcntl.h | 261 traversal. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
fcntl.h | 276 traversal. */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mutants.py | 10 # biggest" containee so far, across a traversal of the container; but
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mutants.py | 10 # biggest" containee so far, across a traversal of the container; but
|
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap.go | 70 // AST in depth-first and thus _source_ order. If AST traversal
|
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap.go | 70 // AST in depth-first and thus _source_ order. If AST traversal
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 10 # biggest" containee so far, across a traversal of the container; but
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 10 # biggest" containee so far, across a traversal of the container; but
|
/art/compiler/optimizing/ |
parallel_move_resolver.cc | 142 // Perform a depth-first traversal of the move graph to resolve 430 // Perform a depth-first traversal of the move graph to resolve
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
differences.txt | 417 These all relate to traversal, which is part of the publishing 421 Also associated with traversal and preparing the request.
|
/external/dlmalloc/ |
malloc.h | 282 purposes. Traversal does not include include chunks that have been 288 are held during the entire traversal. It is a bad idea to invoke
|
/external/jemalloc/include/jemalloc/internal/ |
rb.h | 326 * Description: Iterate over the tree with post-order traversal, remove 330 * during traversal. [all...] |
/external/opencv3/modules/flann/include/opencv2/flann/ |
kdtree_index.h | 417 * traversal of the tree. 434 * because the tree traversal is abandoned after a given number of descends in
|
/external/v8/test/cctest/ |
test-log.cc | 463 // Test that logging of code create / move events is equivalent to traversal of 494 logger->StringEvent("test-traversal-done", "");
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 409 * {@link File#getCanonicalFile()} to avoid symlink or path traversal 426 * {@link File#getCanonicalFile()} to avoid symlink or path traversal
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 180 * style traversal instead of simple cyclic traversal to reduce
|
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/ |
test_associate.py | 242 print "Primary key traversal:" 259 print "Secondary key traversal:"
|
Completed in 2965 milliseconds
<<11121314151617181920>>