/frameworks/native/libs/debugstore/rust/src/ |
D | storage.rs | 36 pub fn fold<U, F>(&self, init: U, mut func: F) -> U in fold() 38 F: FnMut(U, &T) -> U, in fold()
|
/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/native/include/ftl/ |
D | small_vector.h | 110 SmallVector(SmallVector<U, M> other) : vector_(convert(std::move(other))) {} in SmallVector() function 250 static std::variant<Static, Dynamic> convert(SmallVector<U, M>&& other) { in convert() 325 SmallVector(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallVector() 330 SmallVector(SmallVector<U, M> other) : Impl(convert(std::move(other))) {} in SmallVector() function 401 static Impl convert(SmallVector<U, M>&& other) { in convert()
|
D | static_vector.h | 131 StaticVector(const StaticVector<U, M>& other) in StaticVector() 161 StaticVector(StaticVector<U, M>&& other) { in StaticVector() function 204 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector()
|
D | flags.h | 39 using U = std::underlying_type_t<F>; variable
|
D | small_map.h | 101 SmallMap(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallMap()
|
/frameworks/native/include/ftl/details/ |
D | cast.h | 47 using U = std::make_unsigned_t<T>; in max() local
|
D | array_traits.h | 24 #define FTL_ARRAY_TRAIT(T, U) using U = typename details::ArrayTraits<T>::U argument
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | forever_pool.h | 69 ForeverPoolAllocator(const ForeverPoolAllocator<U>&) {} in ForeverPoolAllocator()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicYuvToRGB.cpp | 62 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
|
D | rsCpuIntrinsics_x86.cpp | 425 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuv_K() local 487 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuvR_K() local 549 __m128i Y, U, V, R, G, B, A; in rsdIntrinsicYuv2_K() local
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | StaticResolver.h | 64 …U = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag, // NOLI… enumerator
|
/frameworks/rs/toolkit/ |
D | YuvToRgb.cpp | 85 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
|
D | x86.cpp | 428 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuv_K() local 490 __m128i Y, UV, U, V, R, G, B, A; in rsdIntrinsicYuvR_K() local 552 __m128i Y, U, V, R, G, B, A; in rsdIntrinsicYuv2_K() local
|
/frameworks/base/core/java/com/android/internal/infra/ |
D | AndroidFuture.java | 424 @NonNull BiFunction<? super T, ? super U, ? extends V> combineResults) { in thenCombine() 441 BiFunction<? super T, ? super U, ? extends V> combineResults) { in ThenCombine()
|
/frameworks/native/headers/media_plugin/media/hardware/ |
D | VideoAPI.h | 36 U, enumerator 72 U = 1, enumerator
|
/frameworks/av/media/codec2/core/include/ |
D | C2Enum.h | 204 using U = typename std::underlying_type<E>::type; member
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 499 unsigned U = in ConvertRGB32ToPlanar() local
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 4779 short_alloc(const short_alloc<U, N>& a) noexcept in short_alloc() 4804 operator==(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator ==() 4812 operator!=(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator !=() 4824 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {} in malloc_alloc() 4839 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept in operator ==()
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 190 using U = std::underlying_type_t<WindowInfo::Type>; in writeToProto() typedef
|
/frameworks/native/libs/binder/tests/ |
D | binderRecordReplayTest.cpp | 167 Status (IBinderRecordReplayTest::*get)(U*), U changedValue) { in recordReplay()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 165 for (const Use &U : V->uses()) { in print() local
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 165 for (const Use &U : V->uses()) { in print() local
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 165 for (const Use &U : V->uses()) { in print() local
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | encoding.h | 491 inline constexpr EncodingType EncodeType(const std::pair<T, U>& /*value*/) { in EncodeType() argument
|