Searched refs:sort (Results 26 - 50 of 112) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutfhash.t51 is(join('',sort { ord $a <=> ord $b } keys %hash8),"\x7f\xff");
52 is(join('',sort { ord $a <=> ord $b } keys %hashu),"\x7f\xff\x{1ff}");
58 is(join('',sort { ord $a <=> ord $b } keys %hash8),"\x7f\xff\x{1ff}");
72 is(join('',sort keys %hashu),"\x7f\xff");
H A Dglob.t30 print "not ok 1\t(",join(' ', sort keys %files),"\n";
H A Duniversal.t128 my $subs = join ' ', sort grep { defined &{"UNIVERSAL::$_"} } keys %UNIVERSAL::;
152 my $sub2 = join ' ', sort grep { defined &{"UNIVERSAL::$_"} } keys %UNIVERSAL::;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafewrap.t17 $safe->permit_only(qw(:default sort));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/attrs/t/
H A Dattrs.t69 @attrs = sort +attrs::get($anon2 ? $anon2 : \&ns);
74 @attrs = sort +attrs::get($anon1 ? $anon1 : \&ns);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t255 is_deeply( [sort keys %target] , [sort keys %clean],
257 is_deeply( [sort values %target] , [sort values %clean],
260 is_deeply( [sort %target] , [sort %clean],
271 is_deeply( [sort @target] , [sort @clean],
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t35 @correct = grep { !/^\./ } sort readdir(D);
39 @a = sort @a;
143 # GLOB_ALPHASORT (default) should sort alphabetically regardless of case
149 if ('a' lt 'A') { # EBCDIC char sets sort lower case before UPPER
150 @f_names = sort(@f_names);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dnntp.mirror54 @AllInDir = <*>; @RevSortedAllInDir = reverse(sort(@AllInDir));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t29 @Core_Modules = sort @Core_Modules;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dhotkernel109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
H A Dhotuser122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotkernel109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
H A Dhotuser122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
H A DDProf.t27 @tests = @ARGV ? @ARGV : sort (<lib/dprof/*_t>, <lib/dprof/*_v>); # glob-sort, for OS/2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi5 @ANIMALS=sort qw/lion tiger bear pig porcupine ferret zebra gnu ostrich
71 foreach (sort keys %zoo) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Drequest.t34 is join(' ',sort $q->param()), 'game weather',"CGI::param()";
113 is_deeply [ sort $q->$_( 'keywords' ) ], [ qw/ dragon tiger / ],
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A D__init__.py78 loaderlist.sort(cmp=\
/osnet-11/usr/src/lib/pyzfs/common/
H A Dtable.py56 self.lines.sort()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A Dmkheader256 my @temp = sort {$a <=> $b} keys %{$tbl->{hash}};
285 foreach my $i (sort keys %CompList) {
289 sort {$a <=> $b } keys %{ $CompList{$i} };
353 foreach my $p (sort { $a <=> $b } keys %val) {
368 foreach my $p (sort { $a <=> $b } keys %val) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/t/
H A DLanginfo.t53 my @want = sort keys %want;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dcallback.t60 for my $test ( sort keys %samples ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D20_cache_full.t34 my $a = join " ", sort $o->{cache}->ckeys;
185 $a = join " ", sort $o->{cache}->ckeys;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlocale.t330 sort grep /\w/, map { chr } 0..255
436 @Locale = sort @Locale;
497 debug "# UPPER = ", join("", sort keys %UPPER ), "\n";
498 debug "# lower = ", join("", sort keys %lower ), "\n";
499 debug "# BoThCaSe = ", join("", sort keys %BoThCaSe), "\n";
513 @Neoalpha = sort @Neoalpha;
815 my @f = sort keys %{ $Problem{$_} };
883 join(" ", sort {$a<=>$b} keys %utf8skip), "\n",
/osnet-11/usr/src/lib/libc/
H A Dmakelibccatalog.sh41 FILES=`grep gettext *.c | sed "s/:.*//" | sort | sed "s/\.c//" | uniq`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dstash.t39 sort { $a cmp $b }

Completed in 39 milliseconds

12345