Searched refs:TSort (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_tsort.rb5 include TSort
13 include TSort
31 assert_raise(TSort::Cyclic) { h.tsort }
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/hooks/
H A Dapr_hooks.c65 } TSort; typedef in typeref:struct:tsort_
83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems)
85 TSort *pData=apr_palloc(p,nItems*sizeof *pData);
139 static TSort *tsort(TSort *pData,int nItems)
142 TSort *pHead=NULL;
143 TSort *pTail=NULL;
191 TSort *pSort;
406 TSort *pResult;
/macosx-10.9.5/apr-30/apr-util/apr-util/hooks/
H A Dapr_hooks.c65 } TSort; typedef in typeref:struct:tsort_
83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems)
85 TSort *pData=apr_palloc(p,nItems*sizeof *pData);
139 static TSort *tsort(TSort *pData,int nItems)
142 TSort *pHead=NULL;
143 TSort *pTail=NULL;
191 TSort *pSort;
394 TSort *pResult;
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dtsort.rb7 # TSort implements topological sorting using Tarjan's algorithm for
10 # TSort is designed to be able to be used with any object which can be
13 # TSort requires two methods to interpret an object as a graph,
20 # TSort uses Hash internally.
24 # The following example demonstrates how to mix the TSort module into an
36 # include TSort
71 # raise TSort::Cyclic.new("cyclic dependencies: #{fs.join ', '}")
94 # include TSort
122 module TSort module
131 # If there is a cycle, TSort
[all...]
H A Dset.rb438 include TSort
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_list.rb22 include TSort
224 rescue TSort::Cyclic
H A Drequest_set.rb11 include TSort
73 rescue TSort::Cyclic
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Dc.rb184 @enclosure_dependencies.extend TSort
188 rescue TSort::Cyclic => e

Completed in 149 milliseconds