Searched refs:class (Results 26 - 50 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DMakefile40 CLASSES = $(SOURCE:java=class)
48 CLEAN_FILES = *.class $(JNIH) *.jar AuditEvent*.java
65 k=`/bin/basename $$class_name .class`; \
66 class="$$class $(ADT_PKG).$$k"; \
68 JC="$(JAVAH) -classpath $(CLASSPATH) -jni -o $(JNIH) $$class"; \
84 $(JAR) -cvf $(TOP)/com/sun/audit/$(JAR_FILE) com/sun/audit/*.class
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_jni_support.c34 * given a class name, and one for correctly converting unicode Strings to C
50 * Given a class name of an exception and a message attempt to throw
56 jclass class = (*env)->FindClass(env, name); local
59 * If class is NULL FindClass() encountered a problem locating the
60 * desired class and has already called ThrowNew() with an
63 if (class == NULL) {
67 (*env)->ThrowNew(env, class, msg);
68 (*env)->DeleteLocalRef(env, class);
87 jclass class; local
106 class
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
21 * CLASS.METHOD Java class and method name
74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
75 this->class[arg2] = '\0';
79 /this->class == $$1/
85 self->depth[arg0] * 2, "", stringof(this->class),
91 /this->class == $$1/
98 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_flow.d21 * CLASS.METHOD Java class and method name
65 this->class = (char *)copyin(arg1, arg2 + 1);
66 this->class[arg2] = '\0';
71 self->depth[arg0] * 2, "", stringof(this->class),
78 this->class = (char *)copyin(arg1, arg2 + 1);
79 this->class[arg2] = '\0';
85 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_methodcalls.d17 * CLASS.METHOD Java class and method name
47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
51 this->name = strjoin(strjoin(stringof(this->class), "."),
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->class[arg2] = '\0';
52 this->name = strjoin(strjoin(stringof(this->class), "."),
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/dtrace_toolkit/DTT/Java/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
21 * CLASS.METHOD Java class and method name
74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
75 this->class[arg2] = '\0';
79 /this->class == $$1/
85 self->depth[arg0] * 2, "", stringof(this->class),
91 /this->class == $$1/
98 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_flow.d21 * CLASS.METHOD Java class and method name
65 this->class = (char *)copyin(arg1, arg2 + 1);
66 this->class[arg2] = '\0';
71 self->depth[arg0] * 2, "", stringof(this->class),
78 this->class = (char *)copyin(arg1, arg2 + 1);
79 this->class[arg2] = '\0';
85 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_methodcalls.d17 * CLASS.METHOD Java class and method name
47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
51 this->name = strjoin(strjoin(stringof(this->class), "."),
H A Dj_syscalls.d48 this->class = (char *)copyin(arg1, arg2 + 1);
49 this->class[arg2] = '\0';
52 this->name = strjoin(strjoin(stringof(this->class), "."),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintpm.t18 use vars qw ($scale $class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL);
19 $class = "Math::BigInt";
H A Dupgradef.t45 my ($self,$class) = @_;
46 return if $class =~ /^Math::Big(Int|Float)/; # we aren't one of these
47 UNIVERSAL::isa($self,$class);
66 use vars qw ($scale $class $try $x $y $z $f @args $ans $ans1 $ans1_str $setup
68 $class = "Math::BigFloat";
75 $x = $class->new(123); $y = $ECL->new(123); $z = $x->bmul($y);
78 $x = $class->new(123); $y = $ECL->new(123); $z = $x->badd($y);
/osnet-11/usr/src/lib/sun_fc/common/
H A DAdapterAddEvent.h41 class AdapterAddEvent : public Event {
H A DAdapterAddEventBridge.h39 class AdapterAddEventBridge{
H A DAdapterDeviceEventBridge.h40 class AdapterDeviceEventBridge {
H A DAdapterEventBridge.h40 class AdapterEventBridge{
H A DAdapterPortEventBridge.h39 class AdapterPortEventBridge{
H A DAdapterPortStatEventBridge.h40 class AdapterPortStatEventBridge {
H A DEventBridgeFactory.h48 * The concrete implementation of this class will
52 class EventBridgeFactory {
H A DHandlePort.h32 class Handle;
33 class HandlePort;
34 class HandleNPIVPort;
49 * a given port for this open handle. This class is used exclusivly
50 * by instances of the Handle class.
52 class HandlePort : public Lockable {
H A DLinkEventBridge.h40 class LinkEventBridge{
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dlspci.c30 int class; member in struct:grub_pci_classname
107 grub_pci_get_class (int class, int subclass) argument
113 if (curr->class == class && curr->subclass == subclass)
132 grub_uint32_t class; local
141 class = grub_pci_read (addr);
143 /* Lookup the class name, if there isn't a specific one,
144 retry with 0x80 to get the generic class name. */
145 sclass = grub_pci_get_class (class >> 24, (class >> 1
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dinstmodsh32 my $class = (split(' ', $reply))[1];
33 $class = 'all' if (! $class);
35 if (eval { @files = $Inst->files($module, $class); })
37 print("$class files in $module are:\n ",
46 my $class = (split(' ', $reply))[1];
47 $class = 'all' if (! $class);
49 if (eval { @dirs = $Inst->directories($module, $class); })
51 print("$class directorie
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm146 my $class = $1;
148 next if (index(lc($classFilter),lc($class)) > -1);
293 unless (defined $obj->{'class'} && (scalar keys %{$obj->{'class'}} > 1)) {
301 push @classFilterMasks, $obj->{'class'}{$_};
314 my $class = $4;
322 $class =~ s/\s*$//;
332 foreach (split(/\s*,\s*/, $class)) {
333 $mask |= $obj->{'class'}{$_};
347 $event{$label} = [$id, $class,
[all...]

Completed in 74 milliseconds

1234567891011>>