Home
last modified time | relevance | path

Searched +defs:unwrap +defs:unwrap (Results 51 – 75 of 1341) sorted by relevance

12345678910>>...54

/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
H A DIOIterator.java103 Iterator<E> unwrap(); in unwrap() method
H A DIOBaseStream.java144 B unwrap(); in unwrap() method
H A DIOSpliterator.java144 Spliterator<T> unwrap(); in unwrap() method
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/
H A DPrimitives.java88 public static <T> Class<T> unwrap(Class<T> type) { in unwrap() method in Primitives
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/
DObjectWrapper.java46 public static <T> T unwrap(IBinder binder) { in unwrap() method in ObjectWrapper
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DResult.h40 R unwrap() const { in unwrap() function
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DStackTraceRecovery.common.kt40 internal expect fun <E: Throwable> unwrap(exception: E): E in recoverStackTrace() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DStackTraceRecovery.kt10 internal actual fun <E : Throwable> unwrap(exception: E): E = exception in recoverStackTrace() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
H A DStackTraceRecovery.kt9 internal actual fun <E : Throwable> unwrap(exception: E): E = exception in recoverStackTrace() method
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DMappedSubresourceVerifier11.h57 inline void MappedSubresourceVerifier11::unwrap() {} in unwrap() function
H A DMappedSubresourceVerifier11.cpp105 void MappedSubresourceVerifier11::unwrap() in unwrap() function in rx::MappedSubresourceVerifier11
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
H A DWrapper.java20 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java16 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
H A DWrapper.java20 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dsingular.rs91 pub fn unwrap(self) -> T { in unwrap() method
269 pub fn unwrap(self) -> T { in unwrap() method
/aosp_15_r20/external/icu/icu4j/main/localespi/src/main/java/com/ibm/icu/impl/jdkadapter/
H A DCollationKeyICU.java30 public CollationKey unwrap() { in unwrap() method in CollationKeyICU
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Dtry_result.rs30 pub fn unwrap(self) -> R { in unwrap() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Derror.rs25 pub(crate) fn unwrap<T>(id: &str, r: Result<T, MatchesError>) -> T { in unwrap() method
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Derror.rs25 pub(crate) fn unwrap<T>(id: &str, r: Result<T, MatchesError>) -> T { in unwrap() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Derror.rs25 pub(crate) fn unwrap<T>(id: &Id, r: Result<T, MatchesError>) -> T { in unwrap() method
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/document/internal/
H A DNullDocument.java38 public Object unwrap() { in unwrap() method in NullDocument
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/supplier/
H A DUnwrapObservableSupplierTest.java38 private static Integer unwrap(Object obj) { in unwrap() method in UnwrapObservableSupplierTest
/aosp_15_r20/development/samples/Vault/src/com/example/android/vault/
H A DSecretKeyWrapper.java110 public SecretKey unwrap(byte[] blob) throws GeneralSecurityException { in unwrap() method in SecretKeyWrapper
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/
Dlib.rs338 macro_rules! unwrap { macro
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/tests/util/
Dmod.rs80 pub fn unwrap<T>(env: &JNIEnv, res: Result<T>) -> T { in unwrap() function

12345678910>>...54