HomeSort by relevance Sort by last modified time
    Searched refs:each (Results 1 - 25 of 510) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /systemz/sirius/usr/src/cmd/perl/5.6.1/distrib/t/op/
each.t 43 while (($key,$value) = each(%h)) {
71 # test scalar each
74 $total += $key while $key = each %hash;
75 print "# Scalar each is bad.\nnot " unless $total == 100;
78 for (1..3) { @foo = each %hash }
81 $total += $key while $key = each %hash;
85 for (1..3) { @foo = each %hash }
87 $total += $key while $key = each %hash;
88 print "# Iterator of each isn't being maintained.\nnot " if $total == 100;
91 for (1..3) { @foo = each %hash
    [all...]
defins.t 124 while (my $name = each %hash)
133 while (($seen ? $dummy : $name) = each %hash)
141 while ($where{$seen} = each %hash)
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/lib/
dbm_filter_util.pl 15 while (my ($k, $v) = each %$store) {
36 while (my ($k, $v) = each %$hashref) {
52 while (my ($k, $v) = each %expected) {
58 while (my ($k, $v) = each %bad) {
Config.t 17 ok(each %Config);
26 while( my($new, $old) = each %grandfathers ) {
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/lib/
dbm_filter_util.pl 15 while (my ($k, $v) = each %$store) {
36 while (my ($k, $v) = each %$hashref) {
52 while (my ($k, $v) = each %expected) {
58 while (my ($k, $v) = each %bad) {
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
Config.pm 154 while (my ($enc,$mod) = each %ExtModule){
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/t/op/
hashassign.t 22 # Some of these tests are (effectively) duplicated in each.t
38 @temp = each %comma;
39 ok (eq_array (\@comma, \@temp), 'first each from comma hash');
40 @temp = each %comma;
41 ok (eq_array ([], \@temp), 'last each from comma hash');
56 @temp = each %temp;
57 ok (eq_array (\@temp, \@temp), 'first each from copy of comma hash');
58 @temp = each %temp;
59 ok (eq_array ([], \@temp), 'last each from copy of comma hash');
78 @temp = each %arrow
    [all...]
each.t 50 while (($key,$value) = each(%h)) {
58 ok ($i == 30, "each count");
78 # test scalar each
81 $total += $key while $key = each %hash;
82 ok ($total == 100, "test scalar each");
84 for (1..3) { @foo = each %hash }
87 $total += $key while $key = each %hash;
90 for (1..3) { @foo = each %hash }
92 $total += $key while $key = each %hash;
93 ok ($total != 100, "test iterator of each is being maintained")
    [all...]
defins.t 125 while (my $name = each %hash)
134 while (($seen ? $dummy : $name) = each %hash)
142 while ($where{$seen} = each %hash)
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
Config.pm 154 while (my ($enc,$mod) = each %ExtModule){
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/t/op/
hashassign.t 22 # Some of these tests are (effectively) duplicated in each.t
38 @temp = each %comma;
39 ok (eq_array (\@comma, \@temp), 'first each from comma hash');
40 @temp = each %comma;
41 ok (eq_array ([], \@temp), 'last each from comma hash');
56 @temp = each %temp;
57 ok (eq_array (\@temp, \@temp), 'first each from copy of comma hash');
58 @temp = each %temp;
59 ok (eq_array ([], \@temp), 'last each from copy of comma hash');
78 @temp = each %arrow
    [all...]
each.t 50 while (($key,$value) = each(%h)) {
58 ok ($i == 30, "each count");
78 # test scalar each
81 $total += $key while $key = each %hash;
82 ok ($total == 100, "test scalar each");
84 for (1..3) { @foo = each %hash }
87 $total += $key while $key = each %hash;
90 for (1..3) { @foo = each %hash }
92 $total += $key while $key = each %hash;
93 ok ($total != 100, "test iterator of each is being maintained")
    [all...]
defins.t 125 while (my $name = each %hash)
134 while (($seen ? $dummy : $name) = each %hash)
142 while ($where{$seen} = each %hash)
  /systemz/betelgeuse/usr/src/tools/onbld/Checks/
Rti.py 14 # When distributing Covered Code, include this CDDL HEADER in each
50 """Return True iff each of the specified bugids has an approved RTI.
129 for each in rtiNumber:
130 message += " the RTI " + each + " is of "
131 message += rtiType[rtiNumber.index(each)] + " type "
142 for each in rtiNumber:
143 message = "Error: RTI " + each + " for CR " + cr + " is not in "
  /systemz/sirius/usr/src/common/
README 14 # When distributing Covered Code, include this CDDL HEADER in each
35 *each* of the derived components to ensure they all work.
  /systemz/betelgeuse/usr/src/common/
README 14 # When distributing Covered Code, include this CDDL HEADER in each
35 *each* of the derived components to ensure they all work.
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/
Recurs.pm 32 while(my($file, $text) = each %Files) {
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/Setup/
Recurs.pm 32 while(my($file, $text) = each %Files) {
  /systemz/sirius/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/
Packlist.pm 50 return(each(%{$_[0]->{data}}));
55 return(each(%{$_[0]->{data}}));
187 each line may contain a list of attributes in the form of a space separated
209 returns a reference to a hash. This hash holds an entry for each line in the
210 .packlist. In the case of old-style .packlists, the value associated with each
212 each key is a hash containing the key=value pairs following the filename in the
  /systemz/sirius/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Packlist.pm 51 return(each(%{$_[0]->{data}}));
56 return(each(%{$_[0]->{data}}));
193 each line may contain a list of attributes in the form of a space separated
215 returns a reference to a hash. This hash holds an entry for each line in the
216 .packlist. In the case of old-style .packlists, the value associated with each
218 each key is a hash containing the key=value pairs following the filename in the
  /systemz/betelgeuse/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Packlist.pm 51 return(each(%{$_[0]->{data}}));
56 return(each(%{$_[0]->{data}}));
193 each line may contain a list of attributes in the form of a space separated
215 returns a reference to a hash. This hash holds an entry for each line in the
216 .packlist. In the case of old-style .packlists, the value associated with each
218 each key is a hash containing the key=value pairs following the filename in the
  /systemz/sirius/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
README 14 # When distributing Covered Code, include this CDDL HEADER in each
33 Postscript definitions of some special troff characters. For now each file
35 as is, when the character is first used. Each procedure is called with a
  /systemz/sirius/usr/src/cmd/man/src/util/instant.src/
README 105 without an instance...) Each element of the instance is a node in the tree,
108 in the ESIS), child elements, and PIs. Each 'chunk' of content is referred
130 Other information kept about each element (in the Element_t struct) includes
143 it takes cpu cycles to skip over them for each of the more-used elements.
154 - a list of element usage (-u) -- lists each element in the instance,
157 each is used, percent of elements that this is, total char content
159 - show context of each element (-x) -- lists each element and its
  /systemz/betelgeuse/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
README 14 # When distributing Covered Code, include this CDDL HEADER in each
33 Postscript definitions of some special troff characters. For now each file
35 as is, when the character is first used. Each procedure is called with a
  /systemz/betelgeuse/usr/src/cmd/man/src/util/instant.src/
README 105 without an instance...) Each element of the instance is a node in the tree,
108 in the ESIS), child elements, and PIs. Each 'chunk' of content is referred
130 Other information kept about each element (in the Element_t struct) includes
143 it takes cpu cycles to skip over them for each of the more-used elements.
154 - a list of element usage (-u) -- lists each element in the instance,
157 each is used, percent of elements that this is, total char content
159 - show context of each element (-x) -- lists each element and its

Completed in 1320 milliseconds

1 2 3 4 5 6 7 8 91011>>