Home
last modified time | relevance | path

Searched defs:update (Results 101 – 125 of 5055) sorted by relevance

12345678910>>...203

/aosp_15_r20/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1481 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/
DMessageDigest.java362 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/
DMessageDigest.java362 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 DMessageDigest.java362 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 DStructuralHash.cpp27 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/
Dkotlinx_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/
Dkotlinx_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/
Dkotlinx_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/
Dkotlinx_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/
Dkotlinx_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/
Dkotlinx_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 DCRC32.java61 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 DCRC32C.java60 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/
Ddigest_0_9_support.rs20 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/
DAtomicReferenceFieldUpdater.java136 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/
DAtomicReferenceFieldUpdater.java136 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 DAtomicReferenceFieldUpdater.java136 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 DTransactionTracingTest.cpp51 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 Ddevice_update.py32 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/
DMessage.java96 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 DChecksumHashFunction.java74 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 DPendingHostUpdate.java40 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 Ddescriptor_sets.cpp914 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 DAggregateFutureState.java154 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 DAggregateFutureState.java154 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()

12345678910>>...203