Searched defs:Wrapper (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_bitcode_gen.cpp91 bcinfo::AndroidBitcodeWrapper Wrapper; local
93 &Wrapper, Bitcode.str().length(), TargetAPI,
99 Out.write(reinterpret_cast<char*>(&Wrapper), ActualWrapperLen);
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DAudioAttributesCompatApi21.java35 public static int toLegacyStreamType(Wrapper aaWrap) {
52 static final class Wrapper { class in class:AudioAttributesCompatApi21
54 private Wrapper(AudioAttributes obj) { method in class:AudioAttributesCompatApi21.Wrapper
57 public static Wrapper wrap(@NonNull AudioAttributes obj) {
59 throw new IllegalArgumentException("AudioAttributesApi21.Wrapper cannot wrap null");
61 return new Wrapper(obj);
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h101 struct Wrapper { struct in namespace:HWC
102 // Alias type of this instantiantion of Wrapper. Useful for inheriting
104 using Base = Wrapper<EnumType>;
106 // The enum type wrapped by this instantiation of Wrapper.
116 Wrapper(const Wrapper&) = default;
119 Wrapper(ValueType value) : value(value) {} function in struct:HWC::Wrapper
122 Wrapper(BaseType value) : value(static_cast<ValueType>(value)) {} function in struct:HWC::Wrapper
126 Wrapper(const T& value) : value(static_cast<ValueType>(value)) {} function in struct:HWC::Wrapper
144 bool operator!=(const Wrapper
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java284 CharSequence s2 = new Wrapper(s1);
411 private static class Wrapper implements CharSequence { class in class:TextUtilsTest
414 public Wrapper(CharSequence s) { method in class:TextUtilsTest.Wrapper
435 return new Wrapper(mString.subSequence(start, end));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java53 public static abstract class Wrapper { class in class:ItemBridgeAdapter
59 Wrapper mWrapper;
209 * Sets the {@link Wrapper}.
211 public void setWrapper(Wrapper wrapper) {
216 * Returns the {@link Wrapper}.
218 public Wrapper getWrapper() {
/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 1082 milliseconds