/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSUtils.h | 30 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName() 82 static inline enum RsDataType getRsDataTypeForType(const llvm::Type *T) { in getRsDataTypeForType() 102 static inline bool isRsObjectType(const llvm::Type *T) { in isRsObjectType()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | BluetoothLeUtils.java | 57 static <T> String toString(Map<T, byte[]> map) { in toString() 106 static <T> boolean equals(Map<T, byte[]> map, Map<T, byte[]> otherMap) { in equals()
|
/frameworks/rs/driver/runtime/arch/ |
D | clamp.c | 24 #define S_CLAMP(T) \ argument 45 #define V_CLAMP(T) \ argument
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 62 static void RegisterEmulation(mcld::Target& T, in RegisterEmulation() 73 static void RegisterTargetLDBackend(mcld::Target& T, in RegisterTargetLDBackend() 85 mcld::Target& T, in RegisterDiagnosticLineInfo()
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 223 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 308 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 420 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 488 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 508 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat() 581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 666 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 701 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() [all …]
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 60 #define ELEMENT_AT(T) \ argument 191 #define SET_ELEMENT_AT_TYPE_IMPL(T, typename) /* nothing */ in ELEMENT_AT_IMPL_TYPE() argument 192 #define GET_ELEMENT_AT_TYPE_IMPL(T, typename) /* nothing */ in ELEMENT_AT_IMPL_TYPE() argument 208 #define SET_ELEMENT_AT_TYPE_DEF(T, typename) \ argument 226 #define GET_ELEMENT_AT_TYPE_DEF(T, typename) \ argument 243 #define SET_ELEMENT_AT(T) SET_ELEMENT_AT_TYPE_IMPL(T, T) \ argument 245 #define GET_ELEMENT_AT(T) GET_ELEMENT_AT_TYPE_IMPL(T, T) \ argument 248 #define ELEMENT_AT(T) \ argument 411 #define VOP_IMPL(T) \ argument 427 #define VOP_IMPL(T) \ argument [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 258 clang::Type const *T, in TypeExportableHelper() 430 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable() 450 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local 484 const clang::Type *&T, in ValidateTypeHelper() 678 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() 706 const clang::Type *T = QT.getTypePtr(); in ValidateType() local 734 clang::QualType T = DD->getType(); in GetTypeOfDecl() local 744 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() 826 const clang::Type *T, in Create() 917 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, in Create() [all …]
|
D | slang_rs_object_ref_count.h | 177 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD() 191 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
|
D | slang_rs_export_element.cpp | 72 const clang::Type *T, in Create() 133 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
|
D | slang_rs_object_ref_count.cpp | 269 const clang::Type *T = RefRSVar->getType().getTypePtr(); in ClearSingleRSObject() local 331 static int ArrayDim(const clang::Type *T) { in ArrayDim() 505 unsigned CountRSObjectTypes(const clang::Type *T) { in CountRSObjectTypes() 683 const clang::Type *T = DstExpr->getType().getTypePtr(); in CreateSingleRSSetObject() local 901 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject() local 1087 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1136 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1242 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in ClearRSObject() local 1277 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in InitializeRSObject() local 1362 const clang::Type *T = RetTy.getTypePtr(); in CreateRetStmtWithTempVar() local [all …]
|
D | slang_rs_export_type.h | 37 inline const clang::Type* GetCanonicalType(const clang::Type* T) { in GetCanonicalType() 48 inline const clang::Type* GetExtVectorElementType(const clang::ExtVectorType *T) { in GetExtVectorElementType() 55 inline const clang::Type* GetPointeeType(const clang::PointerType *T) { in GetPointeeType() 62 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) { in GetConstantArrayElementType() 363 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() 551 Field(const RSExportType *T, in Field()
|
D | slang_rs_check_ast.cpp | 219 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local 266 const clang::Type *T = QT.getTypePtr(); in VisitCastExpr() local
|
D | slang_rs_export_foreach.cpp | 363 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local 385 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr(); in Create() local
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 789 Relocator::DWord T = getThumbBit(pReloc); in abs32() local 827 Relocator::DWord T = getThumbBit(pReloc); in rel32() local 857 Relocator::DWord T = getThumbBit(pReloc); in gotoff32() local 947 Relocator::DWord T = getThumbBit(pReloc); in thm_jump19() local 999 Relocator::DWord T = getThumbBit(pReloc); in call() local 1055 Relocator::DWord T = getThumbBit(pReloc); in thm_call() local 1112 Relocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local 1140 Relocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local 1200 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_abs_nc() local 1235 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_prel_nc() local [all …]
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | vec_types.h | 91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
|
/frameworks/native/include/binder/ |
D | Parcel.h | 669 status_t(Parcel::*write_func)(const T&)) { in writeTypedVector() 675 status_t(Parcel::*write_func)(T)) { in writeTypedVector() 681 status_t(Parcel::*write_func)(const T&)) { in writeNullableTypedVector() 691 status_t(Parcel::*write_func)(T)) { in writeNullableTypedVector()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \ argument 103 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) {… argument 118 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs)… argument
|
/frameworks/base/core/java/com/android/server/ |
D | ResettableTimeout.java | 98 private class T extends Thread class in ResettableTimeout
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_array_alloc.java | 39 Type T = typeBuilder.setX(1).create(); in run() local
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_array_alloc.java | 39 Type T = typeBuilder.setX(1).create(); in run() local
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | UT_array_alloc.java | 39 Type T = typeBuilder.setX(1).create(); in run() local
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | ilist_sort.h | 22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) { in sort()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ALookup.h | 44 ALookup<T, U>::ALookup(std::initializer_list<std::pair<T, U>> list) in ALookup()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Collection.h | 51 typedef Element<Key> T; typedef
|
/frameworks/opt/net/wifi/service/jni/ |
D | jni_helper.h | 38 operator T() const { in T() function
|