Searched refs:unwrap (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp55 bool BitcodeWrapper::unwrap() { function in class:bcinfo::BitcodeWrapper
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java64 return insets.unwrap();
91 // First unwrap the compat version so that we have the framework instance
92 WindowInsets unwrapped = ((WindowInsetsCompatApi21) insets).unwrap();
106 // First unwrap the compat version so that we have the framework instance
107 WindowInsets unwrapped = ((WindowInsetsCompatApi21) insets).unwrap();
H A DWindowInsetsCompatApi21.java115 WindowInsets unwrap() { method in class:WindowInsetsCompatApi21
/frameworks/compile/libbcc/include/bcinfo/
H A DBitcodeWrapper.h72 * Attempt to unwrap the target bitcode. This function is \deprecated.
76 bool unwrap();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DDrawableUtils.java58 // If the Drawable is wrapped, we need to manually unwrap it and process
60 drawable = DrawableCompat.unwrap(drawable);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java333 * you can use the value returned from {@link #unwrap(Drawable)}.
341 * @see #unwrap(Drawable)
352 * @param drawable The drawable to unwrap
357 public static <T extends Drawable> T unwrap(Drawable drawable) { method in class:DrawableCompat
/frameworks/rs/
H A DrsScriptC.cpp307 if (!bcWrapper.unwrap()) {
/frameworks/base/keystore/tests/src/android/security/keystore/
H A DAndroidKeyStoreTest.java2205 SecretKey actualSecret = (SecretKey) c.unwrap(wrappedExpected, "AES", Cipher.SECRET_KEY);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 337 milliseconds