Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 2 of 2) sorted by relevance

/system/core/init/fuzzer/
Dinit_property_fuzzer.cpp37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator
/system/security/keystore2/src/
Dlegacy_blob.rs192 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant
198 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant
204 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant
210 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant