Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance
/system/extras/f2fs_utils/ |
D | mkf2fsuserimg.sh | 33 SIZE=$2 38 MKFS_OPTS+=" -S $SIZE" 133 if [ -z $SIZE ]; then 144 TRUNCATE_CMD="truncate -s $SIZE $OUTPUT_FILE" 174 SIZE=$(((MB_SIZE + 6) * 1024 * 1024)) 183 MKFS_OPTS+=" -S $SIZE"
|
/system/core/init/fuzzer/ |
D | init_property_fuzzer.cpp | 37 enum PropertyType { STRING, BOOL, INT, UINT, DOUBLE, SIZE, ENUM, RANDOM, kMaxValue = RANDOM }; enumerator 77 case SIZE: in InvokeCheckType()
|
D | README.md | 37 …NG`,<br/> 1.`BOOL`,<br/> 2.`INT`,<br/> 3.`UINT`,<br/> 4.`DOUBLE`,<br/> 5.`SIZE`,<br/>6.`ENUM`,<br/…
|
/system/security/keystore2/src/ |
D | legacy_blob.rs | 192 const SIZE: usize = std::mem::size_of::<bool>(); in read_bool() constant 193 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_bool() 198 const SIZE: usize = std::mem::size_of::<u32>(); in read_ne_u32() constant 199 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_u32() 204 const SIZE: usize = std::mem::size_of::<i32>(); in read_ne_i32() constant 205 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_i32() 210 const SIZE: usize = std::mem::size_of::<i64>(); in read_ne_i64() constant 211 let mut buffer: [u8; SIZE] = [0; SIZE]; in read_ne_i64()
|