/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSUtils.h | 27 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName() 51 static inline enum RsDataType getRsDataTypeForType(const llvm::Type *T) { in getRsDataTypeForType() 71 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 44 #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 | 221 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 285 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 304 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() 375 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 413 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 479 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 499 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat() 571 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 643 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 671 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject() [all …]
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 244 clang::Type const *T, in TypeExportableHelper() 401 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable() 420 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local 454 const clang::Type *&T, in ValidateTypeHelper() 648 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() 675 const clang::Type *T = QT.getTypePtr(); in ValidateType() local 703 clang::QualType T = DD->getType(); in GetTypeOfDecl() local 713 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() 794 const clang::Type *T, in Create() 884 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { in Create() [all …]
|
D | slang_rs_object_ref_count.h | 125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD() 139 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
|
D | slang_rs_export_element.cpp | 72 const clang::Type *T, in Create() 132 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
|
D | slang_rs_object_ref_count.cpp | 356 const clang::Type *T = RefRSVar->getType().getTypePtr(); in ClearSingleRSObject() local 418 static int ArrayDim(const clang::Type *T) { in ArrayDim() 601 const clang::Type *T, in CountRSObjectTypes() 780 const clang::Type *T = DstExpr->getType().getTypePtr(); in CreateSingleRSSetObject() local 998 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject() local 1152 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1201 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1265 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in ClearRSObject() local 1300 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in InitializeRSObject() local 1522 clang::QualType T = mCtx.getFunctionType(mCtx.VoidTy, in CreateStaticGlobalDtor() local
|
D | slang_rs_export_foreach.cpp | 522 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local 539 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr(); in Create() local 551 const clang::Type *T = FE->mResultType.getTypePtr(); in Create() local 555 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr(); in Create() local
|
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() 333 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() 517 Field(const RSExportType *T, in Field()
|
D | slang_rs_check_ast.cpp | 191 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local 237 const clang::Type *T = QT.getTypePtr(); in VisitCastExpr() local
|
D | slang_rs_export_func.cpp | 104 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local
|
/frameworks/rs/driver/runtime/ |
D | rs_allocation.c | 57 #define ELEMENT_AT(T) \ argument 135 #define SET_ELEMENT_AT_TYPE(T, typename) \ argument 160 #define GET_ELEMENT_AT_TYPE(T, typename) \ argument 181 #define SET_ELEMENT_AT(T) SET_ELEMENT_AT_TYPE(T, T) argument 182 #define GET_ELEMENT_AT(T) GET_ELEMENT_AT_TYPE(T, T) argument 184 #define ELEMENT_AT(T) \ argument 341 #define VOP(T) \ argument
|
/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 998 Relocator::DWord T = getThumbBit(pReloc); in call() local 1054 Relocator::DWord T = getThumbBit(pReloc); in thm_call() local 1110 Relocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local 1138 Relocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local 1198 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_abs_nc() local 1233 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/rs/cpp/ |
D | Element.cpp | 75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \ argument 102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) {… argument 117 #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/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_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_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/services/audiopolicy/engineconfigurable/src/ |
D | Collection.h | 50 typedef Element<Key> T; typedef
|
/frameworks/opt/net/wifi/service/jni/ |
D | jni_helper.h | 23 operator T() const { in T() function
|
/frameworks/native/libs/gui/ |
D | BufferItem.cpp | 43 static void addAligned(size_t& size, T /* value */) { in addAligned() argument
|