/aosp_15_r20/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 1481 NotificationRankingUpdate update) { in onNotificationPosted() 1498 NotificationRankingUpdate update) { in onNotificationPostedFull() 1530 NotificationRankingUpdate update, NotificationStats stats, int reason) { in onNotificationRemoved() 1543 NotificationRankingUpdate update, NotificationStats stats, int reason) { in onNotificationRemovedFull() 1563 public void onListenerConnected(NotificationRankingUpdate update) { in onListenerConnected() 1573 public void onNotificationRankingUpdate(NotificationRankingUpdate update) in onNotificationRankingUpdate() 1599 NotificationRankingUpdate update) in onNotificationEnqueuedWithChannel() 1607 NotificationRankingUpdate update) in onNotificationEnqueuedWithChannelFull() 1712 public void onNotificationFeedbackReceived(String key, NotificationRankingUpdate update, in onNotificationFeedbackReceived() 1722 public final void applyUpdateLocked(NotificationRankingUpdate update) { in applyUpdateLocked()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | MessageDigest.java | 362 public void update(byte input) { in update() method in MessageDigest 378 public void update(byte[] input, int offset, int len) { in update() method in MessageDigest 394 public void update(byte[] input) { in update() method in MessageDigest 409 public final void update(ByteBuffer input) { in update() method in MessageDigest
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | MessageDigest.java | 362 public void update(byte input) { in update() method in MessageDigest 378 public void update(byte[] input, int offset, int len) { in update() method in MessageDigest 394 public void update(byte[] input) { in update() method in MessageDigest 409 public final void update(ByteBuffer input) { in update() method in MessageDigest
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | MessageDigest.java | 362 public void update(byte input) { in update() method in MessageDigest 378 public void update(byte[] input, int offset, int len) { in update() method in MessageDigest 394 public void update(byte[] input) { in update() method in MessageDigest 409 public final void update(ByteBuffer input) { in update() method in MessageDigest
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 27 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in details::StructuralHash 32 void update(const Function &F) { in update() function in details::StructuralHash 59 void update(const Module &M) { in update() function in details::StructuralHash
|
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex30/kotlin/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex33/kotlin/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/kotlin/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/linux_glibc_common/local-javac-header/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common/kotlin/ |
D | kotlinx_atomicfu.jar | ... Object cur
Object upd
int $i$f$update
kotlinx.atomicfu.AtomicRef $this$update
kotlin ... |
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/checksums/ |
H A D | CRC32.java | 61 public void update(byte[] b, int off, int len) { in update() method in CRC32 76 public void update(byte[] b) { in update() method in CRC32 86 public void update(int b) { in update() method in CRC32
|
H A D | CRC32C.java | 60 public void update(byte[] b, int off, int len) { in update() method in CRC32C 70 public void update(byte[] b) { in update() method in CRC32C 75 public void update(int b) { in update() method in CRC32C
|
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/ |
D | digest_0_9_support.rs | 20 fn update(&mut self, data: impl AsRef<[u8]>) { in update() method 62 fn update(&mut self, data: impl AsRef<[u8]>) { in update() method 104 fn update(&mut self, data: impl AsRef<[u8]>) { in update() method 146 fn update(&mut self, data: impl AsRef<[u8]>) { in update() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceFieldUpdater.java | 136 public abstract boolean compareAndSet(T obj, V expect, V update); in compareAndSet() 154 public abstract boolean weakCompareAndSet(T obj, V expect, V update); in weakCompareAndSet() 452 public final boolean compareAndSet(T obj, V expect, V update) { in compareAndSet() 458 public final boolean weakCompareAndSet(T obj, V expect, V update) { in weakCompareAndSet()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicReferenceFieldUpdater.java | 136 public abstract boolean compareAndSet(T obj, V expect, V update); in compareAndSet() 154 public abstract boolean weakCompareAndSet(T obj, V expect, V update); in weakCompareAndSet() 452 public final boolean compareAndSet(T obj, V expect, V update) { in compareAndSet() 458 public final boolean weakCompareAndSet(T obj, V expect, V update) { in weakCompareAndSet()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
H A D | AtomicReferenceFieldUpdater.java | 136 public abstract boolean compareAndSet(T obj, V expect, V update); in compareAndSet() 154 public abstract boolean weakCompareAndSet(T obj, V expect, V update); in weakCompareAndSet() 452 public final boolean compareAndSet(T obj, V expect, V update) { in compareAndSet() 458 public final boolean weakCompareAndSet(T obj, V expect, V update) { in weakCompareAndSet()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | TransactionTracingTest.cpp | 51 frontend::Update update; in queueAndCommitTransaction() local 134 frontend::Update update; in SetUp() local 177 frontend::Update update; in SetUp() local 271 frontend::Update update; in SetUp() local
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | device_update.py | 32 def update(self, serials: List[str] = None): member in DeviceUpdateMethod 49 def update(self, serials: List[str] = None) -> None: member in NoopUpdateMethod 63 def update(self, serials: List[str] = None) -> None: member in AdeviceUpdateMethod
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | Message.java | 96 abstract void update(Update event); in update() method in Message 98 protected void update(@Nullable CharSequence messageTitle, CharSequence messageString, in update() method in Message 167 void update(Update event) { in update() method in Message.HeaderMessage 270 void update(Update event) { in update() method in Message.InflateMessage
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | ChecksumHashFunction.java | 74 protected void update(byte b) { in update() method in ChecksumHashFunction.ChecksumHasher 79 protected void update(byte[] bytes, int off, int len) { in update() method in ChecksumHashFunction.ChecksumHasher 85 protected void update(ByteBuffer b) { in update() method in ChecksumHashFunction.ChecksumHasher
|
/aosp_15_r20/frameworks/base/core/java/android/appwidget/ |
H A D | PendingHostUpdate.java | 40 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEWS_UPDATE); in updateAppWidget() local 46 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_PROVIDER_CHANGED); in providerChanged() local 52 PendingHostUpdate update = new PendingHostUpdate(appWidgetId, TYPE_VIEW_DATA_CHANGED); in viewDataChanged() local
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | descriptor_sets.cpp | 914 void cvdescriptorset::DescriptorSet::PerformWriteUpdate(const VkWriteDescriptorSet *update) { in PerformWriteUpdate() 943 bool CoreChecks::ValidateCopyUpdate(const VkCopyDescriptorSet *update, const DescriptorSet *dst_set… in ValidateCopyUpdate() 1143 void cvdescriptorset::DescriptorSet::PerformCopyUpdate(const VkCopyDescriptorSet *update, const Des… in PerformCopyUpdate() 1529 void cvdescriptorset::SamplerDescriptor::WriteUpdate(const VkWriteDescriptorSet *update, const uint… in WriteUpdate() 1561 void cvdescriptorset::ImageSamplerDescriptor::WriteUpdate(const VkWriteDescriptorSet *update, const… in WriteUpdate() 1604 void cvdescriptorset::ImageDescriptor::WriteUpdate(const VkWriteDescriptorSet *update, const uint32… in WriteUpdate() 1641 void cvdescriptorset::BufferDescriptor::WriteUpdate(const VkWriteDescriptorSet *update, const uint3… in WriteUpdate() 1668 void cvdescriptorset::TexelDescriptor::WriteUpdate(const VkWriteDescriptorSet *update, const uint32… in WriteUpdate() 2030 bool CoreChecks::VerifyCopyUpdateContents(const VkCopyDescriptorSet *update, const DescriptorSet *s… in VerifyCopyUpdateContents() 2332 …Checks::ValidateWriteUpdate(const DescriptorSet *dest_set, const VkWriteDescriptorSet *update, con… in ValidateWriteUpdate() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AggregateFutureState.java | 154 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update); in compareAndSetSeenExceptions() 178 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update) { in compareAndSetSeenExceptions() 191 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update) { in compareAndSetSeenExceptions()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | AggregateFutureState.java | 154 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update); in compareAndSetSeenExceptions() 178 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update) { in compareAndSetSeenExceptions() 191 AggregateFutureState<?> state, @CheckForNull Set<Throwable> expect, Set<Throwable> update) { in compareAndSetSeenExceptions()
|