/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 170 static void RegisterTargetMachine(mcld::Target &T, mcld::Target::TargetMachineCtorTy Fn) in RegisterTargetMachine() 182 static void RegisterMCLinker(mcld::Target &T, mcld::Target::MCLinkerCtorTy Fn) in RegisterMCLinker() 193 static void RegisterEmulation(mcld::Target &T, mcld::Target::EmulationFnTy Fn) in RegisterEmulation() 204 static void RegisterTargetLDBackend(mcld::Target &T, mcld::Target::TargetLDBackendCtorTy Fn) in RegisterTargetLDBackend() 216 RegisterDiagnosticLineInfo(mcld::Target &T, in RegisterDiagnosticLineInfo()
|
/frameworks/compile/slang/ |
D | slang_rs_metadata_spec_encoder.cpp | 176 unsigned RSMetadataEncoderInternal::encodePrimitiveType(const union RSType *T) { in encodePrimitiveType() 180 unsigned RSMetadataEncoderInternal::encodePointerType(const union RSType *T) { in encodePointerType() 192 unsigned RSMetadataEncoderInternal::encodeVectorType(const union RSType *T) { in encodeVectorType() 196 unsigned RSMetadataEncoderInternal::encodeMatrixType(const union RSType *T) { in encodeMatrixType() 201 RSMetadataEncoderInternal::encodeConstantArrayType(const union RSType *T) { in encodeConstantArrayType() 214 unsigned RSMetadataEncoderInternal::encodeRecordType(const union RSType *T) { in encodeRecordType() 293 unsigned RSMetadataEncoderInternal::encodeRSType(const union RSType *T) { in encodeRSType()
|
D | slang_rs_export_type.cpp | 158 clang::Type const *T, in TypeExportableHelper() 322 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable() 340 const clang::Type *T = GET_CANONICAL_TYPE(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local 372 const clang::Type *&T, in ValidateTypeHelper() 544 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType() 576 const clang::Type *T = QT.getTypePtr(); in ValidateType() local 594 clang::QualType T; in GetTypeOfDecl() local 608 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName() 694 const clang::Type *T, in Create() 784 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T) { in Create() [all …]
|
D | slang_rs_export_foreach.cpp | 445 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local 465 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr(); in Create() local 473 const clang::Type *T = FE->mResultType.getTypePtr(); in Create() local 477 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr(); in Create() local
|
D | slang_rs_object_ref_count.h | 125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD() 135 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
|
D | slang_rs_export_element.cpp | 60 const clang::Type *T, in Create() 121 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
|
D | slang_rs_export_type.h | 36 #define GET_CANONICAL_TYPE(T) \ argument 38 #define UNSAFE_CAST_TYPE(TT, T) \ argument 40 #define GET_EXT_VECTOR_ELEMENT_TYPE(T) \ argument 43 #define GET_POINTEE_TYPE(T) \ argument 46 #define GET_CONSTANT_ARRAY_ELEMENT_TYPE(T) \ argument 299 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() 493 Field(const RSExportType *T, in Field()
|
D | slang_rs_object_ref_count.cpp | 370 const clang::Type *T = RefRSVar->getType().getTypePtr(); in ClearSingleRSObject() local 432 static int ArrayDim(const clang::Type *T) { in ArrayDim() 615 const clang::Type *T, in CountRSObjectTypes() 788 const clang::Type *T = DstExpr->getType().getTypePtr(); in CreateSingleRSSetObject() local 1007 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject() local 1161 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1210 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local 1272 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in ClearRSObject() local 1308 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in InitializeRSObject() local 1536 clang::QualType T = mCtx.getFunctionType(mCtx.VoidTy, in CreateStaticGlobalDtor() local
|
D | slang_rs_export_func.cpp | 107 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local
|
D | slang_rs_check_ast.cpp | 87 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local
|
D | slang_rs_context.cpp | 161 const clang::Type *T = NULL; in processExportType() local
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 366 ARMRelocator::DWord T = getThumbBit(pReloc); in abs32() local 417 ARMRelocator::DWord T = getThumbBit(pReloc); in rel32() local 446 ARMRelocator::DWord T = getThumbBit(pReloc); in gotoff32() local 504 ARMRelocator::DWord T = getThumbBit(pReloc); in call() local 558 ARMRelocator::DWord T = getThumbBit(pReloc); in thm_call() local 616 ARMRelocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local 644 ARMRelocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local 708 ARMRelocator::DWord T = getThumbBit(pReloc); in thm_movw_abs_nc() local 741 ARMRelocator::DWord T = getThumbBit(pReloc); in thm_movw_prel_nc() local 766 ARMRelocator::DWord T = getThumbBit(pReloc); in thm_movw_brel() local [all …]
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 159 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator() 196 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt() 234 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() 281 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
|
/frameworks/rs/cpp/ |
D | Element.cpp | 67 #define CREATE_USER(N, T) sp<const Element> Element::N(sp<RS> rs) { \ argument 95 #define CREATE_PIXEL(N, T, K) sp<const Element> Element::N(sp<RS> rs) { \ argument 104 #define CREATE_VECTOR(N, T) sp<const Element> Element::N##_2(sp<RS> rs) { \ argument
|
/frameworks/compile/mclinker/lib/Support/ |
D | TargetRegistry.cpp | 14 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T) in RegisterTarget()
|
/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/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_CompatLib/src/com/android/rs/test/ |
D | UT_array_alloc.java | 39 Type T = typeBuilder.setX(1).create(); in run() local
|
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
D | rs_allocation.c | 58 #define ELEMENT_AT(T) \ argument 104 #define ELEMENT_AT(T) \ argument
|
D | rs_core.c | 166 #define PRIM_DEBUG(T) \ argument
|
/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/compile/libbcc/tests/data/src/ |
D | otcc-ansi.c | 172 void T (int j) { in T() function
|