Searched defs:U (Results 1 – 10 of 10) sorted by relevance
| /system/cros-codecs/src/ |
| D | bitstream_utils.rs | 103 pub fn read_bits<U: TryFrom<u32>>(&mut self, num_bits: usize) -> Result<U, String> { in read_bits() 126 pub fn read_bits_signed<U: TryFrom<i32>>(&mut self, num_bits: usize) -> Result<U, String> { in read_bits_signed() 139 pub fn read_bits_aligned<U: TryFrom<u32>>(&mut self, num_bits: usize) -> Result<U, String> { in read_bits_aligned() 200 pub fn read_ue<U: TryFrom<u32>>(&mut self) -> Result<U, String> { in read_ue() 217 pub fn read_ue_bounded<U: TryFrom<u32>>(&mut self, min: u32, max: u32) -> Result<U, String> { in read_ue_bounded() 226 pub fn read_ue_max<U: TryFrom<u32>>(&mut self, max: u32) -> Result<U, String> { in read_ue_max() 234 pub fn read_se<U: TryFrom<i32>>(&mut self) -> Result<U, String> { in read_se() 244 pub fn read_se_bounded<U: TryFrom<i32>>(&mut self, min: i32, max: i32) -> Result<U, String> { in read_se_bounded() 254 pub fn read_le<U: TryFrom<u32>>(&mut self, num_bits: u8) -> Result<U, String> { in read_le()
|
| /system/cros-codecs/src/codec/h264/ |
| D | nalu.rs | 37 pub fn next(cursor: &mut Cursor<&'a [u8]>) -> Result<Nalu<'a, U>, String> { in next() argument 104 pub fn into_owned(self) -> Nalu<'static, U> { in into_owned() argument
|
| D | parser.rs | 1748 scaling_list: &mut U, in parse_scaling_list()
|
| /system/authgraph/hal/src/ |
| D | lib.rs | 64 fn innto(self) -> U { in innto() 74 fn try_innto(self) -> Result<U, Self::Error> { in try_innto()
|
| /system/libvintf/include/vintf/ |
| D | Level.h | 44 U = 8, enumerator
|
| /system/keymint/hal/src/ |
| D | hal.rs | 131 fn innto(self) -> U { in innto() 141 fn try_innto(self) -> Result<U, Self::Error> { in try_innto() 150 fn fromm(val: Vec<T>) -> Vec<U> { in fromm()
|
| /system/core/libutils/include/utils/ |
| D | List.h | 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
| /system/keymaster/include/keymaster/ |
| D | List.h | 247 ptrdiff_t distance(_ListIterator<U, CL> first, _ListIterator<U, CR> last) const { in distance()
|
| /system/cros-codecs/src/codec/vp8/ |
| D | bool_decoder.rs | 175 pub fn read_uint<U: TryFrom<i32>>(&mut self, nbits: usize) -> BoolDecoderResult<U> { in read_uint() 187 pub fn read_sint<U: TryFrom<i32>>(&mut self, nbits: usize) -> BoolDecoderResult<U> { in read_sint()
|
| /system/security/keystore2/src/ |
| D | metrics_store.rs | 168 result: &Result<U>, in log_key_creation_event_stats() 191 result: &Result<U>, in process_key_creation_event_stats()
|