Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/api/
H A Dapi_test.go24 func runCombinedApisTestCaseWithRegistrationCtxFunc(t *testing.T, tc bp2build.Bp2buildTestCase, reg…
31 func runCombinedApisTestCase(t *testing.T, tc bp2build.Bp2buildTestCase) {
36 func TestCombinedApisGeneral(t *testing.T) {
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/inputmethod/
H A DComparableUtils.java44 final ToIntBiFunction<T, T> compareTo, final Function<T, String> name) { in assertAscendingOrdering()
/aosp14/frameworks/base/tools/aapt2/
H A DValueTransformer.cpp23 #define VALUE_CREATE_VALUE_DECL(T) \ argument
28 #define VALUE_CREATE_ITEM_DECL(T) \ argument
H A DValueTransformer.h42 #define AAPT_TRANSFORM_VALUE(T) \ argument
46 #define AAPT_TRANSFORM_ITEM(T) \ argument
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A 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 …]
/aosp14/frameworks/base/core/java/android/animation/
H A 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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A 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()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/shared/
H A DResponseCollective.java168 public static <T> Map<T, Integer> combineTypeCountMaps(Map<T, Integer> first, in combineTypeCountMaps()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
H A DFakeServiceConnector.java59 public <R> AndroidFuture<R> postForResult(Job<T, R> job) { in postForResult()
73 public <R> AndroidFuture<R> postAsync(Job<T, CompletableFuture<R>> job) { in postAsync()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DErrors.h37 static inline bool IsIOError(const base::expected<T, NullOrIOError> result) { in IsIOError()
/aosp14/frameworks/base/core/jni/
H A Dcore_jni_converters.h22 static jobject toJavaArray(JNIEnv* env, std::vector<T>&& list, jclass clazz, in toJavaArray() argument
/aosp14/frameworks/base/media/mca/filterpacks/native/base/
H A Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
/aosp14/frameworks/base/libs/hwui/canvas/
H A DCanvasFrontend.h112 void pushEntry(FatVector<DeferredEntry<T>, N>* stack) { in pushEntry()
117 void popEntry(FatVector<DeferredEntry<T>, N>* stack) { in popEntry()
124 T& writableEntry(FatVector<DeferredEntry<T>, N>* stack) { in writableEntry()
/aosp14/frameworks/base/tests/JankBench/scripts/external/
H A Dstatistics.py183 def _coerce(T, S): argument
276 def _convert(value, T): argument
/aosp14/system/core/fastboot/
H A Dresult.h45 inline T Expect(Result<T, U> r) { in Expect()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DLifecycle.java50 public <U> void dispatch(BiConsumer<T, U> biConsumer, U arg) { in dispatch()
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DOrdinalGenerator.java38 OrdinalGenerator(@NonNull Function<T, T> canonicalizationFunction) { in OrdinalGenerator()
/aosp14/frameworks/base/core/java/com/android/server/
H A DResettableTimeout.java98 private class T extends Thread class in ResettableTimeout
/aosp14/frameworks/base/services/core/java/com/android/server/wm/utils/
H A DRotationCache.java37 public RotationCache(RotationDependentComputation<T, R> computation) { in RotationCache()
/aosp14/system/core/libutils/include/utils/
H A DLightRefBase.h63 inline static void renameRefId(T* /*ref*/, const void* /*old_id*/ , const void* /*new_id*/) { } in renameRefId() argument
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DDeviceConfigSession.java38 TriFunction<String, String, T, T> getter, T defaultValue) { in DeviceConfigSession() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java106 String action, PluginConverter<T, P> converter) { in withPlugin()
209 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { in addPlugin()
229 public PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) { in PluginItem()
/aosp14/frameworks/base/libs/hwui/
H A DSkiaInterpolator.cpp145 SkiaInterpolatorBase::Result SkiaInterpolatorBase::timeToT(SkMSec time, float* T, int* indexPtr, in timeToT()
250 float T; in timeToValues() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DDeviceConfigParsingUtils.java51 @NonNull Function<List<T>, V> dataSetMapper) { in parseDeviceConfigMap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java245 public FloatKeyframeSet(Property<T, Float> property, float[] values) { in FloatKeyframeSet()
263 public IntKeyframeSet(Property<T, Integer> property, int[] values) { in IntKeyframeSet()

123