Home
last modified time | relevance | path

Searched defs:U (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/native/libs/debugstore/rust/src/
Dstorage.rs36 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/
DStaticStringView.h24 #define EXPLICIT_CONVERSION_GENERATE_OPERATOR(T, U, op) \ argument
39 #define EXPLICIT_CONVERSION_GENERATE_COMPARISON_OPERATORS(T, U) \ argument
/frameworks/native/include/ftl/
Dsmall_vector.h110 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()
Dstatic_vector.h131 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()
Dflags.h39 using U = std::underlying_type_t<F>; variable
Dsmall_map.h101 SmallMap(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallMap()
/frameworks/native/include/ftl/details/
Dcast.h47 using U = std::make_unsigned_t<T>; in max() local
Darray_traits.h24 #define FTL_ARRAY_TRAIT(T, U) using U = typename details::ArrayTraits<T>::U argument
/frameworks/libs/binary_translation/base/include/berberis/base/
Dforever_pool.h69 ForeverPoolAllocator(const ForeverPoolAllocator<U>&) {} in ForeverPoolAllocator()
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicYuvToRGB.cpp62 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
DrsCpuIntrinsics_x86.cpp425 __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/
DStaticResolver.h64U = ResolveInfo::global_flag | ResolveInfo::regular_flag | ResolveInfo::undefine_flag, // NOLI… enumerator
/frameworks/rs/toolkit/
DYuvToRgb.cpp85 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
Dx86.cpp428 __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/
DAndroidFuture.java424 @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/
DVideoAPI.h36 U, enumerator
72 U = 1, enumerator
/frameworks/av/media/codec2/core/include/
DC2Enum.h204 using U = typename std::underlying_type<E>::type; member
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp499 unsigned U = in ConvertRGB32ToPlanar() local
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc4779 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/
DLayerProtoHelper.cpp190 using U = std::underlying_type_t<WindowInfo::Type>; in writeToProto() typedef
/frameworks/native/libs/binder/tests/
DbinderRecordReplayTest.cpp167 Status (IBinderRecordReplayTest::*get)(U*), U changedValue) { in recordReplay()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp165 for (const Use &U : V->uses()) { in print() local
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp165 for (const Use &U : V->uses()) { in print() local
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp165 for (const Use &U : V->uses()) { in print() local
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dencoding.h491 inline constexpr EncodingType EncodeType(const std::pair<T, U>& /*value*/) { in EncodeType() argument

12