Home
last modified time | relevance | path

Searched refs:shelf (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dasync_task.rs98 shelf: Option<Shelf>, field
129 shelf: None, in new()
205 let mut shelf = state.lock().unwrap().shelf.take().unwrap_or_default(); in spawn_thread() localVariable
232 state.shelf = Some(shelf); in spawn_thread()
274 assert_eq!(shelf.put(s), None); in test_shelf()
285 assert_eq!(shelf.put(e1), None); in test_shelf()
326 at.queue_hi(move |shelf| { in test_async_task()
335 at.queue_lo(move |shelf| { in test_async_task()
340 at.queue_hi(move |shelf| { in test_async_task()
348 at.queue_lo(move |shelf| { in test_async_task()
[all …]
H A Dgc.rs58 async_task.queue_hi(move |shelf| { in new_init_with()
61 shelf.get_or_put_with(|| GcInternal { in new_init_with()
79 self.async_task.queue_lo(|shelf| shelf.get_downcast_mut::<GcInternal>().unwrap().step()) in notify_gc()
145 at.queue_lo(move |shelf| { in step()
146 shelf.get_downcast_mut::<GcInternal>().unwrap().step() in step()
H A Dentropy.rs31 crate::globals::ASYNC_TASK.add_idle(|shelf| { in register_feeder()
32 let mut info = shelf.get_mut::<FeederInfo>(); in register_feeder()
H A Dlegacy_migrator.rs159 self.async_task.queue_hi(move |shelf| { in check_state()
160 shelf.get_or_put_with(|| LegacyMigratorState { in check_state()
239 self.async_task.queue_hi(move |shelf| { in do_serialized()
246 shelf.get_downcast_mut::<LegacyMigratorState>() in do_serialized()
257 shelf.remove_downcast_ref::<LegacyMigratorState>(); in do_serialized()
/aosp12/frameworks/layoutlib/
H A D.gitignore5 /.idea/shelf
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java164 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState() local
165 if (shelf == null) { in updateShelfState()
169 shelf.updateState(algorithmState, ambientState); in updateShelfState()
174 if (shelf.getViewState().hidden) { in updateShelfState()
178 final float shelfTop = shelf.getViewState().yTranslation; in updateShelfState()
H A DAmbientState.java399 public void setShelf(NotificationShelf shelf) { in setShelf() argument
400 mShelf = shelf; in setShelf()
H A DStackStateAnimator.java529 public void setShelf(NotificationShelf shelf) { in setShelf() argument
530 mShelf = shelf; in setShelf()
/aosp12/system/security/keystore2/legacykeystore/
H A Dlib.rs393 self.async_task.queue_hi(move |shelf| { in init_shelf()
397 shelf.put(AsyncState { legacy_loader, db_path, recently_imported: Default::default() }); in init_shelf()
406 self.async_task.queue_hi(move |shelf| { in do_serialized()
407 let state = shelf.get_downcast_mut::<AsyncState>().expect("Failed to get shelf."); in do_serialized()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...