Searched refs:traversed (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/Traversal/
H A DBFS.pm52 traversed in post-order.
H A DDFS.pm52 traversed in post-order.
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPhysicalAddressSpace.cpp248 IOByteCount traversed = mSegments[0].length ; local
251 while((traversed <= offset) && (currentSegment < mSegmentCount))
253 traversed += mSegments[ currentSegment ].length ;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DCollectionIndexCache.h96 unsigned traversed; local
97 collection.collectionTraverseForward(current, 1, traversed);
98 ASSERT(traversed == (current != end ? 1 : 0));
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadDirectoryTree.pm158 This method accepts a CODE reference as its C<$filter_function> argument and throws an exception if it is not a code reference. This code reference is used to filter the tree nodes as they are created. The function is given the current directory or file being added to the tree, and it is expected to return either true (C<1>) of false (C<0>) to determine if that directory should be traversed or file added to the tree.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DTraversal.pm479 You can control how the graph is traversed by the various callback
700 the traversal is terminated, no more vertices are traversed.
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DTraversal.pm479 You can control how the graph is traversed by the various callback
700 the traversal is terminated, no more vertices are traversed.
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm635 instead of traversed.
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Doptions.rb552 resolved. If a name is a directory, it is traversed. If no names are
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm891 have been traversed.
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter32_64.asm2106 # scopes as they are traversed. scopeCheck() is called with two arguments: the register

Completed in 177 milliseconds