/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 62 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn) in RegisterTargetMachine() 74 static void RegisterMCLinker(mcld::Target &T, mcld::Target::MCLinkerCtorTy Fn) in RegisterMCLinker() 85 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn) in RegisterEmulation() 96 static void RegisterTargetLDBackend(mcld::Target &T, mcld::Target::TargetLDBackendCtorTy Fn) in RegisterTargetLDBackend() 108 RegisterDiagnosticLineInfo(mcld::Target &T, in RegisterDiagnosticLineInfo()
|
/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/base/core/java/android/animation/ |
D | ObjectAnimator.java | 198 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 262 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 281 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt() 352 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 390 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb() 456 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 476 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat() 548 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 620 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject() 648 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 | 242 clang::Type const *T, in TypeExportableHelper() 396 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable() 415 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local 447 const clang::Type *&T, in ValidateTypeHelper() 623 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() 649 const clang::Type *T = QT.getTypePtr(); in ValidateType() local 668 clang::QualType T = DD->getType(); in GetTypeOfDecl() local 678 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() 759 const clang::Type *T, in Create() 849 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_foreach.cpp | 391 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local 413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr(); in Create() local 425 const clang::Type *T = FE->mResultType.getTypePtr(); in Create() local 429 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr(); in Create() local
|
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() 599 const clang::Type *T, in CountRSObjectTypes() 771 const clang::Type *T = DstExpr->getType().getTypePtr(); in CreateSingleRSSetObject() local 989 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject() local 1141 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1190 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1249 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in ClearRSObject() local 1284 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in InitializeRSObject() local 1506 clang::QualType T = mCtx.getFunctionType(mCtx.VoidTy, in CreateStaticGlobalDtor() 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 | 194 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local 240 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
|
D | slang_rs_context.cpp | 142 const clang::Type *T = NULL; in processExportType() 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 337 #define VOP(T) \ argument
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 842 Relocator::DWord T = getThumbBit(pReloc); in abs32() local 880 Relocator::DWord T = getThumbBit(pReloc); in rel32() local 912 Relocator::DWord T = getThumbBit(pReloc); in gotoff32() local 1007 Relocator::DWord T = getThumbBit(pReloc); in thm_jump19() local 1060 Relocator::DWord T = getThumbBit(pReloc); in call() local 1119 Relocator::DWord T = getThumbBit(pReloc); in thm_call() local 1178 Relocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local 1207 Relocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local 1268 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_abs_nc() local 1302 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_prel_nc() local [all …]
|
/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/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/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/base/core/java/com/android/server/ |
D | ResettableTimeout.java | 98 private class T extends Thread class in ResettableTimeout
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.h | 100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.h | 100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
|
/frameworks/base/core/java/android/preference/ |
D | GenericInflater.java | 120 protected GenericInflater(GenericInflater<T,P> original, Context newContext) { in GenericInflater() method in GenericInflater
|
/frameworks/base/core/java/android/hardware/ |
D | LegacySensorManager.java | 410 final float T = (mT[j]/2 + mT[j+1]/2 - time)*ns; in filter() local
|