Searched refs:sort (Results 1 - 25 of 1242) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/mantools/
H A Ddocparam378 ' | sort -u
H A Duseparam368 ' | sort -u
/macosx-10.10/CPANInternal-159.1/Makefiles/13/
H A DMakefile6 PERL_VERSIONS_AVAILABLE := $(sort 5.16 $(filter-out 5.10, $(PERL_VERSIONS_AVAILABLE)))
/macosx-10.10/CPANInternal-159.1/Makefiles/14/
H A DMakefile5 PERL_VERSIONS_AVAILABLE := $(sort 5.18 $(PERL_VERSIONS_AVAILABLE))
/macosx-10.10/ncurses-44/ncurses/progs/
H A DMKtermsort.sh4 # MKtermsort.sh -- generate indirection vectors for the various sort methods
34 # The output of this script is C source for nine arrays that list three sort
54 echo " * termsort.c --- sort order arrays for use by infocmp.";
64 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
73 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
82 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
91 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
100 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
109 ' | sort | $AWK '{print "\t", $2, ",\t/* ", $1, " */";}';
118 ' | sort |
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Array/
H A Dregress-157652.js38 * SUMMARY: Testing that Array.sort() doesn't crash on very large arrays
57 * We're just testing that we don't crash on Array.sort().
63 * when trying to sort such large arrays.
65 * We only want to test that we don't CRASH on the sort. So it will be OK
72 * to do the sort. Then this test will terminate with the normal exit code 0
81 * He explains that Rhino isn't actually hanging; it's doing the huge sort:
87 * > I'm getting a graceful OOM message on trying to sort certain large
92 * > Note below, I'm getting an instantaneous OOM error on arr.sort() for LEN
114 var summary = "Testing that Array.sort() doesn't crash on very large arrays";
126 a1.sort();
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_makefile_loader.rb35 assert_equal %w(a1 a2 a3 a4 a5 a6 a7).sort, Task['a'].prerequisites.sort
36 assert_equal %w(b1 b2 b3 b4 b5 b6 b7).sort, Task['b'].prerequisites.sort
37 assert_equal %w(c1).sort, Task['c'].prerequisites.sort
38 assert_equal %w(d1 d2).sort, Task['d'].prerequisites.sort
39 assert_equal %w(e1 f1).sort, Task['e'].prerequisites.sort
[all...]
/macosx-10.10/lsof-53/lsof/scripts/
H A Dxusers.awk24 print " c - sort by command"
25 print " d - sort by display name"
26 print " l - sort by login name"
27 print " p - sort by pid"
50 help("duplicate sort order string")
54 help("Invalid sort order: '" sortorder "'")
56 sort = "sort -kn2"
60 sort = "sort
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dconfig-stubs20 sort | \
/macosx-10.10/dtrace-147/libdwarf/
H A DbldDWindex.sh5 }' | sort -u |
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dcsort31 # override anything that might cause 'sort' to do the wrong thing...
36 sort $*
/macosx-10.10/rsync-45/rsync/support/
H A Dfiles-to-excludes24 foreach (sort keys %hash) {
/macosx-10.10/xnu-2782.1.97/config/
H A Dgenerate_linker_exports.sh13 ( grep -h -v ":" "$@"; grep -h ":" "$@" | awk -F: '{print $2}' ) | sort -u > "$OUTPUT"
/macosx-10.10/shell_cmds-179/locate/locate/
H A Dmklocatedb.sh50 : ${sort:=sort}
54 sortcmd=$sort
78 locate -d $filelist / | $bigram | $sort -nr | head -128 |
85 $bigram < $filelist | $sort -nr |
H A Dconcatdb.sh48 : ${sort:=sort}
65 done | $bigram | $sort -nr | awk 'NR <= 128 { printf $2 }' > $bigrams
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ldap/
H A Dldifdump33 set sort [list]
35 lappend sort [list [$e dn] $e]
37 set sort [lsort -index 0 $sort]
38 foreach key $sort {
/macosx-10.10/BerkeleyDB-21/db/test/scr034/
H A Dchk.mtx20 sort > $t1
26 sort > $t2
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDOMStringList.cpp51 void DOMStringList::sort() function in class:WebCore::DOMStringList
53 std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpmtop19 ps -aux | sort -nr -k 3 | sed ${SS}q
/macosx-10.10/cups-408/cups/tools/
H A Dlistpublic6 for function in `nm -g *.so | grep "T " | awk '{print $3}' | grep -v '^_' | sort`; do
/macosx-10.10/ruby-106/ruby/ext/win32ole/sample/
H A Dieconst.rb6 WIN32OLE.constants.sort.each do |c|
15 IE_CONST.constants.sort.each do |c|
/macosx-10.10/ruby-106/ruby/sample/
H A Dfreq.rb10 for word in freq.keys.sort!
H A Doccur.rb10 for word in freq.keys.sort!
/macosx-10.10/xnu-2782.1.97/SETUP/
H A Dsetup.sh2 printenv | sort > "${setup_tmp}/orig"
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/t/
H A D08-inheritcols.t21 is join (' ', sort A->columns), 'id', "A columns";
22 is join (' ', sort A::B->columns), 'b1 id', "A::B columns";
23 is join (' ', sort A::C->columns), 'c1 c2 c3 id', "A::C columns";

Completed in 575 milliseconds

1234567891011>>