/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Expression.java | 328 public int hashCode() in hashCode() method in KVOpExpression 330 return (getName().hashCode() + (int) op + val); in hashCode() 499 public int hashCode() in hashCode() method in KVExpression 501 return (getName().hashCode() + val.hashCode()); in hashCode() 631 public int hashCode() in hashCode() method in KExpression 633 return (getName().hashCode()); in hashCode()
|
H A D | DecisionHistory.java | 248 public abstract int hashCode(); in hashCode() method in DecisionHistory.Decision 400 public int hashCode() { in hashCode() method in DecisionHistory.ComponentMoveDecision 401 return (((((cpuid.hashCode() ^ in hashCode() 402 fromPsetName.hashCode()) ^ toPsetName.hashCode()) ^ in hashCode() 403 fromPsetComposition.hashCode()) ^ in hashCode() 404 toPsetComposition.hashCode()) ^ in hashCode() 405 utilizationClass.hashCode()); in hashCode()
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceType.java | 237 public int hashCode() { in hashCode() method in ServiceType 239 return type1.hashCode() + in hashCode() 240 na.hashCode() + in hashCode() 241 type2.hashCode() + in hashCode() 242 (isServiceURL ? Defaults.SERVICE_PREFIX.hashCode():0); in hashCode()
|
H A D | ServiceURL.java | 219 public int hashCode() { in hashCode() method in ServiceURL 221 serviceType.hashCode() + in hashCode() 222 transport.hashCode() + in hashCode() 223 host.hashCode() + in hashCode() 225 URLPath.hashCode(); in hashCode()
|
H A D | AttributeString.java | 144 public int hashCode() { in hashCode() method in AttributeString 145 return cstring.toString().hashCode(); in hashCode()
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeDescription.java | 439 hashCode() in hashCode() method in ProbeDescription 447 hash = (37 * hash) + provider.hashCode(); in hashCode() 448 hash = (37 * hash) + module.hashCode(); in hashCode() 449 hash = (37 * hash) + function.hashCode(); in hashCode() 450 hash = (37 * hash) + name.hashCode(); in hashCode()
|
H A D | InterfaceAttributes.java | 485 hashCode() in hashCode() method in InterfaceAttributes 488 hash = (37 * hash) + nameStability.hashCode(); in hashCode() 489 hash = (37 * hash) + dataStability.hashCode(); in hashCode() 490 hash = (37 * hash) + dependencyClass.hashCode(); in hashCode()
|
H A D | ProbeInfo.java | 165 hashCode() in hashCode() method in ProbeInfo 168 hash = (37 * hash) + probeAttributes.hashCode(); in hashCode() 169 hash = (37 * hash) + argumentAttributes.hashCode(); in hashCode()
|
H A D | ProgramInfo.java | 206 hashCode() in hashCode() method in ProgramInfo 209 hash = (37 * hash) + minimumProbeAttributes.hashCode(); in hashCode() 210 hash = (37 * hash) + minimumStatementAttributes.hashCode(); in hashCode()
|
H A D | ProcessState.java | 304 hashCode() in hashCode() method in ProcessState 308 hash = (37 * hash) + state.hashCode(); in hashCode() 311 exitStatus.hashCode()); in hashCode() 312 hash = (37 * hash) + (message == null ? 0 : message.hashCode()); in hashCode()
|
H A D | AggregationRecord.java | 226 hashCode() in hashCode() method in AggregationRecord 229 hash = (37 * hash) + tuple.hashCode(); in hashCode() 230 hash = (37 * hash) + value.hashCode(); in hashCode()
|
H A D | PrintfRecord.java | 236 hashCode() in hashCode() method in PrintfRecord 239 hash = (37 * hash) + records.hashCode(); in hashCode() 240 hash = (37 * hash) + formattedString.hashCode(); in hashCode()
|
H A D | AbstractAggregationValue.java | 92 hashCode() in hashCode() method in AbstractAggregationValue 94 return value.hashCode(); in hashCode()
|
H A D | StackFrame.java | 135 hashCode() in hashCode() method in StackFrame 137 return frame.hashCode(); in hashCode()
|
H A D | Aggregation.java | 269 hashCode() in hashCode() method in Aggregation 272 hash = (37 * hash) + name.hashCode(); in hashCode() 273 hash = (37 * hash) + map.hashCode(); in hashCode()
|
H A D | PrintaRecord.java | 460 hashCode() in hashCode() method in PrintaRecord 463 hash = (hash * 37) + aggregations.hashCode(); in hashCode() 466 formattedStrings.hashCode()); in hashCode() 467 hash = (hash * 37) + tuples.hashCode(); in hashCode()
|
H A D | Probe.java | 162 hashCode() in hashCode() method in Probe 164 return description.hashCode(); in hashCode()
|
H A D | Option.java | 639 hashCode() in hashCode() method in Option 642 hash = (37 * hash) + name.hashCode(); in hashCode() 643 hash = (37 * hash) + value.hashCode(); in hashCode()
|
H A D | ScalarRecord.java | 231 hashCode() in hashCode() method in ScalarRecord 234 return Arrays.hashCode((byte[])value); in hashCode() 236 return value.hashCode(); in hashCode()
|
H A D | UserSymbolRecord.java | 209 hashCode() in hashCode() method in UserSymbolRecord 211 return value.hashCode(); in hashCode() 404 hashCode() in hashCode() method in UserSymbolRecord.Value
|
H A D | Flow.java | 191 hashCode() in hashCode() method in Flow 194 hash = (37 * hash) + kind.hashCode(); in hashCode()
|
H A D | UserStackRecord.java | 229 hashCode() in hashCode() method in UserStackRecord 231 return stackRecord.hashCode(); in hashCode()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Resource.java | 205 public int hashCode() in hashCode() method in Resource 207 return (type.hashCode() + name.hashCode()); in hashCode()
|
H A D | Component.java | 141 public int hashCode() in hashCode() method in Component 143 return (type.hashCode() + (int) sys_id); in hashCode()
|
H A D | Pool.java | 189 public int hashCode() in hashCode() method in Pool 191 return (name.hashCode()); in hashCode()
|