Home
last modified time | relevance | path

Searched defs:refCounted (Results 1 – 25 of 174) sorted by relevance

1234567

/aosp_15_r20/external/jetpack-camera-app/core/common/src/test/java/com/google/jetpackcamera/core/common/
H A DRefCountedTest.kt43 val refCounted = RefCounted<Unit> { in onRelease_calledAfterRelease() constant
56 val refCounted = RefCounted<Unit> {} in acquireBeforeInitialize_throwsException() constant
64 val refCounted = RefCounted<Unit> {} in releaseBeforeInitialize_throwsException() constant
72 val refCounted = RefCounted<Unit> {} in releaseCalledMoreTimesThanAcquire_throwsException() constant
83 val refCounted = RefCounted<Unit> {} in acquireAfterRelease_returnsNull() constant
93 val refCounted = RefCounted<Any> {} in acquireAfterInitialize_returnsValue() constant
102 val refCounted = RefCounted<Unit> { in <lambda>() constant
/aosp_15_r20/external/jetpack-camera-app/core/common/src/main/java/com/google/jetpackcamera/core/common/
H A DRefCounted.kt34 private val refCounted = atomic(uninitialized<T>()) in <lambda>() constant
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowWifiManager.java726 private boolean refCounted = true; field in ShadowWifiManager.ShadowWifiLock
767 protected void setReferenceCounted(boolean refCounted) { in setReferenceCounted()
775 private boolean refCounted = true; field in ShadowWifiManager.ShadowMulticastLock
811 protected void setReferenceCounted(boolean refCounted) { in setReferenceCounted()
H A DShadowPowerManager.java467 private boolean refCounted = true; field in ShadowPowerManager.ShadowWakeLock
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java8103 public void setReferenceCounted(boolean refCounted) { in setReferenceCounted()
8528 public void setReferenceCounted(boolean refCounted) { in setReferenceCounted()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.h3021 } refCounted; member
/aosp_15_r20/prebuilts/sdk/current/public/
HDframework-wifi-stubs-publicapi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/30/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/31/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Wifi/1/sdk_library/public/
Dframework-wifi-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Wifi/3/sdk_library/public/
Dframework-wifi-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/33/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Wifi/7/sdk_library/public/
Dframework-wifi-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/13/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Wifi/current/sdk_library/public/
Dframework-wifi-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/framework/framework-wifi.stubs.exportable/android_common/combined/
Dframework-wifi.stubs.exportable.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/framework/framework-wifi.stubs.exportable.from-source/android_common/javac/
Dframework-wifi.stubs.exportable.from-source.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/extensions/7/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/module_sdk/Wifi/13/sdk_library/public/
Dframework-wifi-stubs.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/34/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/framework/framework-wifi.stubs.exportable.from-source/android_common/combined/
Dframework-wifi.stubs.exportable.from-source.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/35/public/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/30/module-lib/
HDframework-wifi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/prebuilts/sdk/current/system/
HDframework-wifi-stubs-systemapi.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...

1234567