Home
last modified time | relevance | path

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

123

/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java66 String getName() in getName() method in Expression
294 return ("(" + getImportance() + ", " + getName() + ", '" + op + in toString()
313 if (getName().compareTo(other.getName()) != 0 || in equals()
330 return (getName().hashCode() + (int) op + val); in hashCode()
350 if (getName().compareTo(other.getName()) != 0) in contradicts()
461 buf.append(getName()); in toString()
484 if (getName().compareTo(other.getName()) != 0 || in equals()
501 return (getName().hashCode() + val.hashCode()); in hashCode()
519 if (getName().compareTo(other.getName()) != 0) in contradicts()
599 return ("(" + getImportance() + ", " + getName() + ")"); in toString()
[all …]
H A DResourceMonitor.java160 public String getName() throws PoolsException in getName() method in ResourceMonitor
234 if (sl.getName().compareTo("idle") == 0) in calcDerivedStatistic()
H A DPoold.java1007 t.getClass().getName()); in die()
1011 record.setLoggerName(logger.getName()); in die()
1054 t.getClass().getName()); in warn()
1058 record.setLoggerName(logger.getName()); in warn()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java74 if (!included.contains(a.getName())) { in testIncluded()
75 throw new IllegalStateException("@" + a.getName() + in testIncluded()
113 if (!firstValues.containsKey(a.getName())) { in testCleared()
116 firstValues.put(a.getName(), value); in testCleared()
124 firstValue = firstValues.get(a.getName()); in testCleared()
126 if (cleared.contains(a.getName())) { in testCleared()
130 "@" + a.getName() + " should have " + in testCleared()
138 "@" + a.getName() + " should have " + in testCleared()
H A DTestMultiAggPrinta.java47 buf.append(PrintaRecord.class.getName()); in printaRecordString()
64 buf.append(ProbeData.class.getName()); in probeDataString()
H A DTestProbeData.java68 buf.append(d.getName()); in getString()
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java111 map.put(a.getName(), a); in mapAggregations()
361 buf.append(Aggregate.class.getName()); in toString()
368 return a1.getName().compareTo(a2.getName()); in toString()
H A DProgram.java202 buf.append(Program.class.getName()); in toString()
270 buf.append(Program.File.class.getName()); in toString()
H A DAggregation.java178 getName() in getName() method in Aggregation
349 buf.append(Aggregation.class.getName()); in toString()
H A DOption.java596 getName() in getName() method in Option
676 buf.append(Option.class.getName()); in toString()
H A DDropEvent.java109 buf.append(DropEvent.class.getName()); in toString()
H A DErrorEvent.java111 buf.append(ErrorEvent.class.getName()); in toString()
H A DDataEvent.java112 buf.append(DataEvent.class.getName()); in toString()
H A DProcessEvent.java113 buf.append(ProcessEvent.class.getName()); in toString()
H A DLocalConsumer.java50 static Logger logger = Logger.getLogger(LocalConsumer.class.getName());
388 program.getName()); in compile()
494 setOption(o.getName(), o.getValue()); in setOptions()
1327 StringBuilder buf = new StringBuilder(LocalConsumer.class.getName()); in toString()
1429 buf.append(Identifier.class.getName()); in toString()
H A DPrintaRecord.java232 if (name.equals(a.getName())) { in getAggregationImpl()
550 buf.append(PrintaRecord.class.getName()); in toString()
H A DProbe.java196 buf.append(Probe.class.getName()); in toString()
H A DDistribution.java514 buf.append(Bucket.class.getName()); in toString()
607 buf.append(Distribution.class.getName()); in toString()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPool.java175 if (name.compareTo(other.getName()) != 0) in equals()
214 String getName() in getName() method in Pool
H A DResource.java191 name.compareTo(other.getName()) != 0) in equals()
238 String getName() in getName() method in Resource
/titanic_50/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;
H A DHBAList.cc186 snprintf(buf, 128, "%s-%d", tmp->getName().c_str(), index); in getHBAName()
212 snprintf(buf, 128, "%s-%d", tmp->getName().c_str(), index); in getTgtHBAName()
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py723 tmpFile1 = tmpDir1 + os.path.basename(f1) + t.getName()
724 tmpFile2 = tmpDir2 + os.path.basename(f2) + t.getName()
948 ArchTmpDir1 = tmpDir1 + os.path.basename(base) + t.getName()
949 ArchTmpDir2 = tmpDir2 + os.path.basename(base) + t.getName()
1094 tmpFile1 = tmpDir1 + os.path.basename(base) + t.getName()
1095 tmpFile2 = tmpDir2 + os.path.basename(ptch) + t.getName()

123