Searched refs:constructor (Results 1 - 25 of 44) sorted by relevance

12

/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_disk.c64 jmethodID constructor = local
71 constructor, dp->size, nameUTF, aliases, slices,
121 jmethodID constructor = local
127 class_SliceUsage, constructor, use, usedByUTF);
147 jmethodID constructor = local
152 constructor, sp->size, nameUTF, sp->start, usage);
H A Dlibzfs_jni_property.c189 jmethodID constructor; local
207 constructor = (*env)->GetMethodID(
211 env, class, constructor, propName, propValue,
221 constructor = (*env)->GetMethodID(
225 env, class, constructor, propName, propValue,
282 jmethodID constructor; local
293 constructor = (*env)->GetMethodID(
297 class, constructor, propValue, propSource);
306 constructor = (*env)->GetMethodID(
310 class, constructor, propValu
337 jmethodID constructor; local
408 jmethodID constructor; local
[all...]
H A Dlibzfs_jni_dataset.c127 object->constructor =
131 (*env)->NewObject(env, object->class, object->constructor);
163 object->constructor =
167 (*env)->NewObject(env, object->class, object->constructor);
185 object->constructor =
189 (*env)->NewObject(env, object->class, object->constructor);
206 object->constructor =
210 (*env)->NewObject(env, object->class, object->constructor);
227 object->constructor =
231 (*env)->NewObject(env, object->class, object->constructor);
[all...]
H A Dlibzfs_jni_pool.c197 object->constructor =
201 (*env)->NewObject(env, object->class, object->constructor);
224 object->constructor =
228 (*env)->NewObject(env, object->class, object->constructor);
254 object->constructor =
258 (*env)->NewObject(env, object->class, object->constructor);
277 object->constructor =
281 (*env)->NewObject(env, object->class, object->constructor);
297 object->constructor =
301 (*env)->NewObject(env, object->class, object->constructor);
[all...]
H A Dlibzfs_jni_util.h51 jmethodID constructor; member in struct:zjni_Object
H A Dlibzfs_jni_util.c138 object->constructor =
142 env, object->class, object->constructor);
158 object->constructor =
162 env, object->class, object->constructor);
274 /* Date constructor takes epoch milliseconds */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Digest/
H A Dfile.pm69 Additional arguments are passed to the constructor for the
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dlibparted.c163 static void _init() __attribute__ ((constructor));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DStruct.pm105 # Create constructor.
278 $obj = new Myobj; # constructor
306 The new class is given a constructor method, C<new>, for creating
338 this, the generated constructor method uses a two-argument blessing.
441 C<struct> always creates a constructor called C<new>. That constructor
452 arguments to be passed to the element's constructor.
526 The constructor of a generated class can be passed a list
534 that are passed on to the nested struct's constructor.
573 than calling object constructor withou
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm123 support configurable coloration via options passed to the constructor, and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm17 C<IO::Seekable> does not have a constructor of its own as it is intended to
H A DDir.pm174 constructor and methods, which are just wrappers around perl's built in
H A DSelect.pm267 The constructor creates a new object and optionally initialises it with a set
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm102 If the constructor is only passed a single argument, it is assumed to
H A DINET.pm342 then the constructor will try to derive C<Proto> from the service
346 If the constructor is only passed a single argument, it is assumed to
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse.h739 static __attribute__((constructor)) void name_ ## _register(void) \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm254 See the documentation about the copy constructor and C<=> in overload, as
H A Dfields.pm265 This makes it possible to write a constructor like this:
H A DDigest.pm149 The constructor returns some object that encapsulate the state of the
H A Dbigint.pm339 See the documentation about the copy constructor and C<=> in overload, as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm412 This is the constructor for B<Pod::Parser> and its subclasses. You
415 any of the following constructor invocation styles:
423 Using the syntax C<MyParser::new()> to invoke the constructor is I<not>
425 subclass I<will> need to override the B<new()> constructor method. If
426 you do override the constructor, you I<must> be sure to invoke the
430 constructor is always the corresponding package name (or object
433 constructor, as in:
438 All arguments passed to the B<new()> constructor will be treated as
441 have been empty). The B<new()> constructor for this class and all of its
1470 returned by the B<new()> constructor fo
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm279 The constructor for a C<Net::Netrc> object is not called new as it does not
H A DPOP3.pm403 This is the constructor for a new Net::POP3 object. C<HOST> is the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.pm134 The constructor returns a new C<Digest::MD5> object which encapsulate
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl650 refgen reference constructor ck_spair m1 L
651 srefgen single ref constructor ck_null fs1 S

Completed in 62 milliseconds

12