/aosp12/bionic/libc/bionic/ |
H A D | pthread_barrier.cpp | 61 RELEASE, enumerator 120 while(atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) { in pthread_barrier_wait() 121 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr); in pthread_barrier_wait() 148 atomic_store_explicit(&barrier->state, RELEASE, memory_order_release); in pthread_barrier_wait() 175 while (atomic_load_explicit(&barrier->state, memory_order_acquire) == RELEASE) { in pthread_barrier_destroy() 176 __futex_wait_ex(&barrier->state, barrier->pshared, RELEASE, false, nullptr); in pthread_barrier_destroy()
|
/aosp12/art/openjdkjvmti/ |
H A D | deopt_manager.h | 142 RELEASE(deoptimization_status_lock_) REQUIRES(!art::Locks::mutator_lock_); 148 RELEASE(deoptimization_status_lock_) 152 RELEASE(deoptimization_status_lock_) 156 RELEASE(deoptimization_status_lock_) 160 RELEASE(deoptimization_status_lock_) 164 RELEASE(deoptimization_status_lock_) 168 RELEASE(deoptimization_status_lock_)
|
/aosp12/art/runtime/base/ |
H A D | mutex.h | 190 void ExclusiveUnlock(Thread* self) RELEASE(); 191 void Unlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in Unlock() 327 void ExclusiveUnlock(Thread* self) RELEASE(); 328 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); } in WriterUnlock() 510 ~MutexLock() RELEASE() { in RELEASE() function 526 ALWAYS_INLINE ~ReaderMutexLock() RELEASE();
|
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
H A D | CameraActions.java | 22 public static final int RELEASE = 2; field in CameraActions 61 case RELEASE: in stringify()
|
/aosp12/art/runtime/gc/ |
H A D | scoped_gc_critical_section.h | 41 void Exit(const char* old_reason) RELEASE(Roles::uninterruptible_); 55 ~ScopedGCCriticalSection() RELEASE(Roles::uninterruptible_);
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/buildtype/ |
H A D | BuildType.java | 34 Type.RELEASE, 41 int RELEASE = 4; field
|
/aosp12/system/core/libutils/include/utils/ |
H A D | Mutex.h | 59 #define RELEASE(...) THREAD_ANNOTATION_ATTRIBUTE__(release_capability(__VA_ARGS__)) macro 108 void unlock() RELEASE(); 134 inline ~Autolock() RELEASE() { mLock.unlock(); } in RELEASE() function
|
/aosp12/system/libbase/include/android-base/ |
H A D | thread_annotations.h | 62 #define RELEASE(...) \ macro 140 ~ScopedLockAssertion() RELEASE() {} in RELEASE() function
|
/aosp12/art/test/1930-monitor-info/src/art/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/art/test/1931-monitor-events/src/art/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/art/test/1932-monitor-events-misc/src/art/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/art/test/1933-monitor-current-contended/src/art/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/art/test/1934-jvmti-signal-thread/src/art/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/art/test/jvmti-common/ |
H A D | Monitors.java | 120 private static enum Action { HOLD, RELEASE, NOTIFY, NOTIFY_ALL, WAIT, TIMED_WAIT } enumConstant 198 if (cur_action == Action.RELEASE) { in DoLock() 317 setAction(Action.RELEASE); in DoUnlock()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/util/ |
H A D | ApiHelper.java | 95 … ("4.4.4".equals(Build.VERSION.RELEASE) || "4.4.3".equals(Build.VERSION.RELEASE))); in isKitKatMR2OrHigher()
|
/aosp12/hardware/interfaces/drm/1.2/ |
H A D | IDrmPlugin.hal | 64 * is RELEASE, followed by provideKeyResponse. This allows the 86 * getKeyRequest with KeyType RELEASE but the key response has not 114 * keyType is RELEASE, scope must be set to the keySetId of the keys 120 * request. initData must be empty when keyType is RELEASE. 139 * request. The type must be one of INITIAL, RENEWAL, RELEASE, NONE or 142 * keys in a license. RELEASE corresponds to a keyType of RELEASE,
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | InitDataParser.cpp | 73 if (keyType == V1_0::KeyType::RELEASE) { in parse() 171 keyType == V1_0::KeyType::RELEASE) { in generateRequest()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Config.java | 37 public static final boolean RELEASE = true; field in Config
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | MainThreadGuard.h | 32 ~MainThreadScopedGuard() RELEASE() {} in RELEASE() function
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/buildtype/release/ |
H A D | BuildTypeAccessorImpl.java | 29 return Type.RELEASE; in getBuildType()
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | keys.conf | 21 [@RELEASE]
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | keys.conf | 21 [@RELEASE]
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | keys.conf | 21 [@RELEASE]
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | keys.conf | 24 [@RELEASE]
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | keys.conf | 24 [@RELEASE]
|