Searched refs:getName (Results 1 - 25 of 56) sorted by relevance

123

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java66 String getName() method in class:Expression
294 return ("(" + getImportance() + ", " + getName() + ", '" + op +
313 if (getName().compareTo(other.getName()) != 0 ||
330 return (getName().hashCode() + (int) op + val);
350 if (getName().compareTo(other.getName()) != 0)
461 buf.append(getName());
484 if (getName().compareTo(other.getName()) !
[all...]
H A DResourceMonitor.java160 public String getName() throws PoolsException method in class:ResourceMonitor
234 if (sl.getName().compareTo("idle") == 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java74 if (!included.contains(a.getName())) {
75 throw new IllegalStateException("@" + a.getName() +
113 if (!firstValues.containsKey(a.getName())) {
116 firstValues.put(a.getName(), value);
124 firstValue = firstValues.get(a.getName());
126 if (cleared.contains(a.getName())) {
130 "@" + a.getName() + " should have " +
138 "@" + a.getName() + " should have " +
H A DTestMultiAggPrinta.java47 buf.append(PrintaRecord.class.getName());
64 buf.append(ProbeData.class.getName());
H A DTestProbeData.java68 buf.append(d.getName());
/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBA.h48 virtual std::string getName();
H A DTgtFCHBA.h48 virtual std::string getName();
H A DHBA.h70 virtual std::string getName() = 0;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDataEvent.java112 buf.append(DataEvent.class.getName());
H A DDropEvent.java109 buf.append(DropEvent.class.getName());
H A DErrorEvent.java111 buf.append(ErrorEvent.class.getName());
H A DProcessEvent.java113 buf.append(ProcessEvent.class.getName());
H A DProgram.java202 buf.append(Program.class.getName());
270 buf.append(Program.File.class.getName());
H A DAggregate.java111 map.put(a.getName(), a);
189 * @see Aggregation#getName()
361 buf.append(Aggregate.class.getName());
368 return a1.getName().compareTo(a2.getName());
H A DAggregation.java178 getName() method in class:Aggregation
349 buf.append(Aggregation.class.getName());
H A DAggregateSpec.java153 buf.append(AggregateSpec.class.getName());
H A DFlow.java226 buf.append(Flow.class.getName());
H A DProbe.java196 buf.append(Probe.class.getName());
H A DProbeInfo.java202 buf.append(ProbeInfo.class.getName());
H A DProgramInfo.java245 buf.append(ProgramInfo.class.getName());
H A DAggregationRecord.java264 buf.append(AggregationRecord.class.getName());
H A DDrop.java263 buf.append(Drop.class.getName());
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java175 if (name.compareTo(other.getName()) != 0)
214 String getName() method in class:Pool
H A DResource.java191 name.compareTo(other.getName()) != 0)
238 String getName() method in class:Resource
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/
H A DSuccinctStackTraceFormatter.java56 s.append(t.getClass().getName());

Completed in 105 milliseconds

123