HomeSort by relevance Sort by last modified time
    Searched defs:identityHashCode (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/collect/
Ordering.java 195 * {@link System#identityHashCode(Object)}, so its behavior cannot be
224 int leftCode = identityHashCode(left);
225 int rightCode = identityHashCode(right);
230 // identityHashCode collision (rare, but not as rare as you'd think)
243 * We need to be able to mock identityHashCode() calls for tests, because it
250 int identityHashCode(Object object) {
251 return System.identityHashCode(object);
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 256 assertEquals(System.identityHashCode(instance), method.invoke(instance));
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 92 milliseconds