Home
last modified time | relevance | path

Searched refs:identityHashCode (Results 1 – 25 of 32) sorted by relevance

12

/external/mockito/src/org/mockito/internal/util/collections/
DHashCodeAndEqualsMockWrapper.java51 return System.identityHashCode(mockInstance); in hashCode()
66 …return mockInstance.getClass().getSimpleName() + "(" + System.identityHashCode(mockInstance) + ")"; in typeInstanceString()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DSystemTest.java254 0, System.identityHashCode(null)); in test_identityHashCodeLjava_lang_Object()
256 .identityHashCode(o) == o.hashCode()); in test_identityHashCodeLjava_lang_Object()
258 .identityHashCode(s) != s.hashCode()); in test_identityHashCodeLjava_lang_Object()
/external/guava/guava/src/com/google/common/collect/
DOrdering.java224 int leftCode = identityHashCode(left); in compare()
225 int rightCode = identityHashCode(right); in compare()
250 int identityHashCode(Object object) { in identityHashCode() method in Ordering.ArbitraryOrdering
251 return System.identityHashCode(object); in identityHashCode()
/external/dexmaker/
Dbug-10862083.patch6 return System.identityHashCode(proxy);
/external/jmdns/src/javax/jmdns/impl/
DNetworkTopologyEventImpl.java63 … buf.append("[" + this.getClass().getSimpleName() + "@" + System.identityHashCode(this) + " "); in toString()
DServiceEventImpl.java91 … buf.append("[" + this.getClass().getSimpleName() + "@" + System.identityHashCode(this) + " "); in toString()
DDNSEntry.java279 aLog.append("[" + this.getClass().getSimpleName() + "@" + System.identityHashCode(this)); in toString()
/external/guava/guava/src/com/google/common/base/
DEquivalences.java89 return System.identityHashCode(o); in doHash()
/external/protobuf/java/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java158 return System.identityHashCode(object) * ((1 << 16) - 1) + number; in hashCode()
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java174 return System.identityHashCode(object) * ((1 << 16) - 1) + number; in hashCode()
DByteString.java837 Integer.toHexString(System.identityHashCode(this)), size()); in toString()
968 Integer.toHexString(System.identityHashCode(this)), size()); in toString()
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
DInvocationHandlerAdapter.java45 return System.identityHashCode(proxy); in invoke()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DBasicBlock.java134 return System.identityHashCode(this); in hashCode()
DInsn.java91 return System.identityHashCode(this); in hashCode()
/external/easymock/src/org/easymock/internal/
DObjectMethodsFilter.java67 return Integer.valueOf(System.identityHashCode(proxy)); in invoke()
/external/emma/core/java12/com/vladium/emma/rt/
DRT.java218 …if (DEBUG) System.out.println ("RT[" + System.identityHashCode (RT.class) + "]::<clinit>: loaded b…
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDalvInsn.java327 return Hex.u4(System.identityHashCode(this)); in identifierString()
/external/emma/core/java12/com/vladium/util/
DSoftValueMap.java414 …lass ().getName ().concat ("@").concat (Integer.toHexString (System.identityHashCode (this)))); ou… in debugDump()
/external/proguard/src/proguard/wtk/
Ddefault.pro21 public static native int identityHashCode(java.lang.Object);
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java484 …diagnosticPrefix = "[LogFactoryImpl@" + System.identityHashCode(this) + " from " + classLoaderName… in initDiagnostics()
/external/apache-http/src/org/apache/commons/logging/
DLogFactory.java1707 return o.getClass().getName() + "@" + System.identityHashCode(o);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTreeAdaptor.as11 /** System.identityHashCode() is not always unique; we have to
DTreeAdaptor.as140 * Even becomeRoot is an issue. Use System.identityHashCode(node)
/external/smack/src/com/kenai/jbosh/
DBOSHClient.java667 + "[" + System.identityHashCode(this) in init()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTreeAdaptor.m351 // return System.identityHashCode(node);

12