Searched refs:sort (Results 51 - 75 of 1242) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_file_list.rb45 assert_equal ["abc.c", "x.c", "xyz.c", "x"].sort,
46 fl.sort
56 assert_equal ["abc.c", "x.c", "xyz.c", "x"].sort,
57 fl.sort
62 assert_equal ["abc.c", "x.c", "xyz.c", "x"].sort,
63 fl.sort
68 assert_equal ["x", "y", "z"].sort, fl.sort
73 assert_equal ["abc.c", "x.c", "xyz.c", "x"].sort,
74 fl.sort
[all...]
/macosx-10.10/BerkeleyDB-21/db/test_micro/
H A Dreport43 title="Test $1: `egrep '^#' $1 | sort -u | sed 's/^#[ ]*//'`"
58 sort -n > $tmp
62 max=`sort -k 2 -n -t ":" < $tmp | tail -1 | awk -F: '{print $2}'`
111 for j in `ls [0-9]* | sort -n`; do
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_dir.rb150 Dir.glob(File.join(@root, "*"), File::FNM_DOTMATCH).sort)
151 assert_equal([@root] + (?a..?z).map {|f| File.join(@root, f) }.sort,
152 Dir.glob([@root, File.join(@root, "*")]).sort)
153 assert_equal([@root] + (?a..?z).map {|f| File.join(@root, f) }.sort,
154 Dir.glob(@root + "\0\0\0" + File.join(@root, "*")).sort)
156 assert_equal((?a..?z).step(2).map {|f| File.join(File.join(@root, f), "") }.sort,
157 Dir.glob(File.join(@root, "*/")).sort)
166 assert_equal((?a..?f).map {|f| File.join(@root, f) }.sort, Dir.glob(File.join(@root, '[abc/def]')).sort)
188 assert_equal([], Dir.glob("a/**/z").sort, bug828
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/Array/
H A Dgeneral2.js33 var TITLE = 'String:push,splice,concat,unshift,sort';
73 array1.sort();
74 array2.sort();
75 testcases[count++] = new TestCase( SECTION, "Array.sort", true,String(array1) == String(array2));
/macosx-10.10/apache-793/httpd/support/
H A Dcheck_forensic46 grep ^+ < $all | cut -c2- | sort > $in
47 grep -- ^- < $all | cut -c2- | sort > $out
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dfirefox-db2pem.sh49 sort | \
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Doutdated_command.rb19 Gem::Specification.outdated.sort.each do |name|
26 remotes.sort! { |a,b| a[0].version <=> b[0].version }
H A Dcontents_command.rb78 spec_dirs.sort.each { |dir| say dir }
85 files = spec.files.sort.map do |file|
105 files.sort.each do |prefix, basename|
/macosx-10.10/ruby-106/ruby/test/json/
H A Dtest_json_fixtures.rb11 @passed = passed.inject([]) { |a, f| a << [ f, File.read(f) ] }.sort
12 @failed = failed.inject([]) { |a, f| a << [ f, File.read(f) ] }.sort
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dproxy.tcl16 foreach i [mk::select tqs.people -sort name] {
/macosx-10.10/top-100.1.2/
H A Dpreferences.h52 bool top_prefs_set_sort(const char *sort);
56 bool top_prefs_set_secondary_sort(const char *sort);
/macosx-10.10/vim-55/runtime/tools/
H A Dvimspell.sh44 spell $SPELL_ARGS $INFILE | sort -u |
/macosx-10.10/BerkeleyDB-21/db/docs_src/support/
H A DXindex31 sort -u |
32 sort -f -t@ +1 |
/macosx-10.10/BerkeleyDB-21/db/test/scr002/
H A Dchk.def28 sort > $t1
36 sed '/^__/d' | sort > $t2
/macosx-10.10/libiconv-42/libiconv/tests/
H A Dcheck-stateless.bat6 .\table-to %2 | sort > tmp-%2.INVERSE.TXT
11 sort < tmp | uniq-u > tmp-orig-%2.INVERSE.TXT
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_source_local.rb22 assert_equal [@a.name_tuple, @b.name_tuple].sort,
23 @sl.load_specs(:released).sort
35 assert_equal [a2.name_tuple, @b.name_tuple].sort,
36 @sl.load_specs(:latest).sort
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dxmlrpc-methods-client.tcl23 lappend methods [ XMLRPC::create tclsoapTest1.sort \
24 -proxy http://localhost:8015/rpc/sort \
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_app_pentomino.rb19 $p << [a.sort]
37 kikaku(a.collect {|x| ((x+NP)%ROW)-ROW*((x+NP)/ROW) }.sort)
40 kikaku(a.collect {|x| ROW*((x+NP)/ROW)+ROW-((x+NP)%ROW)}.sort)
43 kikaku(a.collect {|x| ROW*((x+NP)%ROW) + (x+NP)/ROW }.sort)
57 a.sort!
60 $p.uniq!.sort! {|x,y| x[0] <=> y[0] }
149 $p << [a.sort]
167 kikaku(a.collect {|x| ((x+NP)%ROW)-ROW*((x+NP)/ROW) }.sort)
170 kikaku(a.collect {|x| ROW*((x+NP)/ROW)+ROW-((x+NP)%ROW)}.sort)
173 kikaku(a.collect {|x| ROW*((x+NP)%ROW) + (x+NP)/ROW }.sort)
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Ddoctor.rb31 Gem::REPOSITORY_SUBDIRECTORIES.sort ==
32 REPOSITORY_EXTENSION_MAP.map { |(k,_)| k }.sort
101 directory.children.sort.each do |child|
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D22-interop_apache.t82 ok(ref $r && join('', sort values %$r) eq join('', sort values %$a));
89 ok(ref $r && join('', sort values %$r) eq join('', sort values %$a));
93 ok(ref $r && join('', sort values %$r) eq join('', sort values %$a));
101 ok(ref $r && join('', map { sort values %$_ } @$r) eq join('', map { sort values %$_ } @$a));
109 ok(ref $r && join('', map { sort values %$_ } @$r) eq join('', map { sort value
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genren/
H A DMakefile87 sorts: urename.sort urename.old.sort
89 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
91 urename.sort: urename.h
92 sort urename.h > $@
94 urename.old.sort: $(top_srcdir)/common/unicode/urename.h
95 sort $(top_srcdir)/common/unicode/urename.h > $@
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Array/
H A D15.4.4.5-3.js24 ECMA Section: Array.prototype.sort(comparefn)
30 Verify that sort is successfull, even if the sort compare function returns
41 var TITLE = "Array.prototype.sort(comparefn)";
83 testarr1.sort( comparefn1 );
87 testarr2.sort( comparefn2 );
91 testarr3.sort( comparefn3 );
93 // when there's no sort function, sort sorts by the toString value of Date.
97 testarr4.sort();
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt13 * some sort of textbbox command that will return the size of the
32 * add internal sort procedures
33 pathName sort -row {the list of rows we want to sort | all}
37 -type {for each column specifies the type of sort:
39 -order {for each column specify the order of sort:
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/pie-basic/
H A DMakefile35 if [ `sort main.out -u | wc -l` == 4 ]; \
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/pie-big/
H A DMakefile35 if [ `sort main.out -u | wc -l` == 4 ]; \

Completed in 411 milliseconds

1234567891011>>