Home
last modified time | relevance | path

Searched defs:T (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/Support/
DTargetRegistry.h170 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/
Dslang_rs_metadata_spec_encoder.cpp176 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()
Dslang_rs_export_type.cpp158 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 …]
Dslang_rs_export_foreach.cpp445 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
Dslang_rs_object_ref_count.h125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD()
135 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
Dslang_rs_export_element.cpp60 const clang::Type *T, in Create()
121 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
Dslang_rs_export_type.h36 #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()
Dslang_rs_object_ref_count.cpp370 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
Dslang_rs_export_func.cpp107 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local
Dslang_rs_check_ast.cpp87 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local
Dslang_rs_context.cpp161 const clang::Type *T = NULL; in processExportType() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp366 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/
DObjectAnimator.java159 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/
DElement.cpp67 #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/
DTargetRegistry.cpp14 void mcld::TargetRegistry::RegisterTarget(mcld::Target &T) in RegisterTarget()
/frameworks/base/media/mca/filterpacks/native/base/
Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
/frameworks/base/core/java/com/android/server/
DResettableTimeout.java98 private class T extends Thread class in ResettableTimeout
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_array_alloc.java39 Type T = typeBuilder.setX(1).create(); in run() local
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_array_alloc.java39 Type T = typeBuilder.setX(1).create(); in run() local
/frameworks/compile/libbcc/lib/Renderscript/runtime/
Drs_allocation.c58 #define ELEMENT_AT(T) \ argument
104 #define ELEMENT_AT(T) \ argument
Drs_core.c166 #define PRIM_DEBUG(T) \ argument
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.h100 unsigned getTypeID(llvm::Type *T) const { in getTypeID()
/frameworks/compile/libbcc/tests/data/src/
Dotcc-ansi.c172 void T (int j) { in T() function

12