Home
last modified time | relevance | path

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

1234567

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go25 func TestUnmarshallNameAsString(t *testing.T) {
46 func TestUnknownType(t *testing.T) {
63 func TestStructType(t *testing.T) {
87 func TestEnumWarts(t *testing.T) {
116 func TestEnumExtend(t *testing.T) {
184 func TestEnumUInt32(t *testing.T) {
230 func TestEnum64bit(t *testing.T) {
274 func TestHandle(t *testing.T) {
311 func TestNondispatchableHandle(t *testing.T) {
355 func TestFuncPtr(t *testing.T) {
[all …]
Dcpp_types_test.go23 func TestStruct(t *testing.T) {
79 func TestExtendedField(t *testing.T) {
120 func TestNameOfConstWithPointer(t *testing.T) {
135 func TestNameOfConstWithArrayAndPointer(t *testing.T) {
150 func TestSignalFuncTypeName(t *testing.T) {
162 func TestIsCompatible(t *testing.T) {
/frameworks/native/libs/binder/rust/rpcbinder/src/
Dsession.rs92 ) -> Result<Strong<T>, StatusCode> { in setup_vsock_client()
111 ) -> Result<Strong<T>, StatusCode> { in setup_unix_domain_client()
137 ) -> Result<Strong<T>, StatusCode> { in setup_unix_domain_bootstrap_client()
157 ) -> Result<Strong<T>, StatusCode> { in setup_inet_client()
182 ) -> Result<Strong<T>, StatusCode> { in setup_trusty_client()
199 ) -> Result<Strong<T>, StatusCode> { in setup_preconnected_client()
219 ) -> Result<Strong<T>, StatusCode> { in get_interface()
/frameworks/compile/libbcc/lib/
DRSUtils.h30 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName()
85 static inline enum RsDataType getRsDataTypeForType(const llvm::Type *T) { in getRsDataTypeForType()
105 static inline bool isRsObjectType(const llvm::Type *T) { in isRsObjectType()
/frameworks/native/libs/binder/rust/src/
Derror.rs170 message: Option<T>, in new_exception_str()
255 pub fn and_then<T, F>(self, op: F) -> result::Result<T, Status> in and_then()
257 F: FnOnce() -> result::Result<T, Status>, in and_then()
410 fn or_binder_exception(self, exception: ExceptionCode) -> result::Result<T, Status>; in or_binder_exception()
418 ) -> result::Result<T, Status>; in or_binder_exception_with()
423 fn or_service_specific_exception(self, error_code: i32) -> result::Result<T, Status>; in or_service_specific_exception()
432 ) -> result::Result<T, Status>; in or_service_specific_exception_with()
436 fn or_binder_exception(self, exception: ExceptionCode) -> result::Result<T, Status> { in or_binder_exception()
444 ) -> result::Result<T, Status> { in or_binder_exception_with()
448 fn or_service_specific_exception(self, error_code: i32) -> result::Result<T, Status> { in or_service_specific_exception()
[all …]
Dservice.rs137 fn interface_cast<T: FromIBinder + ?Sized>(service: Option<SpIBinder>) -> Result<Strong<T>> { in interface_cast()
178 pub fn get_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in get_interface()
184 pub fn check_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in check_interface()
190 pub fn wait_for_interface<T: FromIBinder + ?Sized>(name: &str) -> Result<Strong<T>> { in wait_for_interface()
Dstate.rs140 pub fn with_calling_sid<T, F>(check_permission: F) -> T in with_calling_sid()
142 for<'a> F: FnOnce(Option<&'a std::ffi::CStr>) -> T, in with_calling_sid()
Dnative.rs78 pub fn new(rust_object: T) -> Binder<T> { in new()
86 pub fn new_with_stability(rust_object: T, stability: Stability) -> Binder<T> { in new_with_stability()
285 let binder: &T = unsafe { &*(object as *const T) }; in on_transact() constant
367 let binder: &T = unsafe { &*(object as *const T) }; in on_dump() constant
/frameworks/base/core/java/com/android/internal/infra/
DAndroidFuture.java196 public AndroidFuture<T> whenComplete(@NonNull BiConsumer<? super T, ? super Throwable> action) { in whenComplete()
201 public AndroidFuture<T> whenCompleteAsync( in whenCompleteAsync()
242 private void callListenerAsync(BiConsumer<? super T, ? super Throwable> listener, in callListenerAsync()
313 public <U> AndroidFuture<U> thenCompose( in thenCompose()
319 public <U> AndroidFuture<U> thenComposeAsync( in thenComposeAsync()
332 @NonNull Function<? super T, ? extends CompletionStage<U>> fn, in ThenComposeAsync()
375 public <U> AndroidFuture<U> thenApply(@NonNull Function<? super T, ? extends U> fn) { in thenApply()
380 public <U> AndroidFuture<U> thenApplyAsync(@NonNull Function<? super T, ? extends U> fn, in thenApplyAsync()
392 @NonNull Function<? super T, ? extends U> fn, in ThenApplyAsync()
424 @NonNull BiFunction<? super T, ? super U, ? extends V> combineResults) { in thenCombine()
[all …]
/frameworks/base/tools/aapt2/
DValueTransformer.cpp23 #define VALUE_CREATE_VALUE_DECL(T) \ argument
28 #define VALUE_CREATE_ITEM_DECL(T) \ argument
DValueTransformer.h42 #define AAPT_TRANSFORM_VALUE(T) \ argument
46 #define AAPT_TRANSFORM_ITEM(T) \ argument
/frameworks/base/core/java/android/animation/
DObjectAnimator.java217 private <T> ObjectAnimator(T target, Property<T, ?> property) { in ObjectAnimator()
283 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> property, int... values) { in ofInt()
302 public static <T> ObjectAnimator ofInt(T target, Property<T, Integer> xProperty, in ofInt()
374 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt()
414 public static <T> ObjectAnimator ofArgb(T target, Property<T, Integer> property, in ofArgb()
482 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat()
502 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat()
575 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat()
660 public static <T, V> ObjectAnimator ofObject(T target, Property<T, V> property, in ofObject()
695 public static <T, V, P> ObjectAnimator ofObject(T target, Property<T, P> property, in ofObject()
[all …]
/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/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/av/media/utils/include/mediautils/
DStaticStringView.h24 #define EXPLICIT_CONVERSION_GENERATE_OPERATOR(T, U, op) \ argument
39 #define EXPLICIT_CONVERSION_GENERATE_COMPARISON_OPERATORS(T, U) \ argument
/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/compile/slang/
Dslang_rs_export_type.cpp258 clang::Type const *T, in TypeExportableHelper()
439 static const clang::Type *TypeExportable(const clang::Type *T, in TypeExportable()
459 const clang::Type *T = GetCanonicalType(VD->getType().getTypePtr()); in ValidateRSObjectInVarDecl() local
493 const clang::Type *&T, in ValidateTypeHelper()
686 bool RSExportType::NormalizeType(const clang::Type *&T, in NormalizeType()
714 const clang::Type *T = QT.getTypePtr(); in ValidateType() local
742 clang::QualType T = DD->getType(); in GetTypeOfDecl() local
752 llvm::StringRef RSExportType::GetTypeName(const clang::Type* T) { in GetTypeName()
836 const clang::Type *T, in Create()
927 RSExportType *RSExportType::Create(RSContext *Context, const clang::Type *T, in Create()
[all …]
/frameworks/native/include/binder/
DParcel.h277 status_t writeFixedArray(const std::array<T, N>& val) { in writeFixedArray()
281 status_t writeFixedArray(const std::optional<std::array<T, N>>& val) { in writeFixedArray()
574 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray()
578 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray()
/frameworks/native/libs/binder/include/binder/
DParcel.h277 status_t writeFixedArray(const std::array<T, N>& val) { in writeFixedArray()
281 status_t writeFixedArray(const std::optional<std::array<T, N>>& val) { in writeFixedArray()
574 status_t readFixedArray(std::array<T, N>* val) const { in readFixedArray()
578 status_t readFixedArray(std::optional<std::array<T, N>>* val) const { in readFixedArray()
/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs40 ) -> Result<Strong<T>, StatusCode> { in get_interface()
66 ) -> Result<Strong<T>, StatusCode> { in check_interface()
90 ) -> Result<Strong<T>, StatusCode> { in wait_for_interface()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dhwbinder.cpp36 #define PARCEL_READ_OPT_STATUS(T, FUN) \ argument
39 #define PARCEL_READ_NO_STATUS(T, FUN) \ argument
46 #define PARCEL_READ_WITH_STATUS(T, FUN) \ argument
/frameworks/native/libs/binder/tests/
DbinderParcelBenchmark.cpp28 void writeVector(android::Parcel &p, const V<T, Args...> &v) { in writeVector()
45 void readVector(android::Parcel &p, V<T, Args...> *v) { in readVector()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DAnimatableProperty.java157 public static <T extends View> AnimatableProperty from(String name, BiConsumer<T, Float> setter, in from()
158 Function<T, Float> getter, int animatorTag, int startValueTag, int endValueTag) { in from()

1234567