/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml_test.go | 25 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 …]
|
D | cpp_types_test.go | 23 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/ |
D | session.rs | 92 ) -> 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/ |
D | RSUtils.h | 30 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/ |
D | error.rs | 170 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 …]
|
D | service.rs | 137 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()
|
D | state.rs | 140 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()
|
D | native.rs | 78 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/ |
D | AndroidFuture.java | 196 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/ |
D | ValueTransformer.cpp | 23 #define VALUE_CREATE_VALUE_DECL(T) \ argument 28 #define VALUE_CREATE_ITEM_DECL(T) \ argument
|
D | ValueTransformer.h | 42 #define AAPT_TRANSFORM_VALUE(T) \ argument 46 #define AAPT_TRANSFORM_ITEM(T) \ argument
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 217 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/ |
D | rs_allocation.c | 89 #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/ |
D | clamp.c | 24 #define S_CLAMP(T) \ argument 45 #define V_CLAMP(T) \ argument
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | TargetRegistry.h | 62 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/ |
D | StaticStringView.h | 24 #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/ |
D | ComparableUtils.java | 44 final ToIntBiFunction<T, T> compareTo, final Function<T, String> name) { in assertAscendingOrdering()
|
/frameworks/native/libs/gralloc/types/fuzzer/ |
D | gralloctypes.cpp | 36 #define GRALLOCTYPES_DECODE(T, FUNC) \ argument 45 #define GRALLOCTYPES_DECODE_VENDOR_HELPER(T, FUNC) \ argument
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 258 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/ |
D | Parcel.h | 277 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/ |
D | Parcel.h | 277 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/ |
D | lib.rs | 40 ) -> 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/ |
D | hwbinder.cpp | 36 #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/ |
D | binderParcelBenchmark.cpp | 28 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/ |
D | AnimatableProperty.java | 157 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()
|