Home
last modified time | relevance | path

Searched defs:update (Results 151 – 175 of 5055) sorted by relevance

12345678910>>...203

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function
60 void update(StringRef Data) { in update() function
389 void update(ArrayRef<uint8_t> Data) { in update() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function
60 void update(StringRef Data) { in update() function
389 void update(ArrayRef<uint8_t> Data) { in update() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function
60 void update(StringRef Data) { in update() function
407 void update(ArrayRef<uint8_t> Data) { in update() function
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/
H A DAtomicFU.common.kt162 public inline fun <T> AtomicRef<T>.update(function: (T) -> T) { in update() method
241 public inline fun AtomicBoolean.update(function: (Boolean) -> Boolean) { in update() method
358 public inline fun AtomicInt.update(function: (Int) -> Int) { in update() method
475 public inline fun AtomicLong.update(function: (Long) -> Long) { in update() method
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/whitebalance/
H A DAmbientSensor.java150 protected abstract void update(float value); in update() method in AmbientSensor
289 protected void update(float value) { in update() method in AmbientSensor.AmbientBrightnessSensor
374 protected void update(float value) { in update() method in AmbientSensor.AmbientColorTemperatureSensor
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadManager.java613 DownloadUpdate update = (DownloadUpdate) message.obj; in handleMainMessage() local
639 private void onDownloadUpdate(DownloadUpdate update) { in onDownloadUpdate()
941 DownloadUpdate update = in removeAllDownloads() local
1157 DownloadUpdate update = in onDownloadTaskStopped() local
1177 DownloadUpdate update = in onRemoveTaskStopped() local
1235 DownloadUpdate update = in putDownload() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
H A DDownloadManager.java614 DownloadUpdate update = (DownloadUpdate) message.obj; in handleMainMessage() local
640 private void onDownloadUpdate(DownloadUpdate update) { in onDownloadUpdate()
942 DownloadUpdate update = in removeAllDownloads() local
1158 DownloadUpdate update = in onDownloadTaskStopped() local
1178 DownloadUpdate update = in onRemoveTaskStopped() local
1236 DownloadUpdate update = in putDownload() local
/aosp_15_r20/external/grpc-grpc/test/core/client_channel/lb_policy/
H A Dlb_policy_test_lib.h468 auto* update = absl::get_if<StateUpdate>(&event); variable
805 LoadBalancingPolicy::UpdateArgs update; variable
904 auto update = helper_->GetNextStateUpdate(location); variable
927 auto update = helper_->GetNextStateUpdate(location); variable
1312 auto update = helper_->GetNextStateUpdate(location); variable
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common/turbine/
Dbouncycastle_ike_digests.jar ... ) public abstract int getDigestSize () public abstract void update (byte) public abstract void update (byte[ ...
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/security/
H A DSignature.java117 public final void update(byte b) throws java.security.SignatureException { in update() method in Signature
121 public final void update(byte[] data) throws java.security.SignatureException { in update() method in Signature
125 public final void update(byte[] data, int off, int len) in update() method in Signature
130 public final void update(java.nio.ByteBuffer data) throws java.security.SignatureException { in update() method in Signature
/aosp_15_r20/out/soong/.intermediates/external/bouncycastle/bouncycastle_ike_digests/android_common_apex30/turbine/
Dbouncycastle_ike_digests.jar ... ) public abstract int getDigestSize () public abstract void update (byte) public abstract void update (byte[ ...
/aosp_15_r20/external/tensorflow/tensorflow/python/training/experimental/
H A Dloss_scale.py85 def update(self, grads): member in LossScale
246 def update(self, grads): member in FixedLossScale
365 def update(self, grads): member in DynamicLossScale
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
H A DSwipeToScene.kt120 override fun update(node: SwipeToSceneRootNode) { in create() method in com.android.compose.animation.scene.SwipeToSceneElement
131 fun update(draggableHandler: DraggableHandlerImpl, swipeDetector: SwipeDetector) { in update() method
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V4-java-source/gen/android/system/keystore2/
DIKeystoreOperation.java27 @Override public byte[] update(byte[] input) throws android.os.RemoteException in update() method in IKeystoreOperation.Default
222 @Override public byte[] update(byte[] input) throws android.os.RemoteException in update() method in IKeystoreOperation.Stub.Proxy
335 public byte[] update(byte[] input) throws android.os.RemoteException; in update() method
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DCipher.java1689 public final byte[] update(byte[] input) { in update() method in Cipher
1728 public final byte[] update(byte[] input, int inputOffset, int inputLen) { in update() method in Cipher
1780 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1838 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1896 public final int update(ByteBuffer input, ByteBuffer output) in update() method in Cipher
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java1689 public final byte[] update(byte[] input) { in update() method in Cipher
1728 public final byte[] update(byte[] input, int inputOffset, int inputLen) { in update() method in Cipher
1780 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1838 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1896 public final int update(ByteBuffer input, ByteBuffer output) in update() method in Cipher
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java1689 public final byte[] update(byte[] input) { in update() method in Cipher
1728 public final byte[] update(byte[] input, int inputOffset, int inputLen) { in update() method in Cipher
1780 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1838 public final int update(byte[] input, int inputOffset, int inputLen, in update() method in Cipher
1896 public final int update(ByteBuffer input, ByteBuffer output) in update() method in Cipher
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DReduceUtils.h185 inline T update(const T& x, const T& y) { in update() function
200 inline void update(scalar_t* out, const scalar_t* data, int64_t K) { in update() function
212 inline void update(at::opmath_type<scalar_t>* out, const scalar_t* data, int64_t K) { in update() function
/aosp_15_r20/external/deqp/external/
H A Dfetch_sources.py81 def update (self, cmdProtocol = None, force = False): member in SourcePackage
198 def update (self, cmdProtocol = None, force = False): member in SourceFile
276 def update (self, cmdProtocol, force = False): member in GitRepo
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DDrawerController.java43 public abstract void update(); in update() method in DrawerController
209 public void update() { in update() method in DrawerController.RuntimeDrawerController
262 public void update() {} in update() method in DrawerController.StubDrawerController
/aosp_15_r20/external/grpc-grpc/src/core/resolver/xds/
H A Dxds_dependency_manager.h173 absl::StatusOr<std::shared_ptr<const XdsClusterResource>> update = nullptr; member
188 EndpointConfig update; member
194 EndpointConfig update; member
/aosp_15_r20/system/keymint/boringssl/src/
H A Daes.rs138 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
169 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
210 fn update(&mut self, data: &[u8]) -> Result<Vec<u8>, Error> { in update() method
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DBlockCipherTestBase.java1634 protected byte[] update(byte[] input) { in update() method in BlockCipherTestBase
1641 protected byte[] update(byte[] input, int offset, int len) { in update() method in BlockCipherTestBase
1648 protected int update(byte[] input, int offset, int len, byte[] output) in update() method in BlockCipherTestBase
1656 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update() method in BlockCipherTestBase
1664 protected int update(ByteBuffer input, ByteBuffer output) throws ShortBufferException { in update() method in BlockCipherTestBase
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DSignature.java879 public final void update(byte b) throws SignatureException { in update() method in Signature
897 public final void update(byte[] data) throws SignatureException { in update() method in Signature
912 public final void update(byte[] data, int off, int len) in update() method in Signature
945 public final void update(ByteBuffer data) throws SignatureException { in update() method in Signature
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DSignature.java879 public final void update(byte b) throws SignatureException { in update() method in Signature
897 public final void update(byte[] data) throws SignatureException { in update() method in Signature
912 public final void update(byte[] data, int off, int len) in update() method in Signature
945 public final void update(ByteBuffer data) throws SignatureException { in update() method in Signature

12345678910>>...203