Searched refs:soon (Results 1 – 9 of 9) sorted by relevance
30 * true - when there are >= 1 clients. This must be called as soon as IServiceManager::get33 * may be used again soon.
21 # TODO(b/186868271): Remove the keystore exception soon-ish (maybe by May 14, 2021?)
44 # TODO(b/186868271): Remove the crash dump exception soon-ish (maybe by May 14, 2021?)
130 * this will be called as soon as the notification packet is successfully sent
69 The backing store is used as soon as possible in the boot
3285 let soon = now.checked_add(duration).unwrap(); in datetime() localVariable3288 params![DateTime::try_from(now)?, DateTime::try_from(then)?, DateTime::try_from(soon)?], in datetime()3294 assert_eq!(DateTime::try_from(soon)?, rows.next()?.unwrap().get(0)?); in datetime()3297 assert!(DateTime::try_from(then)? < DateTime::try_from(soon)?); in datetime()3298 assert!(DateTime::try_from(now)? < DateTime::try_from(soon)?); in datetime()
632 # Start bootcharting as soon as possible after the data partition is