Searched refs:class (Results 51 - 75 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_flowtime.d23 * CLASS.METHOD Java class and method name
76 this->class = (char *)copyin(arg1, arg2 + 1);
77 this->class[arg2] = '\0';
83 stringof(this->class), stringof(this->method));
91 this->class = (char *)copyin(arg1, arg2 + 1);
92 this->class[arg2] = '\0';
99 stringof(this->class), stringof(this->method));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dinf_nan.t105 for my $class (@classes)
107 $x = $class->new($args[0]);
108 $y = $class->new($args[1]);
112 print "# x $class $args[0] + $args[1] should be $args[2] but is $x\n",
114 print "# r $class $args[0] + $args[1] should be $args[2] but is $r\n",
171 for my $class (@classes)
173 $x = $class->new($args[0]);
174 $y = $class->new($args[1]);
178 print "# x $class $args[0] - $args[1] should be $args[2] but is $x\n"
180 print "# r $class
[all...]
H A Dsub_mbf.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
36 $class = "Math::BigFloat::Subclass";
43 my $ms = $class->new(23);
56 print "# Wrong class: ref(\$ms) was ".ref($ms) if !ok ($class, ref($ms));
H A Dsub_mbi.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
36 $class = "Math::BigInt::Subclass";
46 my $ms = $class->new(23);
58 print "# Wrong class: ref(\$ms) was ".ref($ms) if !ok ($class, ref($ms));
H A Dbare_mbf.t35 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
36 $class = "Math::BigFloat";
H A Dbare_mbi.t36 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
37 $class = "Math::BigInt";
H A Dwith_sub.t37 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
38 $class = "Math::BigFloat";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigFloat/
H A DSubclass.pm27 my $class = ref($proto) || $proto;
34 bless $self, $class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm23 my $class = shift;
25 return bless \$self, $class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.t23 like( $@, qr/^Base class package "I::do::not::exist" is empty/);
H A Dfields.pm24 # per class. The hash is indexed by class names and the hash value is
26 # number not belonging to a base class. The remaining elements' indices
28 # in the case of base class private fields (which occupy a slot but are
29 # otherwise irrelevant to the class).
32 my $class = shift;
60 warn("Hides field '$f' in base class") if $^W;
62 warnings::warnif("Hides field '$f' in base class") ;
115 my $class = shift;
116 $class
[all...]
H A Ddumpvar.t39 sub new { my $class = shift; bless [ @_ ], $class }
43 sub new { my $class = shift; bless [ @_ ], $class }
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_query_c.x68 %class db_query {
106 %typedef class db_query * db_query_p;
/osnet-11/usr/src/cmd/hal/utils/
H A Dprinter.h15 char **class, char **serial_no, char ***command_set);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigfltrt.t34 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
35 $class = "Math::BigRat::Test";
H A Dbigratpm.t34 use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
35 $class = "Math::BigRat";
/osnet-11/usr/src/lib/sun_fc/common/
H A DAdapterAddEventListener.h43 * @doc This class encapsulates the event callback routine
47 class AdapterAddEventListener: public Listener {
H A DAdapterDeviceEventListener.h44 * @doc This class encapsulates the event callback routine
48 class AdapterDeviceEventListener: public Listener {
H A DAdapterEventListener.h45 * @doc This class encapsulates the event callback routine
49 class AdapterEventListener: public Listener {
H A DAdapterPortEventListener.h46 * @doc This class encapsulates the event callback routine
50 class AdapterPortEventListener: public Listener {
H A DAdapterPortStatEventListener.h44 * @doc This class encapsulates the event callback routine
48 class AdapterPortStatEventListener: public Listener {
H A DListener.h36 * @memo Generic listener super-class for event dispatch
38 * @doc All listener interfaces sub-class this interface
40 class Listener {
H A DLockable.h34 * @memo Utility class to abstract away locking primitives
36 class Lockable {
H A DTargetEventBridge.h40 class TargetEventBridge{
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c100 * find enclosing zone for a <dname,class>, and some server addresses
105 *\li class - class of dname (and its enclosing zone)
121 *\li we start by asking for an SOA<dname,class>. if we get one as an
122 * answer, that just means <dname,class> is a zone top, which is fine.
154 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, argument
168 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
179 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, argument
188 DPRINTF(("START dname='%s' class=%s, zsize=%ld, naddrs=%d",
189 dname, p_class(class), (lon
269 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
409 get_ns(res_state statp, const char *zname, ns_class class, int opts, rrset_ns *nsrrsp) argument
442 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) argument
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
670 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, u_char *resp, ns_msg *msg) argument
[all...]

Completed in 411 milliseconds

1234567891011>>