/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 101 struct Wrapper { 104 using Base = Wrapper<EnumType>; 116 Wrapper(const Wrapper&) = default; 120 Wrapper(ValueType value) : value(value) {} 124 Wrapper(BaseType value) : value(static_cast<ValueType>(value)) {} 129 Wrapper(const T& value) : value(static_cast<ValueType>(value)) {} 149 bool operator!=(const Wrapper& other) const { return value != other.value; } 154 bool operator==(const Wrapper& other) const { return value == other.value; } 163 struct Attribute final : public Wrapper<HWC2::Attribute> { 177 struct BlendMode final : public Wrapper<HWC2::BlendMode> { [all …]
|
/frameworks/compile/slang/lit-tests/P_ref_count/ |
D | ref_count.rs | 7 struct Wrapper { struct 26 static struct Wrapper baz() { struct 27 struct Wrapper x = { 0, 0 }; argument 33 struct Wrapper w = baz(); struct
|
D | func_params.rs | 41 struct Wrapper { struct 47 static void bar(int a0, rs_element a1, float a2, struct Wrapper a3) { struct 49 struct Wrapper y = {0}; 58 struct Wrapper w = {0};
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | wrappers.proto | 49 // Wrapper message for `double`. 57 // Wrapper message for `float`. 65 // Wrapper message for `int64`. 73 // Wrapper message for `uint64`. 81 // Wrapper message for `int32`. 89 // Wrapper message for `uint32`. 97 // Wrapper message for `bool`. 105 // Wrapper message for `string`. 113 // Wrapper message for `bytes`.
|
/frameworks/compile/slang/ |
D | slang_bitcode_gen.cpp | 91 bcinfo::AndroidBitcodeWrapper Wrapper; in writeBitcode() local 93 &Wrapper, Bitcode.str().length(), TargetAPI, in writeBitcode() 99 Out.write(reinterpret_cast<char*>(&Wrapper), ActualWrapperLen); in writeBitcode()
|
/frameworks/rs/rsov/compiler/ |
D | Android.bp | 18 // Unit tests for Wrapper module 33 "Wrapper.cpp", 84 "Wrapper.cpp",
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | function_traits.h | 46 template <template <typename> class Wrapper, typename ReturnType, 49 SignatureType<Wrapper<ConditionalRewrite<Return_, ReturnType>>(
|
D | remote_method_type.h | 34 template <template <typename> class Wrapper, typename ReturnType, 37 typename Traits::template RewriteSignatureWrapReturn<Wrapper, ReturnType,
|
/frameworks/rs/rsov/compiler/tests/arguments/ |
D | foreach_multi_simple.ll | 14 ; Wrapper
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | TextUtilsTest.java | 289 CharSequence s2 = new Wrapper(s1); in testEllipsize() 497 private static class Wrapper implements CharSequence { class in TextUtilsTest 500 public Wrapper(CharSequence s) { in Wrapper() method in TextUtilsTest.Wrapper 521 return new Wrapper(mString.subSequence(start, end)); in subSequence()
|
/frameworks/opt/net/ims/ |
D | README.txt | 91 Wrapper class which has an ICallGroup interface.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 430 - Wrapper types mapped to nullable value types (or string/ByteString
|
/frameworks/base/config/ |
D | preloaded-classes | 7340 sun.invoke.util.Wrapper$Format 7341 sun.invoke.util.Wrapper
|
D | boot-image-profile.txt | 31154 HSPLsun/invoke/util/Wrapper;->forPrimitiveType(Ljava/lang/Class;)Lsun/invoke/util/Wrapper; 40434 Lsun/invoke/util/Wrapper$Format; 40435 Lsun/invoke/util/Wrapper;
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 22 // Wrapper for System UI log events
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 45962 public abstract interface Connection implements java.lang.AutoCloseable java.sql.Wrapper { 46027 public abstract interface DatabaseMetaData implements java.sql.Wrapper { 46307 public abstract interface ParameterMetaData implements java.sql.Wrapper { 46391 public abstract interface ResultSet implements java.lang.AutoCloseable java.sql.Wrapper { 46591 public abstract interface ResultSetMetaData implements java.sql.Wrapper { 46897 public abstract interface Statement implements java.lang.AutoCloseable java.sql.Wrapper { 47010 public abstract interface Wrapper { 53125 public abstract interface DataSource implements javax.sql.CommonDataSource java.sql.Wrapper {
|
/frameworks/base/api/ |
D | current.txt | 65873 public interface Connection extends java.sql.Wrapper java.lang.AutoCloseable { 65938 public interface DatabaseMetaData extends java.sql.Wrapper { 66218 public interface ParameterMetaData extends java.sql.Wrapper { 66302 public interface ResultSet extends java.sql.Wrapper java.lang.AutoCloseable { 66502 public interface ResultSetMetaData extends java.sql.Wrapper { 66806 public interface Statement extends java.sql.Wrapper java.lang.AutoCloseable { 66919 public interface Wrapper { 76016 public interface DataSource extends javax.sql.CommonDataSource java.sql.Wrapper {
|