| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| newgetopt.pl | 5 # It is now just a wrapper around the Getopt::Long module. 10 # Suggested alternative: Getopt::Long 43 use Getopt::Long; 49 $Getopt::Long::debug = $newgetopt::debug 51 $Getopt::Long::autoabbrev = $newgetopt::autoabbrev 53 $Getopt::Long::getopt_compat = $newgetopt::getopt_compat 55 $Getopt::Long::option_start = $newgetopt::option_start 57 $Getopt::Long::order = $newgetopt::order 59 $Getopt::Long::bundling = $newgetopt::bundling 61 $Getopt::Long::ignorecase = $newgetopt::ignorecase [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/Long/t/ |
| gol-oo.t | 10 use Getopt::Long; 11 die("Getopt::Long version 2.23_03 required--this is only version ". 12 $Getopt::Long::VERSION) 13 unless $Getopt::Long::VERSION ge "2.24"; 17 my $p = new Getopt::Long::Parser (config => ["no_ignore_case"]);
|
| gol-basic.t | 10 use Getopt::Long qw(:config no_ignore_case); 11 die("Getopt::Long version 2.23_03 required--this is only version ". 12 $Getopt::Long::VERSION) 13 unless $Getopt::Long::VERSION ge "2.24";
|
| gol-linkage.t | 10 use Getopt::Long; 15 Getopt::Long::Configure ("no_ignore_case"); 27 Getopt::Long::Configure ("default","no_ignore_case");
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| MaxValue.java | 33 * A {@code long} value aggregated by the DTrace {@code max()} action. 41 static final long serialVersionUID = -7761988758448759253L; 63 MaxValue(long v) 76 public Long 79 return (Long)super.getValue();
|
| MinValue.java | 33 * A {@code long} value aggregated by the DTrace {@code min()} action. 41 static final long serialVersionUID = -3903522347795401289L; 63 MinValue(long v) 76 public Long 79 return (Long)super.getValue();
|
| SumValue.java | 33 * A {@code long} value aggregated by the DTrace {@code sum()} action. 41 static final long serialVersionUID = 4929338907817617943L; 63 SumValue(long v) 76 public Long 79 return (Long)super.getValue();
|
| CountValue.java | 34 * A {@code long} value aggregated by the DTrace {@code count()} action. 42 static final long serialVersionUID = 5948954123445410783L; 65 CountValue(long v) 74 long count = super.getValue().longValue(); 88 public Long 91 return (Long)super.getValue();
|
| AbstractAggregationValue.java | 44 static final long serialVersionUID = 2340811719178724026L; 50 AbstractAggregationValue(long v) 52 value = new Long(v);
|
| AvgValue.java | 34 * A {@code long} value aggregated by the DTrace {@code avg()} action. 42 static final long serialVersionUID = 1633169020110237906L; 45 private final long total; 47 private final long count; 74 AvgValue(long v, long averagedTotal, long averagedValueCount) 88 long average = super.getValue().longValue(); 114 public Long 117 return (Long)super.getValue() [all...] |
| LinearDistribution.java | 60 static final long serialVersionUID = 7100080045858770132L; 63 private long base; 65 private long step; 84 LinearDistribution(long lowerBound, long frequencyStep, 85 long[] frequencies) 111 LinearDistribution(long lowerBound, long bucketStep, 128 long[] 129 getBucketRange(int i, int len, long base, long step [all...] |
| StddevValue.java | 35 * A {@code long} value aggregated by the DTrace {@code stddev()} action. 43 static final long serialVersionUID = 6409878160513885375L; 46 private final long total; 48 private final long count; 79 private static long 82 long result = 0; 116 private static long 117 standardDeviation(long stddevCount, long stddevTotal, 122 long avg = (stddevTotal / stddevCount) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| Statistic.java | 63 * Get the value of this statistic as a Long. 65 public Long getLongValue(); 196 public abstract Long getLongValue(); 254 public Long getLongValue() 256 return (new Long(((Double) getValue()).longValue())); 261 return (new UnsignedInt64(Long.toString(((Double) getValue()). 317 * A statistic of type Long. 332 public LongStatistic(Long value, Date start, Date end) 339 return (new Double(((Long) getValue()).longValue())); 342 public Long getLongValue( [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/ |
| ftp | 5 use Getopt::Long;
|
| pop3 | 5 use Getopt::Long;
|
| nntp | 4 use Getopt::Long;
|
| smtp.self | 5 use Getopt::Long;
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| PermSARegTable.java | 51 private final static long INCREMENT = Defaults.lMaxSleepTime / 2L; 53 private final static long SLEEPY_TIME = INCREMENT / 2L; 79 new Long(System.currentTimeMillis() + INCREMENT), 123 long lnow = System.currentTimeMillis(); 130 long xtime = ((Long)rec[TIME]).longValue(); 136 rec[TIME] = new Long(lnow + INCREMENT);
|
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| SetUI64Prop.java | 38 private long v; // value 64 v = Long.parseLong(val);
|
| ProcessDataModel.java | 91 new CIMValue(Long.toString(pid)))); 125 new CIMValue(Long.toString(pid)))); 153 Long.toString(pid));
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestFunctionLookup.java | 68 long addr = (Long)address; 102 long addr = (Long)address;
|
| TestGetAggregate.java | 92 long value; 93 Long firstValue; 95 Map <String, Long> firstValues = new HashMap <String, Long> ();
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| Configuration.java | 52 private long _this; 114 final long getConf() 263 long aPool; 294 long aPool; 316 long checkPool(String name) throws PoolsException 318 long aPool; 350 ((Long)pools.get(i)).longValue())); 365 long aResource; 400 long res; 424 long checkResource(String type, String name) throws PoolsExceptio [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
| Long.pm | 1 # Getopt::Long.pm -- Universal options parsing 3 package Getopt::Long; 142 package Getopt::Long::Parser; 147 Getopt::Long::Configure () 162 my $save = Getopt::Long::Configure ($default_config, @{$atts{config}}); 163 $self->{settings} = Getopt::Long::Configure ($save); 183 my $save = Getopt::Long::Configure ($self->{settings}, @_); 186 $self->{settings} = Getopt::Long::Configure ($save); 193 my $save = Getopt::Long::Configure ($self->{settings}); 197 $Getopt::Long::caller = $self->{caller_pkg} [all...] |
| Std.t | 55 # Then try the Getopt::Long module 57 use Getopt::Long; 70 'Getopt::Long::GetOptions succeeded'
|