/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Expression.java | 66 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 D | ResourceMonitor.java | 160 public String getName() throws PoolsException in getName() method in ResourceMonitor 234 if (sl.getName().compareTo("idle") == 0) in calcDerivedStatistic()
|
H A D | Poold.java | 1007 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 D | TestGetAggregate.java | 74 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 D | TestMultiAggPrinta.java | 47 buf.append(PrintaRecord.class.getName()); in printaRecordString() 64 buf.append(ProbeData.class.getName()); in probeDataString()
|
H A D | TestProbeData.java | 68 buf.append(d.getName()); in getString()
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Aggregate.java | 111 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 D | Program.java | 202 buf.append(Program.class.getName()); in toString() 270 buf.append(Program.File.class.getName()); in toString()
|
H A D | Aggregation.java | 178 getName() in getName() method in Aggregation 349 buf.append(Aggregation.class.getName()); in toString()
|
H A D | Option.java | 596 getName() in getName() method in Option 676 buf.append(Option.class.getName()); in toString()
|
H A D | DropEvent.java | 109 buf.append(DropEvent.class.getName()); in toString()
|
H A D | ErrorEvent.java | 111 buf.append(ErrorEvent.class.getName()); in toString()
|
H A D | DataEvent.java | 112 buf.append(DataEvent.class.getName()); in toString()
|
H A D | ProcessEvent.java | 113 buf.append(ProcessEvent.class.getName()); in toString()
|
H A D | LocalConsumer.java | 50 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 D | PrintaRecord.java | 232 if (name.equals(a.getName())) { in getAggregationImpl() 550 buf.append(PrintaRecord.class.getName()); in toString()
|
H A D | Probe.java | 196 buf.append(Probe.class.getName()); in toString()
|
H A D | Distribution.java | 514 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 D | Pool.java | 175 if (name.compareTo(other.getName()) != 0) in equals() 214 String getName() in getName() method in Pool
|
H A D | Resource.java | 191 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 D | FCHBA.h | 48 virtual std::string getName();
|
H A D | TgtFCHBA.h | 48 virtual std::string getName();
|
H A D | HBA.h | 70 virtual std::string getName() = 0;
|
H A D | HBAList.cc | 186 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 D | wsdiff.py | 723 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()
|