/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | TestedScreen.java | 41 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 48 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 54 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 70 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onResume() 87 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStop() 103 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); 120 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in queueIdle()
|
H A D | LaunchpadActivity.java | 173 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onCreate() 204 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStart() 219 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onResume() 326 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onPause() 334 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onStop() 367 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent()); in onDestroy()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceView.java | 375 Log.d(TAG, System.identityHashCode(this) in setAlpha() 391 Log.d(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 398 Log.w(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 404 Log.d(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 412 Log.d(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 419 Log.d(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 428 Log.d(TAG, System.identityHashCode(this) in updateSurfaceAlpha() 832 Log.e(TAG, System.identityHashCode(this) in setZOrderedOnTop() 1018 System.identityHashCode(this), in performSurfaceTransaction() 1363 Log.i(TAG, System.identityHashCode(this) + " " in onDrawFinished() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ReceiverList.java | 64 return System.identityHashCode(this); in hashCode() 98 proto.write(ReceiverListProto.HEX_HASH, Integer.toHexString(System.identityHashCode(this))); in dumpDebug() 121 pw.print(Integer.toHexString(System.identityHashCode(bf))); in dump() 133 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString() 143 sb.append(Integer.toHexString(System.identityHashCode(receiver.asBinder()))); in toString()
|
H A D | AppBindRecord.java | 61 + Integer.toHexString(System.identityHashCode(this)) in toString() 73 Integer.toHexString(System.identityHashCode(conn))); in dumpDebug()
|
H A D | BroadcastFilter.java | 59 … proto.write(BroadcastFilterProto.HEX_HASH, Integer.toHexString(System.identityHashCode(this))); in dumpDebug() 87 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
|
H A D | ConnectionRecord.java | 174 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString() 237 sb.append(Integer.toHexString(System.identityHashCode(conn.asBinder()))); in toString() 246 Integer.toHexString(System.identityHashCode(this))); in dumpDebug()
|
H A D | IntentBindRecord.java | 69 pw.print(Integer.toHexString(System.identityHashCode(a))); in dumpInService() 97 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
|
/aosp12/art/test/120-hashcode/src/ |
H A D | Main.java | 23 int hashSystemOrig = System.identityHashCode(o); in main() 28 hashSystemInflated = System.identityHashCode(o); in main()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | WeakIdentityHashMap.java | 76 mHashCode = System.identityHashCode(key); in CmpWeakReference() 81 mHashCode = System.identityHashCode(key); in CmpWeakReference()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | WatchdogDiagnostics.java | 38 System.identityHashCode(blockedOn), blockedOn.getClass().getName()); in getBlockedOnString() 42 return String.format("- locked <0x%08x> (a %s)", System.identityHashCode(heldLock), in getLockedString()
|
H A D | LockGuard.java | 98 info.label = "0x" + Integer.toHexString(System.identityHashCode(lock)) + " [" in findOrCreateLockInfo() 219 return "0x" + Integer.toHexString(System.identityHashCode(lock)); in lockToString()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | FeatureInfo.java | 94 + Integer.toHexString(System.identityHashCode(this)) in toString() 98 + Integer.toHexString(System.identityHashCode(this)) in toString()
|
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/ |
H A D | CarModeCallList.java | 135 Log.i(TAG, "addCall: " + call + " " + System.identityHashCode(this)); in addCall() 221 Log.v(TAG, "onVideoCallChanged: call = " + call + " " + System.identityHashCode(this)); in onVideoCallChanged() 234 Log.v(TAG, "onRttStatusChanged: call = " + call + " " + System.identityHashCode(this)); in onRttStatusChanged()
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestCallList.java | 135 Log.i(TAG, "addCall: " + call + " " + System.identityHashCode(this)); in addCall() 221 Log.v(TAG, "onVideoCallChanged: call = " + call + " " + System.identityHashCode(this)); in onVideoCallChanged() 234 Log.v(TAG, "onRttStatusChanged: call = " + call + " " + System.identityHashCode(this)); in onRttStatusChanged()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | TestExecutorService.java | 188 Log.i(TAG, "schedule: runnable=" + System.identityHashCode(command) + ", time=" in schedule() 244 Log.i(TAG, "advanceTime: runningRunnable=" + System.identityHashCode(r)); in advanceTime() 271 Log.i(TAG, "cancelRunnable: runnable=" + System.identityHashCode(r)); in cancelRunnable()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | ArraySet.java | 301 public ArraySet(int capacity, boolean identityHashCode) { in ArraySet() argument 302 mIdentityHashCode = identityHashCode; in ArraySet() 403 : indexOf(key, mIdentityHashCode ? System.identityHashCode(key) : key.hashCode()); in indexOf() 462 hash = mIdentityHashCode ? System.identityHashCode(value) : value.hashCode(); in add() 520 : (mIdentityHashCode ? System.identityHashCode(value) : value.hashCode()); in append()
|
H A D | ArrayMap.java | 333 public ArrayMap(int capacity, boolean identityHashCode) { in ArrayMap() argument 334 mIdentityHashCode = identityHashCode; in ArrayMap() 435 : indexOf(key, mIdentityHashCode ? System.identityHashCode(key) : key.hashCode()); in indexOfKey() 578 hash = mIdentityHashCode ? System.identityHashCode(key) : key.hashCode(); in put() 640 : (mIdentityHashCode ? System.identityHashCode(key) : key.hashCode()); in append()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | MultiStateCallback.java | 69 Log.d(TAG, "[" + System.identityHashCode(this) + "] Adding " in setState() 96 Log.d(TAG, "[" + System.identityHashCode(this) + "] Removing " in clearState()
|
/aosp12/art/test/120-hashcode/ |
H A D | info.txt | 1 Check that object hashCode and System.identityHashCode never cause the hash to change.
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
H A D | CarAppsDebugUtils.java | 23 return Integer.toHexString(System.identityHashCode(object)); in idHash()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | DumpUtilsTest.java | 165 Integer.toHexString(System.identityHashCode(component))).test(component)); in testFilterRecord() 168 Integer.toHexString(System.identityHashCode(component))).test( in testFilterRecord()
|
/aosp12/frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
H A D | OnThreadLockChecker.java | 90 result = prime * result + ((mFirst == null) ? 0 : System.identityHashCode(mFirst)); in computeHashCode() 91 result = prime * result + ((mSecond == null) ? 0 : System.identityHashCode(mSecond)); in computeHashCode() 285 return String.format("<0x%08x> (a %s)", System.identityHashCode(lock), in describeLock()
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanManager.java | 302 mListenerMap.put(Integer.valueOf(System.identityHashCode(cb)), listenerBinder); in registerCallback() 317 Integer hashCode = Integer.valueOf(System.identityHashCode(cb)); in unregisterCallback()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedArraySet.java | 142 public WatchedArraySet(int capacity, boolean identityHashCode) { in WatchedArraySet() argument 143 mStorage = new ArraySet<E>(capacity, identityHashCode); in WatchedArraySet()
|