Searched refs:arrays (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/t/
H A Dcorrectness.t70 @arrays = (\@f1, \@f2, \@f3, \@f4);
75 print ((@{$arrays[$i]} == @{$arrays[$j]}) ? "ok $n\n" : "not ok $n\n");
77 for ($k=0; $k < @{$arrays[$i]}; $k++) {
78 (print "not ok $n\n", next) if $arrays[$i][$k] != $arrays[$j][$k];
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeDescriptor.java339 private String formatByteArrays(Vector arrays) { argument
340 int i, n = arrays.size();
346 byte array[] = (byte[])arrays.elementAt(i);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DIterator.pm23 This is a simple iterator wrapper for arrays and filehandles.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm118 Tie::Array - base class for tied arrays
172 The B<Tie::StdArray> package provides efficient methods required for tied arrays
174 It inherits from B<Tie::Array>, and should cause tied arrays to behave exactly
175 like standard arrays, allowing for selective overloading of methods.
177 For developers wishing to write their own tied arrays, the required methods
280 Very little consideration has been given to the behaviour of tied arrays
H A DFile.pm448 $pos = $oldsize; # This is what perl does for normal arrays
2454 The behavior of tied arrays is not precisely the same as for regular
2455 arrays. For example:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm107 arrays before sorting.
127 C<sort()> to merge several sorted arrays. On the other hand, quicksort
128 is often faster for small arrays, and on arrays of a few distinct
H A DEnv.pm7 Env - perl module that imports environment variables as scalars or arrays
65 On VMS systems, arrays tied to environment variables are read-only. Attempting
H A DDumpvalue.pm511 Print only first N elements of arrays and hashes. If false, prints all the
525 Dump arrays holding contents of debugged files.
H A Dfields.pm242 fields which are as compact and as fast arrays to access. This only
H A DExporter.pm138 The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of
141 symbols can represent functions, scalars, arrays, hashes, or typeglobs.
H A Dconstant.pm230 List constants are lists, not arrays. To index or slice them, they
H A DTest.pm650 to compare the I<size> of the two arrays. But don't be fooled into
652 arrays -- you're comparing I<just> the number of elements of each. It's
H A Dperl5db.pl2669 is used to save aggregate variables (both hashes and arrays); scalars are
6879 I<DumpDBFiles> dump arrays holding debugged files;
7055 I<DumpDBFiles> dump arrays holding debugged files;
7974 =item * Look through all the symbols in the package. C<grep> out all the possible hashes/arrays/scalars, and then C<grep> the possible matches out of those. C<map> the prefix onto all the possibilities.
8473 Since the lists of actions are all held in arrays that are pointed to by
H A DMemoize.pm897 would have referred to different arrays.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm151 Text::ParseWords - parse text into an array of tokens or array of arrays
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm112 my %arrays = ();
154 $arrays{$name}++;
206 if( defined $arrays{$name} ){
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t171 Self-ties of arrays and hashes are not supported at - line 6.
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs288 # Functions below convert C arrays into Perl lists. They use XS PPCODE
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm52 # to cause output of arrays and hashes rather than refs.
711 arrays, and coderefs. Output of names will be avoided where possible if
829 up). Style 3 is like style 2, but also annotates the elements of arrays
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm910 need to see if two arrays are equivalent, for instance. For these
1003 Checks if two arrays are equivalent. This is a deep check, so
1118 # doesn't matter how we sort them, as long as both arrays are sorted
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm287 array value (associative arrays are also allowed). Cookies also have
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL224 into arrays of structures, perhaps like this
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm725 A reference to an array of references to arrays. Each subarray is a list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2255 * and SIG_NUM arrays, excluding the final NULL entry.
2272 * 2 = supports arrays of pointers to functions returning void
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm854 temporary arrays to hold the keys for each hash have to be allocated,

Completed in 366 milliseconds

12