Home
last modified time | relevance | path

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

123456

/frameworks/compile/libbcc/lib/
DRSUtils.h30 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName()
82 static inline enum RsDataType getRsDataTypeForType(const llvm::Type *T) { in getRsDataTypeForType()
102 static inline bool isRsObjectType(const llvm::Type *T) { in isRsObjectType()
/frameworks/base/startop/scripts/app_startup/lib/
Dargs_utils.py12 T = TypeVar('T') variable
27 def generate_run_combinations(named_tuple: NamedTupleMeta[T],
64 dst_nt: NamedTupleMeta[T]) \
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java188 public AndroidFuture<T> whenComplete(@NonNull BiConsumer<? super T, ? super Throwable> action) { in whenComplete()
193 public AndroidFuture<T> whenCompleteAsync( in whenCompleteAsync()
234 private void callListenerAsync(BiConsumer<? super T, ? super Throwable> listener, in callListenerAsync()
308 public <U> AndroidFuture<U> thenCompose( in thenCompose()
314 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync()
327 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync()
370 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply()
375 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync()
387 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
419 @NonNull BiFunction<? super T, ? super U, ? extends V> combineResults) { in thenCombine()
[all …]
/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
45 #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.java223 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
289 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
308 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt()
380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt()
420 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb()
488 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
508 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat()
581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat()
666 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
701 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject()
[all …]
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
DComparableUtils.java44 final ToIntBiFunction<T, T> compareTo, final Function<T, String> name) { in assertAscendingOrdering()
/frameworks/native/libs/gralloc/types/fuzzer/
Dgralloctypes.cpp36 #define GRALLOCTYPES_DECODE(T, FUNC) \ argument
45 #define GRALLOCTYPES_DECODE_VENDOR_HELPER(T, FUNC) \ argument
/frameworks/rs/driver/runtime/
Drs_allocation.c89 #define ELEMENT_AT(T) \ argument
135 #define SET_ELEMENT_AT_TYPE_IMPL(T, typename) \ argument
140 #define GET_ELEMENT_AT_TYPE_IMPL(T, typename) \ argument
145 #define SET_ELEMENT_AT_TYPE_DEF(T, typename) \ argument
163 #define GET_ELEMENT_AT_TYPE_DEF(T, typename) \ argument
180 #define SET_ELEMENT_AT(T) SET_ELEMENT_AT_TYPE_IMPL(T, T) \ argument
182 #define GET_ELEMENT_AT(T) GET_ELEMENT_AT_TYPE_IMPL(T, T) \ argument
185 #define ELEMENT_AT(T) \ argument
343 #define VOP_IMPL(T) \ argument
347 #define VOP_DEF(T) \ argument
[all …]
/frameworks/ml/nn/common/operations/
DEmbeddingLookupTest.cpp100 #define SetInputOrWeight(X, T) \ in Invoke() argument
109 #define SetOutput(X, T) \ in Invoke() argument
121 #define DefineSetter(X, T) \ argument
146 #define DefineTensor(X, T) std::vector<T> X##_; argument
DHashtableLookupTest.cpp115 #define SetInputOrWeight(X, T) \ in Invoke() argument
124 #define SetOutput(X, T) \ in Invoke() argument
136 #define DefineSetter(X, T) \ argument
159 #define DefineTensor(X, T) std::vector<T> X##_; argument
DLSHProjectionTest.cpp89 #define DefineSetter(X, T) \ argument
105 #define SetInputOrWeight(X, T) \ in Invoke() argument
114 #define SetOutput(X, T) \ in Invoke() argument
/frameworks/compile/slang/
Dslang_rs_export_type.cpp258 clang::Type const *T, in TypeExportableHelper()
435 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable()
455 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local
489 const clang::Type *&T, in ValidateTypeHelper()
682 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType()
710 const clang::Type *T = QT.getTypePtr(); in ValidateType() local
738 clang::QualType T = DD->getType(); in GetTypeOfDecl() local
748 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName()
830 const clang::Type *T, in Create()
921 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, in Create()
[all …]
Dslang_rs_object_ref_count.h183 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) { in GetRSSetObjectFD()
197 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) { in GetRSClearObjectFD()
Dslang_rs_export_element.cpp72 const clang::Type *T, in Create()
133 const clang::Type* T = RSExportType::GetTypeOfDecl(DD); in CreateFromDecl() local
Dslang_rs_object_ref_count.cpp268 const clang::Type *T = RefRSVar->getType().getTypePtr(); in ClearSingleRSObject() local
330 static int ArrayDim(const clang::Type *T) { in ArrayDim()
504 unsigned CountRSObjectTypes(const clang::Type *T) { in CountRSObjectTypes()
684 const clang::Type *T = DstExpr->getType().getTypePtr(); in CreateSingleRSSetObject() local
902 const clang::Type *T = QT.getTypePtr(); in CreateStructRSSetObject() local
1092 const clang::Type *T = RSExportType::GetTypeOfDecl(VD); in AppendRSObjectInit() local
1159 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
1373 const clang::Type *T = Ty.getTypePtr(); in CreateGuard() local
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DTypeConvert.h58 const hidl_array<T, SIZE> &hArray) { in toVector()
65 hidl_array<T, SIZE> &hArray) { in toVector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAnimatableProperty.java142 public static <T extends View> AnimatableProperty from(String name, BiConsumer<T, Float> setter, in from()
143 Function<T, Float> getter, int animatorTag, int startValueTag, int endValueTag) { in from()
/frameworks/native/libs/binder/fuzzer/
Dbinder.cpp67 #define PARCEL_READ_WITH_STATUS(T, FUN) \ argument
75 #define PARCEL_READ_NO_STATUS(T, FUN) \ argument
83 #define PARCEL_READ_OPT_STATUS(T, FUN) \ argument
Dhwbinder.cpp33 #define PARCEL_READ_OPT_STATUS(T, FUN) \ argument
36 #define PARCEL_READ_NO_STATUS(T, FUN) \ argument
43 #define PARCEL_READ_WITH_STATUS(T, FUN) \ 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
999 Relocator::DWord T = getThumbBit(pReloc); in call() local
1055 Relocator::DWord T = getThumbBit(pReloc); in thm_call() local
1112 Relocator::DWord T = getThumbBit(pReloc); in movw_abs_nc() local
1140 Relocator::DWord T = getThumbBit(pReloc); in movw_prel_nc() local
1200 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_abs_nc() local
1235 Relocator::DWord T = getThumbBit(pReloc); in thm_movw_prel_nc() local
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dencoding.h455 inline constexpr EncodingType EncodeType(const std::array<T, Size>& /*value*/) { in EncodeType()
466 const std::vector<T, Allocator>& value) { in EncodeType()
471 inline constexpr EncodingType EncodeType( in EncodeType() argument
478 inline constexpr EncodingType EncodeType( in EncodeType() argument
491 inline constexpr EncodingType EncodeType(const std::pair<T, U>& /*value*/) { in EncodeType()
496 inline constexpr EncodingType EncodeType(const std::tuple<T...>& /*value*/) { in EncodeType()
/frameworks/native/services/surfaceflinger/
DTracedOrdinal.h40 operator T() const { return mData; } in T() function
/frameworks/base/media/mca/filterpacks/native/base/
Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()

123456