Home
last modified time | relevance | path

Searched refs:lock_changed (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/security/impl/
H A DCryptoHandlerECC.java358 boolean lock_changed = false; in recoverKeys()
362 lock_changed = use_method_private_key != null; in recoverKeys()
386 if ( lock_changed ){ in recoverKeys()
398 boolean lock_changed = false; in resetKeys()
402 lock_changed = use_method_private_key != null; in resetKeys()
416 if ( lock_changed ){ in resetKeys()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/infinidat/infinibox/plugins/modules/
H A Dinfini_vol.py221 lock_changed = manage_snapshot_locks(module, snapshot)
223 return refresh_changed or lock_changed
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dpref_shortcut.c334 static void lock_changed(GtkWidget *widget,gpointer *data) in lock_changed() function
547 G_CALLBACK(lock_changed), NULL); in pref_start_shortcut()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dlocation_ui.h148 void lock_changed ();
H A Dlocation_ui.cc357 …ect (connections, invalidator (*this), boost::bind (&LocationEditRow::lock_changed, this), gui_con… in set_location()
698 LocationEditRow::lock_changed () in lock_changed() function in LocationEditRow
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dlocation.h128 static PBD::Signal1<void,Location*> lock_changed; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dlocation.cc62 PBD::Signal1<void,Location*> Location::lock_changed; member in Location
760 lock_changed (this); in lock()
768 lock_changed (this); in unlock()