/system/extras/libatrace_rust/src/ |
D | lib.rs | 48 pub struct AtraceTag: u64 { 49 const Never = cutils_trace_bindgen::ATRACE_TAG_NEVER as u64; 50 const Always = cutils_trace_bindgen::ATRACE_TAG_ALWAYS as u64; 51 const Graphics = cutils_trace_bindgen::ATRACE_TAG_GRAPHICS as u64; 52 const Input = cutils_trace_bindgen::ATRACE_TAG_INPUT as u64; 53 const View = cutils_trace_bindgen::ATRACE_TAG_VIEW as u64; 54 const Webview = cutils_trace_bindgen::ATRACE_TAG_WEBVIEW as u64; 55 const WindowManager = cutils_trace_bindgen::ATRACE_TAG_WINDOW_MANAGER as u64; 56 const ActivityManager = cutils_trace_bindgen::ATRACE_TAG_ACTIVITY_MANAGER as u64; 57 const SyncManager = cutils_trace_bindgen::ATRACE_TAG_SYNC_MANAGER as u64; [all …]
|
/system/security/fsverity/libfsverity_rs/ |
D | sys.rs | 26 pub const FS_VERITY_METADATA_TYPE_MERKLE_TREE: u64 = 1; 27 pub const FS_VERITY_METADATA_TYPE_SIGNATURE: u64 = 3; 31 pub metadata_type: u64, 32 pub offset: u64, 33 pub length: u64, 34 pub buf_ptr: u64, 35 pub __reserved: u64, 51 pub salt_ptr: u64, 54 pub sig_ptr: u64, 55 pub __reserved2: [u64; 11],
|
D | lib.rs | 26 fn read_metadata(fd: i32, metadata_type: u64, offset: u64, buf: &mut [u8]) -> io::Result<usize> { in read_metadata() argument 30 length: buf.len() as u64, in read_metadata() 31 buf_ptr: buf.as_mut_ptr() as u64, in read_metadata() 40 pub fn read_merkle_tree(fd: i32, offset: u64, buf: &mut [u8]) -> io::Result<usize> { in read_merkle_tree() argument
|
/system/extras/ext4_utils/include/ext4_utils/ |
D | ext4_utils.h | 58 typedef unsigned long u64; typedef 63 typedef unsigned long long u64; typedef 76 u64 bg_block_bitmap; 77 u64 bg_inode_bitmap; 78 u64 bg_inode_table; 94 u64 len_blocks; 99 u64 blocks_per_ind; 100 u64 blocks_per_dind; 101 u64 blocks_per_tind; 110 u64 get_block_device_size(int fd); // recovery [all …]
|
/system/extras/tests/storage/ |
D | wipe_blkdev.c | 28 typedef unsigned long long u64; typedef 38 static u64 get_block_device_size(int fd) in get_block_device_size() 40 u64 size = 0; in get_block_device_size() 51 static int wipe_block_device(int fd, u64 len, int secure) in wipe_block_device() 53 u64 range[2]; in wipe_block_device() 85 u64 len; in main()
|
/system/security/keystore2/src/ |
D | watchdog_helper.rs | 27 pub const DEFAULT_TIMEOUT_MS: u64 = 500; 37 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() 50 millis: u64, in watch_millis_with() argument 63 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() 73 _: u64, in watch_millis_with() argument
|
D | entropy.rs | 22 static MIN_FEED_INTERVAL_SECS: u64 = 30;
|
D | operation.rs | 622 let mut owners: HashMap<u32, u64> = HashMap::new(); in prune() 649 malus: u64, in prune() 685 ) + ((age.as_secs() + 1) as f64).log(6.0).floor() as u64 in prune()
|
/system/core/libsparse/ |
D | sparse_defs.h | 23 #define __le64 u64 27 #define __be64 u64 31 #define __u64 u64 36 typedef unsigned long long u64; typedef
|
/system/extras/ext4_utils/ |
D | ext4_utils.cpp | 181 u64 get_block_device_size(int fd) { in get_block_device_size() 182 u64 size = 0; in get_block_device_size() 211 u64 get_file_size(int fd) { in get_file_size() 214 u64 reserve_len = 0; in get_file_size() 257 (extended ? (u64)gdp->bg_block_bitmap_hi << 32 : 0) | gdp->bg_block_bitmap_lo; in read_block_group_descriptors() 259 (extended ? (u64)gdp->bg_inode_bitmap_hi << 32 : 0) | gdp->bg_inode_bitmap_lo; in read_block_group_descriptors() 261 (extended ? (u64)gdp->bg_inode_table_hi << 32 : 0) | gdp->bg_inode_table_lo; in read_block_group_descriptors()
|
D | wipe.cpp | 41 u64 range[2]; in wipe_block_device()
|
/system/security/keystore2/selinux/src/ |
D | concurrency_test.rs | 129 const MAX_SLEEPS: u64 = 500; in test_concurrent_check_access() 130 const SLEEP_MILLISECONDS: u64 = 5; in test_concurrent_check_access() 131 let mut sleep_count: u64 = 0; in test_concurrent_check_access()
|
/system/keymint/ta/src/ |
D | keys.rs | 648 if (secure_id & (HardwareAuthenticatorType::Password as u64) in import_wrapped_key() 649 == (HardwareAuthenticatorType::Password as u64)) in import_wrapped_key() 650 && (secure_id & (HardwareAuthenticatorType::Fingerprint as u64) in import_wrapped_key() 651 == (HardwareAuthenticatorType::Fingerprint as u64)) in import_wrapped_key() 655 imported_key_params.try_push(KeyParam::UserSecureId(password_sid as u64))?; in import_wrapped_key() 656 } else if secure_id & (HardwareAuthenticatorType::Password as u64) in import_wrapped_key() 657 == (HardwareAuthenticatorType::Password as u64) in import_wrapped_key() 661 imported_key_params.try_push(KeyParam::UserSecureId(password_sid as u64))?; in import_wrapped_key() 662 } else if secure_id & (HardwareAuthenticatorType::Fingerprint as u64) in import_wrapped_key() 663 == (HardwareAuthenticatorType::Fingerprint as u64) in import_wrapped_key() [all …]
|
/system/tools/aidl/scripts/redundancy_check/srcs/ |
D | main.rs | 54 size: u64, 67 size: u64, 145 let wasted_bytes: u64 = in main()
|
/system/secretkeeper/comm/src/data_types/ |
D | request_response_impl.rs | 71 pub version: u64, 79 let version: u64 = value_to_integer(&res[1])?.try_into()?; in new()
|
D | mod.rs | 98 pub struct SeqNum(u64);
|
/system/secretkeeper/dice_policy/src/ |
D | lib.rs | 68 pub const DICE_POLICY_VERSION: u64 = 1; 166 pub version: u64, 178 let version: u64 = version.try_into().map_err(|_| UnexpectedItem("-", "u64"))?; in from_cbor_value()
|
/system/extras/profcollectd/libprofcollectd/ |
D | config.rs | 36 pub const REPORT_RETENTION_SECS: u64 = 14 * 24 * 60 * 60; // 14 days. 64 pub max_trace_limit_mb: u64,
|
D | scheduler.rs | 184 let dir_size = |path| -> Result<u64> { in check_space_limit()
|
/system/libbase/ |
D | parseint_test.cpp | 194 uint64_t u64; in TEST() local 195 ASSERT_FALSE(android::base::ParseByteCount("4294967295E", &u64)); in TEST()
|
/system/tools/aidl/ |
D | aidl_language_l.ll | 47 intvalue [0-9_]+(u8|u32|u64|[lL])* 48 hexvalue 0[x|X][0-9a-fA-F_]+(u8|u32|u64|[lL])*
|
/system/secretkeeper/client/src/ |
D | dice.rs | 25 const EXPLICIT_KEY_DICE_CERT_CHAIN_VERSION: u64 = 1;
|
/system/librustutils/ |
D | system_properties_fuzzer.rs | 28 static COUNTER: RefCell<u64> = const{RefCell::new(0)};
|
/system/tools/mkbootimg/rust/ |
D | bootimg_priv.rs | 158 pub recovery_dtbo_offset: u64, 215 pub dtb_addr: u64, 341 pub dtb_addr: u64,
|
/system/keymint/common/src/crypto/ |
D | rsa.rs | 246 let pub_exponent = u64::from_be_bytes(pub_exponent_arr); in import_pkcs1_key()
|