/aosp12/system/libbase/include/android-base/ |
H A D | expected.h | 115 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 D | error.rs | 167 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 D | authorization.rs | 68 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 D | apc.rs | 97 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 D | metrics_store.rs | 156 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 D | Misc.h | 27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault()
|
H A D | Slice.h | 91 inline const Slice makeSlice(const std::array<U, V>& a) { in makeSlice()
|
/aosp12/art/libartbase/base/ |
H A D | memory_region.h | 83 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 D | MosaicTypes.h | 116 ImageType U = image + (width*height); in getV() local 125 ImageType U = image + (width*height*2); in getU() local
|
H A D | ImageUtils.h | 170 BimageInfo U; variable
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | jquery-resizable.min.js | 12 …)},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 D | static_vector.h | 121 StaticVector(const StaticVector<U, M>& other) in StaticVector() 179 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector()
|
H A D | small_map.h | 96 SmallMap(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallMap()
|
H A D | array_traits.h | 24 #define FTL_ARRAY_TRAIT(T, U) using U = typename ArrayTraits<T>::U argument
|
H A D | small_vector.h | 110 SmallVector(const SmallVector<U, M>& other) in SmallVector()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | List.h | 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | List.h | 247 ptrdiff_t distance(_ListIterator<U, CL> first, _ListIterator<U, CR> last) const { in distance()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | FormatConvert.cpp | 44 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 D | FormatConvert.cpp | 47 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 D | FormatConvert.cpp | 53 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 D | bufferCopy.cpp | 82 uint8_t U; in fillNV21FromYUYV() member 226 uint8_t U = (srcPixel >> 8) & 0xFF; in fillYUYVFromUYVY() local
|
/aosp12/system/bt/stack/smp/ |
H A D | p_256_multprecision.cc | 196 uint32_t U; in multiprecision_mult() local 236 uint32_t U; in multiprecision_fast_mod_P256() local
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsicYuvToRGB.cpp | 62 int16_t U = ((int16_t)u) - 128; in rsYuvToRGBA_uchar4() local
|
/aosp12/system/bt/gd/security/ecc/ |
H A D | multprecision.cc | 194 uint32_t U; in multiprecision_mult() local 234 uint32_t U; in multiprecision_fast_mod_P256() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | LayerProtoHelper.cpp | 155 using U = std::underlying_type_t<WindowInfo::Type>; in writeToProto() typedef
|