Home
last modified time | relevance | path

Searched refs:thisHash (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java463 int thisHash = peekCachedHashCode(); in equals() local
465 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
DByteString.java1369 int thisHash = peekCachedHashCode(); in equals() local
1371 if (thisHash != 0 && thatHash != 0 && thisHash != thatHash) { in equals()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3325 String thisHash = Integer.toHexString(System.identityHashCode(this)); in trackFPS() local
3328 Log.v(mTag, "0x" + thisHash + "\tFrame time:\t" + frameTime); in trackFPS()
3332 Log.v(mTag, "0x" + thisHash + "\tFPS:\t" + fps); in trackFPS()