Home
last modified time | relevance | path

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

123

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSUtils.h27 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/
DBluetoothLeUtils.java57 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/
Dclamp.c24 #define S_CLAMP(T) \ argument
44 #define V_CLAMP(T) \ argument
/frameworks/compile/mclinker/include/mcld/Support/
DTargetRegistry.h62 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/
DObjectAnimator.java221 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/
Dslang_rs_export_type.cpp244 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 …]
Dslang_rs_object_ref_count.h125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD()
139 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
Dslang_rs_export_element.cpp72 const clang::Type *T, in Create()
132 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
Dslang_rs_object_ref_count.cpp356 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
Dslang_rs_export_foreach.cpp522 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
Dslang_rs_export_type.h37 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()
Dslang_rs_check_ast.cpp191 const clang::Type *T = QT.getTypePtr(); in ValidateVarDecl() local
237 const clang::Type *T = QT.getTypePtr(); in VisitCastExpr() local
Dslang_rs_export_func.cpp104 clang::QualType T = Ctx.getTagDeclType(RD); in Create() local
/frameworks/rs/driver/runtime/
Drs_allocation.c57 #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/
DARMRelocator.cpp789 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/
Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
/frameworks/rs/cpp/
DElement.cpp75 #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/
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_CompatLibLegacy/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/mclinker/include/mcld/ADT/
Dilist_sort.h22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) { in sort()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DCollection.h50 typedef Element<Key> T; typedef
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h23 operator T() const { in T() function
/frameworks/native/libs/gui/
DBufferItem.cpp43 static void addAligned(size_t& size, T /* value */) { in addAligned() argument

123