Home
last modified time | relevance | path

Searched defs:update (Results 76 – 100 of 5055) sorted by relevance

12345678910>>...203

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
H A DForStmt.java39 private List<Expression> update; field in ForStmt
47 final List<Expression> update, final Statement body) { in ForStmt()
57 final List<Expression> update, final Statement body) { in ForStmt()
106 public void setUpdate(final List<Expression> update) { in setUpdate()
/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DPhysics.kt33 fun update(sim: Simulator, dt: Float) in update() method
44 fun update(dt: Float) { in update() method in com.android.egg.landroid.Fuse
71 override fun update(sim: Simulator, dt: Float) { in update() method in com.android.egg.landroid.Body
/aosp_15_r20/frameworks/base/libs/input/
H A DSpriteController.cpp123 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
143 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
181 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
200 SpriteUpdate& update = updates.editItemAt(i); in doUpdateSprites() local
297 const SpriteUpdate& update = updates.itemAt(i); in doUpdateSprites() local
/aosp_15_r20/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/utils/
H A DGatherPackageJavadoc.kt32 override fun update(packageDoc: MutablePackageDoc, file: File) { in update() method in com.android.tools.metalava.model.source.utils.PackageDocumentationKind
39 override fun update(packageDoc: MutablePackageDoc, file: File) { in update() method in com.android.tools.metalava.model.source.utils.PackageDocumentationKind
45 abstract fun update(packageDoc: MutablePackageDoc, file: File) in update() method in com.android.tools.metalava.model.source.utils.PackageDocumentationKind
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DAtomicLongFieldUpdater.java117 public abstract boolean compareAndSet(T obj, long expect, long update); in compareAndSet()
135 public abstract boolean weakCompareAndSet(T obj, long expect, long update); in weakCompareAndSet()
472 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
477 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
624 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
635 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorSetLayout.cpp356 …const VkDescriptorImageInfo *update = reinterpret_cast<const VkDescriptorImageInfo *>(src + entry.… in WriteDescriptorSet() local
372 …const VkBufferView *update = reinterpret_cast<const VkBufferView *>(src + entry.offset + entry.str… in WriteDescriptorSet() local
406 …const VkDescriptorImageInfo *update = reinterpret_cast<const VkDescriptorImageInfo *>(src + entry.… in WriteDescriptorSet() local
514 …const VkDescriptorImageInfo *update = reinterpret_cast<const VkDescriptorImageInfo *>(src + entry.… in WriteDescriptorSet() local
550 …const VkBufferView *update = reinterpret_cast<const VkBufferView *>(src + entry.offset + entry.str… in WriteDescriptorSet() local
574 …const VkDescriptorBufferInfo *update = reinterpret_cast<const VkDescriptorBufferInfo *>(src + entr… in WriteDescriptorSet() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DAtomicLongFieldUpdater.java117 public abstract boolean compareAndSet(T obj, long expect, long update); in compareAndSet()
135 public abstract boolean weakCompareAndSet(T obj, long expect, long update); in weakCompareAndSet()
472 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
477 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
624 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
635 public final boolean weakCompareAndSet(T obj, long expect, long 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/
DAtomicLongFieldUpdater.java117 public abstract boolean compareAndSet(T obj, long expect, long update); in compareAndSet()
135 public abstract boolean weakCompareAndSet(T obj, long expect, long update); in weakCompareAndSet()
472 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
477 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
624 public final boolean compareAndSet(T obj, long expect, long update) { in compareAndSet()
635 public final boolean weakCompareAndSet(T obj, long expect, long update) { in weakCompareAndSet()
/aosp_15_r20/external/libdrm/
H A Dxf86drmSL.c138 static SLEntryPtr SLLocate(void *l, unsigned long key, SLEntryPtr *update) in SLLocate()
159 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLInsert() local
191 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLDelete() local
218 SLEntryPtr update[SL_MAX_LEVEL + 1]; in drmSLLookup() local
236 SLEntryPtr update[SL_MAX_LEVEL + 1] = {0}; in drmSLLookupNeighbors() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/
H A DForStmt.java76 private NodeList<Expression> update; field in ForStmt
85 …eList<Expression> initialization, final Expression compare, final NodeList<Expression> update, fin… in ForStmt()
93 …ange, NodeList<Expression> initialization, Expression compare, NodeList<Expression> update, Statem… in ForStmt()
182 public ForStmt setUpdate(final NodeList<Expression> update) { in setUpdate()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DWindowInfosListenerInvokerTest.cpp33 binder::Status onWindowInfosChanged(const gui::WindowInfosUpdate& update) override { in onWindowInfosChanged()
50 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F()
82 update) { in TEST_F()
188 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F()
261 mInvoker->addWindowInfosListener(sp<Listener>::make([&](const gui::WindowInfosUpdate& update) { in TEST_F()
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Dstorage_files_manager.cpp118 auto update = (**storage_files).SetHasLocalOverride(*context, true); in UpdateStorageFiles() local
140 auto update = (**storage_files).SetServerFlagValue(*context, entry.flag_value); in UpdateStorageFiles() local
289 auto update = (**storage_files).SetLocalFlagValue(*context, flag_value); in UpdateFlagValue() local
294 auto update = in UpdateFlagValue() local
350 auto update = storage_files->RemoveAllLocalFlagValue(immediate); in RemoveAllLocalOverrides() local
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/security/
H A DSignature.annotated.java65 public final void update(byte b) throws java.security.SignatureException { throw new RuntimeExcepti… in update() method in Signature
67 public final void update(byte[] data) throws java.security.SignatureException { throw new RuntimeEx… in update() method in Signature
69 public final void update(byte[] data, int off, int len) throws java.security.SignatureException { t… in update() method in Signature
71 public final void update(java.nio.ByteBuffer data) throws java.security.SignatureException { throw … in update() method in Signature
/aosp_15_r20/libcore/ojluni/annotations/mmodule/javax/crypto/
H A DCipher.annotated.java85 public final byte[] update(byte[] input) { throw new RuntimeException("Stub!"); } in update() method in Cipher
87 public final byte[] update(byte[] input, int inputOffset, int inputLen) { throw new RuntimeExceptio… in update() method in Cipher
89 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output) throws javax.cr… in update() method in Cipher
91 public final int update(byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffse… in update() method in Cipher
93 public final int update(java.nio.ByteBuffer input, java.nio.ByteBuffer output) throws javax.crypto.… in update() method in Cipher
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Ddigest_0_10_support.rs13 fn update(&mut self, data: &[u8]) { in update() method
34 fn update(&mut self, data: &[u8]) { in update() method
55 fn update(&mut self, data: &[u8]) { in update() method
76 fn update(&mut self, data: &[u8]) { in update() method
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DMac.java573 public final void update(byte input) throws IllegalStateException { in update() method in Mac
589 public final void update(byte[] input) throws IllegalStateException { in update() method in Mac
610 public final void update(byte[] input, int offset, int len) in update() method in Mac
636 public final void update(ByteBuffer input) { in update() method in Mac
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DMac.java573 public final void update(byte input) throws IllegalStateException { in update() method in Mac
589 public final void update(byte[] input) throws IllegalStateException { in update() method in Mac
610 public final void update(byte[] input, int offset, int len) in update() method in Mac
636 public final void update(ByteBuffer input) { in update() method in Mac
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DMac.java573 public final void update(byte input) throws IllegalStateException { in update() method in Mac
589 public final void update(byte[] input) throws IllegalStateException { in update() method in Mac
610 public final void update(byte[] input, int offset, int len) in update() method in Mac
636 public final void update(ByteBuffer input) { in update() method in Mac
/aosp_15_r20/out/soong/.intermediates/external/kotlinx.atomicfu/kotlinx_atomicfu/android_common_apex34/kotlin_headers/
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_headers/
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_headers/
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_headers/
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_headers/
Dkotlinx_atomicfu.jar ... Object cur Object upd int $i$f$update kotlinx.atomicfu.AtomicRef $this$update kotlin ...
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java94 Context context, int phoneId, int subId, SecurityAlgorithmUpdate update) { in onSecurityAlgorithmUpdate()
211 private static boolean shouldIgnoreUpdate(SecurityAlgorithmUpdate update) { in shouldIgnoreUpdate()
267 update(SecurityAlgorithmUpdate update) { in update() method in NullCipherNotifier.SubscriptionState
/aosp_15_r20/external/skia/platform_tools/debugging/lldb/
H A Dskia.py73 def update(self): member in SkTArray_SynthProvider
119 def update(self): member in AutoTArray_SynthProvider
168 def update(self): member in SkSpan_SynthProvider
199 def update(self): member in sk_sp_SynthProvider

12345678910>>...203