Home
last modified time | relevance | path

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

123456789

/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DTestedScreen.java41 + 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 DLaunchpadActivity.java173 + 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 DSurfaceView.java375 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 DReceiverList.java64 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 DAppBindRecord.java61 + Integer.toHexString(System.identityHashCode(this)) in toString()
73 Integer.toHexString(System.identityHashCode(conn))); in dumpDebug()
H A DBroadcastFilter.java59 … proto.write(BroadcastFilterProto.HEX_HASH, Integer.toHexString(System.identityHashCode(this))); in dumpDebug()
87 sb.append(Integer.toHexString(System.identityHashCode(this))); in toString()
H A DConnectionRecord.java174 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 DIntentBindRecord.java69 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 DMain.java23 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 DWeakIdentityHashMap.java76 mHashCode = System.identityHashCode(key); in CmpWeakReference()
81 mHashCode = System.identityHashCode(key); in CmpWeakReference()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWatchdogDiagnostics.java38 System.identityHashCode(blockedOn), blockedOn.getClass().getName()); in getBlockedOnString()
42 return String.format("- locked <0x%08x> (a %s)", System.identityHashCode(heldLock), in getLockedString()
H A DLockGuard.java98 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 DFeatureInfo.java94 + 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 DCarModeCallList.java135 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 DTestCallList.java135 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 DTestExecutorService.java188 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 DArraySet.java301 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 DArrayMap.java333 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 DMultiStateCallback.java69 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 Dinfo.txt1 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 DCarAppsDebugUtils.java23 return Integer.toHexString(System.identityHashCode(object)); in idHash()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DDumpUtilsTest.java165 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 DOnThreadLockChecker.java90 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 DLowpanManager.java302 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 DWatchedArraySet.java142 public WatchedArraySet(int capacity, boolean identityHashCode) { in WatchedArraySet() argument
143 mStorage = new ArraySet<E>(capacity, identityHashCode); in WatchedArraySet()

123456789