Home
last modified time | relevance | path

Searched defs:update (Results 176 – 200 of 5055) sorted by relevance

12345678910>>...203

/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A 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/external/python/bumble/bumble/
Dkeys.py146 async def update(self, name: str, keys: PairingKeys) -> None: member in KeyStore
319 async def update(self, name, keys): member in JsonKeyStore
352 async def update(self, name: str, keys: PairingKeys) -> None: member in MemoryKeyStore
/aosp_15_r20/art/libartbase/base/
H A Dbit_vector.cc162 uint32_t update = existing | src->GetRawStorageWord(idx); in Union() local
197 uint32_t update = existing | in UnionIfNotIn() local
207 uint32_t update = existing | union_with->GetRawStorageWord(idx); in UnionIfNotIn() local
/aosp_15_r20/external/okio/okio/src/hashFunctions/kotlin/okio/internal/
H A DHashFunction.kt20 fun update( method
/aosp_15_r20/system/chre/platform/linux/include/chre/platform/linux/
H A Dsystem_time.h50 void update(Nanoseconds ns) { in update() function
53 void update(uint64_t ns) { in update() function
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/bytecode_test/
H A DPublicTopLevelReflectionTest.kt11 fun update() { in update() method in bytecode_test.PublicTopLevelReflectionTest
H A DPrivateTopLevelReflectionTest.kt11 fun update() { in update() method in bytecode_test.PrivateTopLevelReflectionTest
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/
H A DDetectLeaksAssert.kt17 fun update(delegate: DetectLeaksAssert) { in interface() method
/aosp_15_r20/hardware/google/pixel/health/
DDeviceHealth.cpp38 void DeviceHealth::update(struct android::BatteryProperties *props) { in update() function in hardware::google::pixel::health::DeviceHealth
44 void DeviceHealth::update(aidl::android::hardware::health::HealthInfo *health_info) { in update() function in hardware::google::pixel::health::DeviceHealth
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dgoog_cc_network_control_unittest.cc110 NetworkControlUpdate update; in PacketTransmissionAndFeedbackBlock() local
259 NetworkControlUpdate update = in TEST() local
276 NetworkControlUpdate update = in TEST() local
302 NetworkControlUpdate update = controller->OnNetworkRouteChange( in TEST() local
323 NetworkControlUpdate update = controller->OnNetworkRouteChange( in TEST() local
370 NetworkControlUpdate update = in TEST() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DJavaVersion.java22 private final int update; field in JavaVersion
52 int update() { in update() method in JavaVersion
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java111 public void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() method in ClipIconView
120 public void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() method in ClipIconView
159 private void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() method in ClipIconView
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V3-java-source/gen/android/hardware/security/keymint/
DIKeyMintOperation.java27 …@Override public byte[] update(byte[] input, android.hardware.security.keymint.HardwareAuthToken a… in update() method in IKeyMintOperation.Default
238 …@Override public byte[] update(byte[] input, android.hardware.security.keymint.HardwareAuthToken a… in update() method in IKeyMintOperation.Stub.Proxy
356 …public byte[] update(byte[] input, android.hardware.security.keymint.HardwareAuthToken authToken, … in update() method
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
H A DDigest.java29 public void update(byte in); in update() method
38 public void update(byte[] in, int inOff, int len); in update() method
H A DSigner.java21 public void update(byte b); in update() method
26 public void update(byte[] in, int off, int len); in update() method
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDigest.java27 public void update(byte in); in update() method
36 public void update(byte[] in, int inOff, int len); in update() method
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
H A DDigest.java29 public void update(byte in); in update() method
38 public void update(byte[] in, int inOff, int len); in update() method
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32_arm64.s15 update: label
61 update: label
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/checksums/
H A DSdkChecksum.java48 default void update(byte[] b) { in update() method
79 default void update(ByteBuffer buffer) { in update() method
/aosp_15_r20/libcore/ojluni/src/test/java/util/zip/
H A DTestChecksum.java49 public void update(int b) { in update() method in TestChecksum.MyCRC32C
54 public void update(byte[] b, int off, int len) { in update() method in TestChecksum.MyCRC32C
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/benches/
Dldt_scan.rs294 fn update(&mut self, data: &[u8]); in update() method
316 fn update(&mut self, data: &[u8]) { in update() method
344 fn update(&mut self, data: &[u8]) { in update() method
372 fn update(&mut self, data: &[u8]) { in update() method
/aosp_15_r20/system/keymint/boringssl/src/
H A Dec.rs201 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
322 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
369 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
413 fn update(&mut self, data: &[u8]) -> Result<(), Error> { in update() method
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/check/
H A DCheck.java19 public abstract void update(byte[] buf, int off, int len); in update() method in Check
22 public void update(byte[] buf) { in update() method in Check
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
H A DDrawParameters.java28 public void update(float[] viewMatrix, float[] projectionMatrix) { in update() method in DrawParameters
33 public void update(float[] viewMatrix, float[] projectionMatrix, Light light) { in update() method in DrawParameters
/aosp_15_r20/packages/apps/TV/src/com/android/tv/menu/
DIMenuView.java47 boolean update(boolean menuActive); in update() method
54 boolean update(String rowId, boolean menuActive); in update() method

12345678910>>...203