Home
last modified time | relevance | path

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

123

/aosp12/system/libbase/include/android-base/
H A Dexpected.h115 constexpr expected(const expected<U, G>& rhs) { in expected()
134 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
154 constexpr expected(expected<U, G>&& rhs) { in expected() function
173 constexpr explicit expected(expected<U, G>&& rhs) { in expected() function
440 constexpr expected(const expected<U, G>& rhs) { in expected()
448 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
457 constexpr expected(expected<U, G>&& rhs) { in expected() function
465 constexpr explicit expected(expected<U, G>&& rhs) { in expected() function
/aosp12/system/security/keystore2/src/
H A Derror.rs167 pub fn map_or_log_err<T, U, F>(result: anyhow::Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() argument
190 pub fn map_err_with<T, U, F1, F2>( in map_err_with() argument
191 result: anyhow::Result<U>, in map_err_with()
H A Dauthorization.rs68 pub fn map_or_log_err<T, U, F>(result: Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() argument
H A Dapc.rs97 pub fn map_or_log_err<T, U, F>(result: Result<U>, handle_ok: F) -> BinderResult<T> in map_or_log_err() argument
H A Dmetrics_store.rs156 result: &Result<U>, in log_key_creation_event_stats()
179 result: &Result<U>, in process_key_creation_event_stats()
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DMisc.h27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault()
H A DSlice.h91 inline const Slice makeSlice(const std::array<U, V>& a) { in makeSlice()
/aosp12/art/libartbase/base/
H A Dmemory_region.h83 typedef typename std::make_unsigned<T>::type U; in LoadUnaligned() typedef
98 typedef typename std::make_unsigned<T>::type U; in StoreUnaligned() typedef
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaicTypes.h116 ImageType U = image + (width*height); in getV() local
125 ImageType U = image + (width*height*2); in getU() local
H A DImageUtils.h170 BimageInfo U; variable
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-resizable.min.js12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)… variable
19 …[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U… argument
/aosp12/frameworks/native/include/ftl/
H A Dstatic_vector.h121 StaticVector(const StaticVector<U, M>& other) in StaticVector()
179 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector()
H A Dsmall_map.h96 SmallMap(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallMap()
H A Darray_traits.h24 #define FTL_ARRAY_TRAIT(T, U) using U = typename ArrayTraits<T>::U argument
H A Dsmall_vector.h110 SmallVector(const SmallVector<U, M>& other) in SmallVector()
/aosp12/system/core/libutils/include/utils/
H A DList.h276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
/aosp12/system/keymaster/include/keymaster/
H A DList.h247 ptrdiff_t distance(_ListIterator<U, CL> first, _ListIterator<U, CR> last) const { in distance()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DFormatConvert.cpp44 float U = Uin - 128.0f; in yuvToRgbx() local
141 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DFormatConvert.cpp47 float U = Uin - 128.0f; in yuvToRgbx() local
144 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
/aosp12/hardware/interfaces/automotive/evs/common/utils/default/
H A DFormatConvert.cpp53 float U = Uin - 128.0f; in yuvToRgbx() local
160 uint8_t U = (srcPixel >> 8) & 0xFF; in copyYUYVtoRGB32() local
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DbufferCopy.cpp82 uint8_t U; in fillNV21FromYUYV() member
226 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local
/aosp12/system/bt/stack/smp/
H A Dp_256_multprecision.cc196 uint32_t U; in multiprecision_mult() local
236 uint32_t U; in multiprecision_fast_mod_P256() local
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicYuvToRGB.cpp62 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
/aosp12/system/bt/gd/security/ecc/
H A Dmultprecision.cc194 uint32_t U; in multiprecision_mult() local
234 uint32_t U; in multiprecision_fast_mod_P256() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayerProtoHelper.cpp155 using U = std::underlying_type_t<WindowInfo::Type>; in writeToProto() typedef

123