/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | Signature.java | 879 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/ |
D | keys.py | 146 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 D | bit_vector.cc | 162 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 D | HashFunction.kt | 20 fun update( method
|
/aosp_15_r20/system/chre/platform/linux/include/chre/platform/linux/ |
H A D | system_time.h | 50 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 D | PublicTopLevelReflectionTest.kt | 11 fun update() { in update() method in bytecode_test.PublicTopLevelReflectionTest
|
H A D | PrivateTopLevelReflectionTest.kt | 11 fun update() { in update() method in bytecode_test.PrivateTopLevelReflectionTest
|
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/main/java/leakcanary/ |
H A D | DetectLeaksAssert.kt | 17 fun update(delegate: DetectLeaksAssert) { in interface() method
|
/aosp_15_r20/hardware/google/pixel/health/ |
D | DeviceHealth.cpp | 38 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 D | goog_cc_network_control_unittest.cc | 110 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 D | JavaVersion.java | 22 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/ |
D | ClipIconView.java | 111 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/ |
D | IKeyMintOperation.java | 27 …@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 D | Digest.java | 29 public void update(byte in); in update() method 38 public void update(byte[] in, int inOff, int len); in update() method
|
H A D | Signer.java | 21 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 D | Digest.java | 27 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 D | Digest.java | 29 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/ |
D | crc32_arm64.s | 15 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 D | SdkChecksum.java | 48 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 D | TestChecksum.java | 49 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/ |
D | ldt_scan.rs | 294 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 D | ec.rs | 201 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 D | Check.java | 19 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 D | DrawParameters.java | 28 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/ |
D | IMenuView.java | 47 boolean update(boolean menuActive); in update() method 54 boolean update(String rowId, boolean menuActive); in update() method
|